summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed path to activation page for user-only registrations (fixes #234)donncha2007-01-242-2/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@866 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to revision 4793donncha2007-01-2410-78/+1731
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@865 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Pass $errors object to action (fixes #233)donncha2007-01-231-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@863 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Make install blog routine a bit more resilien, fixes (#232), thanks vdachevdonncha2007-01-231-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@862 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 4783donncha2007-01-232-2/+7
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@861 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Removed autocomplete_css() because it possibly conflicts with advanced ↵donncha2007-01-227-66/+15
| | | | | | | | | | | | 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
* Better logic for getting blogs of userdonncha2007-01-221-3/+5
| | | | | | | | update_blog_status() has optional param so that cache isn't updated immediately (useful for marking lots of blogs as spam) Populate user_login field - noticed any blank user_logins? git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@859 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Make graceful_fail() pluggable by defining it in mu-plugins/00misc.php (see ↵donncha2007-01-222-1/+2
| | | | | | #229) git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@858 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Remove extra file type serving protection (see #203)donncha2007-01-221-7/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@857 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fixing a small typodonncha2007-01-221-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@856 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Don't delete the admin's files too! (fixes #224)donncha2007-01-221-24/+24
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@855 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to 4780donncha2007-01-229-15/+31
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@854 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* get_settings -> get_option (fixes #230)donncha2007-01-221-4/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@853 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 4771donncha2007-01-1913-55/+80
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@852 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 4763donncha2007-01-189-16/+51
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@851 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 4759donncha2007-01-176-5/+7
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@850 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 4753donncha2007-01-1623-41/+85
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@849 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fix for reported corruption of international characters on signup page (#218)donncha2007-01-151-0/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@848 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
* Users column, not posts!donncha2007-01-151-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@846 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Check for edit_posts capability (fixes #180)donncha2007-01-151-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@845 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fix delete blog redirect (#198)donncha2007-01-151-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@844 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* spaces -> tabsdonncha2007-01-141-226/+218
| | | | | | | define VHOST during install. (fixes #216) git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@843 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Move site admin menu around so add_submenu_page() doesn't break (fixes #233)donncha2007-01-141-9/+12
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@842 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* No need for this function any moredonncha2007-01-141-5/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@841 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 4721donncha2007-01-117-980/+654
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@840 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 4714donncha2007-01-104-6/+6
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@839 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Add "category_description" to the default category INSERTS. Fixes (#199)donncha2007-01-091-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@838 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Merged with WP core, fixes #209donncha2007-01-092-65/+12
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@837 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Save new admin email with hash in db. (fixes #204)donncha2007-01-092-2/+7
| | | | | | | | | Better option update message Sanitize options git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@836 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 4709donncha2007-01-098-17/+83
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@835 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Die if a port number is in the URLdonncha2007-01-091-0/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@834 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Cleaner urldonncha2007-01-091-7/+6
| | | | | | | User must have "manage_options" perms to access delete blog page now (fixes #211) git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@833 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to 4701donncha2007-01-0816-67/+107
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@832 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP merge to 4681donncha2007-01-054-10/+17
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@831 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to 4674donncha2007-01-049-73/+541
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@830 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to #4669donncha2007-01-028-28/+40
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@829 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 4661donncha2006-12-2249-287/+250
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@828 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Mergedonncha2006-12-191-0/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@827 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 4649donncha2006-12-181-2/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@826 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* is_blog_user() is now blog_id aware (Matt)donncha2006-12-151-16/+27
| | | | | | | | Move email domain check into it's own function Another check email on signup git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@825 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 4646donncha2006-12-145-127/+131
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@824 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 4640donncha2006-12-1116-225/+898
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@823 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Filter queriesdonncha2006-12-071-0/+5
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@822 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 4626donncha2006-12-0711-237/+276
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@821 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Change lang_id to 1 because of SQL errors (fixes #178)donncha2006-12-071-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@820 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Mergedonncha2006-12-0742-197/+326
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@819 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Category fixes from Andydonncha2006-12-012-4/+11
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@818 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to 4578, except for script-loaderdonncha2006-12-0117-41/+129
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@817 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to 4559donncha2006-11-3035-5422/+374
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@816 7be80a69-a1ef-0310-a953-fb0f7c49ff36