summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* WP Merge to rev 8249donncha2008-07-0330-146/+741
* Set ADMIN_COOKIE_PATH to / for non VHOST installs, slightly less secure but f...donncha2008-07-031-2/+7
* Added LOGGED_IN KEY and SALT, fixes #670donncha2008-07-023-7/+14
* WP Merge to rev 8216donncha2008-07-0251-423/+915
* Delete all tables of a blog, not just the WP ones, props jamescollins and lun...donncha2008-07-021-17/+4
* WP Merge to revision 8195donncha2008-06-3010-32/+47
* Pass blog_id to the remove function, props mtdewvirusdonncha2008-06-301-1/+1
* Remove $usermeta, fixes #666donncha2008-06-261-1/+0
* Show edit-link-categories.php menu item againdonncha2008-06-261-1/+0
* Update the "home" theme toodonncha2008-06-243-3/+7
* Ignore the cache with WP_INSTALLING is setdonncha2008-06-241-11/+10
* WP Merge to revision 8180donncha2008-06-2484-1664/+3637
* When installing, disable the option cache, fixes #663donncha2008-06-241-0/+3
* Add back "IF NOT EXISTS", fixes #662donncha2008-06-231-1/+1
* Add 'all_plugins' filter, fixes #656donncha2008-06-171-1/+1
* Don't echo, fixes #654donncha2008-06-171-1/+1
* Move locale setup into a filter, may fix #655donncha2008-06-172-6/+13
* Use wp-load.php, fixes #653, props mypatricksdonncha2008-06-161-1/+3
* Merged out change, fixes #652, props trentdonncha2008-06-161-1/+1
* WP Merge with revision 8075donncha2008-06-13242-5281/+12120
* Displays non English characters properly, fixes #218, props mburpdonncha2008-06-131-0/+1
* Make sure we set the current blog's blog_id when installingdonncha2008-06-131-0/+1
* No need to redirect to install.php - it doesn't exist anyway.donncha2008-06-101-11/+2
* Merge with branches/2.5 in WordPress, revision 8066donncha2008-06-1033-103/+212
* Move SHORTINIT, need apply_filters(), fixes #649donncha2008-06-091-3/+4
* Cleanup init processdonncha2008-06-053-51/+38
* tableless signup form, props momo360modena, fixes #482donncha2008-06-041-234/+211
* WordPress.com object cache mergedonncha2008-06-041-102/+76
* No need forthis debugging codedonncha2008-06-041-6/+2
* Don't restore blog so soondonncha2008-05-291-2/+0
* Check that files url doesn't include plugins dir, fixes #639donncha2008-05-291-0/+1
* xhtml change, fixed #640, props mark-kdonncha2008-05-271-1/+1
* Merged out code, fixes #535 (again), props chmacdonncha2008-05-271-0/+1
* Oops, need the correct site name heredonncha2008-05-261-2/+2
* Hardcode the blog name here toodonncha2008-05-261-1/+1
* Make sure password resets happen on the main blogdonncha2008-05-261-4/+4
* Shouldn't check for switching when we check for not switching inside ..donncha2008-05-231-9/+9
* Experimental: warn if blog_id is changed without switch_to_blog() being calle...donncha2008-05-232-5/+16
* Correct link to Matt's blog, props drmike, fixes #636donncha2008-05-231-1/+1
* Use base_prefix instead of hardcoding the prefix, props luigisa, fixes #638donncha2008-05-231-1/+1
* Cache fixes when creating a new blogdonncha2008-05-231-6/+9
* Use snoopy all the time, avoids problems with fopen()donncha2008-05-221-17/+3
* Cast as array to avoid feed.php errors to avoid http://trac.wordpress.org/tic...donncha2008-05-221-1/+1
* Pass previous blod_id to actiondonncha2008-05-221-1/+2
* Don't overwrite $blog_iddonncha2008-05-221-4/+4
* Use the correct version variable! props isforinsects on #wpmudonncha2008-05-221-2/+2
* Clean urls, props rborendonncha2008-05-213-7/+7
* Minor xhtml fix, fixes #634, props momo360modenadonncha2008-05-211-1/+1
* Put checked categories at the top of the checklist. Props mdawaffe. see #WP7000ryan2008-05-195-14/+35
* Turn off object caching when WP_INSTALL is setdonncha2008-05-192-0/+4