aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [develop-olympus] Bumping version number for 3.0.9-RC1 and 3.0.9 releases.Andreas Fischer2011-06-124-4/+4
|
* 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
* | [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 '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
* | [ticket/9630] Make language for moving posts clearer in quickmod/mcp.Oleg Pudeyev2011-05-021-1/+1
|/ | | | PHPBB3-9630
* [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
* Merge branch 'ticket/erikfrerejean/9948' into develop-olympusOleg Pudeyev2011-03-121-2/+2
|\ | | | | | | | | * ticket/erikfrerejean/9948: [ticket/9948] Inline quicktime files won't show
| * [ticket/9948] Inline quicktime files won't showErik Frèrejean2010-12-151-2/+2
| | | | | | | | | | | | | | | | When attaching a quicktime file and placing it inline the movie won't be shown due to the size the movie box is being given. PHPBB3-9948
* | Merge branch 'ticket/raimon/9980' into develop-olympusIgor Wiedler2011-02-272-2/+2
|\ \ | | | | | | | | | | | | * ticket/raimon/9980: [ticket/9980] URLs to javascript should be T_SUPER_TEMPLATE_PATH instead of T_TEMPLATE_PATH
| * | [ticket/9980] URLs to javascript should be T_SUPER_TEMPLATE_PATH instead of ↵Raimon2011-01-082-2/+2
| | | | | | | | | | | | | | | | | | T_TEMPLATE_PATH PHPBB3-9980
* | | Merge branch 'ticket/nickvergessen/9989' into develop-olympusAndreas Fischer2011-01-301-5/+2
|\ \ \ | | | | | | | | | | | | | | | | * ticket/nickvergessen/9989: [ticket/9989] Skip PM popup in overall_header.html, if there are no new PMs.
| * | | [ticket/9989] Skip PM popup in overall_header.html, if there are no new PMs.Joas Schilling2011-01-291-5/+2
| | | | | | | | | | | | | | | | PHPBB3-9989
* | | | [ticket/9166] Fixed CSS element order in subsilver.Schnorrer422011-01-281-4/+10
|/ / / | | | | | | | | | PHPBB3-9166
* | | [ticket/9859] Remove the meta copyright tag as well.Andreas Fischer2011-01-162-2/+0
| | | | | | | | | | | | PHPBB3-9859
* | | [ticket/9859] Remove the credit line comment from all html files.Andreas Fischer2011-01-164-40/+0
| | | | | | | | | | | | PHPBB3-9859
* | | [ticket/9859] Remove years in credit line from some more files.Andreas Fischer2011-01-163-3/+3
|/ / | | | | | | | | | | | | | | | | | | | | | | | | Standard HTML output now includes: Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; phpBB Group Print output now includes: Powered by phpBB &copy; phpBB Group<br />http://www.phpbb.com/ This also fixes an inconsistency where "phpBB Group" was linked instead of "phpBB". PHPBB3-9859
* | Merge branch 'ticket/bantu/9859' into develop-olympusAndreas Fischer2010-12-291-1/+1
|\ \ | | | | | | | | | | | | * ticket/bantu/9859: [ticket/9859] Remove years from the credit line.
| * | [ticket/9859] Remove years from the credit line.Andreas Fischer2010-12-161-1/+1
| |/ | | | | | | PHPBB3-9859
* | [ticket/9953] Set focus to password on re-authenticationPatrick Webster2010-12-281-1/+1
|/ | | | | | | Sets the login focus to the password field when prompting for admin re-authentication, rather than the username field. PHPBB3-9953
* [develop-olympus] Bumping version number for 3.0.8-RC1.Nils Adermann2010-11-084-4/+4
|
* Merge branch 'ticket/bantu/9835' into develop-olympusAndreas Fischer2010-11-061-0/+2
|\ | | | | | | | | * ticket/bantu/9835: [ticket/9835] subsilver2: Don't show "To prevent automated ..." when logging in
| * [ticket/9835] subsilver2: Don't show "To prevent automated ..." when logging innarqelion2010-10-281-0/+2
| | | | | | | | | | | | This makes subsilver2 consistent with prosilver. PHPBB3-9835