aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'ticket/bantu/9665' into develop-olympusAndreas Fischer2010-06-201-1/+1
|\ \ | | | | | | | | | | | | * ticket/bantu/9665: [ticket/9665] Allow preview of signature when it is the string "0".
| * | [ticket/9665] Allow preview of signature when it is the string "0".Andreas Fischer2010-06-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Since only the SIGNATURE_PREVIEW parameter is evaluated in the templates <!-- IF SIGNATURE_PREVIEW --> will not allow the signature to be "0". <!-- IF SIGNATURE_PREVIEW != '' --> however does allow "0". PHPBB3-9665
* | | [ticket/9653] Valid XHTML with code BBCode in subsilver2 viewtopic signaturesAndreas Fischer2010-06-201-1/+1
|/ / | | | | | | PHPBB3-9653
* | Merge branch 'ticket/nickvergessen/9135' into develop-olympusNils Adermann2010-05-301-0/+3
|\ \ | | | | | | | | | | | | * ticket/nickvergessen/9135: [ticket/9135] Fix report-icon for moderators in PM folders.
| * | [ticket/9135] Fix report-icon for moderators in PM folders.Joas Schilling2010-05-261-0/+3
| |/ | | | | | | | | | | There was a S_TOPIC_REPORTED switch in the template of prosilver, which should indicate whether the PM is reported. But the variable was neither filled, nor named correctly. Now it is filled with a boolean and a link to the report is displayed for permitted users. PHPBB3-9135
* | [ticket/8936] Subsilver2 missing reply-to-all feature.Joas Schilling2010-05-241-0/+1
|/ | | | PHPBB3-8936
* Merge branch 'ticket/nickvergessen/9530' into develop-olympusNils Adermann2010-05-163-2/+63
|\ | | | | | | | | | | * ticket/nickvergessen/9530: [ticket/9530] The prosilver problem in #9531 exists in subsilver2 editor.js [ticket/9530] Subsilver2 is missing BBCode-less quotes fallback-option when bbcodes are disabled.
| * [ticket/9530] The prosilver problem in #9531 exists in subsilver2 editor.jsJoas Schilling2010-05-161-1/+2
| | | | | | | | PHPBB3-9530
| * [ticket/9530] Subsilver2 is missing BBCode-less quotes fallback-option when ↵Joas Schilling2010-05-163-1/+61
| | | | | | | | | | | | bbcodes are disabled. PHPBB3-9530
* | [ticket/9531] BBCode-less quotes fallback-option is missing "Author wrote:" ↵Joas Schilling2010-05-162-2/+2
|/ | | | | | line when quoting from topic-review. PHPBB3-9531
* Bug #58085 - Add terminating semicolons to JavaScript code found by JSLint. ↵Andreas Fischer2010-02-251-2/+2
| | | | | | Patch by nn- git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10539 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix Bug #57505 - Replace button2 with btnlite, button2 doesn't exist.Andreas Fischer2010-02-092-2/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10488 89ea8834-ac86-4346-8a33-228a782c2dd0
* Bug #38765 - Unify BBCode selection across browsers (also needs fixing in ↵Josh Woody2010-02-041-2/+2
| | | | | | subsilver2) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10474 89ea8834-ac86-4346-8a33-228a782c2dd0
* Change version numbers to 3.0.7 and 3.0.8-dev in preparation for development ↵Nils Adermann2010-02-014-23/+23
| | | | | | on next release git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10468 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bugs #55485 and #55545 - styles adjustment to correctly display an order ↵Ruslan Uzdenov2010-01-261-0/+7
| | | | | | | | of rtl/ltr mixed content. Authorised by: bantu git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10456 89ea8834-ac86-4346-8a33-228a782c2dd0
* Bug #54745 - Fix language string for PM-Reports refering to post-data.Joas Schilling2010-01-261-1/+1
| | | | | | Authorised by: jelly_doughnut git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10455 89ea8834-ac86-4346-8a33-228a782c2dd0
* Bug #52495 - [Fix] Replace hard coded "px" with translated language-string.Joas Schilling2010-01-251-1/+1
| | | | | | | Authorised by: bantu git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10441 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix Bug #30315 - No longer use group colours for usernames on print view. ↵Andreas Fischer2009-12-292-2/+2
| | | | | | Colour could be white. Patch by Pasqualle. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10387 89ea8834-ac86-4346-8a33-228a782c2dd0
* Integrate active topics feed. Some language adjustments and rearrangements.Andreas Fischer2009-12-271-1/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10382 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add ability to disable overall (aka board-wide) feed.Andreas Fischer2009-12-221-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10363 89ea8834-ac86-4346-8a33-228a782c2dd0
* #54905 - use LA for the javascript variable, remove commaHenry Sudhof2009-12-131-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10334 89ea8834-ac86-4346-8a33-228a782c2dd0
* #54145 - move redirect parameter back to POST to avoid mod_security triggersHenry Sudhof2009-12-134-2/+4
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10332 89ea8834-ac86-4346-8a33-228a782c2dd0
* #54965Henry Sudhof2009-12-131-2/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10331 89ea8834-ac86-4346-8a33-228a782c2dd0
* #54135Henry Sudhof2009-12-131-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10330 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix Bug #51095 - Allow ban reason and length to be selected and copied in ↵Andreas Fischer2009-11-101-3/+3
| | | | | | ACP and subsilver2 MCP. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10265 89ea8834-ac86-4346-8a33-228a782c2dd0
* Bug #52175Meik Sievertsen2009-10-041-1/+7
| | | | | | atm the "fix" with the most changes involved. We will inform style authors about these changes. We will not release RC2 to RC3 code changes, but will annnounce the style changes within the RC3 release announcement. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10204 89ea8834-ac86-4346-8a33-228a782c2dd0
* #52095Henry Sudhof2009-09-281-1/+1
| | | | | | | Authorised by: AcydBurn That should finally fix the issue for rtl git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10194 89ea8834-ac86-4346-8a33-228a782c2dd0
* #52095 Henry Sudhof2009-09-281-1/+1
| | | | | | Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10192 89ea8834-ac86-4346-8a33-228a782c2dd0
* #52095 Henry Sudhof2009-09-281-7/+16
| | | | | | Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10191 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #50445 - Fix icon alignment for forums with large descriptions in ↵Andreas Fischer2009-09-091-4/+2
| | | | | | subsilver2. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10128 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #51035 introduced in r9814.Andreas Fischer2009-09-091-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10127 89ea8834-ac86-4346-8a33-228a782c2dd0
* regarding r10108 - Hide some more search links for #50685Joas Schilling2009-09-081-1/+1
| | | | | | Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10119 89ea8834-ac86-4346-8a33-228a782c2dd0
* Do not display links to user/post search if search is disabled. (Bug #50685 ↵Meik Sievertsen2009-09-051-1/+1
| | | | | | - Patch by HardStyle) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10108 89ea8834-ac86-4346-8a33-228a782c2dd0
* Change version numbers to 3.0.6 and 3.0.6-RC1 for a final internal test runMeik Sievertsen2009-09-044-4/+4
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10105 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add header gradient back into subsilver2 but keep site logo easily ↵Andreas Fischer2009-09-013-9/+5
| | | | | | | | replaceable with smaller and bigger ones. Bug #11142, related to r7567. Thanks to dark/Rain and Raimon. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10086 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix r10065 for #50475Joas Schilling2009-08-301-1/+1
| | | | | | | Authorised by: bantu git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10066 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix Bug #50475 - Only show "Add friend" and "Add foe" links if the specific ↵Joas Schilling2009-08-301-1/+9
| | | | | | | | module is enabled. Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10065 89ea8834-ac86-4346-8a33-228a782c2dd0
* Missed one file.Andreas Fischer2009-08-231-2/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10048 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some more cleanup. Mostly whitespace changes.Andreas Fischer2009-08-233-23/+24
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10047 89ea8834-ac86-4346-8a33-228a782c2dd0
* #50215Andreas Fischer2009-08-231-2/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10046 89ea8834-ac86-4346-8a33-228a782c2dd0
* #50175Henry Sudhof2009-08-221-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10044 89ea8834-ac86-4346-8a33-228a782c2dd0
* #50165Henry Sudhof2009-08-222-2/+10
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10043 89ea8834-ac86-4346-8a33-228a782c2dd0
* - replaced the drop down menu log filter thing with log searchingJim Wigginton2009-08-212-2/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10041 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix wrong textLength call in Webkit-based browsers - Bug #25825 - patch by ↵Meik Sievertsen2009-08-201-1/+1
| | | | | | Technocrat git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10038 89ea8834-ac86-4346-8a33-228a782c2dd0
* Apply template changes of r9965 to subsilver2.Andreas Fischer2009-08-201-2/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10032 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #49625 - Performing actions in Main MCP tab does not return correctlyRuslan Uzdenov2009-08-171-1/+1
| | | | | | Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10002 89ea8834-ac86-4346-8a33-228a782c2dd0
* #49465Henry Sudhof2009-08-121-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9960 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixed bug 44805 - extra initInsertions() calls neededJim Wigginton2009-08-102-2/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9951 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix Bug #49385 introduced with r9666 for #15085Joas Schilling2009-08-101-1/+1
| | | | | | Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9949 89ea8834-ac86-4346-8a33-228a782c2dd0
* switch to full editorHenry Sudhof2009-08-021-2/+5
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9913 89ea8834-ac86-4346-8a33-228a782c2dd0