Archived
1
0
Commit Graph

32 Commits

Author SHA1 Message Date
onli
0cd974fa6d proof-of-concept .js.tpl: Added fallback for serendipity_editor.js.tpl as serendipity_editor.js to default-template, and changed serendipity_get_file to react to .js.tpl-files in template-directories 2013-03-06 14:55:21 +01:00
onli
581bcfe066 proof of concept: include serendipity_editor.js from a serendipity_editor.js.tpl out of the template-directory. Breaks comment-page in backend for templates other than 2k11 2013-03-04 16:35:52 +01:00
Matthias Mees
bd3a260096 UI consistency: tweaked some buttons to reflect button state. 2013-02-18 13:57:12 +01:00
Matthias Mees
d4a2633699 Minor fixes to comments list. 2013-02-14 13:34:03 +01:00
Matthias Mees
92b2486dab More submit/cancel states for buttons and buttonized links. Maybe even all of them? 2013-02-06 17:32:06 +01:00
Matthias Mees
3656c654e9 Using the proper lang constant now. 2013-01-27 12:44:46 +01:00
Matthias Mees
1a489a91e8 Reverted use of non-available lang constant. 2013-01-27 12:43:02 +01:00
Matthias Mees
7f55a93825 And, you guessed it, zebra-striping for comments. 2013-01-15 16:49:10 +01:00
Matthias Mees
bf7e6ef42e QA: UI consistency fixes. 2013-01-14 11:56:05 +01:00
Matthias Mees
15b0610051 QA: more stylesheet organisation plus some extra classes. 2013-01-10 18:23:34 +01:00
Matthias Mees
1342d5408b Buttonized some links for better UI consistency. 2013-01-04 19:07:37 +01:00
Matthias Mees
8361a9648b More robust markup and layout for comments. 2013-01-03 15:59:14 +01:00
Ian
78dd515f7d fixed comment entrylink url 2012-12-09 15:59:33 +01:00
Ian
c90142080f outsourced comments scripting to serendipity_editor.js 2012-12-09 14:58:59 +01:00
Matthias Mees
baa7d04860 Added fix for full/summary display as suggested by @ophian in 1618471d. 2012-12-09 13:49:11 +01:00
Matthias Mees
1618471dad Improved markup and basic styling for comments page. 2012-12-08 13:24:35 +01:00
Matthias Mees
78a655911b QA: Fixed a few stray i18n notifiers. 2012-12-05 12:00:42 +01:00
Matthias Mees
d8d9785173 Some XHTML notation cleanup. 2012-12-05 10:26:05 +01:00
Matthias Mees
fb41727385 Added pagination icons. 2012-12-04 02:40:08 +01:00
Matthias Mees
635a39a772 More icons added. 2012-12-04 02:34:09 +01:00
Matthias Mees
26150099de Switched some icons. 2012-12-04 01:36:05 +01:00
Matthias Mees
853d3847d2 (Some) Icons added. 2012-12-04 01:27:21 +01:00
Matthias Mees
8397b08b88 Added new backend template files (smartified core tpls and 2k11 admin tpls as well as related assets). 2012-12-03 00:59:42 +01:00
Ian
fb81d6a121 added temporary backend developer template dir switch - Please read:
The smartified code as forked from master to 2.0 being outsourced,
now is to find in /include/admin/tplold, which will still be used as
the default backend template dir.
To switch to the new version, please paste the dirs and files of s9y-admin-tpl
as adviced in the readme and reload, but also add a
```php
	// End of Serendipity configuration file
	// You can place your own special variables after here:

	define('SWITCH_TEMPLATE_VERSION', 'true');

```
to the end of your serendipity_config_local.inc.php.

To switch back to the old smartified files, just set a // to the define().
2012-11-20 14:38:28 +01:00
Ian
a811c8a5c3 fixed class naming issue and make use of new smarty auto literal 2012-05-23 20:02:29 +02:00
Ian
a3f03a40af forward thinking - added error / success / notice classes and
removed their img inline styles to default/admin/style.css
2012-05-23 19:23:41 +02:00
Ian
eb578a304f comments.inc, entries.inc, images.inc, upgrader.inc GET enhancements 2012-03-03 12:52:39 +01:00
Ian
5f6b48a9b5 comments.inc enhancements 2012-03-03 11:38:13 +01:00
Ian
19fa553138 whitespace cleanup 2012-02-28 20:30:57 +01:00
Ian
ea68e19044 tabs2spaces 2012-02-28 20:07:55 +01:00
Ian
551863b640 fixed missing table 2012-02-19 20:46:26 +01:00
Ian
9293e0b333 smartified comments.inc and some minor fixes to other tpls 2012-02-19 15:35:05 +01:00