aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/9664] Resolve conflict with accesskey="t", change addlitsitem to "y".Andreas Fischer2010-10-151-1/+1
| | | | PHPBB3-9664
* Merge branch 'ticket/marc1706/9810' into develop-olympusIgor Wiedler2010-10-041-0/+2
|\ | | | | | | | | * ticket/marc1706/9810: [ticket/9810] Hide "Select All" of code bbcode on print page
| * [ticket/9810] Hide "Select All" of code bbcode on print pageMarc Alexander2010-09-101-0/+2
| | | | | | | | PHPBB3-9810
* | [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
* Merge branch 'ticket/cs278/7332' into develop-olympusAndreas Fischer2010-08-212-1/+12
|\ | | | | | | | | | | * ticket/cs278/7332: [ticket/7332] Redirect users back to post details when performing actions. [ticket/7332] Collapse post details content down to a maximum of 300px heigh
| * [ticket/7332] Collapse post details content down to a maximum of 300px heighChris Smith2010-08-082-1/+12
| | | | | | | | | | | | | | | | 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/nickvergessen/9743' into develop-olympusAndreas Fischer2010-08-101-0/+1
|\ \ | |/ |/| | | | | * ticket/nickvergessen/9743: [ticket/9743] Fix background of top2-class in prosilver for RTL-languages.
| * [ticket/9743] Fix background of top2-class in prosilver for RTL-languages.Joas Schilling2010-08-021-0/+1
| | | | | | | | PHPBB3-9743
* | 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
* | [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
* | [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-014-27/+27
| | | | | | 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-262-0/+12
| | | | | | | | 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-2/+2
| | | | | | | 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-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
* 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-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