15 Commits

Author SHA1 Message Date
Ian
82a62df7d5 port 7e061d to oldtpl 2013-01-04 18:48:13 +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
Ian
af2c7efa21 better empty message, based to constant NONE 2012-12-08 10:03:53 +01:00
Ian
449367c7aa js ending delimiter S3 auto literal behaviour is quite bulletproof
tests have proofed " } ;" and " };" and even "};" are interpreted correct!
2012-12-07 18:00:52 +01:00
Ian
253b871aec more on Smarty 3 auto literal recommended use 2012-12-07 16:48:00 +01:00
Ian
6368a992f9 unstringify str_repeat math 2012-12-07 10:55:37 +01:00
Ian
69e0cbe1b9 arranged get-order in entry delete link 2012-12-06 12:56:52 +01:00
Ian
85c5cc4d82 fixed 'no entries to print'
- at last...?
2012-12-05 13:41:14 +01:00
onli
ca61181daa customURI != customURL, let spartacus fail 2012-12-02 18:00:59 +01:00
Ian
9ccb4c6edd fixed sequence js var 2012-12-02 13:03:30 +01:00
Ian
128d85c9a2 fixed if to NO_ENTRIES_TO_PRINT 2012-12-01 20:06:25 +01:00
Ian
37403920a2 fixed create new group startform 2012-12-01 18:59:36 +01:00
Ian
0f51f5ec4d fixed wrong sidebar array var 2012-11-25 13:38:27 +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