summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added paragraph tags to filter, fixes #504donncha2007-11-211-3/+3
* Remove obsolete categories SQL, fixes #503donncha2007-11-201-3/+0
* check for mu-plugins, fixes #501, props chmacdonncha2007-11-201-3/+4
* Make footer text filterable. Admins can insert their own forum and documentat...donncha2007-11-201-2/+3
* Better pagination, props ktlee, fixes #483donncha2007-11-161-23/+19
* Add WPLANG blog option, fixes #490donncha2007-11-161-0/+2
* Fixed gettexting of default blog descriptiondonncha2007-11-161-1/+1
* Add user to blog 1 when creating user from wpmu-users.phpdonncha2007-11-162-19/+21
* Remove the taxonomy sync script, it's obsolete nowdonncha2007-11-161-446/+0
* Backing out 1144donncha2007-11-163-9/+6
* Use wp_check_filetype() first, fixes #496donncha2007-11-151-5/+4
* Applied parts of momo360modena's patch on #485donncha2007-11-151-18/+12
* Add terms tables to drop_tables array, fixes #485donncha2007-11-151-2/+5
* Make registration options into clickable labelsdonncha2007-11-151-4/+4
* Gettext changes, fixes #495donncha2007-11-151-2/+2
* Allow login via a secure login formdonncha2007-11-143-7/+9