312c886d62
last commits switch to functions_plugins_admin.inc too
2012-11-20 15:33:36 +01:00
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
d3d557de91
strip down double slashes in prev & next links
...
see http://board.s9y.org/viewtopic.php?f=10&t=18944
2012-11-12 13:26:05 +01:00
94c4f32b08
backport
2012-11-06 11:25:39 +01:00
9adcfecc38
More PHP5 compatibility (this constructor thing order did not remove the error for me)
...
Also be able to set $serendipity['production'] in serendipity_config_local.inc.php
2012-10-18 10:14:04 +02:00
802c1dc18e
another php5 compat assigned by reference
2012-10-17 18:01:16 +02:00
706ffbe594
fixed PHP5 only variables should be assigned by reference
2012-10-09 20:49:05 +02:00
475fadf31c
fixed groups.inc.tpl wrong {}
2012-10-06 20:29:15 +02:00
d9647b0086
fixed issue in last 4e56b44
commit
2012-09-27 16:10:06 +02:00
4e56b4400d
some document.write replacements with better method
2012-09-27 15:58:34 +02:00
57e63251b3
cleared whitespace missmatch in serendipity_die()
2012-08-23 17:18:31 +02:00
4d9fa16b1e
re-added 2.0 Smartification needs, which got lost by up-port
2012-06-13 16:17:11 +02:00
f1b3e3b241
backport
2012-06-13 15:22:57 +02:00
e72c90a69d
Merged branch 'master' into 2.0 (compatibility fixes)
2012-06-13 15:12:35 +02:00
1f9630b394
Compatibility fixes.
2012-06-13 14:24:45 +02:00
f12f53aaab
Damn, why does cherry picking not work?
2012-06-12 20:51:57 +02:00
937454899c
Reduce error reporting, else s9y will not run with PHP 5.4
2012-06-12 20:43:49 +02:00
58e2cd8c37
porting stuff
2012-06-12 19:39:38 +02:00
d7ef7a7a04
port everything so that 2.0 and 1.7 have the same features
2012-06-12 19:39:11 +02:00
7294e9679c
javascript loading quotes
2012-06-08 14:33:51 +02:00
7a51ea663e
OUT_STACK now supports config_groups magic again
2012-06-08 14:19:04 +02:00
3ec4c55ec0
captured smartified example method
2012-06-08 10:43:22 +02:00
1ebbeeef36
fixed smartification pluggroup name
2012-06-03 11:51:31 +02:00
e0f5068190
fetch to display
2012-06-02 11:44:17 +02:00
a1d77c4916
group.inc.tpl - fixed missing CONSTANT
2012-06-01 21:06:12 +02:00
cccd3aca57
no need for assignment
2012-06-01 20:24:08 +02:00
4bc7f98285
removed tpl {continue} spaces
2012-06-01 17:45:15 +02:00
85690d6411
fixed entries.inc.tpl - select user smartification bug
2012-06-01 17:21:29 +02:00
c45fc7181b
groups.inc.tpl - some better use of booleans
2012-06-01 15:42:57 +02:00
064506d6f9
group.inc - fixed some possible typos
2012-06-01 15:29:06 +02:00
d3e3ef3516
removed now obsolet internal function allowments
2012-06-01 14:57:56 +02:00
d2d2470716
simplification, fixes, additions and changes to entries.inc.php/tpl
2012-06-01 14:22:54 +02:00
a956471a44
added to MediaLB multidelete[]
2012-05-29 20:39:23 +02:00
302bb8ee08
conflict resolution
2012-05-27 12:38:51 +02:00
948d2f43c8
stable archive sort: included in fetchEntries, working with categories -> more native approach
2012-05-27 12:36:26 +02:00
326957d732
fixed typo in note
2012-05-25 11:05:37 +02:00
b0271a56d9
Merge branch 'master' of git@github.com:s9y/Serendipity
2012-05-25 10:23:31 +02:00
ba4b629816
ISO-8859-1 fallback patch so that my blog works ;)
2012-05-25 10:14:47 +02:00
a811c8a5c3
fixed class naming issue and make use of new smarty auto literal
2012-05-23 20:02:29 +02:00
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
7b585bfe64
some minor backend smartification changes
2012-05-23 18:48:33 +02:00
be0b6797ad
temporarily revert to default to "false" until kinks are worked out (see board thread)
2012-05-23 15:14:11 +02:00
a368694f24
smartified functions_plugins_admin.inc.php
2012-05-22 20:14:37 +02:00
bbfd3b1cee
removed debug-echo
2012-05-22 17:15:28 +03:00
c571618689
restored sort-order on a single archive-page: from top to bottom = from newest to oldest
2012-05-22 16:10:07 +02:00
52bdecf89d
stable archive sort: genpage.inc.php with different order by was missing
2012-05-22 15:41:28 +02:00
6f4658db9c
sort archives in a stable way
2012-05-21 16:16:20 +02:00
09e9322666
* Fix SQL injection for comment.php used in read-context.
...
(Thanks to High-Tech Bridge SA Security Release Lab, Advisory HTB23092)
2012-05-16 11:59:39 +02:00
7b552d2df9
* Fix SQL injection for comment.php used in read-context.
...
(Thanks to High-Tech Bridge SA Security Release Lab, Advisory HTB23092)
2012-05-16 11:59:02 +02:00
da886799aa
Merge branch '2.0' of github.com:s9y/Serendipity into 2.0
2012-04-22 16:15:18 +02:00