Sean Harvey
|
e71b8d6215
|
MINOR Installer cleanups, removing references to old "command line
installation" which is no longer supported.
MINOR Removed stray semi-colon when showing version in installer
template.
|
2012-04-15 15:05:20 +12:00 |
|
Sean Harvey
|
6405c44bc2
|
MINOR Enable the highest level of error_reporting() in install, to be
consistent with Core.php
|
2012-04-15 10:50:20 +12:00 |
|
Simon Welsh
|
3a6341a251
|
API-CHANGE sapphire folder can now be renamed.
|
2012-04-15 10:50:19 +12:00 |
|
Robert Curry
|
8b0dafb30d
|
ENHANCEMENT: Change PHP version requirements. Part of #7131.
|
2012-04-13 13:12:48 +12:00 |
|
Ingo Schommer
|
ca24120a5e
|
MINOR Install screen visual tweaks, more visible disabled state on install button, conditional version number (to avoid it showing without a version), referencing new theme in install screen, using new layout in install progress screen as well
|
2012-04-11 16:49:31 +02:00 |
|
Ingo Schommer
|
ac45e5b9c0
|
Merge branch 'integration'
Conflicts:
admin/css/ie8.css
admin/css/screen.css
admin/scss/_style.scss
dev/install/config-form.html
dev/install/install.css
dev/install/php5-required.html
|
2012-04-11 16:31:12 +02:00 |
|
Paul Clarke
|
4f23ac1722
|
ENHANCEMENT Installer styling, moving away from blackcandy
|
2012-04-11 22:51:10 +12:00 |
|
Ingo Schommer
|
8c5e56fe31
|
Merge branch 'master' into integration
Conflicts:
admin/css/screen.css
dev/install/php5-required.html
|
2012-04-09 21:10:08 +02:00 |
|
Jeremy Bridson
|
697ffb82a7
|
ENHANCEMENT:fixed styling on "installing SilverStripe" page.
|
2012-04-05 12:01:27 +12:00 |
|
Jeremy Bridson
|
63b23a2155
|
ENHANCEMENT:incorporating "simple" theme into the the SS3 Install - styling the install page to fit with the "simple" theme
|
2012-04-03 17:31:40 +12:00 |
|
Sean Harvey
|
68aaae8cc0
|
MINOR Update docs and version checking for PHP 5.3+
|
2012-04-03 09:54:55 +12:00 |
|
Stig Lindqvist
|
1a81c3de27
|
BUGFIX The SilverStripe installer throwing warning on settings that was legit.
|
2012-03-28 17:56:57 +13:00 |
|
Sean Harvey
|
3d62832fbb
|
MINOR Removed session_start() call in installer, as it contradicts the requireFunction check for session_start as part of the installer
|
2012-03-12 10:25:39 +13:00 |
|
Sean Harvey
|
0c30bfc2dd
|
MINOR Tweak text about display_errors
|
2012-03-12 10:17:57 +13:00 |
|
Robert Curry
|
d34dca675a
|
MINOR: Fix typographical errors.
|
2012-03-09 17:00:25 +13:00 |
|
Robert Curry
|
ecb279c33e
|
Issue #6667: Check for TEMP_FOLDER _ss_envrionment override in install script.
|
2012-03-09 15:06:01 +13:00 |
|
Ryan O'Hara
|
63d5927e50
|
BUGFIX: Added TemplateGlobalProvider include to installer, as required by i18n.
|
2012-03-09 10:45:24 +13:00 |
|
Kirk Mayo
|
c211b7c435
|
Added some simple code to show the location of the loaded php.ini file when php configuration or file permision errors exist
|
2012-03-04 21:01:12 +13:00 |
|
Ingo Schommer
|
fcf103cd14
|
MINOR Check for display_errors=Off during installation (fixes #5779)
|
2012-02-11 01:19:29 +01:00 |
|
Mark James
|
e102d9ddc9
|
BUGFIX: Corrected use of ENT_QUOTES/UTF8 on htmlentities in installer introduced by r3a7ac9759ab8f98eee0bb15db4618fd0ee146ab6. fixes #6806
|
2011-12-16 22:27:42 +00:00 |
|
Ingo Schommer
|
3a7ac9759a
|
BUGFIX Consistently using multibyte-safe htmlentities()
|
2011-11-29 10:43:06 +01:00 |
|
Hamish Friedlander
|
436e0f0475
|
ENHANCEMENT: Make the installer work when CMS module isnt present
|
2011-10-29 17:23:22 +13:00 |
|
Hamish Friedlander
|
af667eb8ec
|
ENHANCEMENT: Move install.php to sapphire and seperate the PHP version check from the rest of it so we dont have to worry about PHP4 so much. TODO: Allow it to be run directly without needing the stub install.php in the root from silverstripe-installer
|
2011-10-29 16:40:27 +13:00 |
|