summaryrefslogtreecommitdiffstats
path: root/wp-admin
Commit message (Expand)AuthorAgeFilesLines
* Enable xmlrpc posting by defaultdonncha2007-10-211-2/+2
* Typo fix, props andrea_r, fixes #461donncha2007-10-191-2/+2
* Move functions into wp-admin/includes/mu.php because of potential conflict wi...donncha2007-10-191-0/+30
* momo360modena provides the gettext goods :)donncha2007-10-191-2/+2
* Only show dashboard quota if user can write posts, props momo360modena, fixes...donncha2007-10-191-1/+2
* Minor change to how theme meta data is displayed, fixes #455donncha2007-10-191-4/+4
* Die if not posting from wpmu-options or wpmu-blogsdonncha2007-10-191-4/+8
* These should be actions, not filters. semanticsdonncha2007-10-191-2/+2
* Don't use /blog/ for main blog if using not using VHOSTsdonncha2007-10-181-6/+6
* Assign authors correctly, props washort, fixes #435donncha2007-10-181-1/+1
* Cast as array to stop warning, fixes #405donncha2007-10-181-1/+1
* Cleanup mu.php by ktlee, fixes #453donncha2007-10-181-12/+11
* Use GET for actiondonncha2007-10-181-2/+2
* Cleanup by momo360modena, thanks! fixes #450donncha2007-10-171-85/+65
* 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
* 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
* 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
* Disable xmlrpc posting by defaultdonncha2007-10-152-0/+11
* Make default characterset utf8donncha2007-10-151-7/+7
* Change documentation linkdonncha2007-10-151-1/+1
* Move custom upload functions into mu.phpdonncha2007-10-152-24/+25
* Merge with WP 2.3 - testing use only!donncha2007-10-12108-6664/+8381
* 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-101-0/+2
* Fix stupid typos, fixes #437, thanks JeremyVisserdonncha2007-10-101-4/+4
* Add registration disable/enable radio controls to wpmu-options pagedonncha2007-10-042-0/+13
* Sync with WP 2.2.3donncha2007-09-106-152/+135
* Move check for is_site_admin() to the top of the file, props Alexander Conchadonncha2007-08-231-6/+3
* Use blog's default role when editing it, props jeffoire, fixes #399donncha2007-08-091-17/+22
* Ensure that $wp_queries is pointing at the right blog_id, props Vimm, fixes #394donncha2007-08-092-218/+225
* gettext the admin password email, props momo360modena, fixes 365donncha2007-08-091-17/+17
* Fix email content, props dsadr from http://mu.wordpress.org/forums/topic.php?...donncha2007-08-091-3/+3
* Add path, useful for non vhost installs. fixes 402, props dsadrdonncha2007-08-091-1/+1
* Search on path too, props dsadrdonncha2007-08-091-1/+1
* Allow multi-line blog options to show when editing a blog, fixes #385, props ...donncha2007-08-081-7/+16
* Fix the allowed_themes loop (fixes #369, props aydos)donncha2007-08-071-7/+7
* Removed edit plugin link, fixes #396donncha2007-08-071-8/+0
* Sync for WP 2.2.2donncha2007-08-066-14/+18
* Removing code that isn't needed, prompted by #358donncha2007-06-251-35/+8
* WP Merge to WP 2.2.1donncha2007-06-2128-994/+992
* Don't need these upgrades, thanks drmike. fixes #349donncha2007-05-301-13/+1
* gettext changes by momo360modena, applied patch from #347donncha2007-05-283-8/+9
* Fix import menu file size, fixes #324donncha2007-05-241-0/+1
* Clear category cache when links are modified, (fixes #338)donncha2007-05-241-0/+1
* Trim illegal names, fixes #340donncha2007-05-231-1/+7