summaryrefslogtreecommitdiffstats
path: root/wp-admin/wpmu-edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Don't use $wpmuBaseTablePrefix any more, use $wpdb->base_prefix, props ↵donncha2007-10-261-8/+8
| | | | | | lunabyte, fixes #479 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1134 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Remove "disable xml-rpc" feature, it's going in a plugin.donncha2007-10-261-1/+3
| | | | | | | 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
* Cleanup user and blog add code. props ktlee, fixes #462donncha2007-10-221-53/+54
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1122 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Remove primary_blog record for user after removed from blog.donncha2007-10-221-3/+10
| | | | | | | | Check for username and email when adding user. Rework permission denied redirect code. props momo360modena, fixes #427 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1120 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* momo360modena provides the gettext goods :)donncha2007-10-191-2/+2
| | | | | | | fixed #460 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1110 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Die if not posting from wpmu-options or wpmu-blogsdonncha2007-10-191-4/+8
| | | | | | | No need to escape these values git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1107 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Facelift for wpmu-* courtesy of momo360modena, fixes #446donncha2007-10-171-190/+234
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1092 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* No need to check if email is blankdonncha2007-10-161-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1082 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Check email if it's not blankdonncha2007-10-161-1/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1081 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Use GET and POSTdonncha2007-10-161-4/+4
| | | | | | | Use update_user_status() git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1080 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Disable xmlrpc posting by defaultdonncha2007-10-151-0/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1077 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added backend code for "registration notification" featuredonncha2007-10-121-0/+1
| | | | | | | Default language is in wp-content/languages/ - fixes #438, thanks mastermind! git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1067 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added ; to line 142, fixes #442, thanks beaulebensdonncha2007-10-121-61/+11
| | | | | | | Move is_site_admin() checks to top of file git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1066 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Allow users to change their primary blogdonncha2007-10-101-0/+2
| | | | | | | 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
* Add registration disable/enable radio controls to wpmu-options pagedonncha2007-10-041-0/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1062 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fix email content, props dsadr from ↵donncha2007-08-091-3/+3
| | | | | | http://mu.wordpress.org/forums/topic.php?id=5829&page&replies=8#post-34943 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1033 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* gettext changes by momo360modena, applied patch from #347donncha2007-05-281-5/+6
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@990 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Trim illegal names, fixes #340donncha2007-05-231-1/+7
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@986 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Redirect to $ref if it exists, fixes #295donncha2007-03-301-1/+5
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@954 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Internationalisation, thanks momo360modena for changes! fixes #283donncha2007-03-281-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@945 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Index allowed_themes by stylesheet path instead of name. (fixes #284)donncha2007-03-261-10/+9
| | | | | | | Important! Make sure you visit and save wp-admin/wpmu-themes.php to update the list! git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@936 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Trim each element of the banned email listdonncha2007-02-221-1/+5
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@897 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added get_user_id_from_string()donncha2007-02-131-1/+8
| | | | | | | Make editing a blog much faster git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@884 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Make banned domain list into a textareadonncha2007-01-261-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@869 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Removed autocomplete_css() because it possibly conflicts with advanced ↵donncha2007-01-221-3/+5
| | | | | | | | | | | | editor stuff: http://trac.mu.wordpress.org/ticket/213 http://trac.mu.wordpress.org/ticket/176 http://trac.mu.wordpress.org/ticket/217 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@860 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fix delete blog redirect (#198)donncha2007-01-151-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@844 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added html tags around the confirm dialog (fixes #146)donncha2006-09-271-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@775 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* meta_value for empty caps records is an empty arraydonncha2006-09-181-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@757 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fix array index problem (fixes #161)donncha2006-09-181-0/+5
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@756 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added site option "admin_email" and use that for registration and other ↵donncha2006-09-121-0/+2
| | | | | | emails (fixed #113) git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@742 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Site admin list should be space separated (fixed #117)donncha2006-09-121-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@741 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev #4147donncha2006-08-311-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@729 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Better redirection.donncha2006-08-281-33/+42
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@728 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 4104donncha2006-08-171-3/+36
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@723 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Nonce fixesdonncha2006-07-271-11/+16
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@711 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Nonce the edit blog pagedonncha2006-07-211-0/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@702 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Nonce the blogs admin page.donncha2006-07-201-11/+31
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@699 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* nonce the site admin options page.donncha2006-07-171-1/+12
| | | | | | | Add site_admins to the main blog git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@679 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added "_"donncha2006-07-171-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@678 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Notify admin when new blog created (#83)donncha2006-07-171-0/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@677 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Lower case users and blogs (#86)donncha2006-07-171-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@676 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Correct domain for non-VHOST (fixes #76)donncha2006-07-121-2/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@662 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Removed feeds config code.donncha2006-07-111-8/+56
| | | | | | | Added admin "Add User" and "Add Blog" forms. git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@651 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Applied redirection patch from bug #27.donncha2006-06-271-13/+13
| | | | | | | In blogs display, use $path if using subdirs git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@604 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Moved everything in wp-inst down a directory.donncha2006-06-221-0/+263
Uses's Ryan Boren's htaccess rules and mods If you're upgrading, try this on a test server first! git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@591 7be80a69-a1ef-0310-a953-fb0f7c49ff36