summaryrefslogtreecommitdiffstats
path: root/wp-includes
Commit message (Expand)AuthorAgeFilesLines
* Allow users to change their primary blogdonncha2007-10-101-0/+16
* Removed header information, fixes #434donncha2007-10-041-10/+0
* Fixed infinite redirect when updating site options, fixes #436, props dreamer...donncha2007-10-031-5/+7
* Added wp_reset_query()donncha2007-10-031-0/+5
* Only allow lowercase letters in username and blogname on registrationdonncha2007-10-031-8/+8
* Fixes redirect, fixes #419donncha2007-09-111-2/+2
* Assign values to the kses tags listsdonncha2007-09-111-2/+2
* Strip tags instead of sanitize_titledonncha2007-09-101-6/+3
* Sync with WP 2.2.3donncha2007-09-1011-37/+167
* Correct path to bullet gif, fixes #416donncha2007-09-101-1/+1
* Run the_title through sanitize_title()donncha2007-09-101-2/+4
* Sanitize domain and email. Fixes #417donncha2007-09-101-5/+9
* Moved mu-plugins stuff into wpmu-functions.phpdonncha2007-08-232-0/+499
* Filter $allowedposttags and $allowedtags in kses.phpdonncha2007-08-171-0/+3
* Bump the version.donncha2007-08-091-1/+2
* No more linkcategoriesdonncha2007-08-091-4/+3
* Let's try for an RC todaydonncha2007-08-081-1/+1
* Reverting kses to previous version at [972], fixing #357donncha2007-08-081-6/+185
* This should avoid invalid emails when site_name isn't set. Thanks Barry! (fix...donncha2007-08-071-4/+8
* Addslashes to the default value when caching. Reset your cache if you're affe...donncha2007-08-061-2/+2
* Escape site_option keys for sql queriesdonncha2007-08-061-9/+16
* Don't double slash the blog title, fixes #398, props Vimmdonncha2007-08-061-1/+0
* Sync for WP 2.2.2donncha2007-08-064-9/+22
* Misc Updates, added "get_most_recent_post_of_user()"donncha2007-07-241-15/+52
* Version number, with WP versiondonncha2007-06-251-1/+1
* WP Merge to WP 2.2.1donncha2007-06-2145-3969/+2784
* Let's just bump this and be done with itdonncha2007-06-201-1/+1
* Merge from WPdonncha2007-06-201-13/+5
* This should fix #355.donncha2007-06-201-0/+2
* Add upload_path to new blogs, fixes #352, thanks jdubdonncha2007-06-111-0/+1
* Add "blogname" to "get_blogs_of_user()"donncha2007-06-111-0/+1
* Make sure site_admins is an arraydonncha2007-06-011-1/+1
* Don't need this sqldonncha2007-05-231-1/+0
* Added load_muplugin_textdomain() and minor translation change. fixes #313donncha2007-05-231-3/+13
* No need to filter thisdonncha2007-05-221-1/+1
* WP Merge 5509donncha2007-05-223-5/+3
* Forgot this filedonncha2007-05-211-0/+992
* WP Merge to rev 5499, this is a big one! Test it before you put it live!donncha2007-05-2172-4251/+6131
* change wp_cache_set to wp_cache_adddonncha2007-04-181-5/+8
* Merge WP 5114 at http://trac.wordpress.org/changeset/5114donncha2007-04-172-4/+17
* No need to switch blogdonncha2007-04-131-2/+0
* Speed up switching and caching significantly (experimental!)donncha2007-04-092-2/+43
* Send errors to error_log to avoid "bugs" like this: http://trac.mu.wordpress....donncha2007-04-071-4/+7
* Update site option if it's already there in add_site_optiondonncha2007-03-291-1/+5
* Make sure errors are hidden when adding blogsdonncha2007-03-291-3/+3
* Reverse [929] and update versiondonncha2007-03-291-1/+1
* Added delete_blog_option() (fixes #290)donncha2007-03-271-0/+5
* WP Mergedonncha2007-03-261-2/+2
* WP Merge to rev 5109donncha2007-03-268-181/+216
* Ryan casts an int and catches a fish, someone buy him a pint! merge to 5092donncha2007-03-2315-35/+48