summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added "get_id_from_blogname()"donncha2008-07-151-0/+15
* WP Merge with rev 8339donncha2008-07-1554-497/+1111
* Make sure the site_id is always set to something. Fixes #600, but presumes it...donncha2008-07-111-2/+3
* Make sure username and blogname are alphanumeric only, fixes #523donncha2008-07-112-1/+2
* No need for colon, fixes #660, thanks mypatricks.donncha2008-07-111-1/+1
* Removing index.php, adding readme.txt, fixes #673donncha2008-07-112-3/+3
* Removing index.php, adding readme.txtdonncha2008-07-112-3/+2
* Added "pre_site_option_*" and "site_option_*" filterdonncha2008-07-111-6/+9
* Fix signup meta information, fixes #674donncha2008-07-112-2/+3
* Added "admin_header_navigation" filter to allow WordPress.org codex and forum...donncha2008-07-101-1/+1
* Change login link to wp_register()donncha2008-07-101-1/+1
* Use $blogname instead of $blog_id to avoid conflicts with the global variable...donncha2008-07-102-56/+58
* Correct PHP_SELF when VHOST == no, fixes #626, props jergendutchdonncha2008-07-091-1/+1
* insert_with_markers() is active again, but switch off rewrite rules writing. ...donncha2008-07-091-1/+1
* Allow posts to be transfered to different users before deleting users, fixes ...donncha2008-07-092-4/+50
* WP Merge with revision 8300donncha2008-07-0918-70/+116
* Rename "home" theme.donncha2008-07-091-2/+2
* Beta 1 to come soondonncha2008-07-081-1/+1
* Use site_url()donncha2008-07-081-3/+3
* WP merge to revision 8283donncha2008-07-084-5/+15
* WP Merge to revision 8266donncha2008-07-0718-124/+141
* Only check the nonce on the signup pagedonncha2008-07-071-0/+3
* Experimental signup noncedonncha2008-07-041-0/+15
* Enable checking of plugin versions. Not mu-plugins. props Christopherdonncha2008-07-041-1/+9
* Added AUTH_KEY and SECURE_AUTH_KEYdonncha2008-07-042-1/+3
* WP Merge with revision 8255donncha2008-07-046-20/+27
* 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
* 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