summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use wp_redirect() instead of header(), fixes #522, props chmacdonncha2008-01-022-8/+8
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1179 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added "NOBLOGREDIRECT" constant to redirect if a blog is unknown, fixes #522donncha2008-01-022-1/+10
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1178 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Change URL to point at Codex page, fixes #521, props drmikedonncha2008-01-021-4/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1177 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
* Added "show_adduser_fields" to hide "Add user" form, fixes #520donncha2008-01-021-0/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1175 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Removed "draggable" code, should fix #488donncha2008-01-021-1/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1174 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fixed cpanel forum post url, fixes #531, props drmikedonncha2008-01-021-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1173 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Merge with WP 2.3.2donncha2008-01-0218-474/+293
| | | | 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
* Pagination, props ktlee, fixes #518 donncha2007-12-041-23/+27
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1170 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
* Fixed pagination, fixes #519, props ktleedonncha2007-12-042-9/+16
| | | | | | | Update siteurl and home if domain updated git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1168 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added signup_finished action for user signup confirmation, fixes #510donncha2007-12-041-0/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1167 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
* Check that user is logged indonncha2007-12-041-2/+6
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1165 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Use MUPLUGINDIR, props chmac, fixes #508donncha2007-11-231-3/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1164 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Echo the footer text, props chmac, fixes #507donncha2007-11-231-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1163 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Remove extra codedonncha2007-11-222-14/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1162 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Move custom code from menu.php to mu.phpdonncha2007-11-222-34/+69
| | | | | | | Added 'admin_menu_permission' hook git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1161 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
* Added paragraph tags to filter, fixes #504donncha2007-11-211-3/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1159 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
* check for mu-plugins, fixes #501, props chmacdonncha2007-11-201-3/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1157 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Make footer text filterable. Admins can insert their own forum and ↵donncha2007-11-201-2/+3
| | | | | | documentation links git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1156 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Better pagination, props ktlee, fixes #483donncha2007-11-161-23/+19
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1155 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
* Fixed gettexting of default blog descriptiondonncha2007-11-161-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1153 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Add user to blog 1 when creating user from wpmu-users.phpdonncha2007-11-162-19/+21
| | | | | | | | Set primary_blog to 1 if not set and add user to blog 1 if user doesn't have a blog. Fixes #427 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1152 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Remove the taxonomy sync script, it's obsolete nowdonncha2007-11-161-446/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1151 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Backing out 1144donncha2007-11-163-9/+6
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1150 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Use wp_check_filetype() first, fixes #496donncha2007-11-151-5/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1149 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Applied parts of momo360modena's patch on #485donncha2007-11-151-18/+12
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1148 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Add terms tables to drop_tables array, fixes #485donncha2007-11-151-2/+5
| | | | | | | Added wpmu_drop_tables filter to add new tables git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1147 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Make registration options into clickable labelsdonncha2007-11-151-4/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1146 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Gettext changes, fixes #495donncha2007-11-151-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1145 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Allow login via a secure login formdonncha2007-11-143-7/+9
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1144 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Add back the test cookie, props drmike, fixes #492donncha2007-11-091-0/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1143 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Make a radio button of the privacy optiondonncha2007-10-301-3/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1141 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-3072-2718/+1709
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1139 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Minor text changesdonncha2007-10-302-4/+4
| | | | 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-262-5/+14
| | | | | | | 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
* Removed $upgrade, not used here, fixes #477donncha2007-10-261-1/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1135 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Don't use $wpmuBaseTablePrefix any more, use $wpdb->base_prefix, props ↵donncha2007-10-2610-48/+49
| | | | | | 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-263-10/+26
| | | | | | 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-264-30/+8
| | | | | | | 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-252-3/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1131 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to revision 6287donncha2007-10-247-31/+44
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1130 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Use status_header(), props momo360modena, fixes #473donncha2007-10-241-3/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1129 7be80a69-a1ef-0310-a953-fb0f7c49ff36