summaryrefslogtreecommitdiffstats
path: root/wp-signup.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Redirect to signup form if blog not found (#28)donncha2006-06-271-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@603 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Moved everything in wp-inst down a directory.donncha2006-06-221-0/+345
Uses's Ryan Boren's htaccess rules and mods If you're upgrading, try this on a test server first! git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@591 7be80a69-a1ef-0310-a953-fb0f7c49ff36