Age | Commit message (Expand) | Author |
2009-11-08 | * check usage of 'people' in UI and change it to 'users' or something else in... | Siebrand Mazeland |
2009-11-03 | Bug 1817: undefined property in registration form | Brion Vibber |
2009-10-26 | Make email domain checking optional, as some statusnet installations (such as... | Craig Andrews |
2009-09-09 | Merge remote branch 'laconica/0.8.x' into 0.9.x | Craig Andrews |
2009-09-03 | Created autofocus method to give focus to an element (primarily a form | Sarven Capadisli |
2009-08-27 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou |
2009-08-26 | define LACONICA and accept LACONICA for backwards compatibility | Evan Prodromou |
2009-08-25 | change LACONICA to STATUSNET | Evan Prodromou |
2009-08-25 | change controlyourself.ca to status.net | Evan Prodromou |
2009-08-25 | change laconi.ca to status.net | Evan Prodromou |
2009-08-25 | change Laconica and Control Yourself to StatusNet in PHP files | Evan Prodromou |
2009-08-21 | Merge branch '0.9.x' into openidplugin | Evan Prodromou |
2009-08-21 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou |
2009-08-21 | register checks Profile bio length correctly | Evan Prodromou |
2009-08-13 | Added a configuration option to disable OpenID. | Jeffery To |
2009-08-10 | Added configuration option to only allow OpenID logins. | Jeffery To |
2009-08-04 | move openid instructions to OpenIDPlugin | Evan Prodromou |
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 |