summaryrefslogtreecommitdiffstats
path: root/wp-signup.php
Commit message (Collapse)AuthorAgeFilesLines
* Tiny typodonncha2008-11-241-2/+5
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1540 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Redirect user to login page when signup is for existing users only. Props ↵donncha2008-10-251-3/+8
| | | | | | harking, fixes #758 git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1515 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Revert last change, there are validate hooks in wpmu-functions.php, see #776donncha2008-10-231-4/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1506 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Add 'validate_user_signup' and 'validate_blog_signup' hooks, fixes #776donncha2008-10-221-0/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1505 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Only show the "create it now!" message when blog registration is enabled, ↵donncha2008-07-221-1/+4
| | | | | | fixes #628, props lambic git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1393 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fix signup meta information, fixes #674donncha2008-07-111-1/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1367 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Use $blogname instead of $blog_id to avoid conflicts with the global ↵donncha2008-07-101-23/+23
| | | | | | | | | | | variable $blog_id. This affects the following filters: signup_another_blog_init, signup_blog_init, wpmu_validate_blog_signup. The "newblog_id" filter becomes "newblogname". Fixed stack problem with switching and restoring blogs. Fixes #674 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1364 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Use wp-load.php, fixes #653, props mypatricksdonncha2008-06-161-1/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1330 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* tableless signup form, props momo360modena, fixes #482donncha2008-06-041-234/+211
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1321 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* xhtml change, fixed #640, props mark-kdonncha2008-05-271-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1316 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Pass site_id to wpmu_create_blog, should fix #577donncha2008-04-191-4/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1252 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Make these a bit nicerdonncha2008-04-181-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1247 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Removed text, fixes #578donncha2008-04-141-1/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1234 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Add "waiting for email" message, fixes #564, props drmikedonncha2008-03-141-2/+9
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1212 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Use wp_redirect() instead of header(), fixes #522, props chmacdonncha2008-01-021-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1179 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added signup_finished action for user signup confirmation, fixes #510donncha2007-12-041-0/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1167 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Check that user is logged indonncha2007-12-041-2/+6
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1165 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Gettext changes, fixes #495donncha2007-11-151-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1145 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Make a radio button of the privacy optiondonncha2007-10-301-3/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1141 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Minor text changesdonncha2007-10-301-3/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1138 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* get current_user just in case..donncha2007-10-211-0/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1115 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Enable xmlrpc posting by defaultdonncha2007-10-211-0/+3
| | | | | | | User must be logged in, props Gianluca. git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1114 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added headers.donncha2007-10-121-0/+11
| | | | | | | Add big ugly notice for site admins git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1068 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Add registration disable/enable radio controls to wpmu-options pagedonncha2007-10-041-1/+6
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1062 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Redirect to the main signup page, even on vhost=no, fixes #406donncha2007-09-101-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1046 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Redirect to front page earlier in signup pagedonncha2007-05-231-5/+5
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@983 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Stylesheet belongs in header, fixes #292, thanks JeremyVisserdonncha2007-04-181-1/+7
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@969 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Check activate_signup status before showing formsdonncha2007-04-131-2/+5
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@963 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fix check for illegal namesdonncha2007-04-131-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@962 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Check the illegal names is set before checking against itdonncha2007-04-131-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@961 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added "wpmu_active_signup" filter to return "all", "none", "blog" or "user" ↵donncha2007-04-091-3/+23
| | | | | | to enable all, none or some signup types git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@958 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Some validation changes. mostly fixes #292donncha2007-03-281-13/+13
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@946 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Pass the $error object to extra fields actiondonncha2007-03-201-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@926 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Minor html changesdonncha2007-03-201-12/+18
| | | | | | | | | added signup_extra_fields action remember "signup for" status $blog_id shouldn't be used globally as a string git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@925 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Make string translatable (fixes #210)donncha2007-01-241-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@867 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Pass $errors object to action (fixes #233)donncha2007-01-231-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@863 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fix for reported corruption of international characters on signup page (#218)donncha2007-01-151-0/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@848 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Change lang_id to 1 because of SQL errors (fixes #178)donncha2006-12-071-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@820 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge - needs testing.donncha2006-10-091-7/+9
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@797 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Don't reset cookies during signup/activation (thanks Ryan)donncha2006-09-271-0/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@776 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Minor changes - don't list blogs unless the user has any.donncha2006-09-121-6/+11
| | | | | | | Added more hooks git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@740 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Don't just copy and paste code next time.. (fixes #120)donncha2006-08-101-4/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@720 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Redirect to current_site if illegal blogname accessed. (#106)donncha2006-08-031-0/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@718 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added extra hooks for invites plugin (#112)donncha2006-08-031-15/+36
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@717 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Print "The blog you were looking for" properly (#98)donncha2006-07-241-1/+5
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@706 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Language strings (#8)donncha2006-07-191-19/+19
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@692 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Just the blog please. (fixed #63)donncha2006-07-111-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@646 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Minor html change: add a dot in url donncha2006-07-041-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@631 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* It's an external link stupid!donncha2006-07-031-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@629 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Some meta information goes in blog options, others into wp_blogs. (should ↵donncha2006-06-281-0/+2
| | | | | | fix #46 WRT "public" problem) git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@612 7be80a69-a1ef-0310-a953-fb0f7c49ff36