summaryrefslogtreecommitdiffstats
path: root/wp-includes
Commit message (Expand)AuthorAgeFilesLines
* Bump the version to 2.6.5donncha2008-11-251-2/+2
* Cache rss feeds in sitemeta, added garbage collectiondonncha2008-11-251-10/+21
* WP Merge with revision 9860donncha2008-11-243-7/+21
* Fixes from Trunkdonncha2008-11-241-16/+55
* Bump version to 2.6.3donncha2008-10-251-2/+2
* And remove object cache calls from get() toodonncha2008-10-241-13/+4
* Remove object_cache checks, doesn't work for everyone, fixes #778, props chri...donncha2008-10-241-10/+3
* WP Mergedonncha2008-10-241-45/+27
* Minor whitespace cleanupdonncha2008-10-083-6/+7
* Send welcome email to users when blog created from backend.donncha2008-10-021-1/+1
* Bump the version numberdonncha2008-09-301-1/+1
* Merged changes from http://trac.wordpress.org/changeset/8568 to fix #746donncha2008-09-301-6/+2
* Release Candidatedonncha2008-09-221-1/+1
* Get get list of blogs from current blog. Calling wp.getUsersBlogs doesn't wor...donncha2008-09-221-2/+7
* Use default value for get_options()donncha2008-09-221-6/+6
* Forgot it's in an object.donncha2008-09-191-1/+2
* Call wp_getUsersBlogs() directly instead of xmlrpc requestdonncha2008-09-191-7/+1
* Add mu version blog count to update request.donncha2008-09-191-8/+8
* Check against $wpmu_version, use $current_site.donncha2008-09-161-2/+2
* Revert the current_site changedonncha2008-09-151-2/+2
* Use WordPress MU UA and current site details when updating.donncha2008-09-151-2/+2
* Merge with WP 2.6.2donncha2008-09-156-46/+105
* Bump the version numberdonncha2008-09-021-1/+1
* Check that we're not the "main blog" when deleting the current blog. Fixes #637donncha2008-09-021-2/+6
* Allow graceful_fail message to be filtered, props jamescollins, fixes #705donncha2008-09-011-0/+1
* Massive cleanup of wpmu-functions, props momo360modena, fixes #719donncha2008-08-282-203/+270
* Missing )donncha2008-08-251-1/+1
* Locale changes from #708, props momo360modenadonncha2008-08-251-1/+1
* Use the current site_id when activating a new blog, fixes #726, props lunabytedonncha2008-08-251-1/+1
* Delete new_user_ key when user is added to blog.donncha2008-08-151-0/+1
* WP Merge with WP 2.6.1donncha2008-08-152-4/+4
* 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