21 Commits

Author SHA1 Message Date
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
7b585bfe64 some minor backend smartification changes 2012-05-23 18:48:33 +02:00
Ian
a8c5418b2f fixed show installation errors 2012-04-04 11:20:34 +02:00
Ian
9065abdb98 smartify installer without fail ... :D 2012-03-27 13:00:37 +02:00
Ian
92638f3426 installer and upgrader hardcoded markup notices (no fallback) 2012-03-26 14:28:49 +02:00
onli
e7dbdc28a7 installer.inc.php: fixed missing serendipity_smarty_init() 2012-03-17 15:33:58 +01:00
Ian
5e84e6a4d5 fixed smartification includement 2012-03-04 11:29:37 +01:00
Ian
8b1f3db442 installer needed smarty_framework 2012-03-04 08:52:52 +01:00
Ian
35ce0408d9 smartified installer.inc 2012-03-02 15:29:41 +01:00
Ian
503c170ede update installer version need to PHP 5.2.6 2012-01-28 16:12:48 +01:00
Garvin Hicking
3faaa663db Add check for "plugins" directory writability 2009-07-10 13:50:13 +00:00
Garvin Hicking
f541e5874d New experimental login hashing 2009-02-16 11:29:49 +00:00
Garvin Hicking
5ef47ebf5d * Add memory_limit output to s9y installation, 8MB for 32bit and
16MB for 64bit OSes
2008-08-29 07:54:02 +00:00
Jude Anthony
1df78fd6ce Update checksum code, move check to front page of installation 2008-07-17 21:23:35 +00:00
Don Chambers
b092304c48 Added classes for install/upgrade warning messages. Modified BP admin stylesheet to use these new classes to correct error of overriding green, yellow & red warning text. 2008-04-27 22:19:33 +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
4f3bc51427 Fix installer path detection by wagwag 2006-12-11 08:37:10 +00:00
Garvin Hicking
f03841587a Ensure to not be able to call s9y files under circumstances where .htaccess does not deny request AND register_globals is turned on 2006-11-30 21:34:29 +00:00
Garvin Hicking
80e14346a5 Also support "last X" REST interface 2006-08-02 10:07:34 +00:00