aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/9664] Resolve conflict with accesskey="t", change addlitsitem to "y".Andreas Fischer2010-10-151-1/+1
| | | | PHPBB3-9664
* [ticket/9613] Implement a load switch for unread posts search feature.rxu2010-08-291-1/+1
| | | | | | | | Since unread posts search can produce a high server load in certain circumstances, we implement a switch for ACP "Load settings" to have an option to disable this type of search. PHPBB3-9613
* [ticket/9117] Wrong redirection after login.rxu2010-08-281-1/+1
| | | | | | | Go easy way for now - just place S_LOGIN_REDIRECT before S_HIDDEN_FIELDS so the last value override the previous one. PHPBB3-9117
* [ticket/7332] Collapse post details content down to a maximum of 300px heighChris Smith2010-08-081-1/+3
| | | | | | | | The MCP post details can be difficult to use if the post is particularly long this change shrinks the post area to a maximum of 300 pixels, like the topic review, making it easier to access the functions beneath the post content. PHPBB3-7332
* Merge branch 'ticket/jellydoughnut/9757' into develop-olympusAndreas Fischer2010-07-311-1/+1
|\ | | | | | | | | * ticket/jellydoughnut/9757: [ticket/9757] Fix empty template variable {HISTORY_TITLE}
| * [ticket/9757] Fix empty template variable {HISTORY_TITLE}Josh Woody2010-07-291-1/+1
| | | | | | | | | | | | | | | | | | The template variable {HISTORY_TITLE} was always being set to the empty string. It is now filled with the title of the currently displayed message. It is not showed in prosilver or subsilver2 for aesthetic reasons (title is already prominent) PHPBB3-9757
* | Merge branch 'ticket/jellydoughnut/9499' into develop-olympusAndreas Fischer2010-07-311-4/+9
|\ \ | | | | | | | | | | | | * ticket/jellydoughnut/9499: [ticket/9499] Unify definition of dE() and other javascript functions
| * | [ticket/9499] Unify definition of dE() and other javascript functionsJosh Woody2010-07-261-4/+9
| |/ | | | | | | | | | | | | | | dE() was defined differently in the ACP and in prosilver. Other javascript in editor.js files has also been unified (taking the prosilver implementation as cannonical) PHPBB3-9499
* | Merge branch 'ticket/jellydoughnut/9722' into develop-olympusAndreas Fischer2010-07-311-1/+1
|\ \ | |/ |/| | | | | * ticket/jellydoughnut/9722: [ticket/9722] Adjust "New Topic" title attribute for consistency in prosilver
| * [ticket/9722] Adjust "New Topic" title attribute for consistency in prosilverJosh Woody2010-07-211-1/+1
| | | | | | | | | | | | | | Title attribute was being applied to a <div> at the top of the page and to an <a> at the bottom of the page. Now both being applied to the <div>. PHPBB3-9722
* | Merge branch 'ticket/nickvergessen/9531' into develop-olympusAndreas Fischer2010-07-123-2/+8
|\ \ | |/ |/| | | | | * ticket/nickvergessen/9531: [ticket/9531] BBCode-less quotes fallback-option is missing "Author wrote:"
| * [ticket/9531] BBCode-less quotes fallback-option is missing "Author wrote:"Joas Schilling2010-07-113-2/+8
| | | | | | | | | | | | When quoting from the topic-review the statement "Author wrote:" is missing. The fix for this was not complete: Now it's backwards compatibile and uses the LA_ for the language variables. PHPBB3-9531
* | [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
* | 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
* | [ticket/9135] Fix report-icon for moderators in PM folders.Joas Schilling2010-05-261-1/+1
|/ | | | | | 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
* Merge branch 'ticket/nickvergessen/9531' into develop-olympusNils Adermann2010-05-163-3/+4
|\ | | | | | | | | * 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-163-3/+4
| | | | | | | | | | | | 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-251-5/+5
| | | | | | 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
* 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-011-5/+5
| | | | | | on next release git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10468 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-2/+2
| | | | | | | Authorised by: bantu git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10441 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-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-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-133-1/+3
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10332 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
* only change what needs to be changed. ;)Meik Sievertsen2009-11-161-12/+12
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10276 89ea8834-ac86-4346-8a33-228a782c2dd0
* weird, editor is acting upHenry Sudhof2009-11-161-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10275 89ea8834-ac86-4346-8a33-228a782c2dd0
* weird, editor is acting upHenry Sudhof2009-11-161-11/+11
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10274 89ea8834-ac86-4346-8a33-228a782c2dd0
* #53905 - thanks DavidIQHenry Sudhof2009-11-161-3/+7
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10273 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix for r10255Meik Sievertsen2009-11-091-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10262 89ea8834-ac86-4346-8a33-228a782c2dd0
* simplify the js code a bit and also detect up arrow key for auto completionMeik Sievertsen2009-11-061-24/+21
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10255 89ea8834-ac86-4346-8a33-228a782c2dd0
* update to r10069 (try to detect auto completion on input fields and do not ↵Meik Sievertsen2009-11-051-0/+38
| | | | | | submit form if user uses enter key for auto completion instead of right arrow key) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10254 89ea8834-ac86-4346-8a33-228a782c2dd0
* Bug #52175Meik Sievertsen2009-10-041-3/+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