21 Commits

Author SHA1 Message Date
onli
3b3018b173 Fix: categories were uneditable (#135) 2014-05-12 20:31:31 +02:00
onli
b6fe9892c7 Fix subcategory button 2014-01-19 21:39:47 +01:00
onli
62ba209e52 No categories with the same name 2014-01-19 18:44:44 +01:00
onli
36025ee6ba subfolder creation button for category list 2014-01-19 18:23:42 +01:00
Matthias Mees
3c3369f64b Markup maintenance. 2013-06-24 16:08:26 +02:00
onli
ae74401668 2k11 is default template, included admin-tpls, and made it installable 2013-05-30 22:19:07 +02:00
onli
a56b5382e1 removed TEMPLATE_SWITCH 2013-05-27 21:06:52 +02:00
Garvin Hicking
5ec7481030 Port of patch #16 to 2.0 2013-05-06 09:47:19 +02: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
ba518b7864 use tpl dir and smarty3 short notation fetch() method 2012-02-17 18:33:10 +01:00
onli
55edda14bf smartifying: template.inc.php, category.inc.php 2012-02-16 20:00:08 +01:00
Garvin Hicking
aba04f43b4 * PDO-SQLite patches by nth 2010-10-12 12:38:13 +00:00
Garvin Hicking
76e8d73b27 * Fix SQL query statement for deleting a category, which on some
DB types (SQlite) might not return "true" and thus not really
      delete the category. (garvinhicking)
2010-04-27 07:57:04 +00:00
Garvin Hicking
d34bbd7181 * Add ability to plugins to check uploaded media files for invalid
file extensions. Added more escaping to user- and groupnames
      for untrusted author environments, thanks to Hanno Boeck.
      (garvinhicking)
2008-02-01 14:10:14 +00:00
Garvin Hicking
a0d950b320 HTML and images by Don 2007-08-06 10:18:26 +00:00
Garvin Hicking
472432b1b9 Merge patch from Don Chambers for better input classes in admin 2007-07-12 09:40:04 +00:00
Garvin Hicking
0eb5e4ba7a Show ID 2007-07-10 13:24:33 +00:00
Garvin Hicking
90e26a8c70 Add sqlite3 support, by geekmug 2007-05-18 07:59:14 +00:00
Garvin Hicking
30ccea2f96 Make plugins be able to emit custom RSS feeds, see http://board.s9y.org/viewtopic.php?p=53320#53320 2007-04-01 11:55:46 +00:00
Garvin Hicking
771ed87414 Show category name before deleting 2007-01-14 16:25:14 +00:00
Garvin Hicking
80e14346a5 Also support "last X" REST interface 2006-08-02 10:07:34 +00:00