Archived
1
0
Commit Graph

33 Commits

Author SHA1 Message Date
onli e01a754315 Installer markup cleanup
The template assumed the messages to be arrays, though only one of them was one,
and that actually seems to be a mixup from the smartification
2014-03-09 14:58:06 +01:00
Ian 9b56a35f26 exclude installerHTTPPath from serendipity_getFile
References #80
2014-03-09 13:19:38 +01:00
Ian 0a2e6964ca rename 8a21ac8 to installerHTTPPath
References #80
2014-03-09 12:59:22 +01:00
Ian 8a21ac8737 fix dffe13e for step 3
References #80
2014-03-09 12:19:47 +01:00
Ian dffe13e344 fix PHP_SELF emitting slash on some OS 2014-03-09 10:20:41 +01:00
Ian 8b951cbc17 fix and prepare installer path for js includement
References #80

needs a special eg installer_editor.js file for JS events
2014-03-08 10:31:17 +01:00
onli 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
onli 36aee4324c fix last page of the installer 2013-06-27 23:15:03 +02:00
onli cbe07715fd use include_once 2013-06-21 18:11:03 +02:00
onli 9944effb93 Further smartify installer
by placing the code of serendipity_admin.php into installer.inc.tpl. Also removes php-fallback.
2013-06-04 18:15:25 +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 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