]> git.mxchange.org Git - quix0rs-gnu-social.git/history - actions/register.php
move opening brace of class declaration to next line
[quix0rs-gnu-social.git] / actions / register.php
2008-12-23 Evan Prodromoumove opening brace of class declaration to next line
2008-12-23 Evan Prodromouchange function headers to K&R style
2008-12-23 Evan Prodromoureplace NULL with null
2008-12-23 Evan Prodromoureplace all tabs with four spaces
2008-12-02 Evan Prodromoubetter instructions
2008-12-02 Evan Prodromoubetter registration instructions
2008-12-02 Evan Prodromouwhitespace in actions/register
2008-12-02 Evan Prodromoucheck for blank email when rejecting a dupe
2008-10-21 Evan Prodromoufull sentence for invite-only error
2008-10-21 Evan Prodromouadd 'invite-only' mode for registration
2008-09-11 CiaranGFix unquoted array key, causes b0rkage on some php...
2008-08-30 Evan Prodromoumerge in changes for CSRF, too
2008-08-27 Evan Prodromouupdates for invitations
2008-08-30 Garret BuellRequirePassword
2008-08-29 Evan ProdromouCSRF protection in user registration
2008-08-14 Evan Prodromoumove user registration to a single static method
2008-08-06 Evan Prodromoumake init of lang environment happen earlier, or when...
2008-07-24 Evan Prodromoulet admins prevent registration
2008-07-22 zachbase class is_readonly() now returns false by default
2008-07-22 zachAdded is_readonly() method to all Actions
2008-07-22 Evan Prodromouevery user is subscribed to themselves
2008-07-15 Evan Prodromouone more linefeed
2008-07-15 Evan Prodromoumaybe an extra \n will help my formatting
2008-07-15 Evan Prodromoumore formatting for registration success
2008-07-15 Evan Prodromoubetter formatting in registration results
2008-07-15 Evan Prodromoufix checkbox for license
2008-07-15 Evan Prodromoumore info at registration time, better message when...
2008-07-13 Mike CochraneColapse a lot of strings to make like easier for transl...
2008-07-13 Mike CochraneMerge some gettext strings to one line so translation...
2008-07-13 Mike CochraneFixed non openid registration
2008-07-12 Mike CochraneError I made merging a diff
2008-07-10 Mike CochraneResolve conflicts and convert _t( to _( where it was...
2008-07-09 Mike CochraneMerge conflicts and kill a whole lot of trailing whites...
2008-07-08 Mike CochraneConvert _t() to _() for gettext.
2008-07-09 Evan Prodromoudon't refetch user objects so much
2008-07-09 Evan Prodromoup.instructions -> div.instructions
2008-07-08 Evan Prodromoumore debug output for rememberme cookies
2008-07-05 Evan Prodromoubetter debugging
2008-07-05 Evan Prodromoudebugging code for rm
2008-07-02 Evan Prodromoumethod
2008-07-02 Evan Prodromoufix rememberme checkboxes on login, register
2008-06-24 Evan Prodromouimplement rememberme functionality
2008-06-24 Evan Prodromoudon't validate email if none provided
2008-06-22 Evan Prodromoudisallow nicknames on a blacklist
2008-06-22 Evan Prodromouspecial function for generating confirmation codes
2008-06-22 Evan Prodromoucorrectly use Confirm_address
2008-06-22 Evan Prodromouadd better debugging
2008-06-20 Evan Prodromouchange from using tag uris to http urls for identifiers
2008-06-20 Evan Prodromoucorrect confirmation code
2008-06-20 Evan Prodromoucorrect name for common_good_rand()
2008-06-20 Evan Prodromouconfirm email addresses
2008-06-18 Evan Prodromoumove instructions up to the "whats up" area
2008-06-12 Evan Prodromouadd instructions to each form entry in forms
2008-06-11 Evan Prodromouinstructions
2008-06-11 Evan Prodromoucanonicalization lowercases nicknames
2008-05-29 Evan Prodromoufix checking boolean parameters
2008-05-29 Evan Prodromoudump args to browser for debugging
2008-05-28 Evan Prodromoushow error messages in registration form
2008-05-28 Evan Prodromouget rid of the license label, since it mucks everything...
2008-05-28 Evan Prodromoumove license label to _after_ the checkbox
2008-05-28 Evan Prodromouregistration requires accepting the license
2008-05-22 Evan Prodromouadd tags on creation of notices and users
2008-05-21 Evan Prodromouvalidation in form handlers
2008-05-20 Evan Prodromoutrim whitespace
2008-05-20 Evan Prodromoucall validate before saving objects
2008-05-20 Evan Prodromoubetter forms for new theme
2008-05-17 Evan Prodromousave profile url
2008-05-17 Evan Prodromouuse cast object for datetimes
2008-05-17 Evan Prodromoufix created, messages
2008-05-17 Evan Prodromoucheck results of setting current user
2008-05-17 Evan Prodromoufixup login form
2008-05-17 Evan Prodromourequire once for settings actions
2008-05-17 Evan Prodromoufixup some nickname handling
2008-05-17 Evan Prodromouchange username to nickname
2008-05-17 Evan Prodromoumisspelled function name
2008-05-17 Evan Prodromoufix check for POST
2008-05-17 Evan Prodromoubuttons work right
2008-05-17 Evan Prodromouwrong title on register
2008-05-17 Evan Prodromoucommon_start_element -> common_element_start
2008-05-17 Evan Prodromoufix form output in register
2008-05-17 Evan Prodromoutry to fix arghandling in action
2008-05-17 Evan Prodromoutry to make register work
2008-05-17 Evan Prodromoufixes to make it all lint
2008-05-14 Evan Prodromoulicense block for source code
2008-05-14 Evan Prodromouconsiderable coding