| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump the version to 2.6.5 | donncha | 2008-11-25 | 1 | -2/+2 |
* | Cache rss feeds in sitemeta, added garbage collection | donncha | 2008-11-25 | 1 | -10/+21 |
* | WP Merge with revision 9860 | donncha | 2008-11-24 | 3 | -7/+21 |
* | Fixes from Trunk | donncha | 2008-11-24 | 1 | -16/+55 |
* | Bump version to 2.6.3 | donncha | 2008-10-25 | 1 | -2/+2 |
* | And remove object cache calls from get() too | donncha | 2008-10-24 | 1 | -13/+4 |
* | Remove object_cache checks, doesn't work for everyone, fixes #778, props chri... | donncha | 2008-10-24 | 1 | -10/+3 |
* | WP Merge | donncha | 2008-10-24 | 1 | -45/+27 |
* | Minor whitespace cleanup | donncha | 2008-10-08 | 3 | -6/+7 |
* | Send welcome email to users when blog created from backend. | donncha | 2008-10-02 | 1 | -1/+1 |
* | Bump the version number | donncha | 2008-09-30 | 1 | -1/+1 |
* | Merged changes from http://trac.wordpress.org/changeset/8568 to fix #746 | donncha | 2008-09-30 | 1 | -6/+2 |
* | Release Candidate | donncha | 2008-09-22 | 1 | -1/+1 |
* | Get get list of blogs from current blog. Calling wp.getUsersBlogs doesn't wor... | donncha | 2008-09-22 | 1 | -2/+7 |
* | Use default value for get_options() | donncha | 2008-09-22 | 1 | -6/+6 |
* | Forgot it's in an object. | donncha | 2008-09-19 | 1 | -1/+2 |
* | Call wp_getUsersBlogs() directly instead of xmlrpc request | donncha | 2008-09-19 | 1 | -7/+1 |
* | Add mu version blog count to update request. | donncha | 2008-09-19 | 1 | -8/+8 |
* | Check against $wpmu_version, use $current_site. | donncha | 2008-09-16 | 1 | -2/+2 |
* | Revert the current_site change | donncha | 2008-09-15 | 1 | -2/+2 |
* | Use WordPress MU UA and current site details when updating. | donncha | 2008-09-15 | 1 | -2/+2 |
* | Merge with WP 2.6.2 | donncha | 2008-09-15 | 6 | -46/+105 |
* | Bump the version number | donncha | 2008-09-02 | 1 | -1/+1 |
* | Check that we're not the "main blog" when deleting the current blog. Fixes #637 | donncha | 2008-09-02 | 1 | -2/+6 |
* | Allow graceful_fail message to be filtered, props jamescollins, fixes #705 | donncha | 2008-09-01 | 1 | -0/+1 |
* | Massive cleanup of wpmu-functions, props momo360modena, fixes #719 | donncha | 2008-08-28 | 2 | -203/+270 |
* | Missing ) | donncha | 2008-08-25 | 1 | -1/+1 |
* | Locale changes from #708, props momo360modena | donncha | 2008-08-25 | 1 | -1/+1 |
* | Use the current site_id when activating a new blog, fixes #726, props lunabyte | donncha | 2008-08-25 | 1 | -1/+1 |
* | Delete new_user_ key when user is added to blog. | donncha | 2008-08-15 | 1 | -0/+1 |
* | WP Merge with WP 2.6.1 | donncha | 2008-08-15 | 2 | -4/+4 |
* | Merge with WP revision 8635 | donncha | 2008-08-13 | 36 | -598/+198 |
* | No need for these to be executable | donncha | 2008-08-12 | 3 | -0/+0 |
* | Merged changes from trunk | donncha | 2008-08-11 | 1 | -1/+1 |
* | Remove whitespace from usernames and domain names | donncha | 2008-07-28 | 1 | -5/+5 |
* | Confirm addition of new users. fixes #630 | donncha | 2008-07-22 | 1 | -0/+16 |
* | Remove media button from tinymce editor because movie embed codes are strippe... | donncha | 2008-07-22 | 1 | -0/+6 |
* | Backup the object cache when switching and restore it afterwards. | donncha | 2008-07-21 | 1 | -0/+6 |
* | Check VHOST properly | donncha | 2008-07-20 | 1 | -1/+1 |
* | Strictly sanitize username or blogname. | donncha | 2008-07-18 | 1 | -3/+5 |
* | This "Flash uploader" message is in core now. fixes #682, thanks axelseaa | donncha | 2008-07-17 | 1 | -41/+0 |
* | Minor typo | donncha | 2008-07-16 | 1 | -1/+1 |
* | Don't redirect main blog 404s and unknown blogs to signup page by default. | donncha | 2008-07-16 | 1 | -0/+16 |
* | Added "get_id_from_blogname()" | donncha | 2008-07-15 | 1 | -0/+15 |
* | WP Merge with rev 8339 | donncha | 2008-07-15 | 16 | -80/+285 |
* | Make sure username and blogname are alphanumeric only, fixes #523 | donncha | 2008-07-11 | 1 | -0/+1 |
* | No need for colon, fixes #660, thanks mypatricks. | donncha | 2008-07-11 | 1 | -1/+1 |
* | Added "pre_site_option_*" and "site_option_*" filter | donncha | 2008-07-11 | 1 | -6/+9 |
* | Fix signup meta information, fixes #674 | donncha | 2008-07-11 | 1 | -1/+1 |
* | Use $blogname instead of $blog_id to avoid conflicts with the global variable... | donncha | 2008-07-10 | 1 | -33/+35 |