summaryrefslogtreecommitdiffstats
path: root/wp-includes
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Minor changes, fixes #554, props momo360modenadonncha2008-03-131-5/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1206 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fixed gettext, fixes #553, props taidonncha2008-03-131-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1204 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added "wpmu_blog_updated" action, fixes #567, props chmacdonncha2008-03-101-0/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1202 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Hopefully fix filesystem caching, #557donncha2008-03-101-49/+50
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1201 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Merge with WP 2.3.3donncha2008-02-053-20/+19
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1196 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Bump version number to 1.3.2donncha2008-01-241-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1192 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added "wp_upload_bits" filter to check uploaded files before writing themdonncha2008-01-242-0/+20
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1191 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fix disk caching: save and gets match, avoid possible collisions between blogsdonncha2008-01-151-8/+11
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1187 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Replace wordpress.com with localhost.localdomain example emaildonncha2008-01-141-1/+1
| | | | | | | Use site admin email on non-activated blogs git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1186 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Restored line after it removed in a merge, fixes #535, props chmacdonncha2008-01-111-0/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1185 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Use DB_COLLATE constant to define collate variable.donncha2008-01-111-1/+5
| | | | | | | Change utf8 to something mysql understands, fixes #539 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1182 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Allow blog and user welcome and signup notifications to be customized with a ↵donncha2008-01-021-0/+14
| | | | | | filter. Fixes #524 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1181 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fixed typo, fixes #526, props andrewbillitsdonncha2008-01-021-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1176 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Merge with WP 2.3.2donncha2008-01-028-31/+110
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1172 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* 64bit fix for gettext. see WP #3780ryan2007-12-261-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1171 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Return "Blog suspended" message only if blog marked as spam, fixes #515donncha2007-12-041-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1169 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* No need for this, it's already filtered before going to dbdonncha2007-12-041-3/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1166 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fixed activation error message, props jeffayars. Fixes #505donncha2007-11-211-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1160 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Remove obsolete categories SQL, fixes #503donncha2007-11-201-3/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1158 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Add WPLANG blog option, fixes #490donncha2007-11-161-0/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1154 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Limit blog titles to 50 charactersdonncha2007-10-301-0/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1140 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Merge with WordPress 2.3.1donncha2007-10-3031-2179/+1214
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1139 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Minor text changesdonncha2007-10-301-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1138 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* added new "pre_update_term" filter to wp_update_term()donncha2007-10-261-5/+8
| | | | | | | Added "sync_slugs" function to make slugs = sanitized name git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1137 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Always set the slug to be the sanitized term name, fixes #476, thanks optionsdonncha2007-10-261-7/+5
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1136 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Don't use $wpmuBaseTablePrefix any more, use $wpdb->base_prefix, props ↵donncha2007-10-263-21/+21
| | | | | | lunabyte, fixes #479 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1134 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added (back in?) "wp_handle_upload_prefilter" filter to filter uploads ↵donncha2007-10-261-10/+0
| | | | | | before they go in blog's directory, fixes #478 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1133 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Remove "disable xml-rpc" feature, it's going in a plugin.donncha2007-10-261-15/+0
| | | | | | | Added wpmu_options and update_wpmu_options hooks to add options to wpmu-options.php git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1132 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 6290donncha2007-10-251-2/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1131 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to revision 6287donncha2007-10-243-19/+26
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1130 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Merge with WordPress, rev 6285 and untesteddonncha2007-10-2339-1365/+2326
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1125 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Move wpmu_checkAvailableSpace() to includes/mu.php and add it to upload action.donncha2007-10-221-45/+0
| | | | | | | Use get_space_allowed(), props ktlee, fixes #463 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1118 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Move functions into wp-admin/includes/mu.php because of potential conflict ↵donncha2007-10-191-29/+0
| | | | | | with bbpress, thanks beaulebens git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1112 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Cache get_blog_details() properly. thanks beaulebens, fixes #456donncha2007-10-191-7/+8
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1111 7be80a69-a1ef-0310-a953-fb0f7c49ff36