summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* No need to filter thisdonncha2007-05-221-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@979 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Update the home themedonncha2007-05-2215-75/+152
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@978 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Update home's functions.php from Kubrick. Fixes #332donncha2007-05-221-44/+63
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@977 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge 5509donncha2007-05-224-6/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@976 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Restore current blog to avoid filling up the switch stack too muchdonncha2007-05-221-0/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@975 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Too soon for thesedonncha2007-05-212-496/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@974 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Forgot this filedonncha2007-05-211-0/+992
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@973 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 5499, this is a big one! Test it before you put it live!donncha2007-05-21145-4789/+8142
| | | | | | | Test only, not for production use yet git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@972 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* change wp_cache_set to wp_cache_adddonncha2007-04-181-5/+8
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@971 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Missing ; - fixes #312, thanks mypatricksdonncha2007-04-181-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@970 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Stylesheet belongs in header, fixes #292, thanks JeremyVisserdonncha2007-04-181-1/+7
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@969 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Don't delete the admin's files!donncha2007-04-181-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@968 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge, gettext updatesdonncha2007-04-171-47/+47
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@967 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Merge WP 5114 at http://trac.wordpress.org/changeset/5114donncha2007-04-172-4/+17
| | | | | | | | Should fix #301 Added link-add to switch git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@966 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* 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