]> git.mxchange.org Git - quix0rs-gnu-social.git/history - actions/register.php
Merge branch '0.7.x' into 0.8.x
[quix0rs-gnu-social.git] / actions / register.php
2009-03-23 Evan ProdromouMerge branch '0.7.x' into 0.8.x
2009-03-12 Evan ProdromouMerge branch '0.7.x' into 0.8.x
2009-03-08 Evan ProdromouMerge branch '0.7.x' of git@gitorious.org:laconica...
2009-03-08 CiaranGMerge branch '0.7.x' of git@gitorious.org:laconica...
2009-03-07 Evan ProdromouMerge branch '0.7.x' into 0.8.x
2009-03-05 Evan ProdromouMerge branch 'ping' of /var/www/mublog.corrupt into...
2009-03-01 Evan ProdromouMerge branch '0.7.x' into 0.8.x
2009-02-26 Evan Prodromoufix notice in register
2009-02-12 Zach CopleyMerge branch 'queuehandlers' into 0.7.x
2009-02-12 Sarven CapadisliMerge branch '0.7.x' of git@gitorious.org:laconica...
2009-02-12 Evan ProdromouRevert "Code to handle PEAR_Errors raised by DB_DataObj...
2009-02-12 Evan ProdromouRevert "Just discovered the PEAR_Error handling functio...
2009-02-12 Evan ProdromouMerge branch 'devevan/master' into 0.7.x
2009-02-12 Sarven CapadisliMerge branch '0.7.x' of git@gitorious.org:laconica...
2009-02-12 Zach CopleyMerge branch '0.7.x' into queuehandlers
2009-02-12 Zach CopleyJust discovered the PEAR_Error handling function in...
2009-02-12 Zach CopleyCode to handle PEAR_Errors raised by DB_DataObject...
2009-02-09 Sean MurphyMerge commit 'upstream/0.7.x' into 0.7.x
2009-02-09 Robin Millettetrac #1155 ++ replace strlen with mb_strlen for all...
2009-02-09 Evan ProdromouMerge branch 'sgmurphy-clone/0.7.x' into 0.7.x
2009-02-09 Evan ProdromouMerge branch '0.7.x' into 0.8.x
2009-02-09 Evan ProdromouMerge branch '0.7.x' of git@gitorious.org:laconica...
2009-02-07 Sarven CapadisliMerge branch '0.7.x' of git@gitorious.org:laconica...
2009-02-07 Robin Millettetrac #1155 ++ replace strlen with mb_strlen for all...
2009-01-30 Evan ProdromouMerge branch 'master' of root@laconi.ca:/var/local...
2009-01-29 Zach CopleyPut license text inside label to align it with "Remembe...
2009-01-28 Evan ProdromouMerge branch 'master' of root@laconi.ca:/var/www/laconi...
2009-01-27 Sarven CapadisliEntered CC3.0 anchor text
2009-01-26 Evan Prodromoufix license link in registration page
2009-01-23 Evan ProdromouMerge branch 'master' of /var/www/mublog
2009-01-22 Evan ProdromouMerge branch 'master' of evan@dev.controlyourself.ca...
2009-01-22 Robin MilletteMerge branch 'master' of /var/www/trunk
2009-01-22 Zach CopleyMerge branch 'master' of /var/www/trunk
2009-01-22 Zach CopleyAdded some CSS classes for styling doc pages differently
2009-01-21 Evan ProdromouMerge branch 'master' into groups
2009-01-19 Evan ProdromouMerge branch 'master' of /var/www/trunk
2009-01-19 Evan ProdromouMerge branch 'uiredesign' of /var/www/trunk into uiredesign
2009-01-19 sarvenRenamed form_datas to form_data
2009-01-18 sarven@id for site_nav_global_primary items in order to targe...
2009-01-18 sarvenMarkup and styles for the Register page
2009-01-18 Evan ProdromouMerge branch 'uiredesign' of /var/www/trunk into uiredesign
2009-01-18 Evan ProdromouUpdate register action to match phpcs and new framework
2009-01-16 Evan ProdromouMerge branch 'master' of /var/www/trunk into uiredesign
2009-01-15 sarvenMerge branch 'uiredesign' of ../evan into uiredesign
2009-01-15 Evan ProdromouConvert use of common_server_error and common_user_erro...
2009-01-15 Evan ProdromouConvert all actions to use new UI functions
2009-01-12 Evan ProdromouMerge branch 'master' of http://goukihq.org/misc/git...
2009-01-08 Evan ProdromouMerge branch 'master' of ../laconica-stable
2009-01-06 Evan ProdromouMerge branch 'master' into devel
2008-12-23 Evan Prodromouwhitespace changes in actions/register.php after global...
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()
next