| Commit message (Expand) | Author | Age | Files | Lines |
* | Move locale setup into a filter, may fix #655 | donncha | 2008-06-17 | 2 | -6/+13 |
* | Use wp-load.php, fixes #653, props mypatricks | donncha | 2008-06-16 | 1 | -1/+3 |
* | Merged out change, fixes #652, props trent | donncha | 2008-06-16 | 1 | -1/+1 |
* | WP Merge with revision 8075 | donncha | 2008-06-13 | 242 | -5281/+12120 |
* | Displays non English characters properly, fixes #218, props mburp | donncha | 2008-06-13 | 1 | -0/+1 |
* | Make sure we set the current blog's blog_id when installing | donncha | 2008-06-13 | 1 | -0/+1 |
* | No need to redirect to install.php - it doesn't exist anyway. | donncha | 2008-06-10 | 1 | -11/+2 |
* | Merge with branches/2.5 in WordPress, revision 8066 | donncha | 2008-06-10 | 33 | -103/+212 |
* | Move SHORTINIT, need apply_filters(), fixes #649 | donncha | 2008-06-09 | 1 | -3/+4 |
* | Cleanup init process | donncha | 2008-06-05 | 3 | -51/+38 |
* | tableless signup form, props momo360modena, fixes #482 | donncha | 2008-06-04 | 1 | -234/+211 |
* | WordPress.com object cache merge | donncha | 2008-06-04 | 1 | -102/+76 |
* | No need forthis debugging code | donncha | 2008-06-04 | 1 | -6/+2 |
* | Don't restore blog so soon | donncha | 2008-05-29 | 1 | -2/+0 |
* | Check that files url doesn't include plugins dir, fixes #639 | donncha | 2008-05-29 | 1 | -0/+1 |
* | xhtml change, fixed #640, props mark-k | donncha | 2008-05-27 | 1 | -1/+1 |
* | Merged out code, fixes #535 (again), props chmac | donncha | 2008-05-27 | 1 | -0/+1 |
* | Oops, need the correct site name here | donncha | 2008-05-26 | 1 | -2/+2 |
* | Hardcode the blog name here too | donncha | 2008-05-26 | 1 | -1/+1 |
* | Make sure password resets happen on the main blog | donncha | 2008-05-26 | 1 | -4/+4 |
* | Shouldn't check for switching when we check for not switching inside .. | donncha | 2008-05-23 | 1 | -9/+9 |
* | Experimental: warn if blog_id is changed without switch_to_blog() being calle... | donncha | 2008-05-23 | 2 | -5/+16 |
* | Correct link to Matt's blog, props drmike, fixes #636 | donncha | 2008-05-23 | 1 | -1/+1 |
* | Use base_prefix instead of hardcoding the prefix, props luigisa, fixes #638 | donncha | 2008-05-23 | 1 | -1/+1 |
* | Cache fixes when creating a new blog | donncha | 2008-05-23 | 1 | -6/+9 |
* | Use snoopy all the time, avoids problems with fopen() | donncha | 2008-05-22 | 1 | -17/+3 |
* | Cast as array to avoid feed.php errors to avoid http://trac.wordpress.org/tic... | donncha | 2008-05-22 | 1 | -1/+1 |
* | Pass previous blod_id to action | donncha | 2008-05-22 | 1 | -1/+2 |
* | Don't overwrite $blog_id | donncha | 2008-05-22 | 1 | -4/+4 |
* | Use the correct version variable! props isforinsects on #wpmu | donncha | 2008-05-22 | 1 | -2/+2 |
* | Clean urls, props rboren | donncha | 2008-05-21 | 3 | -7/+7 |
* | Minor xhtml fix, fixes #634, props momo360modena | donncha | 2008-05-21 | 1 | -1/+1 |
* | Put checked categories at the top of the checklist. Props mdawaffe. see #WP7000 | ryan | 2008-05-19 | 5 | -14/+35 |
* | Turn off object caching when WP_INSTALL is set | donncha | 2008-05-19 | 2 | -0/+4 |
* | Don't load the object cache when installing | donncha | 2008-05-19 | 1 | -1/+1 |
* | Don't forget the quotes | donncha | 2008-05-16 | 1 | -1/+1 |
* | WP Merge, cleaning | donncha | 2008-05-16 | 1 | -2/+2 |
* | WP Merge, page template validation | donncha | 2008-05-16 | 3 | -17/+17 |
* | Just use Snoopy when upgrading | donncha | 2008-05-16 | 1 | -8/+3 |
* | Admin Notice Feed allows the site_admin to display a feed to all blogs on an ... | donncha | 2008-05-15 | 3 | -0/+44 |
* | Allow Magpie RSS class to use a global cache or sitemeta for caching feeds | donncha | 2008-05-15 | 1 | -19/+31 |
* | No need to encode strings sent to log file | donncha | 2008-05-15 | 1 | -6/+1 |
* | Whitespace cleanup. | donncha | 2008-05-15 | 7 | -132/+143 |
* | Added placeholder index.php files so these directories are created (some unzi... | donncha | 2008-05-12 | 2 | -0/+6 |
* | Bump version number | donncha | 2008-05-12 | 1 | -1/+1 |
* | Change limited_email_domains to a textarea, props momo360modena for patch, fi... | donncha | 2008-05-12 | 2 | -9/+17 |
* | Add Performance section to readme listing caching plugins | donncha | 2008-05-12 | 1 | -0/+24 |
* | Add link to use browser upload rather than Flash uploader, props tellyworth | donncha | 2008-05-12 | 1 | -0/+41 |
* | Add actions to flash uploader | donncha | 2008-05-12 | 1 | -1/+8 |
* | Clean up switching code. Don't switch to current blog. | donncha | 2008-05-09 | 1 | -3/+11 |