Age | Commit message (Expand) | Author |
2009-01-15 | Convert use of common_server_error and common_user_error to methods on Action | Evan Prodromou |
2009-01-15 | Convert all actions to use new UI functions | Evan Prodromou |
2008-12-23 | whitespace changes in actions/register.php after global search-and-replace | Evan Prodromou |
2008-12-23 | move opening brace of class declaration to next line | Evan Prodromou |
2008-12-23 | change function headers to K&R style | Evan Prodromou |
2008-12-23 | replace NULL with null | Evan Prodromou |
2008-12-23 | replace all tabs with four spaces | Evan Prodromou |
2008-12-02 | better instructions | Evan Prodromou |
2008-12-02 | better registration instructions | Evan Prodromou |
2008-12-02 | whitespace in actions/register | Evan Prodromou |
2008-12-02 | check for blank email when rejecting a dupe | Evan Prodromou |
2008-10-21 | full sentence for invite-only error | Evan Prodromou |
2008-10-21 | add 'invite-only' mode for registration | Evan Prodromou |
2008-09-11 | Fix unquoted array key, causes b0rkage on some php setups (via @bopuc) | CiaranG |
2008-08-30 | merge in changes for CSRF, too | Evan Prodromou |
2008-08-26 | updates for invitations | Evan Prodromou |
2008-08-30 | RequirePassword | Garret Buell |
2008-08-29 | CSRF protection in user registration | Evan Prodromou |
2008-08-13 | move user registration to a single static method | Evan Prodromou |
2008-08-05 | make init of lang environment happen earlier, or when user language may have ... | Evan Prodromou |
2008-07-24 | let admins prevent registration | Evan Prodromou |
2008-07-22 | base class is_readonly() now returns false by default | zach |
2008-07-22 | Added is_readonly() method to all Actions | zach |
2008-07-22 | every user is subscribed to themselves | Evan Prodromou |
2008-07-15 | one more linefeed | Evan Prodromou |
2008-07-15 | maybe an extra \n will help my formatting | Evan Prodromou |
2008-07-15 | more formatting for registration success | Evan Prodromou |
2008-07-15 | better formatting in registration results | Evan Prodromou |
2008-07-15 | fix checkbox for license | Evan Prodromou |
2008-07-15 | more info at registration time, better message when you're finished | Evan Prodromou |
2008-07-13 | Colapse a lot of strings to make like easier for translators and more consisi... | Mike Cochrane |
2008-07-13 | Merge some gettext strings to one line so translation tools are happier | Mike Cochrane |
2008-07-12 | Fixed non openid registration | Mike Cochrane |
2008-07-12 | Error I made merging a diff | Mike Cochrane |
2008-07-10 | Resolve conflicts and convert _t( to _( where it was introduced again. | Mike Cochrane |
2008-07-09 | Merge conflicts and kill a whole lot of trailing whitespace on lines. | Mike Cochrane |
2008-07-08 | Convert _t() to _() for gettext. | Mike Cochrane |
2008-07-09 | don't refetch user objects so much | Evan Prodromou |
2008-07-08 | p.instructions -> div.instructions | Evan Prodromou |
2008-07-08 | more debug output for rememberme cookies | Evan Prodromou |
2008-07-05 | better debugging | Evan Prodromou |
2008-07-05 | debugging code for rm | Evan Prodromou |
2008-07-02 | method | Evan Prodromou |
2008-07-02 | fix rememberme checkboxes on login, register | Evan Prodromou |
2008-06-23 | implement rememberme functionality | Evan Prodromou |
2008-06-23 | don't validate email if none provided | Evan Prodromou |
2008-06-22 | disallow nicknames on a blacklist | Evan Prodromou |
2008-06-22 | special function for generating confirmation codes | Evan Prodromou |
2008-06-22 | correctly use Confirm_address | Evan Prodromou |
2008-06-22 | add better debugging | Evan Prodromou |