summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* WP Mergedonncha2005-09-133-4/+7
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@319 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Oops. fixed site_name!donncha2005-09-121-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@318 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added invite timeout and delete linksdonncha2005-09-122-10/+74
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@317 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Changed personal message, (Thanks Ozgreg)donncha2005-09-121-2/+7
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@316 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* If installing then don't use the settings cache!donncha2005-09-121-2/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@315 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added IPdonncha2005-09-122-0/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@314 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Find invited user by emaildonncha2005-09-121-2/+7
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@313 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Only for site admindonncha2005-09-121-0/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@312 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Rearrange checks for email and invites_leftdonncha2005-09-121-49/+54
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@311 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Mergedonncha2005-09-1217-169/+200
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@310 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Avoid sql error if referer tables weren't created.donncha2005-09-121-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@309 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* If site admin then don't check for invites_left (Thanks Ozgreg)donncha2005-09-121-1/+10
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@308 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added option to disable invite checking on registrationdonncha2005-09-081-2/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@307 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added timed invite additionsdonncha2005-09-081-4/+39
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@306 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Re-org of titlesdonncha2005-09-071-6/+7
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@305 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added "add to blogroll" checkboxdonncha2005-09-072-1/+20
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@304 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added invite statsdonncha2005-09-071-0/+15
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@303 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Invites link near feedback form, but only if invites leftdonncha2005-09-073-3/+50
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@302 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Mergedonncha2005-09-074-5/+5
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@301 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* md5()_invited_by -> invited_bydonncha2005-09-062-5/+8
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@300 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added a "source" for registrations.donncha2005-09-062-3/+9
| | | | | | | | Added a filter so a plugin can figure out what the source is. git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@299 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Don't allow adding external usersdonncha2005-09-061-0/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@298 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added delete user functiondonncha2005-09-061-0/+12
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@297 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Cast IDdonncha2005-09-061-0/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@296 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Deactivate and activate blogs.donncha2005-09-062-10/+38
| | | | | | | If blog is not active then highlight row. git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@295 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added get_blog_option(), add_blog_option(), update_blog_option() functionsdonncha2005-09-061-0/+54
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@294 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge with cool new profile page!donncha2005-09-067-380/+257
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@293 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Removed Bad Behaviordonncha2005-09-0626-1701/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@292 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fixed id when deleting blogs (Thanks pritamdutt, ↵donncha2005-09-061-0/+1
| | | | | | http://mu.wordpress.org/forums/topic/245) git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@291 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* IE doesn't support the 'table' display type: ↵donncha2005-09-051-1/+1
| | | | | | http://www.w3schools.com/css/pr_class_display.asp git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@290 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* remove hashdonncha2005-09-051-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@289 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* typodonncha2005-09-051-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@288 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* More WP Merge!donncha2005-09-058-13/+119
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@287 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Mergedonncha2005-09-058-13/+73
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@286 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Protect SQLdonncha2005-09-052-16/+30
| | | | | | | Better navigation git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@285 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fixed "action" url.donncha2005-09-051-28/+18
| | | | | | | Removed extra DIV git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@284 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Better checking for super usersdonncha2005-09-051-17/+22
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@283 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Invites populate form, need to delete that data after.donncha2005-09-051-3/+11
| | | | | | | Security check the backend pag, thanks Tech! git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@282 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fixed for global vars.donncha2005-09-021-5/+12
| | | | | | | Shorten bloglines.com urls git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@281 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* List invited users on user edit page.donncha2005-09-021-0/+29
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@280 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Better ordering support - click colum to reverse orderdonncha2005-09-023-43/+95
| | | | | | | Mass delete checkboxes in git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@279 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added upgrade page to upgrade all blogs on site.donncha2005-09-024-0/+64
| | | | | | | Added gmt_offset to install script and upgrade script. git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@278 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Populate blogroll with invitee's blogdonncha2005-09-021-0/+10
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@277 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fixed etagdonncha2005-09-021-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@276 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Check if it's an arraydonncha2005-09-021-1/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@275 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fixed upload path.donncha2005-09-023-5/+9
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@274 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added Overwrite button.donncha2005-09-011-2/+15
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@273 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* If user is invited then list the invitee on the administrator's emaildonncha2005-09-011-26/+46
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@272 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Bigger textarea!donncha2005-09-011-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@271 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* If no blogs found in search then close table properlydonncha2005-09-011-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@270 7be80a69-a1ef-0310-a953-fb0f7c49ff36