20 Commits

Author SHA1 Message Date
Garvin Hicking
855c13cb57 fix "scalar" error message 2014-02-28 11:09:32 +01:00
Ian
ce56d05d5d upport 44dfccc - make group permission name split into parts
to be styleable as in 1.7, but here still unchanged by tags, since this may need to change some styles.
2014-02-27 12:04:21 +01:00
onli
f1343f95f1 GET menu for new groups/users 2013-08-18 20:45:38 +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
Ian
b4b3541088 Update include/admin/groups.inc.php
stick to constant string and revert 5c3b2d3
2013-02-20 17:16:55 +01:00
Ian
5c3b2d3591 Update include/admin/groups.inc.php
fixed display group name

analog to 412359adf79d48dbdbd4c014cc43ab07ff32944d
2013-02-18 14:59:05 +01:00
Ian
37403920a2 fixed create new group startform 2012-12-01 18:59:36 +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
064506d6f9 group.inc - fixed some possible typos 2012-06-01 15:29:06 +02:00
Ian
ba518b7864 use tpl dir and smarty3 short notation fetch() method 2012-02-17 18:33:10 +01:00
onli
ff667b6617 smartified group.inc.php 2012-02-17 16:40:23 +01:00
Garvin Hicking
316e86f3dc * Added ability to mark authorgroups as "hidden", so that members of such groups are excluded from common author listings. (Ref http://board.s9y.org/viewtopic.php?f=11&t=16237) (garvinhicking) 2010-01-13 12:28:55 +00:00
Grischa Brockhaus
61223c16f0 Invalid HTML fixed 2008-03-09 05:47:54 +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
50401a7d02 Fix showing proper plugin permissionship plugin 2007-02-13 08:35:53 +00:00
Garvin Hicking
ae10cad21c Major new feature: Allow to restrict plugin hooks and plugins to only specific usergroups 2006-08-23 13:51:56 +00:00
Garvin Hicking
80e14346a5 Also support "last X" REST interface 2006-08-02 10:07:34 +00:00