Commit Graph

21 Commits

Author SHA1 Message Date
Evan Prodromou 10cffa8afa Move business logic of email registration to plugin
Moved the main business logic of email registration to the
EmailRegistrationPlugin. That lets us register from a script, from the
emailregister account, or (hopefully) from the signup page.
2011-04-21 10:15:51 -04:00
Siebrand Mazeland 0d892e7610 i18n fixes.
Whitespace updates.
Update translator documentation.
2011-04-19 21:54:56 +02:00
Evan Prodromou 138ca38b6f Merge remote-tracking branch 'gitorious/1.0.x' into 1.0.x
Conflicts:
	plugins/EmailRegistration/emailregister.php
2011-04-18 20:19:25 -04:00
Evan Prodromou 997b0933ea Don't use bogus event in emailregistration
I was trying to be smart by calling the same registration event as 'register'
when doing EmailRegistration. However, that event is so low-bandwidth that plugins
go fingerpoken in all the attributes and call methods on the passed-in action and
things like that.

So, now we just fall back to using the low-level stuff, catch any
exceptions, and feel happy. Some stuff might not work, but it's
generally anti-spam stuff more suited to public sites.
2011-04-18 19:33:12 -04:00
Siebrand Mazeland 2c105e5575 Update translator documentation. 2011-04-19 01:13:28 +02:00
Evan Prodromou 90a66b61d3 correct password form fields 2011-04-18 11:01:58 -04:00
Evan Prodromou 55ebddb5fd catch exceptions and show them when validating email 2011-04-18 10:44:55 -04:00
Evan Prodromou c5671d7090 fix incorrect variable in registration 2011-04-18 10:15:18 -04:00
Evan Prodromou 3f238e4e16 redirect if you're already logged in. 2011-04-18 10:13:54 -04:00
Evan Prodromou 213086cc1f add login menu to email registration page 2011-04-18 09:22:51 -04:00
Evan Prodromou 9bfade7573 remove debugging comment from emailregister 2011-04-18 08:52:50 -04:00
Evan Prodromou 206376cf10 use Start/EndRegistrationTry events for email registration 2011-04-18 06:46:16 -04:00
Evan Prodromou 2e75100108 break out email registration forms to their own modules 2011-04-18 06:07:32 -04:00
Evan Prodromou 5253b9ea68 ConfirmRegistrationForm includes the code 2011-04-18 04:30:13 -04:00
Evan Prodromou dbb9f66982 get email for code 2011-04-17 19:29:55 -04:00
Evan Prodromou a564af4948 get email for code 2011-04-17 19:28:22 -04:00
Evan Prodromou 6a329f4397 complete registration form 2011-04-17 19:24:33 -04:00
Evan Prodromou 383b4cae76 Missed an argument to a function 2011-04-17 18:48:58 -04:00
Evan Prodromou 3996199c6a some better breaks on error entry 2011-04-17 18:30:25 -04:00
Evan Prodromou b86bb0335c action for registering by email 2011-04-17 17:48:09 -04:00
Evan Prodromou d4e25ea2cc Copy Sample plugin to EmailRegistration 2011-04-17 13:22:21 -04:00