aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_register.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5035 from kasimi/ticket/15440Derky2017-12-171-5/+27
|\ | | | | | | [ticket/15440] Added core.ucp_register_agreement_modify_template_data
| * [ticket/15440] State deprecated version for core.ucp_register_agreementDerky2017-12-171-1/+1
| | | | | | | | PHPBB3-15440
| * [ticket/15440] Added core.ucp_register_agreement_modify_template_datakasimi2017-12-171-5/+27
| | | | | | | | PHPBB3-15440
* | [ticket/15431] Moved phpbb_timezone_select() before the eventkasimi2017-12-031-6/+3
| | | | | | | | PHPBB3-15431
* | [ticket/15431] Split up $template_varskasimi2017-12-031-6/+11
| | | | | | | | PHPBB3-15431
* | [ticket/15431] Removed $page_titlekasimi2017-11-291-4/+0
| | | | | | | | PHPBB3-15431
* | [ticket/15431] Fixed event argument descriptionkasimi2017-11-081-1/+1
| | | | | | | | PHPBB3-15431
* | [ticket/15431] Add event core.ucp_register_modify_template_datakasimi2017-10-311-7/+34
|/ | | | PHPBB3-15431
* Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-181-0/+22
|\
| * [ticket/14524] Add core.ucp_register_requests_afterJakub Senko2016-11-211-0/+22
| | | | | | | | PHPBB3-14524
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+3
| | | | | | | | | | | | Part 4 PHPBB3-13454
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+0
| | | | | | | | | | | | Part 3 should fix tests up a little bit again. PHPBB3-13454
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+1
| | | | | | | | | | | | This is the first part of the changes. More to come. PHPBB3-13454
* | Merge branch '3.1.x'Marc Alexander2015-08-081-0/+10
|\ \ | |/
| * [ticket/14006] Add core.ucp_register_agreement eventZoddo2015-07-121-0/+10
| | | | | | | | | | | | It allows to execute code before the agreements are displayed. PHPBB3-14006
* | Merge branch '3.1.x'Joas Schilling2015-02-221-1/+41
|\ \ | |/
| * [ticket/13578] Add ucp_register.php core eventsRMcGirr832015-02-221-1/+41
| | | | | | | | PHPBB3-13578
* | [ticket/13455] Remove unnecessary calls to `utf8_normalize_nfc()`Gaëtan Muller2015-02-031-2/+2
| | | | | | | | PHPBB3-13455
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-9/+9
| | | | | | | | PHPBB3-13455
* | [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-0/+4
|/ | | | PHPBB3-13450
* Merge pull request #2765 from Elsensee/ticket/11863Joas Schilling2014-11-211-1/+2
|\ | | | | | | [ticket/11863] Set require_activation to none if emails are disabled
| * [ticket/11863] Grey out unavailable activation methods when emails disabledOliver Schramm2014-10-171-1/+2
| | | | | | | | | | | | | | Further fall back to USER_ACTIVATION_DISABLE when emails are disabled but evaluate it at runtime. PHPBB3-11863
* | [ticket/13248] Always use provider collection for getting providerMarc Alexander2014-11-011-2/+2
|/ | | | PHPBB3-13248
* [ticket/12858] Generate timezone selects with template loopMarc Alexander2014-09-171-3/+1
| | | | PHPBB3-12858
* [ticket/12990] Use the full services name for the notification's typesTristan Darricau2014-08-161-1/+1
| | | | PHPBB3-12990
* [ticket/11854] Rename captchas.factory service to captcha.factoryTristan Darricau2014-08-111-1/+1
| | | | PHPBB3-11854
* [ticket/11854] Move captcha stuff to phpbb/ and use DI for pluginsTristan Darricau2014-08-111-2/+1
| | | | PHPBB3-11854
* [ticket/10073] Split email validation from email ban and taken checksJoas Schilling2014-05-291-1/+1
| | | | PHPBB3-10073
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+7
| | | | PHPBB3-12594
* [ticket/12254] Use a cookie instead of SID to store language selectionMatt Friedman2014-05-021-2/+9
| | | | PHPBB3-12254
* [ticket/12254] No longer need to add change_lang to the URL paramsMatt Friedman2014-04-111-5/+4
| | | | PHPBB3-12254
* [ticket/12254] Use 'language' instead of 'set_lang' as the variable nameMatt Friedman2014-04-111-2/+2
| | | | PHPBB3-12254
* [ticket/12254] Persist set_lang after reg only if changed from defaultMatt Friedman2014-04-071-2/+2
| | | | PHPBB3-12254
* [ticket/12254] Use new set_lang var to avoid conflict with change_langMatt Friedman2014-04-071-3/+3
| | | | PHPBB3-12254
* [ticket/12254] Better language switching on registration pageMatt Friedman2014-04-061-1/+0
| | | | PHPBB3-12254
* Merge remote-tracking branch 'github-nickvergessen/ticket/11201' into developNils Adermann2014-02-021-3/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * github-nickvergessen/ticket/11201: (50 commits) [ticket/11201] Remove empty calls section from .yml [ticket/11201] Split template file into multiple files [ticket/11201] Remove dependency from types on the manager [ticket/11201] Rename profilefields class to manager [ticket/11201] Fix parameter description [ticket/11201] Use !== null, its faster [ticket/11201] Also translate profile fields in UCP and ACP [ticket/11201] Add parameters and variables to profile field class [ticket/11201] Add commas on last array entry [ticket/11201] Allow translation of profile field name and explanation [ticket/11201] Fix some variable names [ticket/11201] Add tables to constructor in tests [ticket/11201] Add a method to return the translated full name of the type [ticket/11201] Remove db depending code from field class [ticket/11201] Add variables to classes and add constructor doc blocks [ticket/11201] Update copyright in class file [ticket/11201] Add visibility and remove unused variable [ticket/11201] Add some commas at the last array entry [ticket/11201] Cast some variables to integer [ticket/11201] Inject table names rather then using constants ... Conflicts: phpBB/config/services.yml
| * [ticket/11201] Rename profilefields class to managerJoas Schilling2014-02-021-1/+1
| | | | | | | | PHPBB3-11201
| * [ticket/11201] Make profile field classes autoloadableJoas Schilling2014-01-101-3/+1
| | | | | | | | PHPBB3-11201
* | Merge branch 'develop' of https://github.com/phpbb/phpbb into feature/passwordsMarc Alexander2013-12-291-34/+9
|\ \ | |/ | | | | | | Conflicts: phpBB/config/services.yml
| * [ticket/11746] Add "admin activation required" notification.Cesar G2013-10-241-34/+9
| | | | | | | | PHPBB3-11746
* | [feature/passwords] Use passwords manager service instead of functionsMarc Alexander2013-10-131-1/+4
|/ | | | | | | | | | | The old functions phpbb_hash() and phpbb_check_hash() have been replaced with the passwords manager service in all front-end related files. The phpBB2 converter and the release_3_0_5_rc1 migration file have not been changed. The same applies to the security/hash_test that still tests the function phpbb_check_hash(). This will however make sure that the old function still works. PHPBB3-11610
* [ticket/11868] Replace phpbb_request_interface referencesVjacheslav Trushkin2013-09-261-2/+2
| | | | PHPBB3-11868
* [feature/oauth] Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ↵Joseph Warner2013-09-061-3/+3
|\ | | | | | | | | | | | | | | | | | | | | | | feature/oauth Conflicts: phpBB/composer.json phpBB/composer.lock phpBB/develop/create_schema_files.php phpBB/includes/ucp/ucp_register.php PHPBB3-11673
| * [ticket/11723] Correctly redirect user to agreement page and let him leaveMarc Alexander2013-07-221-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | This patch consists of two changes. The first one will make sure that $agree is correctly reset to 0 and the user redirected back to the agreement page after changing the display language. Secondly, by reseting 'change_lang', the user will be able to agree to the terms on the agreement page again. The changed language will still be kept, as this is correctly saved in the 'lang' field that is passed to the ucp_register page. The variable $agree has also been changed to be boolean. It is not used as an integer anywere in the ucp_register file. PHPBB3-11723
* | [feature/oauth] More small fixesJoseph Warner2013-09-021-1/+1
| | | | | | | | PHPBB3-11673
* | [feature/oauth] More minor changes from reviewJoseph Warner2013-09-021-2/+3
| | | | | | | | PHPBB3-11673
* | [feature/oauth] A few more minor changesJoseph Warner2013-08-241-0/+13
| | | | | | | | PHPBB3-11673
* | [feature/oauth] Login_link works with ucp_register nowJoseph Warner2013-07-311-7/+21
| | | | | | | | PHPBB3-11673
* | [feature/oauth] Login_link in registrationJoseph Warner2013-07-311-2/+50
|/ | | | PHPBB3-11673
* [ticket/11454] Use set_addresses in other applicable areasNathan Guse2013-04-241-2/+1
| | | | | | | | This should fix some other bugs that may not have yet been recognized--some areas only set to(), but sent according to user_notify_type, which is not necessarily email. PHPBB3-11454