aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/9678] Flash attachments are not displayed in subsilver2.Joas Schilling2010-07-081-2/+2
| | | | PHPBB3-9678
* Merge branch 'ticket/bantu/9665' into develop-olympusAndreas Fischer2010-06-202-2/+2
|\ | | | | | | | | * 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-202-2/+2
| | | | | | | | | | | | | | | | 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
* | Merge branch 'ticket/bantu/9653' into develop-olympusAndreas Fischer2010-06-201-1/+1
|\ \ | |/ |/| | | | | * ticket/bantu/9653: [ticket/9653] Valid XHTML with code BBCode in subsilver2 viewtopic signatures
| * [ticket/9653] Valid XHTML with code BBCode in subsilver2 viewtopic signaturesAndreas Fischer2010-06-201-1/+1
| | | | | | | | PHPBB3-9653
* | [ticket/9587] Replace '0px' with '0'.Andreas Fischer2010-06-171-1/+1
| | | | | | | | | | | | This has been introduced by merge of c7a25c58b893fc72ffb3746374ece9de1d388531, which was not supposed to be merged. 1b2a65333b5be1f6086bbd1d438e061041bd2b75 was supposed to be merged instead. PHPBB3-9587
* | Merge branch 'ticket/nickvergessen/9605' into develop-olympusAndreas Fischer2010-06-171-3/+3
|\ \ | | | | | | | | | | | | * ticket/nickvergessen/9605: [ticket/9605] Wrong class added to topiclist, when there's no announcement topic.
| * | [ticket/9605] Wrong class added to topiclist, when there's no announcement ↵Joas Schilling2010-06-171-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | topic. Compare the topic_type on their real value, to ensure there is no MOD causing problems, because of a new topic-type. PHPBB3-9605
* | | Merge branch 'ticket/nickvergessen/9605' into develop-olympusAndreas Fischer2010-06-171-1/+1
|\ \ \ | |/ / | | | | | | | | | * ticket/nickvergessen/9605: [ticket/9605] Wrong class added to topiclist, when there's no announcement topic.
| * | [ticket/9605] Wrong class added to topiclist, when there's no announcement ↵Joas Schilling2010-05-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | topic. Just added a check whether the type is announcement or higher. PHPBB3-9605
* | | Merge branch 'ticket/nickvergessen/9587' into develop-olympusAndreas Fischer2010-06-171-0/+5
|\ \ \ | |_|/ |/| | | | | | | | * ticket/nickvergessen/9587: [ticket/9587] Prosilver overrides reCaptcha class.
| * | [ticket/9587] Prosilver overrides reCaptcha class.Joas Schilling2010-05-241-0/+5
| |/ | | | | | | PHPBB3-9587
* | Merge branch 'ticket/nickvergessen/9135' into develop-olympusNils Adermann2010-05-302-1/+4
|\ \ | | | | | | | | | | | | * 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-262-1/+4
| |/ | | | | | | | | | | 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
* | Merge branch 'ticket/nickvergessen/9531' into develop-olympusNils Adermann2010-05-165-5/+6
|\ \ | | | | | | | | | | | | * ticket/nickvergessen/9531: [ticket/9531] BBCode-less quotes fallback-option is missing "Author wrote:" line when quoting from topic-review.
| * | [ticket/9531] BBCode-less quotes fallback-option is missing "Author wrote:" ↵Joas Schilling2010-05-165-5/+6
| |/ | | | | | | | | | | line when quoting from topic-review. PHPBB3-9531
* | Merge branch 'ticket/nickvergessen/9528' into develop-olympusNils Adermann2010-05-161-0/+5
|\ \ | | | | | | | | | | | | * ticket/nickvergessen/9528: [ticket/9528] Also fall back to bbcode-less quotes for PMs, when bbcodes are disabled.
| * | [ticket/9528] Also fall back to bbcode-less quotes for PMs, when bbcodes are ↵Joas Schilling2010-05-161-0/+5
| |/ | | | | | | | | | | disabled. PHPBB3-9528
* | [ticket/9146] Fix double occurring tabindex="6" in prosilver's QRJoas Schilling2010-05-161-1/+1
|/ | | | PHPBB3-9146
* [bug/9512] Fix dead link in MCP on reports for global announcements in ↵Joas Schilling2010-04-041-1/+1
| | | | prosilver. (Bug #9512)
* Bug #58085 - Add terminating semicolons to JavaScript code found by JSLint. ↵Andreas Fischer2010-02-252-7/+7
| | | | | | Patch by nn- git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10539 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix Bug #57875 - We have to add the paragraph tags there. Patch by ↵Andreas Fischer2010-02-251-1/+1
| | | | | | HardStyle, Regression from r10096. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10537 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
* Bug #38765 - Unify BBCode selection across browsersJosh Woody2010-02-041-2/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10472 89ea8834-ac86-4346-8a33-228a782c2dd0
* Change version numbers to 3.0.7 and 3.0.8-dev in preparation for development ↵Nils Adermann2010-02-018-50/+50
| | | | | | 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-263-0/+19
| | | | | | | | 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-262-2/+2
| | | | | | 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-252-3/+3
| | | | | | | Authorised by: bantu git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10441 89ea8834-ac86-4346-8a33-228a782c2dd0
* Bug #49945 - [Fix] Correctly hover list menu in UCP and MCP for rtl languages.Joas Schilling2010-01-251-0/+1
| | | | | | Authorised by: bantu git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10440 89ea8834-ac86-4346-8a33-228a782c2dd0
* Bug #33745 - [Fix] Correctly orientate quoted text image on RTL languages.Joas Schilling2010-01-251-1/+1
| | | | | | Authorised by: bantu git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10439 89ea8834-ac86-4346-8a33-228a782c2dd0
* #56455 - remove extra space in templateHenry Sudhof2010-01-171-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10421 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Forgot to fix jQuery code in r10409 #54395Chris Smith2010-01-171-2/+2
| | | | | | | - Also changed using jQuery instead of the $ shortcut git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10416 89ea8834-ac86-4346-8a33-228a782c2dd0
* Don't submit when pressing enter on preview button. Regression from r10069 ↵Chris Smith2010-01-171-5/+5
| | | | | | #54395 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10409 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix Bug #30315 - No longer use group colours for usernames on print view. ↵Andreas Fischer2009-12-294-4/+4
| | | | | | Colour could be white. Patch by Pasqualle. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10387 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix Bug #55895 - Missing CSS background parameter, thanks Planet Styles.Andreas Fischer2009-12-281-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10386 89ea8834-ac86-4346-8a33-228a782c2dd0
* Integrate active topics feed. Some language adjustments and rearrangements.Andreas Fischer2009-12-272-2/+4
| | | | 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-222-2/+2
| | | | 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-132-2/+2
| | | | 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-131-0/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10333 89ea8834-ac86-4346-8a33-228a782c2dd0
* #54145 - move redirect parameter back to POST to avoid mod_security triggersHenry Sudhof2009-12-137-3/+7
| | | | 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
* IE6 must die, thanks Raimon. #54115Chris Smith2009-12-121-4/+0
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10326 89ea8834-ac86-4346-8a33-228a782c2dd0
* Oops. #54705, r10293.Andreas Fischer2009-11-281-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10294 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix Bug #54705 - Tiny XHTML mistakeAndreas Fischer2009-11-281-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10293 89ea8834-ac86-4346-8a33-228a782c2dd0