Commit Graph

  • a85ccf4482 MINOR Removed registered databases from installer, these are autodiscovered from sapphire/_register_database.php now sharvey 2010-03-11 06:03:49 +0000
  • b8463cf917 MINOR Updated registered databases in installer from changes to DatabaseRegistry in r100898 sharvey 2010-03-11 05:37:07 +0000
  • 0c8b63b929 BUGFIX Installer now looks in DatabaseRegistry for adapter when checking database requirements sharvey 2010-03-11 05:06:25 +0000
  • ee3bbe3c95 MINOR Installer gets default locale from i18n::get_locale() before trying to autodiscover by USER_AGENT string sharvey 2010-03-11 04:25:26 +0000
  • ce381845d5 MINOR Fixed improper quoting in locale setting sharvey 2010-03-11 01:57:33 +0000
  • c3918595fd MINOR Code formatting sharvey 2010-03-10 05:34:29 +0000
  • 897a3b49af MINOR: added sqlite to the installer apiening 2010-03-10 05:24:56 +0000
  • 625de452f7 ENHANCEMENT you can now choose your site locale at install time trix 2010-03-10 02:04:10 +0000
  • ff70fca745 MINOR phpDoc update for Page sharvey 2010-03-09 22:00:38 +0000
  • af105fc9ed MINOR Code formatting fixes for default Page pagetype sharvey 2010-03-09 22:00:00 +0000
  • 745816f612 MINOR remove the sqlite databases from the installer list. trix 2010-03-09 02:54:25 +0000
  • 2196f2cffc ENHANCEMENT show all database systems we support, along with messages if the user cannot use them. Also allow 3rd parties to register their own database classes to appear in this list. trix 2010-03-09 02:39:04 +0000
  • 4cee5df735 BUGFIX Installer now checks for 5.1.0 PHP version at minimum. Anything less than 5.1.0 will probably have issues with SilverStripe sharvey 2010-03-08 22:29:27 +0000
  • d9628e9f1c MINOR Show "Unknown web server" if server couldn't be determined sharvey 2010-03-08 21:00:25 +0000
  • c783f7e62a MINOR Fixed place where IIS was used instead of checking for 7 sharvey 2010-03-08 20:59:10 +0000
  • 9589478330 MINOR Check for IIS/7 specifically, as IIS 6 has a completely different way of installing sharvey 2010-03-08 20:56:56 +0000
  • f9d2ea4ef2 MINOR Removed ecommerce and payment from "make getallmodules" sharvey 2010-03-07 09:20:14 +0000
  • 9faa558159 MINOR Fixed character glitch in UPGRADING file sharvey 2010-03-07 09:18:45 +0000
  • 14981c77b3 MINOR Fixed location to tutorials in INSTALL file which went to an empty page sharvey 2010-03-07 09:17:23 +0000
  • 83b37d9903 MINOR Removed lighthttpd from INSTALL notes since this server isn't supported during installer process (more details on the server requirements wiki page) sharvey 2010-03-07 09:16:12 +0000
  • 4392796d5e MINOR Updated INSTALL notes with minimum PHP version sharvey 2010-03-07 09:14:52 +0000
  • 3379a20bfc BUGFIX Webserver should be encoded properly when sending server stats to ss2stat during SS installation sharvey 2010-03-07 08:35:18 +0000
  • 549867149c ENHANCEMENT IIS 7.x no longer throws a server error if the rewrite module isn't installed when first opening the SS installer - instead, the web.config file is written with rules during installation MINOR Tidied up installer, removing unused methods and clearly defining the web server support sharvey 2010-03-05 21:26:29 +0000
  • 2dea4e98c4 MINOR Updated INSTALL notes sharvey 2010-03-03 00:51:23 +0000
  • 73152494c1 MINOR Made the database types clearer by setting the minimum version required alongside the name - e.g. "MySQL 4.1+" sharvey 2010-03-02 23:11:01 +0000
  • 00ecb7763e MINOR Removed end php tag from rewritetest.php sharvey 2010-03-02 01:16:53 +0000
  • f40740c382 ENHANCEMENT #5024 Installer now checks that the user has entered a username and password correctly for the default admin, an additional button for re-checking requirements is now found at the bottom of the admin configuration section ENHANCEMENT Error messages for database AND admin configuration are now in the same place at the top of the installer sharvey 2010-02-24 22:34:53 +0000
  • a9786bf089 MINOR: Updated UPGRADING readme to reference dev/build rather than db/build sminnee 2010-02-23 22:48:04 +0000
  • 1e935bbc14 BUGFIX If SS_DATABASE_CLASS is set to a database that doesn't exist, don't break the installer but fallback to MySQL sharvey 2010-02-22 07:22:16 +0000
  • 22357a1602 MINOR Removed unused method in installer sharvey 2010-02-15 10:56:44 +0000
  • 6bd62df00a ENHANCEMENT If the database type to install with doesn't allow creation of databases, allow for this case and inform the user they need to create it manually sharvey 2010-02-15 05:36:27 +0000
  • ba357293b8 MINOR Reverted r98980 sharvey 2010-02-15 05:21:07 +0000
  • a4cf4672b4 MINOR fix typo trix 2010-02-15 03:52:41 +0000
  • 24dec25548 MINOR Updated UPGRADING notes (#5063) ischommer 2010-02-14 19:49:08 +0000
  • 2bdc91e594 MINOR Removed unnecessary check for conflicting classes Query and HTTPResponse in installer, these are now namespaced as SS_Query and SS_HTTPResponse sharvey 2010-02-13 06:18:27 +0000
  • 26a6db9682 MINOR Removed unncessary ?> tag in generated _config.php file sharvey 2010-02-13 05:13:48 +0000
  • 83853cb4c4 BUGFIX Installer should generate MySQLDatabase::set_connection_charset('utf8') in the _config.php to allow for better encoding in MySQL sharvey 2010-02-13 04:12:18 +0000
  • bbadf8f043 MINOR Fixed location to theme downloads in _config to be the proper location sharvey 2010-02-13 04:07:52 +0000
  • 8bc6a375de MINOR Removed unnecessary end tag which the original _config.php doesn't have anyway sharvey 2010-02-13 04:07:35 +0000
  • 46424744af MINOR Deny access to web.config file when installer generates .htaccess file sharvey 2010-02-13 04:01:58 +0000
  • b27645b7ac MINOR Partially reverted r98887 re-adding the web.config permissions in .htaccess sharvey 2010-02-13 03:59:05 +0000
  • 2a47151ef5 MINOR Tabbing out of <Files> directive contents in .htaccess sharvey 2010-02-13 03:56:44 +0000
  • fefd00cf1e BUGFIX If mod_rewrite isn't enabled on Apache, a 500 server error won't be generated which prevents the installer from opening and telling you there's no rewrite support sharvey 2010-02-13 03:55:47 +0000
  • 02dc0f4518 MINOR Removed MySQL specific checking from the installer until we can figure out how to do it well across different databases. The only remaining MySQL specifics in the installer is the sending of the server information to ss2stats sharvey 2010-02-12 03:46:08 +0000
  • c4f1e42a8d MINOR Removed check for MySQL function in the main PHP configuration - this is done separately by database helper classes sharvey 2010-02-12 03:39:20 +0000
  • 3a33b40431 MINOR Reverted r98850 which broke the installer on Windows sharvey 2010-02-12 02:39:25 +0000
  • b3b2373613 BUGFIX Installer does not require .htaccess file to be writable if using IIS 7 and 7.5. We assume any other server has some form of .htaccess file sharvey 2010-02-12 01:58:54 +0000
  • 6429b0b103 MINOR Renamed keys to database configuration results sharvey 2010-02-11 09:58:46 +0000
  • 0d54c89476 MINOR Amendments to installer database configuration and small issue detecting database support in PHP sharvey 2010-02-11 09:32:26 +0000
  • 26bcd5a826 MINOR Removed warning that appears during installation steps (regression from recent changes) sharvey 2010-02-11 08:54:18 +0000
  • af96f8433d MINOR Doc for database configuration helper sharvey 2010-02-11 07:53:05 +0000
  • 34bad1fc7f API CHANGE Installer now uses a database configuration helper class which isolates the logic of checking the database away from the installer, this interface can be used by other databases like MSSQL and PostgreSQL. The installer now looks for a specific file inside each database module, provided it's configured in install.php MySQL is provided by default, as it lives in sapphire sharvey 2010-02-11 07:37:08 +0000
  • cb788ccae4 BUGFIX Fixed unlink of mysite/_config.php and truncate it instead - when re-creating the file it may not get write permissions on Windows sharvey 2010-02-11 05:35:42 +0000
  • 3edb9bc973 BUGFIX Send the database in use (not just the MySQL version) to ss2stats in installer sharvey 2010-02-11 05:29:13 +0000
  • a5cd285a16 BUGFIX Fixed MySQL connection in installer not detecting incorrect credentials sharvey 2010-02-11 03:00:09 +0000
  • 23a5873178 BUGFIX Installer should cache the database connection so queries testing database creation can be made properly sharvey 2010-02-11 01:52:01 +0000
  • 62366a72e3 BUGFIX Checkbox for overriding the install from environment now checks for the file existance properly sharvey 2010-02-10 21:19:05 +0000
  • 084acb6133 MINOR Reverted broken variables in installer for checking environment sharvey 2010-02-10 07:55:03 +0000
  • 8200a7e4e8 BUGFIX Fixed initial state of "use environment" checkbox in installer sharvey 2010-02-10 05:06:32 +0000
  • 41bd835be2 ENHANCEMENT Added checkbox to switch off using the environment during install if it's available sharvey 2010-02-10 05:02:34 +0000
  • 8dd4256bfc BUGFIX Fixed messages of "Database '' exists" instead of "Database 'SS_mysite' exists" sharvey 2010-02-10 03:42:31 +0000
  • af4238e275 BUGFIX Fixed installer not submitting correct details when environment file is in use sharvey 2010-02-10 03:38:53 +0000
  • 260239fc5a ENHANCEMENT #3903 Initial changes to installer to support selection of different database drivers sharvey 2010-02-10 03:22:41 +0000
  • bf784c989c MINOR Removed config-form.html from phpinstaller, moved to sapphire/dev/install a while ago. Omission from r92258 merge. ischommer 2010-02-07 21:43:43 +0000
  • 1b57a81088 BUGFIX: fixed double slash when installed in the root. PATCH via simon_w. #4733 2.4.0-beta1 wrossiter 2010-02-03 02:57:14 +0000
  • a3e887a59e BUGFIX Check for existance of IIS rewrite module as a value that exists instead of being "1" sharvey 2010-02-03 02:09:50 +0000
  • 17764cf273 ENHANCEMENT Removed extension specific RewriteCond from .htaccess, install.php and rewritetest.php to allow for broader range of dynamically handled extensions (e.g. generating GIF files through SilverStripe controllers). See #2958 ischommer 2010-01-29 01:23:01 +0000
  • b7fb4b028e BUGFIX: Remove hacky mucking with chdir() and $_SERVER - they're no longer necessary sminnee 2010-01-28 05:53:03 +0000
  • a007499548 MINOR: Reverted r97590 sminnee 2010-01-26 09:11:08 +0000
  • fd1a4dde05 MINOR: Accidental commit sminnee 2010-01-26 09:09:43 +0000
  • 4dff1b9ba7 BUGFIX Explicitly set a default administrator in Installer->install() rather than assuming its credentials are set through Security::findAnAdministrator() (see #4271) ischommer 2010-01-25 05:19:33 +0000
  • 6015195223 BUGFIX #4791 Potential issue with creating files in SS installer on IIS - use the "b" mode when using fopen() to be more portable on platforms sharvey 2010-01-13 00:30:44 +0000
  • 0f45be4ccd REVERTED: r95199 wrossiter 2009-12-14 22:59:25 +0000
  • 8b8199f1f0 BUGFIX: pass $allowHTML through to DatalessField. PATCH via escaped (#4822) wrossiter 2009-12-14 22:55:18 +0000
  • 2505fbf834 MINOR Convert crlf (Windows) line endings to lf (UNIX) for install.php sharvey 2009-11-29 06:13:48 +0000
  • 1862b1f8b5 MINOR Removed checks for jsparty/ directory, which is no longer required (merged from r93615) ischommer 2009-11-26 05:19:28 +0000
  • 52891a4ecf ENHANCEMENT Easier installation for IIS based configurations by providing the web.config file out of the box, an inaccessible file on Apache based web servers sharvey 2009-11-24 06:52:31 +0000
  • 1d8efaa8be MINOR Added location on where to download the MS URL rewrite module when installing on IIS sharvey 2009-11-24 05:04:49 +0000
  • 966fdf484d BUGFIX Sometimes SERVER_SIGNATURE isn't populated in PHP, so fall back to using SERVER_SOFTWARE to detect the webserver during SS install sharvey 2009-11-23 20:34:06 +0000
  • adfb282212 ENHANCEMENT #4576 Detection of IIS and the IIS URL Rewrite Module during SS install sharvey 2009-11-23 20:11:29 +0000
  • 0fbaae8ba6 MINOR Fixed ambiguous statements about the database in installation, refer to MySQL specifically since that's what it's checking for sharvey 2009-11-23 19:35:37 +0000
  • cb4359feff ENHANCEMENT #4742 Set lower timeout for mysql_connect to avoid long timeouts when mysql_connect can't find a MySQL server locally during SS install, and only do certain MySQL checks if the server can be found, greatly improving install performance sharvey 2009-11-23 19:34:11 +0000
  • e285f5af85 MINOR Fixed grammar mistake in install sharvey 2009-11-19 21:20:30 +0000
  • 51ac492824 MINOR Fixed merge errors and omissions from branches/2.3 (from r92258) ischommer 2009-11-19 20:39:32 +0000
  • ef138cb1d9 MINOR Fixed comma where it should've been a dot (from r83449) (from r92249) ischommer 2009-11-19 20:38:27 +0000
  • 4b5ab51fc7 BUGFIX #4356 Removed string checking of PHP version and replaced with version_compare() in SS installer (from r81646) (from r92248) ischommer 2009-11-19 20:38:18 +0000
  • a5f4ac0550 BUGFIX #4171 hamish: Fixed assets/.htaccess for CGI environments. (from r79222) (from r92247) ischommer 2009-11-19 20:38:09 +0000
  • ea2eb97c62 Disable PHP in the assets directory, regardless of virtual-host config (from r74816) (from r92246) ischommer 2009-11-19 20:38:01 +0000
  • 52584eaf87 Added additional switch for a slight variation of the URL parsing code. (from r73224) (from r92245) ischommer 2009-11-19 20:36:02 +0000
  • 6b25d35b7f BUGFIX: Fixed rewriteless operation in IIS 5.1 (from r73166) (from r92244) ischommer 2009-11-19 20:35:53 +0000
  • 375340e94c BUGFIX: Fixed mod_rewrite-less operation in the root folder of a windows box (from r72995) (from r92243) ischommer 2009-11-19 20:35:43 +0000
  • 30ddfa5fff MINOR: Use password field for password, dont require call by reference (from r72928) (from r92242) ischommer 2009-11-19 20:34:18 +0000
  • a8e23f092f BUGFIX: Get index.php filename rewriting working for windows (from r72504) (from r92241) ischommer 2009-11-19 20:34:10 +0000
  • c872e76daf ENHANCEMENT: Added index.php that will keep SilverStripe functioning even if the .htaccess doesn't work (svn diff) (from r72495) (from r92240) ischommer 2009-11-19 20:33:59 +0000
  • ed24d08855 BUGFIX: Allow SilverStripe to work when asp_tags is on (from r72337) (from r92239) ischommer 2009-11-19 20:33:47 +0000
  • 0b2032329c MINOR: Changed change log to point to online change log. (from r71924) (from r92238) ischommer 2009-11-19 20:33:40 +0000
  • 0074be8942 Removed DirectorySlash update from installer's default htaccess as it breaks some installation targets (from r67085) (from r92231) ischommer 2009-11-19 20:32:55 +0000
  • b7a0f6dd18 MINOR: Removed no-longer-used createHtAccessAlternative() (from r66916) (from r92230) ischommer 2009-11-19 20:32:36 +0000
  • 6b48d45114 ENHANCEMENT #3123: Use ajax for mod_rewrite testing (from r66906) (from r92228) ischommer 2009-11-19 20:32:20 +0000
  • 2cd8f69c3c BUGFIX: Improved installer operation with PHP4 installed or no PHP installed. API CHANGE: Reduced number of files needed for installer to work, and moved some into sapphire directory. (from r66896) (from r92227) ischommer 2009-11-19 20:32:07 +0000