summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* WP Merge with revision 8075donncha2008-06-13242-5281/+12120
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1328 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Displays non English characters properly, fixes #218, props mburpdonncha2008-06-131-0/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1327 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Make sure we set the current blog's blog_id when installingdonncha2008-06-131-0/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1326 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* No need to redirect to install.php - it doesn't exist anyway.donncha2008-06-101-11/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1325 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Merge with branches/2.5 in WordPress, revision 8066donncha2008-06-1033-103/+212
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1324 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Move SHORTINIT, need apply_filters(), fixes #649donncha2008-06-091-3/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1323 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Cleanup init processdonncha2008-06-053-51/+38
| | | | | | | Initialize the object cache sooner so sunrise.php can use it. git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1322 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* tableless signup form, props momo360modena, fixes #482donncha2008-06-041-234/+211
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1321 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WordPress.com object cache mergedonncha2008-06-041-102/+76
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1320 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* No need forthis debugging codedonncha2008-06-041-6/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1319 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Don't restore blog so soondonncha2008-05-291-2/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1318 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Check that files url doesn't include plugins dir, fixes #639donncha2008-05-291-0/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1317 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* xhtml change, fixed #640, props mark-kdonncha2008-05-271-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1316 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Merged out code, fixes #535 (again), props chmacdonncha2008-05-271-0/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1315 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Oops, need the correct site name heredonncha2008-05-261-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1314 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Hardcode the blog name here toodonncha2008-05-261-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1313 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Make sure password resets happen on the main blogdonncha2008-05-261-4/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1312 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Shouldn't check for switching when we check for not switching inside ..donncha2008-05-231-9/+9
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1311 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Experimental: warn if blog_id is changed without switch_to_blog() being ↵donncha2008-05-232-5/+16
| | | | | | called because it results in cache pollution git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1310 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Correct link to Matt's blog, props drmike, fixes #636donncha2008-05-231-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1309 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Use base_prefix instead of hardcoding the prefix, props luigisa, fixes #638donncha2008-05-231-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1308 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Cache fixes when creating a new blogdonncha2008-05-231-6/+9
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1307 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Use snoopy all the time, avoids problems with fopen()donncha2008-05-221-17/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1306 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Cast as array to avoid feed.php errors to avoid ↵donncha2008-05-221-1/+1
| | | | | | http://trac.wordpress.org/ticket/7014 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1305 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Pass previous blod_id to actiondonncha2008-05-221-1/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1304 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Don't overwrite $blog_iddonncha2008-05-221-4/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1303 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Use the correct version variable! props isforinsects on #wpmudonncha2008-05-221-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1302 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Clean urls, props rborendonncha2008-05-213-7/+7
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1301 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Minor xhtml fix, fixes #634, props momo360modenadonncha2008-05-211-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1300 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Put checked categories at the top of the checklist. Props mdawaffe. see #WP7000ryan2008-05-195-14/+35
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1299 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Turn off object caching when WP_INSTALL is setdonncha2008-05-192-0/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1298 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Don't load the object cache when installingdonncha2008-05-191-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1297 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Don't forget the quotesdonncha2008-05-161-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1296 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge, cleaningdonncha2008-05-161-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1295 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge, page template validationdonncha2008-05-163-17/+17
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1294 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Just use Snoopy when upgradingdonncha2008-05-161-8/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1293 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Admin Notice Feed allows the site_admin to display a feed to all blogs on an ↵donncha2008-05-153-0/+44
| | | | | | MU site. Esp. useful for an announcements blog. git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1292 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Allow Magpie RSS class to use a global cache or sitemeta for caching feedsdonncha2008-05-151-19/+31
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1291 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* No need to encode strings sent to log filedonncha2008-05-151-6/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1290 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Whitespace cleanup.donncha2008-05-157-132/+143
| | | | | | | Clean up parameter filtering git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1289 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added placeholder index.php files so these directories are created (some ↵donncha2008-05-122-0/+6
| | | | | | unzip tool doesn't create empty directories), props drmike, fixes #604 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1287 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Bump version numberdonncha2008-05-121-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1286 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Change limited_email_domains to a textarea, props momo360modena for patch, ↵donncha2008-05-122-9/+17
| | | | | | | | | fixes #426 Handle changing from space deliminated string to array git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1285 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Add Performance section to readme listing caching pluginsdonncha2008-05-121-0/+24
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1284 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Add link to use browser upload rather than Flash uploader, props tellyworthdonncha2008-05-121-0/+41
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1283 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Add actions to flash uploaderdonncha2008-05-121-1/+8
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1282 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Clean up switching code. Don't switch to current blog.donncha2008-05-091-3/+11
| | | | | | | | If using an object cache make sure it knows about MU groups Added "counts" group for 2.5.1 compatibility git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1281 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* This makes switching work when using an object cachedonncha2008-05-091-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1280 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added set_blog_id(), props rborendonncha2008-05-092-58/+29
| | | | | | | Use set_blog_id() when switching blogs git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1279 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Swap around Yes and Nodonncha2008-05-091-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1278 7be80a69-a1ef-0310-a953-fb0f7c49ff36