summaryrefslogtreecommitdiffstats
path: root/wp-includes
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge with WordPress, rev 6285 and untesteddonncha2007-10-2339-1365/+2326
* Move wpmu_checkAvailableSpace() to includes/mu.php and add it to upload action.donncha2007-10-221-45/+0
* Move functions into wp-admin/includes/mu.php because of potential conflict wi...donncha2007-10-191-29/+0
* Cache get_blog_details() properly. thanks beaulebens, fixes #456donncha2007-10-191-7/+8
* Don't double-escape this valuedonncha2007-10-191-1/+0
* blog_public needs to be set properly when new blogs created, fixes #423donncha2007-10-181-0/+3
* Cleanup by momo360modena, fixes #451donncha2007-10-181-136/+108
* Reverting the last change, but leaving in the optional param $lendonncha2007-10-171-14/+4
* Better random_number_generator() by tellyworth, fixes #440donncha2007-10-171-4/+14
* No more FALSEVALUE when using get_blog_option()donncha2007-10-171-3/+6
* Hide Javascript code, fixes #445donncha2007-10-171-0/+2
* XMLRPC posting can be disabled per blogdonncha2007-10-171-1/+1
* Use get_space_allowed(), props ktlee, fixes #449donncha2007-10-171-1/+1
* Version number variables more like WP.org's, props Lunabyte @ http://mu.wordp...donncha2007-10-171-2/+2
* If primary blog when creating new blog is 1 then update it, fixes #415, props...donncha2007-10-161-2/+6
* Added update_user_status(), refresh_user_status()donncha2007-10-161-5/+40