aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_prefs_personal.html
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13043] Improve HTML5Jakub Senko2018-06-181-3/+1
| | | | PHPBB3-13043
* [ticket/13180] Increase dateformat field sizeSaeed Hubaishan2016-01-071-1/+1
| | | | | | | | | [ticket/13180] Increase dateformat field size change field size to 64 in these files add new migration file to update the database schema PHPBB3-13180
* [ticket/12895] Rename user style setting to resolve conflict with style paramMarc Alexander2014-07-291-2/+2
| | | | | | | The style URL parameter, i.e. style=1, will conflict with the user's style setting due to it also being named style. This patch with solve this conflict. PHPBB3-12895
* [ticket/12372] Rename JS function dE() to phpbb.toggleDisplay()Marc Alexander2014-04-071-3/+3
| | | | PHPBB3-12372
* [ticket/12342] Fix the Custom Dates function in UCP Prefs GlobalMatt Friedman2014-04-011-1/+1
| | | | | | | | Function was being called before dE() function exists, causing it to fail. Should be called when the page/window is ready. PHPBB3-12342
* [ticket/11747] Use _prepend and _append for template eventsMatt Friedman2013-07-261-2/+2
| | | | PHPBB3-11747
* [ticket/11747] ucp_prefs_personal template eventsMatt Friedman2013-07-261-0/+2
| | | | PHPBB3-11747
* Merge branch 'develop' of github.com:EXreaction/phpbb3 into ticket/11103Nathan Guse2012-12-071-17/+19
|\ | | | | | | | | | | | | Conflicts: phpBB/install/database_update.php phpBB/styles/prosilver/template/ucp_prefs_personal.html phpBB/styles/subsilver2/template/ucp_prefs_personal.html
| * Merge PR #1053 branch 'develop-olympus' into developOleg Pudeyev2012-12-051-5/+7
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10841] Revert more whitespace changes. [ticket/10841] Revert whitespace changes. [ticket/10841] adding space after if [ticket/10841] removing unnecessary spacing [ticket/10841] changing affectedrows check to COUNT in sql [ticket/10841] Modifying style and language selectors in UCP Conflicts: phpBB/includes/ucp/ucp_prefs.php phpBB/styles/prosilver/template/ucp_prefs_personal.html
| | * [ticket/10841] Revert more whitespace changes.Oleg Pudeyev2012-12-051-2/+2
| | | | | | | | | | | | PHPBB3-10841
| | * [ticket/10841] Revert whitespace changes.Oleg Pudeyev2012-12-051-13/+13
| | | | | | | | | | | | PHPBB3-10841
| | * [ticket/10841] Modifying style and language selectors in UCPSenky2012-12-051-20/+22
| | | | | | | | | | | | | | | | | | | | | Commit also deletes all unnecessary blank spaces at the end of the lines in both ucp_prefs_personal.html PHPBB3-10841
* | | Merge branch 'develop' of github.com:EXreaction/phpbb3 into ticket/11103Nathaniel Guse2012-11-101-8/+8
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | Conflicts: phpBB/install/schemas/mssql_schema.sql phpBB/report.php phpBB/styles/prosilver/template/ucp_prefs_personal.html phpBB/styles/subsilver2/template/ucp_prefs_personal.html
| * | [ticket/10780] Replace colon usage in template output with {L_COLON}Nathan Guse2012-11-101-10/+10
| | | | | | | | | | | | | | | | | | | | | 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/11103] Re-add notify method to the UCP preferencesNathan Guse2012-10-201-0/+10
| | | | | | | | | | | | | | | | | | | | | I've noticed that this is used in other areas still in phpBB, so it should not be removed. PHPBB3-11103
* | | [ticket/11103] Use PM Notification Preferences from Notification OptionsNathan Guse2012-09-271-24/+0
|/ / | | | | | | | | | | Remove all PM Notification preferences from UCP Board Preferences PHPBB3-11103
* | [feature/new-tz-handling] Move timezone option into its own template fileJoas Schilling2012-06-181-20/+1
| | | | | | | | | | | | This should make it much easier for extensions to change the handling of the timezone selection PHPBB3-9558
* | [feature/new-tz-handling] Introduce 2 step timezone selection using javascriptJoas Schilling2012-06-181-1/+9
| | | | | | | | PHPBB3-9558
* | Merge branch 'feature/new-tz-handling' of https://github.com/p/phpbb3 into ↵Joas Schilling2012-06-041-6/+7
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | feature/new-tz-handling Conflicts: phpBB/includes/functions_profile_fields.php phpBB/includes/session.php phpBB/install/database_update.php
| * | [feature/new-tz-handling] Removed DST options from templates.Oleg Pudeyev2012-03-141-7/+0
| | | | | | | | | | | | PHPBB3-9558
| * | [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-2/+2
|/ / | | | | | | | | | | Removed the corner span classes from all the template and theme files. PHPBB-10734
* | [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/+144
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@10211 89ea8834-ac86-4346-8a33-228a782c2dd0
* | Move trunk/phpBB to old_trunk/phpBB Meik Sievertsen2009-10-041-144/+0
|/ | | | git-svn-id: file:///svn/phpbb/trunk@10210 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
* 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-3/+4
| | | | | | | 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
* - fixing some very very nasty opera bugs by changing the clearing method we use.Meik Sievertsen2007-06-291-1/+1
| | | | | | | - also properly apply preg_quote to some strings. git-svn-id: file:///svn/phpbb/trunk@7808 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changing the behaviour of the hideonline permission.Henry Sudhof2007-06-141-1/+1
| | | | | | | | | Test the current setting before altering the memory limit during install(Bug #12195) And another language var. git-svn-id: file:///svn/phpbb/trunk@7755 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
* #10005, #10003, #10001, #9999, #9945, #9965, #9909, #9906, #9877, #9861, ↵Meik Sievertsen2007-04-221-1/+1
| | | | | | | | | | | | | | | | | | #9831, #9830, #9815, #9665, #9624 prosilver adjustments for important announcements in ucp - #9995 MCP fixes for user notes/warnings - #9981 Preserving imageset values on save/edit find a member link for Mass PM's - #9925 syndicate window.onload events where necessary - #9878 Duplicate topics in forums with announcements - #9840 Email template for forced re-activation - #9808 Topic pagination adjustment - #9763 Changed compose message layout in UCP - #9706, #9702 Fixed inline attachment font size (hopefully) git-svn-id: file:///svn/phpbb/trunk@7384 89ea8834-ac86-4346-8a33-228a782c2dd0
* say hello to prosilver... YAAAYEEEEMeik Sievertsen2007-04-011-0/+143
git-svn-id: file:///svn/phpbb/trunk@7260 89ea8834-ac86-4346-8a33-228a782c2dd0