aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Merge branch 'ticket/bantu/7417' into develop-olympusIgor Wiedler2010-10-174-3/+49
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ticket/bantu/7417: [ticket/7417] Also focus search keywords and username in subsilver2. [ticket/7417] Focus username field when prosilver login page is loaded. [ticket/7417] Focus search keywords field when prosilver search page is loaded.
| | * | | [ticket/7417] Also focus search keywords and username in subsilver2.Oleg Pudeyev2010-10-162-2/+36
| | | | | | | | | | | | | | | | | | | | PHPBB3-7417
| | * | | [ticket/7417] Focus username field when prosilver login page is loaded.Oleg Pudeyev2010-10-161-0/+6
| | | | | | | | | | | | | | | | | | | | PHPBB3-7417
| | * | | [ticket/7417] Focus search keywords field when prosilver search page is loaded.Oleg Pudeyev2010-10-161-1/+7
| | |/ / | | | | | | | | | | | | PHPBB3-7417
| * | | Merge branch 'ticket/cs278/7332' into develop-olympusAndreas Fischer2010-10-172-1/+6
| |\ \ \ | | |/ / | |/| | | | | | | | | | * ticket/cs278/7332: [ticket/7332] Fix post details expand link rendering on Webkit.
| | * | [ticket/7332] Fix post details expand link rendering on Webkit.Chris Smith2010-10-172-1/+6
| | | | | | | | | | | | | | | | PHPBB3-7332
| * | | 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
* | | | | Merge branch 'develop-olympus' into developIgor Wiedler2010-09-162-2/+2
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9609] Change header() calls setting HTTP status to send_status_line(). [ticket/9613] Slightly update language strings. [ticket/9613] Fix missing database part for unread posts search load switch. [ticket/9613] Implement a load switch for unread posts search feature. [ticket/9785] Allow users to request new passwords when board is disabled. [ticket/9644] Check $mode before calling user_notification() from submit_post()
| * | | | [ticket/9613] Implement a load switch for unread posts search feature.rxu2010-08-292-2/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2010-08-282-2/+2
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9117] Wrong redirection after login. [ticket/9772] Unify permissions for sending email when board_email_form is off [ticket/7369] CPF date should always render the users selection. [ticket/7296] Exporting styles to tar creates corrupted archives. [ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable(). [ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable(). [ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable(). [ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().
| * | | [ticket/9117] Wrong redirection after login.rxu2010-08-282-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 'develop-olympus' into developNils Adermann2010-08-2110-22/+40
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: (57 commits) Revert "[ticket/7716] Data too long for column 'message_subject'" [ticket/7716] Data too long for column 'message_subject' [ticket/9780] Adding unit tests for gen_rand_string(). [ticket/9780] Add length check back to gen_rand_string(). [ticket/7972] Copying topics in the MCP now indexes the new topic. [ticket/9782] Board disable radio set on when server load high [ticket/9635] Useless parameter $data['post_time'] in function submit_post. [ticket/9104] Safari does not display box headers correctly in the ACP. [ticket/9777] Print error message in pre-commit hook when php is not installed. [ticket/7716] Data too long for column 'message_subject' [task/git-tools] Ignore git commit message comments [task/git-tools] Adjust the hook to enforce that a ticket is always mentioned [task/git-tools] Vastly expanded commit-msg hook. [task/git-tools] Beginnings of a syntax checking hook. [task/git-tools] Append ticket identifier to commit message prior to editing. [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/9771] Remove query string parameters that have no name. [ticket/9760] Remove unrestricted wildcards from search terms. [ticket/9599] Reimplement phpbb_checkdnsrr() function. ... Conflicts: tests/template/template.php
| * | | 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-312-2/+2
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * ticket/jellydoughnut/9757: [ticket/9757] Fix empty template variable {HISTORY_TITLE}
| | * | | [ticket/9757] Fix empty template variable {HISTORY_TITLE}Josh Woody2010-07-292-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-312-6/+12
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * 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-262-6/+12
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/7720' into develop-olympusAndreas Fischer2010-07-142-12/+12
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | * ticket/nickvergessen/7720: [ticket/7720] Fix alternative image-description for unread posts.
| | * | | [ticket/7720] Fix alternative image-description for unread posts.Joas Schilling2010-07-142-12/+12
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed the wrong word "new" to "unread" as that is, what we show with the red-icons, not whether the post is new or not. Language variables were kept for backwards compatibility. PHPBB3-7720
* | | | [task/restore-subsilver2] Reapply commit 5d9948eJoas Schilling2010-08-203-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/9531] BBCode-less quotes fallback-option is missing "Author wrote:" 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 PHPBB3-9783
* | | | [task/restore-subsilver2] Reapply commit df99bdbJoas Schilling2010-08-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/9678] Flash attachments are not displayed in subsilver2. PHPBB3-9678 PHPBB3-9783
* | | | [task/restore-subsilver2] Reapply commit fc89d5dJoas Schilling2010-08-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/9677] Subsilver2 is missing the bbcode-helpline for inline-attachments. PHPBB3-9677 PHPBB3-9783
* | | | [task/restore-subsilver2] Reapply commit ac45f07Andreas Fischer2010-08-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/9653] Valid XHTML with code BBCode in subsilver2 viewtopic signatures PHPBB3-9653 PHPBB3-9783
* | | | [task/restore-subsilver2] Reapply commit 6221ba4Andreas Fischer2010-08-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/9665] Allow preview of signature when it is the string "0". 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 PHPBB3-9783
* | | | [task/restore-subsilver2] Reapply commit 9e24993Joas Schilling2010-08-201-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/9135] Fix report-icon for moderators in PM folders. 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 PHPBB3-9783
* | | | [task/restore-subsilver2] Reapply commit b6df5bdJoas Schilling2010-08-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/8936] Subsilver2 missing reply-to-all feature. PHPBB3-8936 PHPBB3-9783
* | | | [task/restore-subsilver2] Revert removing subsilver2 for Ascraeus development.Nils Adermann2010-08-20196-0/+9390
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit ac2b5430aa2e4e75ed7b9372ae39024c22dac915. PHPBB3-9783
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2010-07-123-2/+8
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9531] BBCode-less quotes fallback-option is missing "Author wrote:" [ticket/9012] Adjust shadow topic title to the title at the time it was moved. Conflicts: phpBB/styles/subsilver2/template/editor.js phpBB/styles/subsilver2/template/posting_topic_review.html phpBB/styles/subsilver2/template/ucp_pm_history.html
| * | | Merge branch 'ticket/nickvergessen/9531' into develop-olympusAndreas Fischer2010-07-126-4/+16
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * 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-116-4/+16
| | | |/ | | |/| | | | | | | | | | | | | | | | | 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
| * | | Merge branch 'ticket/nickvergessen/9678' into develop-olympusAndreas Fischer2010-07-101-2/+2
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * ticket/nickvergessen/9678: [ticket/9678] Flash attachments are not displayed in subsilver2.
| | * | | [ticket/9678] Flash attachments are not displayed in subsilver2.Joas Schilling2010-07-081-2/+2
| | | |/ | | |/| | | | | | | | | PHPBB3-9678
| * | | [ticket/9677] Subsilver2 is missing the bbcode-helpline for inline-attachments.Joas Schilling2010-07-081-0/+1
| |/ / | | | | | | | | | PHPBB3-9677
* | | Merge branch 'develop-olympus' into developAndreas Fischer2010-06-201-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9653] Valid XHTML with code BBCode in subsilver2 viewtopic signatures [ticket/9656] Remove @ from phpinfo() to get correct error_reporting value. [ticket/9665] Allow preview of signature when it is the string "0". [ticket/9112] Make sure current user can see most active forum/topic. [ticket/9655] Pass E_USER_WARNING, so it doesn't look like a successful action. [ticket/9643] Only split $port from $sqlserver, if it's not an IPv6 address. Conflicts: phpBB/styles/subsilver2/template/ucp_profile_signature.html phpBB/styles/subsilver2/template/viewtopic_body.html
| * | 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
* | | | Merge branch 'task/naderman/drop-subsilver2' into developAndreas Fischer2010-06-17196-9394/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * task/naderman/drop-subsilver2: [task/drop-subsilver2] Removing subsilver2 for Ascraeus development. Conflicts: phpBB/styles/subsilver2/template/ucp_pm_message_footer.html phpBB/styles/subsilver2/template/ucp_pm_viewfolder.html
| * | | | [task/drop-subsilver2] Removing subsilver2 for Ascraeus development.Nils Adermann2010-05-16196-9390/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The discussion about this has taken place on area51: http://area51.phpbb.com/phpBB/viewtopic.php?f=81&t=32496 PHPBB3-9607
* | | | | Merge branch 'develop-olympus' into developAndreas Fischer2010-06-172-4/+4
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9587] Replace '0px' with '0'. [ticket/9605] Wrong class added to topiclist, when there's no announcement topic.
| * | | | [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