aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-08-271-4/+7
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | | * develop-olympus: [ticket/10253] Fix IE9 handling in javascript, to correctly quote text.
| * | | | Merge remote-tracking branch 'nickvergessen/ticket/10253' into develop-olympusOleg Pudeyev2011-08-271-4/+7
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | * nickvergessen/ticket/10253: [ticket/10253] Fix IE9 handling in javascript, to correctly quote text.
| | * | | [ticket/10253] Fix IE9 handling in javascript, to correctly quote text.Joas Schilling2011-07-301-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since IE9 IE supports textarea.selectionStart and window.getSelection. The only problem is, that the values are still incorrect. Therefore we need to ensure that it is still treated the old way, until IE fixes this completely. PHPBB3-10253
* | | | | Merge branch 'develop-olympus' into developNils Adermann2011-08-181-2/+2
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/8571] Show age as 0 in birthday list when birthday is in the future. [ticket/8571] Show 'Age: 0' on viewprofile when birthday is in the future. [ticket/8571] Also display age on memberlist/viewprofile when age is 0. Conflicts: phpBB/index.php
| * | | | Merge remote-tracking branch 'github-bantu/ticket/8571' into develop-olympusNils Adermann2011-08-181-2/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * github-bantu/ticket/8571: [ticket/8571] Show age as 0 in birthday list when birthday is in the future. [ticket/8571] Show 'Age: 0' on viewprofile when birthday is in the future. [ticket/8571] Also display age on memberlist/viewprofile when age is 0.
| | * | | | [ticket/8571] Also display age on memberlist/viewprofile when age is 0.Andreas Fischer2011-07-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-8571
* | | | | | Merge remote-tracking branch 'erikfrerejean/ticket/10312' into developAndreas Fischer2011-08-161-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * erikfrerejean/ticket/10312: [ticket/10312] Un-check the shadow option while moving.
| * | | | | | [ticket/10312] Un-check the shadow option while moving.Erik Frèrejean2011-08-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't create a shadow topic by default when moving a topic the user should have the option to do this but it shouldn't be done by default. PHPBB3-10312
* | | | | | | [ticket/10316] Resolve inconsistent move topic behaviorErik Frèrejean2011-08-151-1/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When moving a topic you can straight away lock it, when using proSilver this checkbox is unchecked by default. subSilver2 however has this checked. Change subSilver2 to not check the box by default and behave as proSilver does. PHPBB3-10316
* | | | | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-08-071-1/+1
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10298] Properly close embed tag for QuickTime in subsilver2.
| * | | | | Merge remote-tracking branch 'bantu/ticket/10298' into develop-olympusOleg Pudeyev2011-08-071-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bantu/ticket/10298: [ticket/10298] Properly close embed tag for QuickTime in subsilver2.
| | * | | | | [ticket/10298] Properly close embed tag for QuickTime in subsilver2.Andreas Fischer2011-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10298
* | | | | | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-07-301-2/+1
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/8173] Removed some redundant code in the BBCode JavaScript.
| * | | | | | Merge remote-tracking branch 'callumacrae/ticket/8173' into develop-olympusOleg Pudeyev2011-07-301-2/+1
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * callumacrae/ticket/8173: [ticket/8173] Removed some redundant code in the BBCode JavaScript. Conflicts: phpBB/adm/style/acp_users_signature.html
| | * | | | | [ticket/8173] Removed some redundant code in the BBCode JavaScript.Callum Macrae2011-07-301-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following code can be found in the ACP, when changing a user's signature: t: '{ BBCODE_T_HELP }', The code that uses it and the code that produces it were changed or removed a while ago, but this code remained. In 2c4c1f9, the accesskey for the list item button was changed to y from t, explaining the origin of the redundant code - although it wasn't being used then, either. This commit also changes the helpline code of "[*]" to y, as the access key is y, so this makes it more consistent. PHPBB3-8173
| * | | | | | Merge remote-tracking branch 'callumacrae/ticket/10032' into develop-olympusOleg Pudeyev2011-07-301-1/+1
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | * callumacrae/ticket/10032: [ticket/10032] Fixed typos in bbcode button name.
* | | | | | | Merge remote-tracking branch 'igorw/ticket/10258' into developAndreas Fischer2011-07-304-0/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * igorw/ticket/10258: [ticket/10258] Add HTML5 meta charset tag
| * | | | | | | [ticket/10258] Add HTML5 meta charset tagIgor Wiedler2011-07-294-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows knowing the charset when saving web pages to disk. Also, this is supported by all browsers. PHPBB3-10258
* | | | | | | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-07-301-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10032] Fixed typos in bbcode button name.
| * | | | | | | Merge remote-tracking branch 'callumacrae/ticket/10032' into develop-olympusOleg Pudeyev2011-07-301-1/+1
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| / / / / / | | |/ / / / / | | | | | | | * callumacrae/ticket/10032: [ticket/10032] Fixed typos in bbcode button name.
| | * | | | | [ticket/10032] Fixed typos in bbcode button name.Callum Macrae2011-07-141-1/+1
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | addlistitem was addlitsitem. PHPBB3-10032
* | | | | | Merge remote-tracking branch 'github-igorw/ticket/10258' into developNils Adermann2011-07-204-26/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * github-igorw/ticket/10258: [ticket/10258] Remove the meta charset tag [ticket/10258] Adjust some deprecated tags for HTML5 in coding-guidelines [ticket/10258] Remove copyright meta tag from docs [ticket/10258] Remove resource-type and distribution meta tags [ticket/10258] Remove X-UA-Compatible and imagetoolbar meta tags [ticket/10258] Change the DOCTYPE to HTML5
| * | | | | | [ticket/10258] Remove the meta charset tagIgor Wiedler2011-07-124-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The charset tag is useless, because if a charset content-type header is present it takes precedence. And phpBB always sends such a header. PHPBB3-10258
| * | | | | | [ticket/10258] Remove resource-type and distribution meta tagsIgor Wiedler2011-07-102-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They break HTML5 validation. PHPBB3-10258
| * | | | | | [ticket/10258] Remove X-UA-Compatible and imagetoolbar meta tagsIgor Wiedler2011-07-104-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These meta tags are IE specific and do not validate as HTML5. PHPBB3-10258
| * | | | | | [ticket/10258] Change the DOCTYPE to HTML5Igor Wiedler2011-07-094-20/+14
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | PHPBB3-10258
* | | | | | Merge branch 'develop-olympus' into developNils Adermann2011-07-161-1/+6
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | | | | | * develop-olympus: [ticket/7291] Use template loop for character list, to avoid double &first_char
| * | | | [ticket/7291] Use template loop for character list, to avoid double &first_charJoas Schilling2011-07-141-1/+6
| |/ / / | | | | | | | | | | | | PHPBB3-7291
* | | | Merge branch 'develop-olympus' into developNils Adermann2011-07-064-4/+4
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9859] Changing all phpBB footers to match the new credit line [ticket/9859] New footer copyright line with registered symbol
| * | | [ticket/9859] Changing all phpBB footers to match the new credit lineYuriy Rusko2011-07-064-4/+4
| |/ / | | | | | | | | | PHPBB3-9859
* | | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-191-1/+1
|\ \ \ | |/ / | | | | | | | | | * develop-olympus: [ticket/10232] Renamed S_SEARCH_HIDDEN_FIELDS to S_SEARCH_LOCAL_HIDDEN_FIELDS
| * | [ticket/10232] Renamed S_SEARCH_HIDDEN_FIELDS to S_SEARCH_LOCAL_HIDDEN_FIELDSNils Adermann2011-06-181-1/+1
| | | | | | | | | | | | | | | | | | | | | Avoids the global hidden fields from functions.php overwriting local searches. PHPBB3-10232
| * | [develop-olympus] Bumping version number for 3.0.9-RC1 and 3.0.9 releases.Andreas Fischer2011-06-124-4/+4
| | |
* | | Merge branch 'develop-olympus' into developNils Adermann2011-06-093-3/+2
|\ \ \ | |/ / | | | | | | | | | * develop-olympus: [ticket/9878] Remove IE7 emulation from prosilver/subSilver2
| * | Merge branch 'ticket/adamreyher/9878' into develop-olympusNils Adermann2011-06-093-3/+2
| |\ \ | | | | | | | | | | | | | | | | * ticket/adamreyher/9878: [ticket/9878] Remove IE7 emulation from prosilver/subSilver2
| | * | [ticket/9878] Remove IE7 emulation from prosilver/subSilver2Adam Reyher2011-06-093-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With these changes, prosilver and subSilver2 no longer need to force IE7 emulation when browsing with IE8 due to the well-known textarea scrolling bug. PHPBB3-9878
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-091-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | * develop-olympus: [ticket/7888] Swap in-forum/topic search to GET forms.
| * | | [ticket/7888] Swap in-forum/topic search to GET forms.Nils Adermann2011-06-091-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | This will allow sending URLs to search results to other users. The advanced search page has always worked like this, but these special pages used to cause problems. PHPBB3-7888
* | | Merge branch 'develop-olympus' into developNils Adermann2011-06-051-1/+1
|\ \ \ | |/ / | | | | | | | | | * develop-olympus: [ticket/9922] Link post subject to the post's anchor in subsilver2.
| * | Merge branch 'ticket/bantu/9922' into develop-olympusNils Adermann2011-06-051-1/+1
| |\ \ | | | | | | | | | | | | | | | | * ticket/bantu/9922: [ticket/9922] Link post subject to the post's anchor in subsilver2.
| | * | [ticket/9922] Link post subject to the post's anchor in subsilver2.Andreas Fischer2011-05-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Link post subject to the post's anchor in subsilver2 to expose full URL to post which is otherwise only hidden behind the small post icon. PHPBB3-9922
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-05-231-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | * develop-olympus: [ticket/9630] Make language for moving posts clearer in quickmod/mcp.
| * | | [ticket/9630] Make language for moving posts clearer in quickmod/mcp.Oleg Pudeyev2011-05-021-1/+1
| |/ / | | | | | | | | | PHPBB3-9630
* | | [ticket/10173] Use a loop var for the birthdays list to allow proper templatingAndreas Fischer2011-05-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce a loop variable for the list of birthdays to allow templates to handle how the list is displayed. We keep the old BIRTHDAY_LIST variable that contains the precompiled list around for backward compatibility. PHPBB3-10173
* | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-04-221-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | * develop-olympus: [ticket/10105] Update AIM express link. [ticket/10105] Update AIM application download link.
| * | [ticket/10105] Update AIM express link.Andreas Fischer2011-04-221-1/+1
| | | | | | | | | | | | PHPBB3-10105
| * | [ticket/10105] Update AIM application download link.Andreas Fischer2011-04-221-1/+1
| | | | | | | | | | | | PHPBB3-10105
* | | [ticket/9684] Also display forum-name in subsilver2 templateJoas Schilling2011-04-072-6/+3
| | | | | | | | | | | | PHPBB3-9684
* | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-03-121-2/+2
|\ \ \ | |/ / | | / | |/ |/| * develop-olympus: [ticket/9948] Inline quicktime files won't show
| * Merge branch 'ticket/erikfrerejean/9948' into develop-olympusOleg Pudeyev2011-03-121-2/+2
| |\ | | | | | | | | | | | | * ticket/erikfrerejean/9948: [ticket/9948] Inline quicktime files won't show