summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed typo. Fixes #296donncha2007-03-301-0/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@955 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Redirect to $ref if it exists, fixes #295donncha2007-03-301-1/+5
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@954 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Update site option if it's already there in add_site_optiondonncha2007-03-291-1/+5
| | | | | | | delete user cache when they're added to a blog git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@953 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Make sure errors are hidden when adding blogsdonncha2007-03-291-3/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@952 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Tell admin that themes must be activated on the admin page first.donncha2007-03-291-0/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@950 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Reverse [929] and update versiondonncha2007-03-292-5/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@949 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fix those pesky themes (fixes #284)donncha2007-03-293-8/+30
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@948 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Some validation changes. mostly fixes #292donncha2007-03-281-13/+13
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@946 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Internationalisation, thanks momo360modena for changes! fixes #283donncha2007-03-286-11/+11
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@945 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Use id instead of name fielddonncha2007-03-281-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@944 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Sort columns by colum IDs, fixes #291donncha2007-03-282-28/+28
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@943 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Typodonncha2007-03-281-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@942 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Better handling of already activated accountsdonncha2007-03-281-5/+12
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@941 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Better text when user account is createddonncha2007-03-281-19/+21
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@940 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added delete_blog_option() (fixes #290)donncha2007-03-271-0/+5
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@939 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Remove, not delete. fixes #280donncha2007-03-261-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@938 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* fixed sql, fixes #289donncha2007-03-261-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@937 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Index allowed_themes by stylesheet path instead of name. (fixes #284)donncha2007-03-264-60/+88
| | | | | | | 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 Mergedonncha2007-03-261-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@935 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 5109donncha2007-03-2613-187/+235
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@934 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Ryan casts an int and catches a fish, someone buy him a pint! merge to 5092donncha2007-03-2329-100/+116
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@933 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Delete autosave pointers from deleted blogsdonncha2007-03-221-0/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@932 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 5081donncha2007-03-223-6/+34
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@931 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* No need for these globals (fixes #285)donncha2007-03-221-1/+2
| | | | | | | Skip blank domains in banned email domains check git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@930 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Check that the file exists first. Fixes #215. donncha2007-03-211-0/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@929 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 5072donncha2007-03-213-9/+6
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@928 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Minor changes to wpmu_delete_blog (fixes #271)donncha2007-03-211-3/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@927 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Pass the $error object to extra fields actiondonncha2007-03-201-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@926 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Minor html changesdonncha2007-03-201-12/+18
| | | | | | | | | added signup_extra_fields action remember "signup for" status $blog_id shouldn't be used globally as a string git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@925 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fix activate linkdonncha2007-03-201-1/+2
| | | | | | | Add username only signup to main blog as "subscriber" (fixes #253) git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@924 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 5063donncha2007-03-206-3/+66
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@923 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Don't show the link to the plugin editor as it's disableddonncha2007-03-191-4/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@922 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fix links in footer, thanks kingler (fixes #277)donncha2007-03-191-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@921 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 5061donncha2007-03-1930-64/+91
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@920 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Add MUPLUGINDIR constant so that mu-plugins can be relocateddonncha2007-03-161-1/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@919 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Show static page on front of blog again (fixes #279)donncha2007-03-161-1/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@918 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* We always need a hostnamedonncha2007-03-151-0/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@917 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 5032donncha2007-03-135-61/+72
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@916 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to 5028donncha2007-03-1223-165/+149
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@915 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* No more mangled URLs when creating blogs through a www. url hopefullydonncha2007-03-121-7/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@914 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Must use site_id in sitemeta queries and cachingdonncha2007-03-121-8/+8
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@913 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Don't auto-redirect to non-www hostnamedonncha2007-03-123-75/+88
| | | | | | | | | Strip "www." from all urls Added "no www" page to install Can now install from url starting with "www." git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@912 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fix check for blogs if not using wp_ as a prefixdonncha2007-03-121-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@911 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge - deleted filesdonncha2007-03-098-892/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@910 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 5007donncha2007-03-0968-950/+2153
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@909 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Warn of "www." in URL of installer and die(), should help avoid some ↵donncha2007-03-081-2/+8
| | | | | | http://com/wpmu/ issues git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@908 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Check "vhost" by default in the installerdonncha2007-03-081-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@907 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* List language files even if only one file founddonncha2007-03-051-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@906 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* PHP usually needs more memorydonncha2007-03-021-6/+9
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@905 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 4956donncha2007-02-2837-309/+287
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@904 7be80a69-a1ef-0310-a953-fb0f7c49ff36