summaryrefslogtreecommitdiffstats
path: root/wp-settings.php
Commit message (Expand)AuthorAgeFilesLines
* Move PHP_SELF check down, and do not blindly apply to non vhost installs if o...donncha2008-09-251-4/+5
* Merge with WP 2.6.2donncha2008-09-151-1/+1
* Need to setup global and non persistent groups again after cache is reinitial...donncha2008-09-031-0/+4
* Added 410 Gone error for deleted and spam blog, props selad, fixes #705donncha2008-08-291-6/+7
* Massive cleanup of wpmu-functions, props momo360modena, fixes #719donncha2008-08-281-0/+1
* Minor changes, props momo360modena, #719donncha2008-08-251-2/+2
* Merge with WP revision 8635donncha2008-08-131-1/+5
* Don't overwrite site_name, fixes #686, props Andydonncha2008-07-211-1/+2
* Correct PHP_SELF when VHOST == no, fixes #626, props jergendutchdonncha2008-07-091-1/+1
* Mangle the admin email address when a blog isn't activated, fixes #671donncha2008-07-041-1/+1
* Set the wp_default_secret_key, fixes #670, props trentdonncha2008-07-041-0/+2
* Set ADMIN_COOKIE_PATH to / for non VHOST installs, slightly less secure but f...donncha2008-07-031-2/+7
* WP Merge to rev 8216donncha2008-07-021-1/+15
* WP Merge to revision 8180donncha2008-06-241-3/+3
* Move locale setup into a filter, may fix #655donncha2008-06-171-6/+0
* WP Merge with revision 8075donncha2008-06-131-42/+100
* No need to redirect to install.php - it doesn't exist anyway.donncha2008-06-101-11/+2
* Move SHORTINIT, need apply_filters(), fixes #649donncha2008-06-091-3/+4
* Cleanup init processdonncha2008-06-051-38/+13
* Don't load the object cache when installingdonncha2008-05-191-1/+1
* AUTOSAVE_INTERVAL, fixes #617 and #610, props hanifbdonncha2008-05-071-0/+8
* Merged with WP 2.5, revision 7806donncha2008-04-241-4/+6
* Replace glob(), it may be disabled on some hosts. fixes #594donncha2008-04-171-5/+7
* Merged with WordPress 2.5, unstable, only for testingdonncha2008-04-041-47/+215
* Replace wordpress.com with localhost.localdomain example emaildonncha2008-01-141-1/+1
* Merge with WP 2.3.2donncha2008-01-021-4/+4
* Add back the test cookie, props drmike, fixes #492donncha2007-11-091-0/+2
* Merge with WordPress 2.3.1donncha2007-10-301-14/+13
* Don't use $wpmuBaseTablePrefix any more, use $wpdb->base_prefix, props lunaby...donncha2007-10-261-1/+1
* Merge with WordPress, rev 6285 and untesteddonncha2007-10-231-13/+11
* Make sure it's really false, props momo360modena, #464donncha2007-10-231-4/+4
* Move SHORTINIT check down so that apply_filters() function is loadeddonncha2007-10-221-2/+4
* Merge with WP 2.3 - testing use only!donncha2007-10-121-18/+51
* Move PLUGINDIR definition down so it can be set by an MU plugin if needed, pr...donncha2007-08-081-2/+2
* WP Merge to WP 2.2.1donncha2007-06-211-1/+1
* Add support for sunrise initialisation script at wp-content/sunrise.phpdonncha2007-06-081-3/+6
* WP Merge to rev 5499, this is a big one! Test it before you put it live!donncha2007-05-211-5/+5
* Add MUPLUGINDIR constant so that mu-plugins can be relocateddonncha2007-03-161-1/+4
* WP Merge to rev 5007donncha2007-03-091-26/+31
* WP Merge to 4929donncha2007-02-231-1/+1
* WP Merge to rev 4763donncha2007-01-181-4/+2
* WP Merge to rev 4721donncha2007-01-111-1/+3
* WP Merge to 4701donncha2007-01-081-0/+5
* Needed to rename this CONSTANT for a long timedonncha2006-11-281-2/+3
* WP Merge to 4524donncha2006-11-241-6/+7
* Use PLUGINDIR (fixes #191)donncha2006-11-131-2/+2
* WP Mergedonncha2006-11-071-2/+8
* WP Merge - needs testing.donncha2006-10-091-1/+0
* WP Merge to rev 4347donncha2006-10-051-2/+3
* Fix upload pathdonncha2006-09-281-1/+1