aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_register.html
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16187] Correctly display registration using external services3D-I2019-10-241-6/+6
| | | | PHPBB3-16187
* [ticket/11838] OAuth registration from ucp_registerJakub Senko2019-05-091-0/+11
| | | | PHPBB3-11838
* [ticket/13043] Improve HTML5Jakub Senko2018-06-181-3/+1
| | | | PHPBB3-13043
* [ticket/14522] Add ucp_register_buttons_beforeJakub Senko2016-11-211-2/+2
| | | | PHPBB3-14522
* Merge pull request #3733 from javiexin/ticket/13934Tristan Darricau2015-10-081-1/+1
|\ | | | | | | | | | | | | [ticket/13934] Add enctype clause for profile fields * javiexin/ticket/13934: [ticket/13934] Add enctype clause for profile fields
| * [ticket/13934] Add enctype clause for profile fieldsjaviexin2015-06-301-1/+1
| | | | | | | | | | | | | | Adds a template variable (the same) in all places where profile fields may need an enctype clause in the corresponding forms. PHPBB3-13934
* | [ticket/13200] Disable autocomplete for sensitive input fieldsMarc Alexander2015-06-041-3/+3
|/ | | | PHPBB3-13200
* [ticket/12696] Naming convention changesStanislav Atanasov2014-06-221-5/+5
| | | | | | Some changes propsed by nickvergessen PHPBB3-12696
* [ticket/12696] Add prosilver ucp_registerStanislav Atanasov2014-06-221-0/+5
| | | | | | Add events to prosilver ucp_register PHPBB3-12696
* [ticket/12254] Use a cookie instead of SID to store language selectionMatt Friedman2014-05-021-1/+1
| | | | PHPBB3-12254
* [ticket/12254] Use 'language' instead of 'set_lang' as the variable nameMatt Friedman2014-04-111-1/+1
| | | | PHPBB3-12254
* [ticket/12254] Use new set_lang var to avoid conflict with change_langMatt Friedman2014-04-071-0/+1
| | | | PHPBB3-12254
* [ticket/11010] Changing email and url input types in prosilver templatesVinny2013-05-201-1/+1
| | | | PHPBB3-11010
* [ticket/11556] Load apply_onkeypress_event() correctlyVjacheslav Trushkin2013-05-201-5/+0
| | | | PHPBB3-11556
* [ticket/11302] Correctly select first timezone or selected timezoneMarc Alexander2013-01-021-3/+0
| | | | | | | | | | | | | | | While registering, we should default to a given timezone. By selecting the first timezone by default, this is fulfilled. This doesn't happen currently, as only the "Select a timezone" selection appears. If a user selects a timezone during the registration process we should also make sure that the selected element is still selected; even if we have to return to the registration page, i.e. if there was an error while submitting the form. This is currently not the case. With this patch the javascript code will behave correctly. Additionally, a duplicate inclusion of timezone.js has been removed as it was not needed. PHPBB3-11302
* [ticket/10780] Replace colon usage in template output with {L_COLON}Nathan Guse2012-11-101-6/+6
| | | | | | | Replace all the instances (I could find) where the colon is displayed to the user with {L_COLON} so it can be localised. PHPBB3-10780
* [ticket/11008] Change onunload_functions to not use eval()Igor Wiedler2012-07-211-1/+1
| | | | PHPBB3-11008
* [feature/new-tz-handling] Move timezone option into its own template fileJoas Schilling2012-06-181-9/+2
| | | | | | This should make it much easier for extensions to change the handling of the timezone selection PHPBB3-9558
* Merge branch 'feature/new-tz-handling' of https://github.com/p/phpbb3 into ↵Joas Schilling2012-06-041-1/+9
|\ | | | | | | | | | | | | | | | | feature/new-tz-handling Conflicts: phpBB/includes/functions_profile_fields.php phpBB/includes/session.php phpBB/install/database_update.php
| * [feature/new-tz-handling] Preselect a timezone in registration.Oleg Pudeyev2012-03-141-1/+9
| | | | | | | | | | | | | | | | | | | | Use Javascript to obtain client's timezone offset and select the first timezone in our list with that offset. Changes for prosilver only. The javascript file should be shared between styles. PHPBB3-9558
* | [ticket/10734] Removed all the unnecessary corner classesShibu Lijack2012-04-021-6/+6
| | | | | | | | | | | | Removed the corner span classes from all the template and theme files. PHPBB-10734
* | [ticket/10535] Remove email confirm check on registration formDavid King2011-12-151-4/+0
|/ | | | PHPBB3-10535
* [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-1/+1
| | | | | | | | | | | | Closing tags converted using Oleg's script. remove-php-end-tags.py -a . Trailing newlines added using the following where $ext is file extension. find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s; Extensions: php, css, html, js, xml. PHPBB3-9556
* Copy 3.0.x branch to trunkMeik Sievertsen2009-10-041-0/+113
| | | | git-svn-id: file:///svn/phpbb/trunk@10211 89ea8834-ac86-4346-8a33-228a782c2dd0
* Move trunk/phpBB to old_trunk/phpBB Meik Sievertsen2009-10-041-124/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@10210 89ea8834-ac86-4346-8a33-228a782c2dd0
* Merge most changes from 3.0.x branch since the 25th december.Meik Sievertsen2009-03-221-2/+8
| | | | | | (Captcha changes for refreshing captcha image not included) git-svn-id: file:///svn/phpbb/trunk@9404 89ea8834-ac86-4346-8a33-228a782c2dd0
* Okay, that is pretty raw, but better to have it in place than trying to play ↵Henry Sudhof2008-09-191-9/+3
| | | | | | catch-up. Introducing an early stage of CAPTCHA modules. git-svn-id: file:///svn/phpbb/trunk@8889 89ea8834-ac86-4346-8a33-228a782c2dd0
* cross-ciHenry Sudhof2008-02-271-18/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@8411 89ea8834-ac86-4346-8a33-228a782c2dd0
* #15038Henry Sudhof2007-11-051-1/+1
| | | | | | | I'm very sorry. This should make W3C happy again. git-svn-id: file:///svn/phpbb/trunk@8227 89ea8834-ac86-4346-8a33-228a782c2dd0
* #14761Henry Sudhof2007-10-141-7/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@8193 89ea8834-ac86-4346-8a33-228a782c2dd0
* Let's be not quite that ambigious.Henry Sudhof2007-10-091-4/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@8158 89ea8834-ac86-4346-8a33-228a782c2dd0
* new clicky thingies.Henry Sudhof2007-10-091-1/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@8156 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ok, here comes a big one. Poor updater. Also requires testing.Henry Sudhof2007-10-031-1/+1
| | | | | | | | | | | | #i91 #i92 #i93 #i94 #i95 #i96 git-svn-id: file:///svn/phpbb/trunk@8120 89ea8834-ac86-4346-8a33-228a782c2dd0
* #i62 - #i65Meik Sievertsen2007-09-221-2/+2
| | | | | | | gone through every javascript invocation and making sure we adhere to our coding guidelines. git-svn-id: file:///svn/phpbb/trunk@8099 89ea8834-ac86-4346-8a33-228a782c2dd0
* minor markup bugs (#13895, #13525)Henry Sudhof2007-07-311-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7988 89ea8834-ac86-4346-8a33-228a782c2dd0
* small fixes.Henry Sudhof2007-07-251-1/+1
| | | | | | | | | | | #13794 : Raised the used error level by one #13763 : Removed an old Beta2 compatibility fix #13527 : cleaned up the code #13525 : Changed templates as proposed by damnian #11515 : added explanation about CPF checkboxes git-svn-id: file:///svn/phpbb/trunk@7943 89ea8834-ac86-4346-8a33-228a782c2dd0
* ok, mess around with the templates + fixing some bugs + adjusting headers ↵Meik Sievertsen2007-06-091-5/+5
| | | | | | for those files already modified to circumvent conflicts for those having their editor set to remove trailing spaces (not recommended!) git-svn-id: file:///svn/phpbb/trunk@7736 89ea8834-ac86-4346-8a33-228a782c2dd0
* hopefully not too late in the game. Checked in new jabber class (the class ↵Meik Sievertsen2007-05-261-1/+1
| | | | | | | | | done by the flyspray project). It would be nice if this could be tested with more servers - jabber.org seems to work fine... - other fixes git-svn-id: file:///svn/phpbb/trunk@7687 89ea8834-ac86-4346-8a33-228a782c2dd0
* timezone box + shortening pm options variable as well as max login attempts fix.Meik Sievertsen2007-04-281-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7419 89ea8834-ac86-4346-8a33-228a782c2dd0
* #9677David M2007-04-131-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7338 89ea8834-ac86-4346-8a33-228a782c2dd0
* checking in some fixes... also added "previous/next pm in history" links to ↵Meik Sievertsen2007-04-101-2/+2
| | | | | | prosilvers private message view; dhn, you may want to have a look at the placement. :) git-svn-id: file:///svn/phpbb/trunk@7322 89ea8834-ac86-4346-8a33-228a782c2dd0
* say hello to prosilver... YAAAYEEEEMeik Sievertsen2007-04-011-0/+123
git-svn-id: file:///svn/phpbb/trunk@7260 89ea8834-ac86-4346-8a33-228a782c2dd0