summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo, fixes #308donncha2007-04-171-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@965 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Use LANGDIR instead of WPINC (fixes #309)donncha2007-04-171-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@964 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Check activate_signup status before showing formsdonncha2007-04-131-2/+5
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@963 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fix check for illegal namesdonncha2007-04-131-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@962 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Check the illegal names is set before checking against itdonncha2007-04-131-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@961 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* No need to switch blogdonncha2007-04-131-2/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@960 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Speed up switching and caching significantly (experimental!)donncha2007-04-092-2/+43
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@959 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added "wpmu_active_signup" filter to return "all", "none", "blog" or "user" ↵donncha2007-04-091-3/+23
| | | | | | to enable all, none or some signup types git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@958 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Send errors to error_log to avoid "bugs" like this: ↵donncha2007-04-071-4/+7
| | | | | | | | | | | | | http://trac.mu.wordpress.org/ticket/304 If ERRORLOGFILE defined use that file instead. If DIEONDBERROR defined then halt script with error message (Do not use on a production server!) Define constants in wp-config.php like this: define('ERRORLOGFILE', '/tmp/mysq.log'); define('DIEONDBERROR', 1); git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@957 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* My new sitedonncha2007-04-051-4/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@956 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* 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