Age | Commit message (Expand) | Author |
2009-02-09 | trac #1155 ++ replace strlen with mb_strlen for all utf8 strings. | Robin Millette |
2009-01-29 | Put license text inside label to align it with "Remember me" label above it. ... | Zach Copley |
2009-01-27 | Entered CC3.0 anchor text | Sarven Capadisli |
2009-01-26 | fix license link in registration page | Evan Prodromou |
2009-01-22 | Added some CSS classes for styling doc pages differently | Zach Copley |
2009-01-19 | Renamed form_datas to form_data | sarven |
2009-01-18 | @id for site_nav_global_primary items in order to target for styling | sarven |
2009-01-18 | Markup and styles for the Register page | sarven |
2009-01-18 | Update register action to match phpcs and new framework | Evan Prodromou |
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 |