summaryrefslogtreecommitdiffstats
path: root/wp-includes
Commit message (Expand)AuthorAgeFilesLines
* Merge with WP revision 8635donncha2008-08-1336-598/+198
* No need for these to be executabledonncha2008-08-123-0/+0
* Merged changes from trunkdonncha2008-08-111-1/+1
* Remove whitespace from usernames and domain namesdonncha2008-07-281-5/+5
* Confirm addition of new users. fixes #630donncha2008-07-221-0/+16
* Remove media button from tinymce editor because movie embed codes are strippe...donncha2008-07-221-0/+6
* Backup the object cache when switching and restore it afterwards.donncha2008-07-211-0/+6
* Check VHOST properlydonncha2008-07-201-1/+1
* Strictly sanitize username or blogname.donncha2008-07-181-3/+5
* This "Flash uploader" message is in core now. fixes #682, thanks axelseaadonncha2008-07-171-41/+0
* Minor typodonncha2008-07-161-1/+1
* Don't redirect main blog 404s and unknown blogs to signup page by default.donncha2008-07-161-0/+16
* Added "get_id_from_blogname()"donncha2008-07-151-0/+15
* WP Merge with rev 8339donncha2008-07-1516-80/+285
* Make sure username and blogname are alphanumeric only, fixes #523donncha2008-07-111-0/+1
* No need for colon, fixes #660, thanks mypatricks.donncha2008-07-111-1/+1
* Added "pre_site_option_*" and "site_option_*" filterdonncha2008-07-111-6/+9
* Fix signup meta information, fixes #674donncha2008-07-111-1/+1
* Use $blogname instead of $blog_id to avoid conflicts with the global variable...donncha2008-07-101-33/+35
* WP Merge with revision 8300donncha2008-07-0911-35/+42
* Beta 1 to come soondonncha2008-07-081-1/+1
* WP merge to revision 8283donncha2008-07-082-2/+4
* WP Merge to revision 8266donncha2008-07-0710-110/+118
* Only check the nonce on the signup pagedonncha2008-07-071-0/+3
* Experimental signup noncedonncha2008-07-041-0/+15
* WP Merge with revision 8255donncha2008-07-043-13/+18
* WP Merge to rev 8249donncha2008-07-0316-107/+584
* WP Merge to rev 8216donncha2008-07-0238-297/+786
* Remove $usermeta, fixes #666donncha2008-06-261-1/+0
* Ignore the cache with WP_INSTALLING is setdonncha2008-06-241-11/+10
* WP Merge to revision 8180donncha2008-06-2453-1081/+2540
* When installing, disable the option cache, fixes #663donncha2008-06-241-0/+3
* Move locale setup into a filter, may fix #655donncha2008-06-171-0/+13
* Merged out change, fixes #652, props trentdonncha2008-06-161-1/+1
* WP Merge with revision 8075donncha2008-06-13113-3502/+7341
* Merge with branches/2.5 in WordPress, revision 8066donncha2008-06-1013-53/+104
* Cleanup init processdonncha2008-06-051-10/+25
* 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
* Merged out code, fixes #535 (again), props chmacdonncha2008-05-271-0/+1
* 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
* 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
* 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
* Put checked categories at the top of the checklist. Props mdawaffe. see #WP7000ryan2008-05-191-1/+1
* Turn off object caching when WP_INSTALL is setdonncha2008-05-191-0/+2
* WP Merge, page template validationdonncha2008-05-162-1/+17