summaryrefslogtreecommitdiffstats
path: root/wp-includes
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor changes, fixes #554, props momo360modenadonncha2008-03-131-5/+2
* Fixed gettext, fixes #553, props taidonncha2008-03-131-1/+1
* Added "wpmu_blog_updated" action, fixes #567, props chmacdonncha2008-03-101-0/+2
* Hopefully fix filesystem caching, #557donncha2008-03-101-49/+50
* Merge with WP 2.3.3donncha2008-02-053-20/+19
* Bump version number to 1.3.2donncha2008-01-241-1/+1
* Added "wp_upload_bits" filter to check uploaded files before writing themdonncha2008-01-242-0/+20
* Fix disk caching: save and gets match, avoid possible collisions between blogsdonncha2008-01-151-8/+11
* Replace wordpress.com with localhost.localdomain example emaildonncha2008-01-141-1/+1
* Restored line after it removed in a merge, fixes #535, props chmacdonncha2008-01-111-0/+1
* Use DB_COLLATE constant to define collate variable.donncha2008-01-111-1/+5
* Allow blog and user welcome and signup notifications to be customized with a ...donncha2008-01-021-0/+14
* Fixed typo, fixes #526, props andrewbillitsdonncha2008-01-021-1/+1
* Merge with WP 2.3.2donncha2008-01-028-31/+110
* 64bit fix for gettext. see WP #3780ryan2007-12-261-1/+1
* Return "Blog suspended" message only if blog marked as spam, fixes #515donncha2007-12-041-1/+1
* No need for this, it's already filtered before going to dbdonncha2007-12-041-3/+0
* Fixed activation error message, props jeffayars. Fixes #505donncha2007-11-211-1/+1
* Remove obsolete categories SQL, fixes #503donncha2007-11-201-3/+0
* Add WPLANG blog option, fixes #490donncha2007-11-161-0/+2
* Limit blog titles to 50 charactersdonncha2007-10-301-0/+1
* Merge with WordPress 2.3.1donncha2007-10-3031-2179/+1214
* Minor text changesdonncha2007-10-301-1/+1
* added new "pre_update_term" filter to wp_update_term()donncha2007-10-261-5/+8
* Always set the slug to be the sanitized term name, fixes #476, thanks optionsdonncha2007-10-261-7/+5
* Don't use $wpmuBaseTablePrefix any more, use $wpdb->base_prefix, props lunaby...donncha2007-10-263-21/+21
* Added (back in?) "wp_handle_upload_prefilter" filter to filter uploads before...donncha2007-10-261-10/+0
* Remove "disable xml-rpc" feature, it's going in a plugin.donncha2007-10-261-15/+0
* WP Merge to rev 6290donncha2007-10-251-2/+3
* WP Merge to revision 6287donncha2007-10-243-19/+26