summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* No need to active. in mu-plugins now!donncha2005-07-211-3/+0
* Added wp hashcashdonncha2005-07-2124-0/+1985
* If user logged in, then no url.donncha2005-07-211-1/+5
* Moved Spaminator around.donncha2005-07-211-5/+3
* More interesting links now work again.donncha2005-07-211-3/+3
* Fixed backend urldonncha2005-07-211-1/+1
* On blogs page, display users of blogsdonncha2005-07-214-17/+50
* Display blog option arrays as disabled textareas.donncha2005-07-211-9/+39
* Activate Kitten's Spaminator by default.donncha2005-07-211-0/+3
* Check that plugin is a file!donncha2005-07-211-1/+2
* If .htaccess can't be created then abort with a helpful message!donncha2005-07-211-2/+9
* Remove "subscriber" capabilities that existing users get in new blog.donncha2005-07-201-5/+2
* Query vars don't seem to be used in wp-newblogdonncha2005-07-201-1/+2
* Remove unused handlerdonncha2005-07-201-1/+0
* WPMU user list points at authors & users pagedonncha2005-07-203-5/+17
* Change where invite defaults are done.donncha2005-07-202-29/+39
* Disable admin invites form.donncha2005-07-201-1/+1
* Merge changes from WP.donncha2005-07-203-7/+12
* Removed misc optionsdonncha2005-07-202-32/+0
* Removed sitemeta siteurl.donncha2005-07-202-3/+5
* quote sql elements.donncha2005-07-201-1/+1
* Added user invites. WIP.donncha2005-07-193-17/+195
* Add site setting siteurl.donncha2005-07-191-0/+2
* Use $wpdb objectdonncha2005-07-191-3/+3
* Removed Smarty stuffdonncha2005-07-193-4012/+0
* It's inactive, not Inactivedonncha2005-07-191-1/+1
* More cookie catchupsmatt2005-07-183-10/+10
* Porting changes from WPmatt2005-07-183-12/+19
* Only display users from current blog.donncha2005-07-181-1/+1
* Make sure site_id is set.donncha2005-07-181-1/+2
* Fix for domaindonncha2005-07-182-7/+4
* Add default site record.donncha2005-07-181-0/+4
* Strip "www." from domain.donncha2005-07-181-4/+3
* Merged changes from Matt's create_blog() function.donncha2005-07-181-192/+17
* Strip "www." from domain so that www.domain.tld = domain.tlddonncha2005-07-181-1/+3
* Reduce field sizes, merge keys (Thanks Matt)donncha2005-07-181-8/+6
* Removed blogname, blog_status, added keys.donncha2005-07-181-3/+2
* archived handeld by blog option is_archiveddonncha2005-07-181-1/+1
* Merge from WP Core.donncha2005-07-1819-104/+110
* If a site admin logs in give them "administrator" capabilities.donncha2005-07-152-31/+91
* Fix for finding admin usersdonncha2005-07-151-2/+3
* Move plugin init further up the init so we can replace pluggable functions.donncha2005-07-152-10/+12
* Merge from WP SVN.donncha2005-07-1518-152/+150
* Don't show the site admin user.donncha2005-07-141-15/+17
* Make sure admin user has administrator capability on new blog.donncha2005-07-141-6/+24
* first stab at using WP-hashcash to protect the reg page.donncha2005-07-142-2/+659
* Add "Site Admin" menu option back in.donncha2005-07-141-0/+3
* Merged changes from WP SVN.donncha2005-07-148-183/+263
* Set up user with Administrator capability.donncha2005-07-141-2/+8
* Merge from WP Core, things are broken right now.donncha2005-07-1313-224/+341