summaryrefslogtreecommitdiffstats
path: root/wp-includes/wpmu-functions.php
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Merged with WordPress 2.5, unstable, only for testingdonncha2008-04-041-97/+74
| | | | 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
* 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
* Added "wp_upload_bits" filter to check uploaded files before writing themdonncha2008-01-241-0/+13
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1191 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
* 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
* Minor text changesdonncha2007-10-301-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1138 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Don't use $wpmuBaseTablePrefix any more, use $wpdb->base_prefix, props ↵donncha2007-10-261-17/+17
| | | | | | 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
* 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
* Don't double-escape this valuedonncha2007-10-191-1/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1106 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* blog_public needs to be set properly when new blogs created, fixes #423donncha2007-10-181-0/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1101 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Cleanup by momo360modena, fixes #451donncha2007-10-181-136/+108
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1100 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Reverting the last change, but leaving in the optional param $lendonncha2007-10-171-14/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1094 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Better random_number_generator() by tellyworth, fixes #440donncha2007-10-171-4/+14
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1093 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* No more FALSEVALUE when using get_blog_option()donncha2007-10-171-3/+6
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1090 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Hide Javascript code, fixes #445donncha2007-10-171-0/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1089 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* XMLRPC posting can be disabled per blogdonncha2007-10-171-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1086 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Use get_space_allowed(), props ktlee, fixes #449donncha2007-10-171-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1085 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* If primary blog when creating new blog is 1 then update it, fixes #415, ↵donncha2007-10-161-2/+6
| | | | | | props Giraffian git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1083 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added update_user_status(), refresh_user_status()donncha2007-10-161-5/+40
| | | | | | | Make redirect safer git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1079 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* If a blogger really needs xmlrpc, then add "xmlrpc_active"="yes" to their ↵donncha2007-10-151-0/+4
| | | | | | blog's options table git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1078 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Disable xmlrpc posting by defaultdonncha2007-10-151-0/+11
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1077 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* All safe redirects in login formdonncha2007-10-151-0/+6
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1076 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Merge with WP 2.3 - testing use only!donncha2007-10-121-205/+99
| | | | | | | Move pluggable functions out of wpmu-functions and into pluggable.php, fixes #439 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1069 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Allow users to change their primary blogdonncha2007-10-101-0/+16
| | | | | | | Update primary_blog when blogs are added to user account, but only if primary_blog is 1. fixes #433 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1065 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Removed header information, fixes #434donncha2007-10-041-10/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1063 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fixed infinite redirect when updating site options, fixes #436, props ↵donncha2007-10-031-5/+7
| | | | | | dreamer12345 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1059 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Only allow lowercase letters in username and blogname on registrationdonncha2007-10-031-8/+8
| | | | | | | Don't lowercase username on login. Fixes #425 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1057 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Strip tags instead of sanitize_titledonncha2007-09-101-6/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1053 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Correct path to bullet gif, fixes #416donncha2007-09-101-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1050 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Run the_title through sanitize_title()donncha2007-09-101-2/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1047 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Sanitize domain and email. Fixes #417donncha2007-09-101-5/+9
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1045 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Moved mu-plugins stuff into wpmu-functions.phpdonncha2007-08-231-0/+499
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1043 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* No more linkcategoriesdonncha2007-08-091-4/+3
| | | | | | | Make sure all fields are accounted for. props Vimm, fixes #389 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1036 7be80a69-a1ef-0310-a953-fb0f7c49ff36