summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merged with WP 2.5, revision 7806donncha2008-04-2493-659/+988
* This function is now defined in includes/mu.phpdonncha2008-04-241-1/+1
* Added update function called in dashboarddonncha2008-04-231-0/+3
* Remove plugins widget from dashboard as users won't be able to use them anywa...donncha2008-04-221-0/+5
* Added mod_security disabling codedonncha2008-04-221-0/+8
* Applied patch in http://trac.wordpress.org/ticket/6443donncha2008-04-222-2/+2
* Warn the site admin if SECRET_SALT and SECRET_SALT are not defineddonncha2008-04-221-0/+16
* Pass site_id to wpmu_create_blog, should fix #577donncha2008-04-191-4/+3
* Only show media upload icon. Avoids problems with upload types. fixes #598donncha2008-04-191-0/+15
* Removed rejected patched filedonncha2008-04-181-1224/+0
* Improved language selector, props momo360modena, fixes #529donncha2008-04-183-24/+51
* No need to show mod_rewrite rules, props selad, fixes #596donncha2008-04-181-8/+0
* Make these a bit nicerdonncha2008-04-181-2/+2
* Check that user isn't a site_admin before deleting their blog 1 perms, fixes ...donncha2008-04-181-1/+1
* Added text-decoration to default allowed styles, props kkwangendonncha2008-04-181-1/+1
* Remove Javascript warnings. props momo360modena, fixes #591donncha2008-04-181-7/+7
* No more listman, props mypatricks, fixes #591donncha2008-04-181-1/+0
* Minor changes, merge and whitespacedonncha2008-04-182-5/+1
* Minor change for 2.5 update, props momo360modena, fixes #590donncha2008-04-171-2/+6
* Replace glob(), it may be disabled on some hosts. fixes #594donncha2008-04-171-5/+7
* Use wpdb variables, fixes #595, props momo360modenadonncha2008-04-171-3/+3
* sync home with default theme, fixes #593donncha2008-04-1715-115/+209
* Applied patch in #590 by momo360modena and fixed a minor bug with blog searchingdonncha2008-04-169-446/+401
* Reduce the number of styles alloweddonncha2008-04-151-10/+3
* Allow 'style' attribute, but filter the styles alloweddonncha2008-04-142-12/+47
* Removed text, fixes #578donncha2008-04-141-1/+0
* Minor changes to users page.donncha2008-04-111-9/+10
* Fixed "Delete user" button on users page. Fixes #585donncha2008-04-111-5/+5
* Limit user search to current blog onlydonncha2008-04-101-1/+1
* Extra html removed, fixes #586, props mypatricksdonncha2008-04-101-2/+0
* Use blog_id when comparing blogs, fixes #583donncha2008-04-101-3/+3
* Put plugins in the right place, not overwriting "Settings"donncha2008-04-101-1/+1
* Move check for site_admin, props bazza, fixes #584donncha2008-04-101-4/+5
* weblog_title gets passed to update_option() eventually which expects unescape...donncha2008-04-101-1/+1
* Extra html, fixed #589donncha2008-04-101-3/+0
* Add id and style attributes to a few more html tagsdonncha2008-04-091-0/+7
* Allow "class" and "id" attributes because the WYSIWYG editor uses them extens...donncha2008-04-091-4/+0
* Fix import upload size, fixes #571donncha2008-04-081-5/+6
* Update the default category ID when it's changed, fixes #580, props MrBriandonncha2008-04-081-0/+2
* suppress errors to hide install post query failuredonncha2008-04-081-1/+2
* Don't query all the usersdonncha2008-04-041-2/+11
* Merged with WordPress 2.5, unstable, only for testingdonncha2008-04-04301-26495/+28340
* Strip class and id from html tags in ksesdonncha2008-03-271-0/+13
* Use strpos, faster than preg_matchdonncha2008-03-211-1/+1
* Deleted empty directoriesdonncha2008-03-190-0/+0
* Add and delete WP 2.5 files. *DON'T SVN UPDATE!*donncha2008-03-19325-3442/+25726
* Added show_adduser_fields filter, fixes #550, props axelseaadonncha2008-03-141-1/+3
* Add "waiting for email" message, fixes #564, props drmikedonncha2008-03-141-2/+9
* 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