summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a trailing slash to URLs ending in /wp-admin, fixes #351, props deanbagdonncha2008-03-141-1/+4
* Test the cache group properlydonncha2008-03-141-2/+2
* Return blog_id in create_empty_blog(), fixes #563, props v.guerarddonncha2008-03-131-1/+1
* Clean cache of old term_id, fixes #569, props chmacdonncha2008-03-131-2/+1
* gettext fixes, clean_url(). fixes #555, props momo360modenadonncha2008-03-131-24/+43
* Minor changes, fixes #554, props momo360modenadonncha2008-03-131-5/+2
* Set new blogs as public, fixes #532donncha2008-03-131-1/+1
* Fixed gettext, fixes #553, props taidonncha2008-03-131-1/+1
* Remove unfiltered_html capdonncha2008-03-121-2/+0
* Added "wpmu_blog_updated" action, fixes #567, props chmacdonncha2008-03-101-0/+2
* Hopefully fix filesystem caching, #557donncha2008-03-101-49/+50
* Cast term id to int. fixes #562ryan2008-02-201-2/+2
* Backporting http://trac.wordpress.org/changeset/6332 from WP trunk to fix #562donncha2008-02-191-1/+1
* Redirect to the user's blog properlydonncha2008-02-141-2/+3
* Merge with WP 2.3.3donncha2008-02-055-47/+59
* Add options-permalinks.php back in!donncha2008-02-031-1/+0
* Merged WP 6710donncha2008-02-031-0/+4
* Bump version number to 1.3.2donncha2008-01-241-1/+1
* Added "wp_upload_bits" filter to check uploaded files before writing themdonncha2008-01-242-0/+20
* Don't allow blogs to be sorted by users or actions, fixes #549donncha2008-01-231-3/+9
* Remove siteurl and home from option whitelistdonncha2008-01-231-1/+1
* Whitelist the options pages. (plugins may break, see forum)donncha2008-01-239-22/+122
* Fix disk caching: save and gets match, avoid possible collisions between blogsdonncha2008-01-151-8/+11
* Replace wordpress.com with localhost.localdomain example emaildonncha2008-01-142-2/+2
* Restored line after it removed in a merge, fixes #535, props chmacdonncha2008-01-111-0/+1
* No need for this any more, fixes #534, props drmikedonncha2008-01-111-18/+0
* Make sure main blog is public, possibly fixes #532donncha2008-01-111-1/+1
* Use DB_COLLATE constant to define collate variable.donncha2008-01-111-1/+5
* Allow blog and user welcome and signup notifications to be customized with a ...donncha2008-01-021-0/+14
* Removed invites links, fixes #525, props andrea_rdonncha2008-01-021-5/+0
* Use wp_redirect() instead of header(), fixes #522, props chmacdonncha2008-01-022-8/+8
* Added "NOBLOGREDIRECT" constant to redirect if a blog is unknown, fixes #522donncha2008-01-022-1/+10
* Change URL to point at Codex page, fixes #521, props drmikedonncha2008-01-021-4/+4
* Fixed typo, fixes #526, props andrewbillitsdonncha2008-01-021-1/+1
* Added "show_adduser_fields" to hide "Add user" form, fixes #520donncha2008-01-021-0/+4
* Removed "draggable" code, should fix #488donncha2008-01-021-1/+0
* Fixed cpanel forum post url, fixes #531, props drmikedonncha2008-01-021-1/+1
* Merge with WP 2.3.2donncha2008-01-0218-474/+293
* 64bit fix for gettext. see WP #3780ryan2007-12-261-1/+1
* Pagination, props ktlee, fixes #518 donncha2007-12-041-23/+27
* Return "Blog suspended" message only if blog marked as spam, fixes #515donncha2007-12-041-1/+1
* Fixed pagination, fixes #519, props ktleedonncha2007-12-042-9/+16
* Added signup_finished action for user signup confirmation, fixes #510donncha2007-12-041-0/+1
* No need for this, it's already filtered before going to dbdonncha2007-12-041-3/+0
* Check that user is logged indonncha2007-12-041-2/+6
* Use MUPLUGINDIR, props chmac, fixes #508donncha2007-11-231-3/+3
* Echo the footer text, props chmac, fixes #507donncha2007-11-231-1/+1
* Remove extra codedonncha2007-11-222-14/+3
* Move custom code from menu.php to mu.phpdonncha2007-11-222-34/+69
* Fixed activation error message, props jeffayars. Fixes #505donncha2007-11-211-1/+1