summaryrefslogtreecommitdiffstats
path: root/wp-signup.php
Commit message (Expand)AuthorAgeFilesLines
* Tiny typodonncha2008-11-241-2/+5
* Redirect user to login page when signup is for existing users only. Props har...donncha2008-10-251-3/+8
* Revert last change, there are validate hooks in wpmu-functions.php, see #776donncha2008-10-231-4/+0
* Add 'validate_user_signup' and 'validate_blog_signup' hooks, fixes #776donncha2008-10-221-0/+4
* Only show the "create it now!" message when blog registration is enabled, fix...donncha2008-07-221-1/+4
* Fix signup meta information, fixes #674donncha2008-07-111-1/+2
* Use $blogname instead of $blog_id to avoid conflicts with the global variable...donncha2008-07-101-23/+23
* Use wp-load.php, fixes #653, props mypatricksdonncha2008-06-161-1/+3
* tableless signup form, props momo360modena, fixes #482donncha2008-06-041-234/+211
* xhtml change, fixed #640, props mark-kdonncha2008-05-271-1/+1
* Pass site_id to wpmu_create_blog, should fix #577donncha2008-04-191-4/+3
* Make these a bit nicerdonncha2008-04-181-2/+2
* Removed text, fixes #578donncha2008-04-141-1/+0
* Add "waiting for email" message, fixes #564, props drmikedonncha2008-03-141-2/+9
* Use wp_redirect() instead of header(), fixes #522, props chmacdonncha2008-01-021-2/+2
* Added signup_finished action for user signup confirmation, fixes #510donncha2007-12-041-0/+1
* Check that user is logged indonncha2007-12-041-2/+6
* Gettext changes, fixes #495donncha2007-11-151-2/+2
* Make a radio button of the privacy optiondonncha2007-10-301-3/+2
* Minor text changesdonncha2007-10-301-3/+3
* get current_user just in case..donncha2007-10-211-0/+1
* Enable xmlrpc posting by defaultdonncha2007-10-211-0/+3
* Added headers.donncha2007-10-121-0/+11
* Add registration disable/enable radio controls to wpmu-options pagedonncha2007-10-041-1/+6
* Redirect to the main signup page, even on vhost=no, fixes #406donncha2007-09-101-1/+1
* Redirect to front page earlier in signup pagedonncha2007-05-231-5/+5
* Stylesheet belongs in header, fixes #292, thanks JeremyVisserdonncha2007-04-181-1/+7
* Check activate_signup status before showing formsdonncha2007-04-131-2/+5
* Fix check for illegal namesdonncha2007-04-131-1/+1
* Check the illegal names is set before checking against itdonncha2007-04-131-1/+1
* Added "wpmu_active_signup" filter to return "all", "none", "blog" or "user" t...donncha2007-04-091-3/+23
* Some validation changes. mostly fixes #292donncha2007-03-281-13/+13
* Pass the $error object to extra fields actiondonncha2007-03-201-1/+1
* Minor html changesdonncha2007-03-201-12/+18
* Make string translatable (fixes #210)donncha2007-01-241-1/+1
* Pass $errors object to action (fixes #233)donncha2007-01-231-1/+1
* Fix for reported corruption of international characters on signup page (#218)donncha2007-01-151-0/+1
* Change lang_id to 1 because of SQL errors (fixes #178)donncha2006-12-071-2/+2
* WP Merge - needs testing.donncha2006-10-091-7/+9
* Don't reset cookies during signup/activation (thanks Ryan)donncha2006-09-271-0/+1
* Minor changes - don't list blogs unless the user has any.donncha2006-09-121-6/+11
* Don't just copy and paste code next time.. (fixes #120)donncha2006-08-101-4/+4
* Redirect to current_site if illegal blogname accessed. (#106)donncha2006-08-031-0/+4
* Added extra hooks for invites plugin (#112)donncha2006-08-031-15/+36
* Print "The blog you were looking for" properly (#98)donncha2006-07-241-1/+5
* Language strings (#8)donncha2006-07-191-19/+19
* Just the blog please. (fixed #63)donncha2006-07-111-1/+1
* Minor html change: add a dot in url donncha2006-07-041-1/+1
* It's an external link stupid!donncha2006-07-031-1/+1
* Some meta information goes in blog options, others into wp_blogs. (should fix...donncha2006-06-281-0/+2