summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge with WP 2.3 - testing use only!donncha2007-10-12225-13227/+20159
* Added headers.donncha2007-10-121-0/+11
* Added backend code for "registration notification" featuredonncha2007-10-122-2/+13
* Added ; to line 142, fixes #442, thanks beaulebensdonncha2007-10-121-61/+11
* Allow users to change their primary blogdonncha2007-10-102-0/+18
* Fix stupid typos, fixes #437, thanks JeremyVisserdonncha2007-10-101-4/+4
* Removed header information, fixes #434donncha2007-10-041-10/+0
* Add registration disable/enable radio controls to wpmu-options pagedonncha2007-10-044-1/+20
* We only want to sync after the db has been upgradeddonncha2007-10-041-0/+21
* Taxonomy sync script. Read comments for warnings and instructions!donncha2007-10-031-0/+425
* 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-1019-201/+314
* Correct path to bullet gif, fixes #416donncha2007-09-101-1/+1
* You must enter an email address, fixes #383donncha2007-09-101-0/+2
* Move the README around a bit, as per #411donncha2007-09-101-32/+33
* Run the_title through sanitize_title()donncha2007-09-101-2/+4
* Redirect to the main signup page, even on vhost=no, fixes #406donncha2007-09-101-1/+1
* Sanitize domain and email. Fixes #417donncha2007-09-101-5/+9
* Pass the right filename to mime_content_type()donncha2007-09-051-1/+1
* Moved mu-plugins stuff into wpmu-functions.phpdonncha2007-08-237-507/+499
* Move check for is_site_admin() to the top of the file, props Alexander Conchadonncha2007-08-231-6/+3
* Use mime_content_type() if available, finfo_file() anyone?donncha2007-08-231-4/+6
* Filter $allowedposttags and $allowedtags in kses.phpdonncha2007-08-171-0/+3
* Bump the version.donncha2007-08-091-1/+2
* Use blog's default role when editing it, props jeffoire, fixes #399donncha2007-08-091-17/+22
* No more linkcategoriesdonncha2007-08-091-4/+3
* Ensure that $wp_queries is pointing at the right blog_id, props Vimm, fixes #394donncha2007-08-092-218/+225
* gettext the admin password email, props momo360modena, fixes 365donncha2007-08-091-17/+17
* Fix email content, props dsadr from http://mu.wordpress.org/forums/topic.php?...donncha2007-08-091-3/+3
* Add path, useful for non vhost installs. fixes 402, props dsadrdonncha2007-08-091-1/+1
* Search on path too, props dsadrdonncha2007-08-091-1/+1
* Remove ; props dsader (http://mu.wordpress.org/forums/topic.php?id=5829&page&...donncha2007-08-091-1/+1
* Let's try for an RC todaydonncha2007-08-081-1/+1
* Add slashes to blogname to protecet apostrophes, fixes #367, props steveattydonncha2007-08-081-1/+1
* Move PLUGINDIR definition down so it can be set by an MU plugin if needed, pr...donncha2007-08-081-2/+2
* Fixed minor css problem with blog switcher, fixes #366, props drmikedonncha2007-08-081-1/+1
* Do some cleanup of the basedomain, fixes #391, props drmikedonncha2007-08-081-1/+3
* Make sure $action is defined, fixes #382, props omrydonncha2007-08-081-1/+2
* Reverting kses to previous version at [972], fixing #357donncha2007-08-081-6/+185
* Allow multi-line blog options to show when editing a blog, fixes #385, props ...donncha2007-08-081-7/+16
* This should avoid invalid emails when site_name isn't set. Thanks Barry! (fix...donncha2007-08-071-4/+8
* Fix the allowed_themes loop (fixes #369, props aydos)donncha2007-08-071-7/+7
* Removed edit plugin link, fixes #396donncha2007-08-071-8/+0
* 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