Age | Commit message (Expand) | Author |
2009-04-18 | fix 0.7.x 0.8.x merge conflict in register.php | Robin Millette |
2009-04-17 | incorrect variable access | Evan Prodromou |
2009-04-17 | store invite code in session so openidfinish can find it | Evan Prodromou |
2009-04-17 | fix merge conflict 0.7.x 0.8.x in util.php and register.php. | Robin Millette |
2009-04-16 | Add a few events (hooks): RegistrationTry, RegistrationForData, ProfileFormDa... | Robin Millette |
2009-02-26 | fix notice in register | Evan Prodromou |
2009-02-12 | Revert "Code to handle PEAR_Errors raised by DB_DataObject that are bubbling" | Evan Prodromou |
2009-02-12 | Revert "Just discovered the PEAR_Error handling function in index.php. Duh." | Evan Prodromou |
2009-02-11 | Just discovered the PEAR_Error handling function in index.php. Duh. | Zach Copley |
2009-02-11 | Code to handle PEAR_Errors raised by DB_DataObject that are bubbling | Zach Copley |
2009-02-07 | 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 |