summaryrefslogtreecommitdiffstats
path: root/wp-admin/wpmu-edit.php
Commit message (Expand)AuthorAgeFilesLines
* Oops, should be $domain, and $newdomaindonncha2008-10-241-1/+2
* Lowercase blog and paths only, fixes #777donncha2008-10-241-0/+3
* Send welcome email to users when blog created from backend.donncha2008-10-021-0/+2
* Media buttons on Write Post page are now configurable, see #598 and #738donncha2008-09-221-0/+1
* When deleting user, list user_id seperately to blogs for users without blogsdonncha2008-08-291-1/+4
* Use add/remove user_from_blog() functions, fixes #730donncha2008-08-281-11/+5
* Improved confirmation message, fixes #722, props momo360modenadonncha2008-08-251-11/+8
* Flush rules when blog is edited. Fixes #715donncha2008-08-221-0/+1
* Remove slashes from title when emailing admindonncha2008-07-281-1/+1
* sanitize_title does too much, leave it out. fixes #688donncha2008-07-221-1/+1
* Use sanitize_* functions for addblog parameters. fixes 680donncha2008-07-171-3/+3
* Added "wpmu_update_blog_options" action to allow plugins to update blog optio...donncha2008-07-171-0/+1
* Make sure username and blogname are alphanumeric only, fixes #523donncha2008-07-111-1/+1
* Allow posts to be transfered to different users before deleting users, fixes ...donncha2008-07-091-4/+18
* Don't overwrite $blog_iddonncha2008-05-221-4/+4
* Admin Notice Feed allows the site_admin to display a feed to all blogs on an ...donncha2008-05-151-0/+1
* Whitespace cleanup.donncha2008-05-151-37/+37
* Change limited_email_domains to a textarea, props momo360modena for patch, fi...donncha2008-05-121-7/+13
* Stripslashes the title before passing it to wpmu_create_blog(), fixes #621donncha2008-05-081-2/+3
* Fix wp_die() calls, props momo360modena, fixes #605donncha2008-05-071-1/+1
* Remove paragraph tag from wp_die() calls, fixes #605, props momo360modenadonncha2008-04-241-11/+11
* Minor change for 2.5 update, props momo360modena, fixes #590donncha2008-04-171-2/+6
* Applied patch in #590 by momo360modena and fixed a minor bug with blog searchingdonncha2008-04-161-7/+17
* Set new blogs as public, fixes #532donncha2008-03-131-1/+1
* Fixed pagination, fixes #519, props ktleedonncha2007-12-041-0/+6
* Add user to blog 1 when creating user from wpmu-users.phpdonncha2007-11-161-0/+1
* Don't use $wpmuBaseTablePrefix any more, use $wpdb->base_prefix, props lunaby...donncha2007-10-261-8/+8
* Remove "disable xml-rpc" feature, it's going in a plugin.donncha2007-10-261-1/+3
* Cleanup user and blog add code. props ktlee, fixes #462donncha2007-10-221-53/+54
* Remove primary_blog record for user after removed from blog.donncha2007-10-221-3/+10
* momo360modena provides the gettext goods :)donncha2007-10-191-2/+2
* Die if not posting from wpmu-options or wpmu-blogsdonncha2007-10-191-4/+8
* Facelift for wpmu-* courtesy of momo360modena, fixes #446donncha2007-10-171-190/+234
* No need to check if email is blankdonncha2007-10-161-1/+1
* Check email if it's not blankdonncha2007-10-161-1/+3
* Use GET and POSTdonncha2007-10-161-4/+4
* Disable xmlrpc posting by defaultdonncha2007-10-151-0/+1
* Added backend code for "registration notification" featuredonncha2007-10-121-0/+1
* Added ; to line 142, fixes #442, thanks beaulebensdonncha2007-10-121-61/+11
* Allow users to change their primary blogdonncha2007-10-101-0/+2
* Add registration disable/enable radio controls to wpmu-options pagedonncha2007-10-041-0/+1
* Fix email content, props dsadr from http://mu.wordpress.org/forums/topic.php?...donncha2007-08-091-3/+3
* gettext changes by momo360modena, applied patch from #347donncha2007-05-281-5/+6
* Trim illegal names, fixes #340donncha2007-05-231-1/+7
* Redirect to $ref if it exists, fixes #295donncha2007-03-301-1/+5
* Internationalisation, thanks momo360modena for changes! fixes #283donncha2007-03-281-1/+1
* Index allowed_themes by stylesheet path instead of name. (fixes #284)donncha2007-03-261-10/+9
* Trim each element of the banned email listdonncha2007-02-221-1/+5
* Added get_user_id_from_string()donncha2007-02-131-1/+8
* Make banned domain list into a textareadonncha2007-01-261-1/+1