summaryrefslogtreecommitdiffstats
path: root/wp-includes
Commit message (Expand)AuthorAgeFilesLines
* Merge with branches/2.5 in WordPress, revision 8066donncha2008-06-1013-53/+104
* Cleanup init processdonncha2008-06-051-10/+25
* WordPress.com object cache mergedonncha2008-06-041-102/+76
* No need forthis debugging codedonncha2008-06-041-6/+2
* Don't restore blog so soondonncha2008-05-291-2/+0
* Merged out code, fixes #535 (again), props chmacdonncha2008-05-271-0/+1
* Shouldn't check for switching when we check for not switching inside ..donncha2008-05-231-9/+9
* Experimental: warn if blog_id is changed without switch_to_blog() being calle...donncha2008-05-232-5/+16
* Use base_prefix instead of hardcoding the prefix, props luigisa, fixes #638donncha2008-05-231-1/+1
* Cache fixes when creating a new blogdonncha2008-05-231-6/+9
* Cast as array to avoid feed.php errors to avoid http://trac.wordpress.org/tic...donncha2008-05-221-1/+1
* Pass previous blod_id to actiondonncha2008-05-221-1/+2
* Put checked categories at the top of the checklist. Props mdawaffe. see #WP7000ryan2008-05-191-1/+1
* Turn off object caching when WP_INSTALL is setdonncha2008-05-191-0/+2
* WP Merge, page template validationdonncha2008-05-162-1/+17
* Allow Magpie RSS class to use a global cache or sitemeta for caching feedsdonncha2008-05-151-19/+31
* No need to encode strings sent to log filedonncha2008-05-151-6/+1
* Bump version numberdonncha2008-05-121-1/+1
* Add link to use browser upload rather than Flash uploader, props tellyworthdonncha2008-05-121-0/+41
* Clean up switching code. Don't switch to current blog.donncha2008-05-091-3/+11
* This makes switching work when using an object cachedonncha2008-05-091-2/+2
* Added set_blog_id(), props rborendonncha2008-05-092-58/+29
* WP Merge with 2.5.1donncha2008-05-076-6/+1
* Suppress instead of "hide" db errorsdonncha2008-05-071-9/+9
* Ignore activation key in db.donncha2008-05-071-2/+5
* No need for ScriptAculios any more, fixes #616. props momo360modenadonncha2008-05-071-5/+0
* WP Merge to revision 7826donncha2008-04-257-50/+42
* Cleanup wpmu-functions, fixes #607, props momo360modenadonncha2008-04-241-24/+19
* Merged with WP 2.5, revision 7806donncha2008-04-2454-333/+530
* Applied patch in http://trac.wordpress.org/ticket/6443donncha2008-04-221-1/+1
* Check that user isn't a site_admin before deleting their blog 1 perms, fixes ...donncha2008-04-181-1/+1
* Added text-decoration to default allowed styles, props kkwangendonncha2008-04-181-1/+1
* Minor changes, merge and whitespacedonncha2008-04-181-5/+0
* Applied patch in #590 by momo360modena and fixed a minor bug with blog searchingdonncha2008-04-161-12/+23
* Reduce the number of styles alloweddonncha2008-04-151-10/+3
* Allow 'style' attribute, but filter the styles alloweddonncha2008-04-142-12/+47
* Add id and style attributes to a few more html tagsdonncha2008-04-091-0/+7
* Allow "class" and "id" attributes because the WYSIWYG editor uses them extens...donncha2008-04-091-4/+0
* Fix import upload size, fixes #571donncha2008-04-081-5/+6
* Update the default category ID when it's changed, fixes #580, props MrBriandonncha2008-04-081-0/+2
* suppress errors to hide install post query failuredonncha2008-04-081-1/+2
* Don't query all the usersdonncha2008-04-041-2/+11
* Merged with WordPress 2.5, unstable, only for testingdonncha2008-04-04128-19826/+17930
* Strip class and id from html tags in ksesdonncha2008-03-271-0/+13
* Use strpos, faster than preg_matchdonncha2008-03-211-1/+1
* Add and delete WP 2.5 files. *DON'T SVN UPDATE!*donncha2008-03-19246-3154/+10266
* Test the cache group properlydonncha2008-03-141-2/+2
* Return blog_id in create_empty_blog(), fixes #563, props v.guerarddonncha2008-03-131-1/+1
* Clean cache of old term_id, fixes #569, props chmacdonncha2008-03-131-2/+1
* gettext fixes, clean_url(). fixes #555, props momo360modenadonncha2008-03-131-24/+43