Commit Graph

  • 24887b13a9 MINOR Code formatting (from r100802) sminnee 2010-10-13 04:24:35 +0000
  • 9fc052fe58 MINOR: added sqlite to the installer (from r100800) sminnee 2010-10-13 04:24:31 +0000
  • 7a3be4418e ENHANCEMENT you can now choose your site locale at install time (from r100769) sminnee 2010-10-13 04:24:26 +0000
  • 454d58a04d MINOR phpDoc update for Page (from r100735) sminnee 2010-10-13 04:24:21 +0000
  • 7f9d4872a7 MINOR Code formatting fixes for default Page pagetype (from r100734) sminnee 2010-10-13 04:24:17 +0000
  • 03edb8b515 MINOR remove the sqlite databases from the installer list. (from r100697) sminnee 2010-10-13 04:24:12 +0000
  • 9b1372a29a 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. (from r100696) sminnee 2010-10-13 04:24:00 +0000
  • 45adbbb8e8 BUGFIX Installer now checks for 5.1.0 PHP version at minimum. Anything less than 5.1.0 will probably have issues with SilverStripe (from r100660) sminnee 2010-10-13 04:23:49 +0000
  • b69d0a9539 MINOR Show "Unknown web server" if server couldn't be determined (from r100636) sminnee 2010-10-13 04:23:44 +0000
  • 15d13b6f82 MINOR Fixed place where IIS was used instead of checking for 7 (from r100635) sminnee 2010-10-13 04:23:39 +0000
  • 322be54599 MINOR Check for IIS/7 specifically, as IIS 6 has a completely different way of installing (from r100634) sminnee 2010-10-13 04:23:34 +0000
  • 34fa1f06bf MINOR Removed ecommerce and payment from "make getallmodules" (from r100559) sminnee 2010-10-13 04:23:28 +0000
  • e3360ab241 MINOR Fixed character glitch in UPGRADING file (from r100558) sminnee 2010-10-13 04:23:19 +0000
  • 0243a2a2e6 MINOR Fixed location to tutorials in INSTALL file which went to an empty page (from r100557) sminnee 2010-10-13 04:23:12 +0000
  • 5a10c7afd5 MINOR Removed lighthttpd from INSTALL notes since this server isn't supported during installer process (more details on the server requirements wiki page) (from r100556) sminnee 2010-10-13 04:23:06 +0000
  • 0cd01f3dd9 MINOR Updated INSTALL notes with minimum PHP version (from r100555) sminnee 2010-10-13 04:22:58 +0000
  • fbc6cd5db7 BUGFIX Webserver should be encoded properly when sending server stats to ss2stat during SS installation (from r100554) sminnee 2010-10-13 04:22:40 +0000
  • 0d5b969a49 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 (from r100553) sminnee 2010-10-13 04:22:35 +0000
  • 216b934aeb MINOR Updated INSTALL notes (from r100388) sminnee 2010-10-13 04:22:22 +0000
  • c153aa6746 MINOR Made the database types clearer by setting the minimum version required alongside the name - e.g. "MySQL 4.1+" (from r100381) sminnee 2010-10-13 04:22:15 +0000
  • cf647f463e 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 (from r99841) sminnee 2010-10-13 04:21:56 +0000
  • acbe3b9058 MINOR: Updated UPGRADING readme to reference dev/build rather than db/build (from r99742) sminnee 2010-10-13 04:21:50 +0000
  • 08262a9b38 BUGFIX If SS_DATABASE_CLASS is set to a database that doesn't exist, don't break the installer but fallback to MySQL (from r99598) sminnee 2010-10-13 04:21:40 +0000
  • 3cb0146e36 MINOR: Blocking unnecessary revisions sminnee 2010-10-13 03:02:18 +0000
  • c91949e7fb MINOR Removed unused method in installer (from r99006) sminnee 2010-10-13 03:02:03 +0000
  • 6a9193e01a 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 (from r99001) sminnee 2010-10-13 03:01:31 +0000
  • f61920afb1 MINOR Updated UPGRADING notes (#5063) (from r98910) sminnee 2010-10-13 02:59:43 +0000
  • de519f36ac MINOR Removed unnecessary check for conflicting classes Query and HTTPResponse in installer, these are now namespaced as SS_Query and SS_HTTPResponse (from r98896) sminnee 2010-10-13 02:58:52 +0000
  • ae4cf3b422 MINOR Removed unncessary ?> tag in generated _config.php file (from r98894) sminnee 2010-10-13 02:58:13 +0000
  • b58d4c5f7e BUGFIX Installer should generate MySQLDatabase::set_connection_charset('utf8') in the _config.php to allow for better encoding in MySQL (from r98893) sminnee 2010-10-13 02:57:56 +0000
  • 22ed5dfd1d MINOR Removed unnecessary end tag which the original _config.php doesn't have anyway (from r98891) sminnee 2010-10-13 02:56:09 +0000
  • 044b0f0f80 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 (from r98887) sminnee 2010-10-13 02:53:34 +0000
  • 4997c0a9bd 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 (from r98877) sminnee 2010-10-13 02:51:12 +0000
  • 1a2f989c06 MINOR Removed check for MySQL function in the main PHP configuration - this is done separately by database helper classes (from r98875) sminnee 2010-10-13 02:50:56 +0000
  • 2f452bfabb MINOR Reverted r98850 which broke the installer on Windows (from r98862) sminnee 2010-10-13 02:50:28 +0000
  • d2b772726c 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 (from r98850) sminnee 2010-10-13 02:49:22 +0000
  • c4de1cb3be MINOR Renamed keys to database configuration results (from r98795) sminnee 2010-10-13 02:48:46 +0000
  • 6368a4fea0 MINOR Amendments to installer database configuration and small issue detecting database support in PHP (from r98794) sminnee 2010-10-13 02:48:17 +0000
  • 73964a844f MINOR Removed warning that appears during installation steps (regression from recent changes) (from r98793) sminnee 2010-10-13 02:47:55 +0000
  • 0c0fe50e49 MINOR Doc for database configuration helper (from r98789) sminnee 2010-10-13 02:47:38 +0000
  • 42f5002736 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 (from r98786) sminnee 2010-10-13 02:47:16 +0000
  • 7cec02c3f3 BUGFIX Fixed unlink of mysite/_config.php and truncate it instead - when re-creating the file it may not get write permissions on Windows (from r98783) sminnee 2010-10-13 02:44:34 +0000
  • 3c8aba8ed4 BUGFIX Send the database in use (not just the MySQL version) to ss2stats in installer (from r98782) sminnee 2010-10-13 02:43:05 +0000
  • 7363fe54a5 BUGFIX Fixed MySQL connection in installer not detecting incorrect credentials (from r98760) sminnee 2010-10-13 02:42:44 +0000
  • 42144c288d BUGFIX Installer should cache the database connection so queries testing database creation can be made properly (from r98744) sminnee 2010-10-13 02:42:14 +0000
  • 5663e264e1 MINOR: Several merges from branches/2.4 sminnee 2010-10-13 02:42:08 +0000
  • e76df36179 BUGFIX: fixed double slash when installed in the root. PATCH via simon_w. #4733 (from r98038) sminnee 2010-10-13 02:33:55 +0000
  • bf5e862c6a BUGFIX Check for existance of IIS rewrite module as a value that exists instead of being "1" (from r98031) sminnee 2010-10-13 02:33:27 +0000
  • dd015ff76a 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 (from r97791) sminnee 2010-10-13 02:32:36 +0000
  • 51effb7e78 BUGFIX: Remove hacky mucking with chdir() and $_SERVER - they're no longer necessary (from r97732) sminnee 2010-10-13 02:32:07 +0000
  • e012b5a418 BUGFIX Explicitly set a default administrator in Installer->install() rather than assuming its credentials are set through Security::findAnAdministrator() (see #4271) (from r97479) sminnee 2010-10-13 02:29:22 +0000
  • e8bb141aaa 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 (from r96826) sminnee 2010-10-13 02:27:21 +0000
  • e013e7512b MINOR Convert crlf (Windows) line endings to lf (UNIX) for install.php (from r93895) sminnee 2010-10-13 02:26:57 +0000
  • eebff68f46 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 (from r93255) sminnee 2010-10-13 02:22:49 +0000
  • 9b340214fd MINOR Added location on where to download the MS URL rewrite module when installing on IIS (from r93244) sminnee 2010-10-13 02:21:41 +0000
  • 62d6260fab BUGFIX Sometimes SERVER_SIGNATURE isn't populated in PHP, so fall back to using SERVER_SOFTWARE to detect the webserver during SS install (from r93113) sminnee 2010-10-13 02:20:13 +0000
  • 3077816c25 ENHANCEMENT #4576 Detection of IIS and the IIS URL Rewrite Module during SS install (from r93110) sminnee 2010-10-13 02:19:24 +0000
  • 44be8c39bc MINOR Fixed ambiguous statements about the database in installation, refer to MySQL specifically since that's what it's checking for (from r93107) sminnee 2010-10-13 02:17:17 +0000
  • 95f1703979 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 (from r93106) sminnee 2010-10-13 02:16:27 +0000
  • be07c8ca3f MINOR Fixed grammar mistake in install (from r92304) sminnee 2010-10-13 02:13:54 +0000
  • 317e179cb1 MINOR Added querystring option to Makefile (from r103746) ischommer 2010-05-03 01:32:42 +0000
  • 429e2421c9 MINOR Temporarily added legacydatetimefields module to trunk until 2.4 is merged back ischommer 2010-04-28 10:53:57 +0000
  • 3053074464 MINOR Reverting back to a much more boring documentation link ischommer 2010-02-26 01:34:32 +0000
  • 5157a61f72 w00t ischommer 2010-02-26 01:28:26 +0000
  • 1f80831a30 2 ischommer 2010-02-26 01:28:09 +0000
  • 8230e7b7ac 3 ischommer 2010-02-26 01:28:02 +0000
  • 1cb2814764 Reverted r97231 wrossiter 2010-01-21 02:36:23 +0000
  • 882036e886 MINOR: Initial - still in prgress fwink 2010-01-21 02:10:09 +0000
  • 28277e9eca MINOR Reverted r96950 sharvey 2010-01-14 20:36:57 +0000
  • c037177557 FEATURE: new SQLite3 database adapter apiening 2010-01-14 20:18:07 +0000
  • 3b9fef20fd MINOR Removed jsparty from mergesources sharvey 2009-11-27 01:05:13 +0000
  • bc5208aef8 MINOR: fixed externals to point to public facing repo wrossiter 2009-11-26 08:32:57 +0000
  • 64faf6654a MINOR Removed checks for jsparty/ directory, which is no longer required ischommer 2009-11-26 05:18:23 +0000
  • a0cedd3fb5 MINOR Partially reverted r92439, accidental commit to .htaccess ischommer 2009-11-21 10:36:20 +0000
  • 5832b464e7 API CHANGE Removed jsparty/ directory after merging in jsrewrite feature branch changes. The contained folders are now located in cms/thirdparty and sapphire/thirdparty? ischommer 2009-11-21 04:12:42 +0000
  • 0d0956b8be MINOR Mergeinfo ischommer 2009-11-21 01:54:02 +0000
  • 4322aeb820 MINOR Mergeinfo ischommer 2009-11-21 01:27:53 +0000
  • 8a1a426fc6 MINOR: Updating mergeinfo to ignore mergebacks ischommer 2009-11-21 00:54:49 +0000
  • ed7a77a38d MINOR Mergeinfo ischommer 2009-11-21 00:46:20 +0000
  • 844acb217d MINOR: Updating mergeinfo to ignore mergebacks ischommer 2009-11-21 00:42:47 +0000
  • 4b3bc1996d MINOR Fixed merge errors and omissions from branches/2.3 ischommer 2009-11-19 20:14:26 +0000
  • 43ab9eaca5 MINOR Mergeinfo ischommer 2009-11-19 20:00:40 +0000
  • a6a70237ed MINOR Changed silverstripe.com references to silverstripe.org (from r90887) ischommer 2009-11-19 19:59:17 +0000
  • 1dcca6ef3c MINOR Removed unnecessary mergeinfo from themes subfolders ischommer 2009-11-19 19:56:09 +0000
  • 60ff89dfbd BUGFIX Fixed $ escaping in passwords set by install.php in _config.php (#4676) (from r90883) ischommer 2009-11-19 19:54:50 +0000
  • 48fe08f2d0 MINOR Mergeinfo ischommer 2009-11-19 19:53:31 +0000
  • 2c15f4b61f MINOR Reverted accidental commits in r71146, r71147, r71148, r71149, r71150, r71151 - thought I was committing to another repository... (from r71152) ischommer 2009-11-19 19:51:49 +0000
  • 6765f0ac06 MINOR Fixed comma where it should've been a dot (from r83449) ischommer 2009-11-19 19:46:05 +0000
  • 27c046a2a0 BUGFIX #4356 Removed string checking of PHP version and replaced with version_compare() in SS installer (from r81646) ischommer 2009-11-19 19:45:12 +0000
  • 9eebe737e2 BUGFIX #4171 hamish: Fixed assets/.htaccess for CGI environments. (from r79222) ischommer 2009-11-19 19:42:55 +0000
  • 5959603955 Disable PHP in the assets directory, regardless of virtual-host config (from r74816) ischommer 2009-11-19 19:42:02 +0000
  • f3258df376 Added additional switch for a slight variation of the URL parsing code. (from r73224) ischommer 2009-11-19 19:41:49 +0000
  • ac4fe4b243 BUGFIX: Fixed rewriteless operation in IIS 5.1 (from r73166) ischommer 2009-11-19 19:41:35 +0000
  • 92db28eaae BUGFIX: Fixed mod_rewrite-less operation in the root folder of a windows box (from r72995) ischommer 2009-11-19 19:41:12 +0000
  • be063f1285 MINOR: Use password field for password, dont require call by reference (from r72928) ischommer 2009-11-19 19:40:55 +0000
  • 61f1d5dc2a BUGFIX: Get index.php filename rewriting working for windows (from r72504) ischommer 2009-11-19 19:39:57 +0000
  • c546a1877a ENHANCEMENT: Added index.php that will keep SilverStripe functioning even if the .htaccess doesn't work (svn diff) (from r72495) ischommer 2009-11-19 19:39:44 +0000
  • df8dc5f881 BUGFIX: Allow SilverStripe to work when asp_tags is on (from r72337) ischommer 2009-11-19 19:39:25 +0000
  • dcc2749ed6 MINOR: Changed change log to point to online change log. (from r71924) ischommer 2009-11-19 19:38:41 +0000
  • aa780a5e41 ... (from r71151) ischommer 2009-11-19 19:36:45 +0000