aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11144] Add missing {FORUM_NAME} variableGaëtan Muller2013-05-061-0/+8
| | | | | | | The template variable {FORUM_NAME} was missing from the login page of a password protected forum PHPBB3-11144
* [ticket/6723] Show info that message has been deleted before deliveryMarc Alexander2013-03-031-1/+1
| | | | | | | | | | If the message has been deleted before the delivery it will still show in the message history, although with an empty message. This patch will change that behavior to showing the info that it has been deleted before it was delivered in red letters. The red letters ensure that users won't mistake the info for the actual message. PHPBB3-6723
* Merge remote-tracking branch 'remotes/Senky/ticket/10050' into develop-olympusNathaniel Guse2013-01-301-1/+1
|\ | | | | | | | | | | | | | | # By Senky # Via Senky * remotes/Senky/ticket/10050: [ticket/10050] removing prosilver edits [ticket/10050] adding .topicrow to template condition
| * [ticket/10050] adding .topicrow to template conditionSenky2013-01-221-1/+1
| | | | | | | | PHPBB3-10050
* | [ticket/10841] Revert whitespace changes.Oleg Pudeyev2012-12-051-7/+7
| | | | | | | | PHPBB3-10841
* | [ticket/10841] Modifying style and language selectors in UCPSenky2012-12-051-8/+10
| | | | | | | | | | | | | | Commit also deletes all unnecessary blank spaces at the end of the lines in both ucp_prefs_personal.html PHPBB3-10841
* | [ticket/11081] Drop duplicated </td> in subsilver captcha qa template.Oleg Pudeyev2012-11-061-1/+1
| | | | | | | | PHPBB3-11081
* | Merge PR #973 branch 'bantu/ticket/11069' into develop-olympusOleg Pudeyev2012-10-101-1/+1
|\ \ | | | | | | | | | | | | * bantu/ticket/11069: [ticket/11069] Add closing span back to credit line in subsilver2 simple footer
| * | [ticket/11069] Add closing span back to credit line in subsilver2 simple footerAndreas Fischer2012-08-261-1/+1
| |/ | | | | | | | | | | Regression from 0ceb77fb995e7433242a87c1fe0c22840a2b23e1. PHPBB3-11069
* | [ticket/11135] Full replacement of credit link to httpsVinny2012-10-053-3/+3
|/ | | | PHPBB3-11135
* [develop-olympus] Bumping version numbers to final for 3.0.11 releases.Andreas Fischer2012-05-314-4/+4
|
* Merge PR #785 branch 'Senky/ticket/10835' into develop-olympusOleg Pudeyev2012-05-111-1/+1
|\ | | | | | | | | | | | | * Senky/ticket/10835: [ticket/10835] changing "e-mail" to "email" [ticket/10835] changing CURRENT_CHANGE_PASSWORD_EXPLAIN language entry [ticket/10835] fixing misleading message in UCP
| * [ticket/10835] fixing misleading message in UCPSenky2012-05-011-1/+1
| | | | | | | | PHPBB3-10835
* | [ticket/10849] Added missing helptext for listitemgalaxyAbstractor2012-04-271-0/+1
|/ | | | | | Added the missing helptext for list item in subsilver2. PHPBB3-10849
* Merge PR #592 branch 'nickvergessen/ticket/9089' into develop-olympusOleg Pudeyev2012-04-192-3/+3
|\ | | | | | | | | | | * nickvergessen/ticket/9089: [ticket/9089] Add tabindex to pm/topic/post icon-options aswell [ticket/9089] Add tabindex to PM recipient box, to allow tabbing to the subject
| * [ticket/9089] Add tabindex to pm/topic/post icon-options aswellJoas Schilling2012-02-271-1/+1
| | | | | | | | PHPBB3-9089
| * [ticket/9089] Add tabindex to PM recipient box, to allow tabbing to the subjectJoas Schilling2012-02-211-2/+2
| | | | | | | | | | | | | | | | I also added tabindex 1 to the buttons for adding the recipients. Also note, that duplicated tabindex are fine: http://www.w3.org/TR/html4/interact/forms.html#adef-tabindex PHPBB3-9089
* | [ticket/10607] Added 'Powered by' translation string.Fyorl2012-04-042-2/+2
| | | | | | | | | | | | | | Added POWERED_BY line to common.php and modified the templates to use it. PHPBB3-10607
* | [ticket/10731] Fixed addquote() to work on opera browser.Hari Sankar R2012-04-011-2/+2
| | | | | | | | | | | | | | In opera, window.getSelection() returned incorrect values, should be using document.getSelection() instead. Fixed in prosilver and subsilver2 templates. PHPBB3-10731
* | Merge remote-tracking branch 'nickvergessen/ticket/8636' into develop-olympusOleg Pudeyev2012-03-161-0/+1
|\ \ | | | | | | | | | | | | * nickvergessen/ticket/8636: [ticket/8636] Add resync option to topic_view moderation page
| * | [ticket/8636] Add resync option to topic_view moderation pageJoas Schilling2012-02-231-0/+1
| |/ | | | | | | PHPBB3-8636
* | [ticket/10456] Add tabindex to subsilver2 captchaJoas Schilling2012-02-214-3/+4
|/ | | | | | Did not set tabindex on registration page, as the hole page does not have any. PHPBB3-10456
* Merge remote-tracking branch 'cyberalien/ticket/10569' into develop-olympusOleg Pudeyev2012-02-101-2/+2
|\ | | | | | | | | | | * cyberalien/ticket/10569: [ticket/10569] Invalid string comparison in prosilver [ticket/10569] Invalid string comparison in subsilver2
| * [ticket/10569] Invalid string comparison in subsilver2Vjacheslav Trushkin2012-02-031-2/+2
| | | | | | | | | | | | Fixing invalid string comparison in ucp_main_front.html in subsilver2 PHPBB3-10569
* | [ticket/10616] Add template inheritance to default stylesVjacheslav Trushkin2012-02-031-0/+4
|/ | | | | | Adding template inheritance field to prosilver and subsilver2 PHPBB3-10616
* [ticket/10542] Remove class="postlink" in subsilver2 faq_body.htmlRichard Foote2011-12-241-1/+1
| | | | | | | class="postlink" is not defined in stylesheet.css so remove it from styles/subsilver2/template/faq_body.html PHPBB3-10542
* [ticket/8996] Revert initial fix to keep old behaviour on empty selectionJoas Schilling2011-12-151-49/+47
| | | | | | | | Revert "[ticket/8996] Also fix the BBCode bug in subsilver2 and acp" This reverts commit eb1f15bc8b7b7a284b25b2c9b9942714b6848ebc. PHPBB3-8996
* [develop-olympus] Bumping version numbers to final for 3.0.10 releases.Andreas Fischer2011-11-204-4/+4
|
* Merge remote-tracking branch 'nickvergessen/ticket/8996' into develop-olympusOleg Pudeyev2011-11-191-47/+49
|\ | | | | | | | | | | * nickvergessen/ticket/8996: [ticket/8996] Also fix the BBCode bug in subsilver2 and acp [ticket/8996] Correctly apply BBCodes in IE6-9 when applying with accesskey
| * [ticket/8996] Also fix the BBCode bug in subsilver2 and acpJoas Schilling2011-11-181-47/+49
| |
* | Merge remote-tracking branch 'nickvergessen/ticket/10452' into develop-olympusAndreas Fischer2011-11-141-1/+1
|\ \ | | | | | | | | | | | | * nickvergessen/ticket/10452: [ticket/10452] Fix xHTML errors when print-viewing PMs
| * | [ticket/10452] Fix xHTML errors when print-viewing PMsJoas Schilling2011-11-141-1/+1
| |/ | | | | | | | | | | | | Also changed the layout of prosilvers PM print-view, so it looks like the post print-view and not like the subsilver2 print-view. PHPBB3-10452
* | [ticket/10254] Removing the subsilver2 NOTE, incompatible with phpBB.com.maelsoucaze2011-11-141-4/+0
| | | | | | | | PHPBB3-10254
* | [ticket/10254] Remove subsilver2 as default style on theme.maelsoucaze2011-11-141-1/+1
| | | | | | | | PHPBB3-10254
* | [ticket/10254] Remove style names from themes and fix some informations on it.maelsoucaze2011-11-141-9/+8
|/ | | | PHPBB3-10254
* Merge remote-tracking branch 'remotes/bantu/ticket/10341' into ↵Joas Schilling2011-08-291-2/+2
|\ | | | | | | | | | | | | ticket/bantu/10341 * remotes/bantu/ticket/10341: [ticket/10341] Also show forum/topic name of "0" as most active forum/topic.
| * [ticket/10341] Also show forum/topic name of "0" as most active forum/topic.Andreas Fischer2011-08-251-2/+2
| | | | | | | | PHPBB3-10341
* | 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 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 '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 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.
| * | | [ticket/10032] Fixed typos in bbcode button name.Callum Macrae2011-07-141-1/+1
| |/ / | | | | | | | | | | | | | | | addlistitem was addlitsitem. PHPBB3-10032
* | | [ticket/7291] Use template loop for character list, to avoid double &first_charJoas Schilling2011-07-141-1/+6
|/ / | | | | | | PHPBB3-7291
* | [ticket/9859] Changing all phpBB footers to match the new credit lineYuriy Rusko2011-07-064-4/+4
|/ | | | PHPBB3-9859
* [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