summaryrefslogtreecommitdiffstats
path: root/wp-includes
Commit message (Collapse)AuthorAgeFilesLines
...
* XMLRPC posting can be disabled per blogdonncha2007-10-171-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1086 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Use get_space_allowed(), props ktlee, fixes #449donncha2007-10-171-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1085 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Version number variables more like WP.org's, props Lunabyte @ ↵donncha2007-10-171-2/+2
| | | | | | http://mu.wordpress.org/forums/topic.php?id=6519&page&replies=13#post-38710 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1084 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* If primary blog when creating new blog is 1 then update it, fixes #415, ↵donncha2007-10-161-2/+6
| | | | | | props Giraffian git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1083 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added update_user_status(), refresh_user_status()donncha2007-10-161-5/+40
| | | | | | | Make redirect safer git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1079 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* If a blogger really needs xmlrpc, then add "xmlrpc_active"="yes" to their ↵donncha2007-10-151-0/+4
| | | | | | blog's options table git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1078 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Disable xmlrpc posting by defaultdonncha2007-10-151-0/+11
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1077 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* All safe redirects in login formdonncha2007-10-151-0/+6
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1076 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Revert get_userdatabylogin() to 1.2.5a versiondonncha2007-10-151-8/+28
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1075 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Remove mu-plugins from plugin pathdonncha2007-10-151-0/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1074 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Make default characterset utf8donncha2007-10-151-0/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1073 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Merge with WP 2.3 - testing use only!donncha2007-10-1278-5845/+10995
| | | | | | | Move pluggable functions out of wpmu-functions and into pluggable.php, fixes #439 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1069 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Allow users to change their primary blogdonncha2007-10-101-0/+16
| | | | | | | Update primary_blog when blogs are added to user account, but only if primary_blog is 1. fixes #433 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1065 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Removed header information, fixes #434donncha2007-10-041-10/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1063 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fixed infinite redirect when updating site options, fixes #436, props ↵donncha2007-10-031-5/+7
| | | | | | dreamer12345 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1059 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added wp_reset_query()donncha2007-10-031-0/+5
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1058 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Only allow lowercase letters in username and blogname on registrationdonncha2007-10-031-8/+8
| | | | | | | Don't lowercase username on login. Fixes #425 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1057 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fixes redirect, fixes #419donncha2007-09-111-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1056 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Assign values to the kses tags listsdonncha2007-09-111-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1055 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Strip tags instead of sanitize_titledonncha2007-09-101-6/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1053 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Sync with WP 2.2.3donncha2007-09-1011-37/+167
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1051 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Correct path to bullet gif, fixes #416donncha2007-09-101-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1050 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Run the_title through sanitize_title()donncha2007-09-101-2/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1047 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Sanitize domain and email. Fixes #417donncha2007-09-101-5/+9
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1045 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Moved mu-plugins stuff into wpmu-functions.phpdonncha2007-08-232-0/+499
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1043 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Filter $allowedposttags and $allowedtags in kses.phpdonncha2007-08-171-0/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1040 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Bump the version.donncha2007-08-091-1/+2
| | | | | | | Split versions, props drmike, fixes #364 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1038 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* No more linkcategoriesdonncha2007-08-091-4/+3
| | | | | | | Make sure all fields are accounted for. props Vimm, fixes #389 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1036 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Let's try for an RC todaydonncha2007-08-081-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1028 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Reverting kses to previous version at [972], fixing #357donncha2007-08-081-6/+185
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1022 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* This should avoid invalid emails when site_name isn't set. Thanks Barry! ↵donncha2007-08-071-4/+8
| | | | | | (fixes #381) git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1020 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Addslashes to the default value when caching. Reset your cache if you're ↵donncha2007-08-061-2/+2
| | | | | | affected by #397 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1017 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Escape site_option keys for sql queriesdonncha2007-08-061-9/+16
| | | | | | | Properly stripslash value, fixes #397, props ddean git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1016 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Don't double slash the blog title, fixes #398, props Vimmdonncha2007-08-061-1/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1015 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Sync for WP 2.2.2donncha2007-08-064-9/+22
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1013 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Misc Updates, added "get_most_recent_post_of_user()"donncha2007-07-241-15/+52
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1012 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Version number, with WP versiondonncha2007-06-251-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1009 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to WP 2.2.1donncha2007-06-2145-3969/+2784
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1005 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Let's just bump this and be done with itdonncha2007-06-201-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1004 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Merge from WPdonncha2007-06-201-13/+5
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1003 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* This should fix #355.donncha2007-06-201-0/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1002 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Add upload_path to new blogs, fixes #352, thanks jdubdonncha2007-06-111-0/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@999 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Add "blogname" to "get_blogs_of_user()"donncha2007-06-111-0/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@996 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Make sure site_admins is an arraydonncha2007-06-011-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@993 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Don't need this sqldonncha2007-05-231-1/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@985 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added load_muplugin_textdomain() and minor translation change. fixes #313donncha2007-05-231-3/+13
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@982 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* 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
* WP Merge 5509donncha2007-05-223-5/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@976 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-2172-4251/+6131
| | | | | | | Test only, not for production use yet git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@972 7be80a69-a1ef-0310-a953-fb0f7c49ff36