aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_register.php
Commit message (Expand)AuthorAgeFilesLines
* [feature/new-tz-handling] Don't use global user but make it a parameterJoas Schilling2012-07-191-1/+1
* [feature/new-tz-handling] Properly name new timezone selection functionJoas Schilling2012-07-171-3/+3
* [feature/new-tz-handling] Fix Timezone selection on registration pageJoas Schilling2012-06-181-1/+3
* [feature/new-tz-handling] Replace gmmktime() and mktime() with phpbb_datetimeJoas Schilling2012-06-181-3/+4
* [feature/new-tz-handling] Fix timezone selection on registration pageJoas Schilling2012-06-181-5/+5
* Merge remote-tracking branch 'imkingdavid/ticket/10535' into developOleg Pudeyev2012-02-031-9/+0
|\
| * [ticket/10535] Remove email confirm check on registration formDavid King2011-12-151-9/+0
* | Merge branch 'develop-olympus' into developAndreas Fischer2012-01-231-18/+2
|\ \
| * | [ticket/10580] Remove checking of server timezone and DST when registeringRichard Foote2012-01-211-18/+2
* | | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
| |/ |/|
* | [ticket/10345] Fix some last use cases of sprintf() to use $user->lang()Joas Schilling2011-11-251-2/+2
* | Merge branch 'develop-olympus' into developIgor Wiedler2011-11-201-4/+1
|\ \ | |/
| * [ticket/10446] Pass $config and $user via parameter to anti_abuse_headers().Andreas Fischer2011-11-201-1/+1
| * [ticket/10446] DRY X-AntiAbuse header addition.Oleg Pudeyev2011-11-201-6/+3
* | [ticket/9608] Remove blank lineIgor Wiedler2011-07-171-1/+0
* | [ticket/9608] Remove use of references in captcha and other placesIgor Wiedler2011-07-131-4/+4
* | Merge branch 'develop-olympus' into developOleg Pudeyev2011-03-111-2/+2
|\ \ | |/
| * [ticket/9970] Rename validate_language() to validate_language_iso_name().Andreas Fischer2011-03-071-2/+2
| * [ticket/9970] Do not allow switching to languages not installed on reg. page.Andreas Fischer2011-03-071-1/+1
| * [ticket/9970] User language input is checked for existanceJosh Woody2011-03-071-1/+1
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
* | [ticket/9867] Adjust the implementation of error messages localization.rxu2010-10-261-1/+1
* | [feature/request-class] Adjust some trailing newlinesIgor Wiedler2010-09-271-1/+1
* | [feature/request-class] Convert any direct access to $_* to use $requestIgor Wiedler2010-09-251-5/+6
|/
* [ticket/9611] Make length of activation keys variable between 6 and 10.Andreas Fischer2010-05-171-5/+1
* Invalidate captcha after regHenry Sudhof2010-01-171-1/+1
* Invalidate captcha after regHenry Sudhof2010-01-171-0/+6
* #50485Henry Sudhof2009-09-031-0/+1
* check changed to allow for undefined lang entries. Proposed by a_jelly_donutHenry Sudhof2009-07-311-1/+1
* Minor captcha API change - disable display of plugin by returning false in ge...Henry Sudhof2009-07-271-2/+1
* Add some data for akismet et alHenry Sudhof2009-06-291-2/+2
* Okay, okay, I see the issue. I'll revisit this tomorrow.Henry Sudhof2009-06-261-4/+0
* Okay it should work again. Thanks Raimon. In the future, please test if your ...Henry Sudhof2009-06-261-14/+11
* We have to use the documented APIHenry Sudhof2009-06-251-2/+2
* - Fix XHTML for r9666Meik Sievertsen2009-06-241-13/+14
* Fixed Bug #15085 - [Feature] Add language selection on the registration terms...Gabriel Vazquez2009-06-241-22/+27
* - [Feature] New "Newly Registered Users" group for assigning permis...Meik Sievertsen2009-06-201-0/+5
* Make captchas stricter by oly having one entry per session; fix a bug in ucp_...Henry Sudhof2009-06-191-7/+7
* Use dynamic includes, fix some style bugs, make the old default captcha famil...Henry Sudhof2009-06-171-3/+2
* See if this plays out: do not require people to re-enter the CAPTCHAHenry Sudhof2009-06-141-4/+11
* Oh right. PHP4Henry Sudhof2009-06-131-1/+1
* some corrections, only very minor things.Meik Sievertsen2009-06-071-11/+12
* Okay, a first ci of the new captcha plugins. We'll add dynamic template inclu...Henry Sudhof2009-06-021-125/+43
* late fixHenry Sudhof2009-05-081-3/+2
* forgot one instance where the min/max captcha chars need to be applied ;)Meik Sievertsen2009-04-181-1/+1
* a language alteration for captchas. Meik Sievertsen2009-04-111-2/+2
* captcha changesHenry Sudhof2009-03-171-8/+28
* The same way we allow defining a custom template/style path we now allow this...Meik Sievertsen2008-08-231-4/+3
* Removing minimum times from registrationHenry Sudhof2008-02-271-12/+5
* A few very minor changes to avoid curveballs.Henry Sudhof2008-01-021-1/+1