summaryrefslogtreecommitdiffstats
path: root/wp-includes
Commit message (Collapse)AuthorAgeFilesLines
* Merge with branches/2.5 in WordPress, revision 8066donncha2008-06-1013-53/+104
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1324 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Cleanup init processdonncha2008-06-051-10/+25
| | | | | | | 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
* 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
* 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
* 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
* 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
* 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
* Put checked categories at the top of the checklist. Props mdawaffe. see #WP7000ryan2008-05-191-1/+1
| | | | 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-191-0/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1298 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge, page template validationdonncha2008-05-162-1/+17
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1294 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
* Bump version numberdonncha2008-05-121-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1286 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
* 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
* WP Merge with 2.5.1donncha2008-05-076-6/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1275 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Suppress instead of "hide" db errorsdonncha2008-05-071-9/+9
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1274 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Ignore activation key in db.donncha2008-05-071-2/+5
| | | | | | | Generate a correct key, thanks mtdewvirus git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1273 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* No need for ScriptAculios any more, fixes #616. props momo360modenadonncha2008-05-071-5/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1269 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to revision 7826donncha2008-04-257-50/+42
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1266 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Cleanup wpmu-functions, fixes #607, props momo360modenadonncha2008-04-241-24/+19
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1263 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Merged with WP 2.5, revision 7806donncha2008-04-2454-333/+530
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1260 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Applied patch in http://trac.wordpress.org/ticket/6443donncha2008-04-221-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1255 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Check that user isn't a site_admin before deleting their blog 1 perms, fixes ↵donncha2008-04-181-1/+1
| | | | | | #536 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1246 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added text-decoration to default allowed styles, props kkwangendonncha2008-04-181-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1245 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Minor changes, merge and whitespacedonncha2008-04-181-5/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1242 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Applied patch in #590 by momo360modena and fixed a minor bug with blog searchingdonncha2008-04-161-12/+23
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1237 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Reduce the number of styles alloweddonncha2008-04-151-10/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1236 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Allow 'style' attribute, but filter the styles alloweddonncha2008-04-142-12/+47
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1235 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Add id and style attributes to a few more html tagsdonncha2008-04-091-0/+7
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1224 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Allow "class" and "id" attributes because the WYSIWYG editor uses them ↵donncha2008-04-091-4/+0
| | | | | | extensively, fixes #581 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1223 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fix import upload size, fixes #571donncha2008-04-081-5/+6
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1222 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Update the default category ID when it's changed, fixes #580, props MrBriandonncha2008-04-081-0/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1221 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* suppress errors to hide install post query failuredonncha2008-04-081-1/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1220 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Don't query all the usersdonncha2008-04-041-2/+11
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1219 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Merged with WordPress 2.5, unstable, only for testingdonncha2008-04-04128-19826/+17930
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1218 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Strip class and id from html tags in ksesdonncha2008-03-271-0/+13
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1217 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Use strpos, faster than preg_matchdonncha2008-03-211-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1216 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Add and delete WP 2.5 files. *DON'T SVN UPDATE!*donncha2008-03-19246-3154/+10266
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1214 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Test the cache group properlydonncha2008-03-141-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1210 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Return blog_id in create_empty_blog(), fixes #563, props v.guerarddonncha2008-03-131-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1209 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Clean cache of old term_id, fixes #569, props chmacdonncha2008-03-131-2/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1208 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* gettext fixes, clean_url(). fixes #555, props momo360modenadonncha2008-03-131-24/+43
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1207 7be80a69-a1ef-0310-a953-fb0f7c49ff36