summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Really fix the allowedthemes arraydonncha2007-10-181-1/+1
* Fix allowedthemes arraydonncha2007-10-181-1/+1
* Use GET for actiondonncha2007-10-181-2/+2
* Cleanup by momo360modena, thanks! fixes #450donncha2007-10-171-85/+65
* Reverting the last change, but leaving in the optional param $lendonncha2007-10-171-14/+4
* Better random_number_generator() by tellyworth, fixes #440donncha2007-10-171-4/+14
* Facelift for wpmu-* courtesy of momo360modena, fixes #446donncha2007-10-177-1342/+1404
* If quota is lowered then make percentage used 100%donncha2007-10-171-3/+5
* No more FALSEVALUE when using get_blog_option()donncha2007-10-171-3/+6
* Hide Javascript code, fixes #445donncha2007-10-171-0/+2
* Display Upload quota on dashdboard and allow quota to be changed in Siteadmin...donncha2007-10-171-0/+68
* cast the id as an intdonncha2007-10-171-1/+1
* XMLRPC posting can be disabled per blogdonncha2007-10-171-1/+1
* Use get_space_allowed(), props ktlee, fixes #449donncha2007-10-171-1/+1
* Version number variables more like WP.org's, props Lunabyte @ http://mu.wordp...donncha2007-10-171-2/+2
* If primary blog when creating new blog is 1 then update it, fixes #415, props...donncha2007-10-161-2/+6
* 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-163-11/+30
* Added update_user_status(), refresh_user_status()donncha2007-10-161-5/+40
* If a blogger really needs xmlrpc, then add "xmlrpc_active"="yes" to their blo...donncha2007-10-151-0/+4
* Disable xmlrpc posting by defaultdonncha2007-10-154-0/+23
* All safe redirects in login formdonncha2007-10-151-0/+6
* Revert get_userdatabylogin() to 1.2.5a versiondonncha2007-10-151-8/+28
* Remove mu-plugins from plugin pathdonncha2007-10-151-0/+1
* Make default characterset utf8donncha2007-10-152-7/+10
* Change documentation linkdonncha2007-10-151-1/+1
* Move custom upload functions into mu.phpdonncha2007-10-152-24/+25
* Disable registration by defaultdonncha2007-10-151-1/+1
* Merge with WP 2.3 - testing use only!donncha2007-10-12225-13227/+20159
* Added headers.donncha2007-10-121-0/+11
* Added backend code for "registration notification" featuredonncha2007-10-122-2/+13
* Added ; to line 142, fixes #442, thanks beaulebensdonncha2007-10-121-61/+11
* Allow users to change their primary blogdonncha2007-10-102-0/+18
* Fix stupid typos, fixes #437, thanks JeremyVisserdonncha2007-10-101-4/+4
* Removed header information, fixes #434donncha2007-10-041-10/+0
* Add registration disable/enable radio controls to wpmu-options pagedonncha2007-10-044-1/+20
* We only want to sync after the db has been upgradeddonncha2007-10-041-0/+21
* Taxonomy sync script. Read comments for warnings and instructions!donncha2007-10-031-0/+425
* Fixed infinite redirect when updating site options, fixes #436, props dreamer...donncha2007-10-031-5/+7
* Added wp_reset_query()donncha2007-10-031-0/+5
* Only allow lowercase letters in username and blogname on registrationdonncha2007-10-031-8/+8
* Fixes redirect, fixes #419donncha2007-09-111-2/+2
* Assign values to the kses tags listsdonncha2007-09-111-2/+2
* Strip tags instead of sanitize_titledonncha2007-09-101-6/+3
* Sync with WP 2.2.3donncha2007-09-1019-201/+314
* Correct path to bullet gif, fixes #416donncha2007-09-101-1/+1
* You must enter an email address, fixes #383donncha2007-09-101-0/+2
* Move the README around a bit, as per #411donncha2007-09-101-32/+33
* Run the_title through sanitize_title()donncha2007-09-101-2/+4