summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* If quota is lowered then make percentage used 100%donncha2007-10-171-3/+5
| | | | | | | | No more falsevalue in quota check Reword xmlrpc default action git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1091 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
* Display Upload quota on dashdboard and allow quota to be changed in ↵donncha2007-10-171-0/+68
| | | | | | | | | Siteadmin->Blogs->Edit (props ktlee, fixes #449) Allow XMLRPC settings for individual blogs to be edited git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1088 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* cast the id as an intdonncha2007-10-171-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1087 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
* Version number variables more like WP.org's, props Lunabyte @ ↵donncha2007-10-171-2/+2
| | | | | | http://mu.wordpress.org/forums/topic.php?id=6519&page&replies=13#post-38710 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1084 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
* 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-163-11/+30
| | | | | | | Use update_user_status() git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1080 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-154-0/+23
| | | | 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
* Revert get_userdatabylogin() to 1.2.5a versiondonncha2007-10-151-8/+28
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1075 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Remove mu-plugins from plugin pathdonncha2007-10-151-0/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1074 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Make default characterset utf8donncha2007-10-152-7/+10
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1073 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Change documentation linkdonncha2007-10-151-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1072 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Move custom upload functions into mu.phpdonncha2007-10-152-24/+25
| | | | | | | Added get_space_allowed() git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1071 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Disable registration by defaultdonncha2007-10-151-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1070 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Merge with WP 2.3 - testing use only!donncha2007-10-12225-13227/+20159
| | | | | | | 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
* Added headers.donncha2007-10-121-0/+11
| | | | | | | Add big ugly notice for site admins git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1068 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added backend code for "registration notification" featuredonncha2007-10-122-2/+13
| | | | | | | 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-102-0/+18
| | | | | | | 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
* Fix stupid typos, fixes #437, thanks JeremyVisserdonncha2007-10-101-4/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1064 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
* Add registration disable/enable radio controls to wpmu-options pagedonncha2007-10-044-1/+20
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1062 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* We only want to sync after the db has been upgradeddonncha2007-10-041-0/+21
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1061 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Taxonomy sync script. Read comments for warnings and instructions!donncha2007-10-031-0/+425
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1060 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
* Added wp_reset_query()donncha2007-10-031-0/+5
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1058 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
* Fixes redirect, fixes #419donncha2007-09-111-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1056 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Assign values to the kses tags listsdonncha2007-09-111-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1055 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
* Sync with WP 2.2.3donncha2007-09-1019-201/+314
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1051 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
* You must enter an email address, fixes #383donncha2007-09-101-0/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1049 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Move the README around a bit, as per #411donncha2007-09-101-32/+33
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1048 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
* Redirect to the main signup page, even on vhost=no, fixes #406donncha2007-09-101-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1046 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
* Pass the right filename to mime_content_type()donncha2007-09-051-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1044 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Moved mu-plugins stuff into wpmu-functions.phpdonncha2007-08-237-507/+499
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1043 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Move check for is_site_admin() to the top of the file, props Alexander Conchadonncha2007-08-231-6/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1042 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Use mime_content_type() if available, finfo_file() anyone?donncha2007-08-231-4/+6
| | | | | | | Sanitize filename, props Alexander Concha git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1041 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Filter $allowedposttags and $allowedtags in kses.phpdonncha2007-08-171-0/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1040 7be80a69-a1ef-0310-a953-fb0f7c49ff36