summaryrefslogtreecommitdiffstats
path: root/wp-admin/wpmu-blogs.php
Commit message (Collapse)AuthorAgeFilesLines
* 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