1
0
Commit Graph

19 Commits

Author SHA1 Message Date
f1343f95f1 GET menu for new groups/users 2013-08-18 20:45:38 +02:00
2e060c3e5f Added userlevel name in user admin section of backend (#28) 2013-07-20 20:43:55 +02:00
d80a8334c8 Use return instead of echo in the remaining core
Debug-messages still may use echo, and some functions in functions_image and trackback still use it to generate progress messages, which should get cleaned up as well but is not that urgent
2013-07-05 19:16:11 +02:00
ae74401668 2k11 is default template, included admin-tpls, and made it installable 2013-05-30 22:19:07 +02:00
a56b5382e1 removed TEMPLATE_SWITCH 2013-05-27 21:06:52 +02:00
b93a9b37ca Removed previously commented, potentially harmful code. 2013-02-18 15:32:29 +01:00
11b9c86ad0 Commented something out which disrupts backend layout.
The phrase 'userid: ' plus the actual user id is being emitted at
a somewhat arbitrary positon in the backend when editing a user.
If this actually serves a purpose, I'm happy to add it back, but
it doesn't seem to …
2013-02-18 12:11:54 +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
94c4f32b08 backport 2012-11-06 11:25:39 +01:00
4fb37b742d smartify user.inc.php 2012-02-21 16:49:18 +01:00
f541e5874d New experimental login hashing 2009-02-16 11:29:49 +00:00
862abd0a90 * Add link to preview entries by an author into the usermanagement
(garvinhicking)
2008-09-09 07:23:19 +00:00
61223c16f0 Invalid HTML fixed 2008-03-09 05:47:54 +00:00
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
a0d950b320 HTML and images by Don 2007-08-06 10:18:26 +00:00
472432b1b9 Merge patch from Don Chambers for better input classes in admin 2007-07-12 09:40:04 +00:00
5cb3be35fe Check for proper array 2007-04-17 10:26:08 +00:00
32823fbd56 Improve usability by removing possibly dangerous options from personal configuration and moving them to the user management. Also rename the description options for those options.
Thanks to lendulado from the forums for these suggestions.
2007-03-22 10:27:18 +00:00
80e14346a5 Also support "last X" REST interface 2006-08-02 10:07:34 +00:00