summaryrefslogtreecommitdiffstats
path: root/wp-admin/wpmu-blogs.php
Commit message (Collapse)AuthorAgeFilesLines
* This javascript doesn't work any more, remove it. fixes #720, props ↵donncha2008-08-251-1/+1
| | | | | | momo360modena git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1440 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Rename manage_posts_columns, fixes #696donncha2008-07-251-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1400 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Remove searchform id and added rtl css defdonncha2008-07-231-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1399 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Move stylying of wpmu admin search forms to mu.css, fixes #692donncha2008-07-231-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1397 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* SQL optimizations, fixes #642, thanks momo360modenadonncha2008-07-211-15/+6
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1389 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Don't forget the quotesdonncha2008-05-161-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1296 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Whitespace cleanup.donncha2008-05-151-47/+57
| | | | | | | Clean up parameter filtering git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1289 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Restyling, fixes #590, props momo360modenadonncha2008-04-241-40/+42
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1264 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Remove paragraph tag from wp_die() calls, fixes #605, props momo360modenadonncha2008-04-241-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1261 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Remove Javascript warnings. props momo360modena, fixes #591donncha2008-04-181-7/+7
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1244 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* No more listman, props mypatricks, fixes #591donncha2008-04-181-1/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1243 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Applied patch in #590 by momo360modena and fixed a minor bug with blog searchingdonncha2008-04-161-107/+72
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1237 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Don't allow blogs to be sorted by users or actions, fixes #549donncha2008-01-231-3/+9
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1190 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fixed pagination, fixes #519, props ktleedonncha2007-12-041-9/+10
| | | | | | | Update siteurl and home if domain updated git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1168 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Better pagination, props ktlee, fixes #483donncha2007-11-161-23/+19
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1155 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Backing out 1144donncha2007-11-161-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1150 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Allow login via a secure login formdonncha2007-11-141-2/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1144 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Don't use $wpmuBaseTablePrefix any more, use $wpdb->base_prefix, props ↵donncha2007-10-261-2/+2
| | | | | | lunabyte, fixes #479 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1134 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Cleanup user and blog add code. props ktlee, fixes #462donncha2007-10-221-0/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1122 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Facelift for wpmu-* courtesy of momo360modena, fixes #446donncha2007-10-171-534/+606
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1092 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
* Use blog's default role when editing it, props jeffoire, fixes #399donncha2007-08-091-17/+22
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1037 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Search on path too, props dsadrdonncha2007-08-091-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1031 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Allow multi-line blog options to show when editing a blog, fixes #385, props ↵donncha2007-08-081-7/+16
| | | | | | lunabyte git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1021 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* gettext changes by momo360modena, applied patch from #347donncha2007-05-281-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@990 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Only show up to 10 users for blog 1, fixes #320donncha2007-05-231-1/+9
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@984 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Sort columns by colum IDs, fixes #291donncha2007-03-281-9/+9
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@943 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Index allowed_themes by stylesheet path instead of name. (fixes #284)donncha2007-03-261-36/+33
| | | | | | | 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
* WP Merge to 5028donncha2007-03-121-34/+13
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@915 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added get_user_id_from_string()donncha2007-02-131-10/+3
| | | | | | | Make editing a blog much faster git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@884 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Removed autocomplete_css() because it possibly conflicts with advanced ↵donncha2007-01-221-6/+4
| | | | | | | | | | | | 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 "Last Updated" problems returning from wp_redirect() (fixes #222)donncha2007-01-151-4/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@847 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Sort by columnsdonncha2006-09-281-1/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@781 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Encode quotes when editing blogsdonncha2006-09-281-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@780 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added blog navigation at end of page (fixes #114)donncha2006-09-131-6/+18
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@751 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 4104donncha2006-08-171-9/+22
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@723 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Nonce fixesdonncha2006-07-271-20/+12
| | | | 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
* JS doesn't like carriage returns or apostrophes or something.donncha2006-07-211-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@701 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Nonce the blogs admin page.donncha2006-07-201-5/+20
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@699 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Remove space from <?php (#92)donncha2006-07-201-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@695 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Language strings (#13)donncha2006-07-191-59/+59
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@689 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added blog path to View and Backend links (fixes #64)donncha2006-07-111-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@653 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Removed feeds config code.donncha2006-07-111-0/+20
| | | | | | | 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-1/+1
| | | | | | | 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/+527
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