aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template
Commit message (Collapse)AuthorAgeFilesLines
* Merge PR #1053 branch 'develop-olympus' into developOleg Pudeyev2012-12-051-5/+7
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10841] Revert more whitespace changes. [ticket/10841] Revert whitespace changes. [ticket/10841] adding space after if [ticket/10841] removing unnecessary spacing [ticket/10841] changing affectedrows check to COUNT in sql [ticket/10841] Modifying style and language selectors in UCP Conflicts: phpBB/includes/ucp/ucp_prefs.php phpBB/styles/prosilver/template/ucp_prefs_personal.html
| * [ticket/10841] Revert more whitespace changes.Oleg Pudeyev2012-12-051-2/+2
| | | | | | | | PHPBB3-10841
| * [ticket/10841] Revert whitespace changes.Oleg Pudeyev2012-12-051-13/+13
| | | | | | | | PHPBB3-10841
| * [ticket/10841] Modifying style and language selectors in UCPSenky2012-12-051-20/+22
| | | | | | | | | | | | | | Commit also deletes all unnecessary blank spaces at the end of the lines in both ucp_prefs_personal.html PHPBB3-10841
* | Merge PR #1041 branch 'cyberalien/ticket/11175' into developOleg Pudeyev2012-11-151-1/+2
|\ \ | | | | | | | | | | | | | | | * cyberalien/ticket/11175: [ticket/11175] Add microdata to prosilver [ticket/11175] Add microdata to subsilver2
| * | [ticket/11175] Add microdata to prosilverVjacheslav Trushkin2012-11-111-1/+2
| | | | | | | | | | | | | | | | | | Add breadcrumb microdata to prosilver PHPBB3-11175
* | | [ticket/11197] Prefix the css classes for the small arrow with "arrow"Marc Alexander2012-11-1317-38/+38
| | | | | | | | | | | | | | | | | | | | | | | | It does not make sense to have classes named "right" and "left" produce a small arrow next to text. It should be made clear that an arrow will appear. PHPBB3-11197
* | | Merge branch 'develop-olympus' into developAndreas Fischer2012-11-131-1/+1
|\ \ \ | | |/ | |/| | | | | | | * develop-olympus: [ticket/10879] Remove arrow icon from attachment link in editor
| * | [ticket/10879] Remove arrow icon from attachment link in editorMarc Alexander2012-11-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | If you upload a file with a long filename the filename will partially cover the arrow icon background image. Remove the icon as it's not needed anyways. PHPBB3-10879
* | | [ticket/10780] Use L_COLON for "download all attachments".Andreas Fischer2012-11-102-3/+3
| | | | | | | | | | | | PHPBB3-10780
* | | [ticket/10780] Replace colon usage in template output with {L_COLON}Nathan Guse2012-11-1072-353/+353
| | | | | | | | | | | | | | | | | | | | | Replace all the instances (I could find) where the colon is displayed to the user with {L_COLON} so it can be localised. PHPBB3-10780
* | | [ticket/10172] Show prosilver birthday list even if there are no birthdays.Andreas Fischer2012-11-091-1/+1
| | | | | | | | | | | | PHPBB3-10172
* | | Merge PR #717 branch 'develop-olympus' into developOleg Pudeyev2012-11-061-3/+3
|\ \ \ | |/ / | | | | | | | | | * develop-olympus: [ticket/10661] Added   to enumerated recipients (prosilver)
| * | Merge PR #717 branch 'NeoAdonis/ticket/10661' into develop-olympusOleg Pudeyev2012-11-061-3/+3
| |\ \ | | | | | | | | | | | | | | | | * NeoAdonis/ticket/10661: [ticket/10661] Added   to enumerated recipients (prosilver)
| | * | [ticket/10661] Added   to enumerated recipients (prosilver)Adonais Romero González2012-04-051-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added missing   to enumerated recipients after IF statements to see if it is a group or not (to_recipient.IS_GROUP and bcc_recipient.ISGROUP), in posting_editor template in prosilver style. PHPBB3-10661
* | | | Merge PR #858 branch 'callumacrae/ticket/10947' into developOleg Pudeyev2012-11-061-0/+4
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | * callumacrae/ticket/10947: [ticket/10947] Fixed quickmod autosubmit functionality.
| * | | [ticket/10947] Fixed quickmod autosubmit functionality.Callum Macrae2012-06-201-0/+4
| | | | | | | | | | | | | | | | PHPBB3-10947
* | | | [ticket/11018] Always display previous/next links if we can display oneJoas Schilling2012-10-171-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11018
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-10-062-2/+2
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/11135] Full replacement of credit link to https Conflicts: phpBB/install/convertors/convert_phpbb20.php
| * | | [ticket/11135] Full replacement of credit link to httpsVinny2012-10-052-2/+2
| | | | | | | | | | | | | | | | PHPBB3-11135
| * | | [ticket/10943] displays searched query in search resultDhruv Goel2012-08-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Search backend displays an additional normalized search query just above the ignored words. PHPBB3-10943
* | | | Merge remote-tracking branch 'EXreaction/ticket/11021' into developAndreas Fischer2012-09-152-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * EXreaction/ticket/11021: [ticket/11021] Fix the language changes that were lost previously
| * | | | [ticket/11021] Fix the language changes that were lost previouslyNathan Guse2012-09-152-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change U_HOME to U_SITE_HOME PHPBB3-11021
* | | | | Merge remote-tracking branch 'EXreaction/ticket/11021' into developAndreas Fischer2012-09-152-4/+4
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * EXreaction/ticket/11021: [ticket/11021] Remove unnecessary line spacing in functions.php [ticket/11021] Use L_SITE_HOME instead of L_HOME [ticket/11021] Better language strings for site home url/text [ticket/11021] subsilver2 support [ticket/11021] Add the option to specify a Site home URL and text
| * | | | [ticket/11021] Use L_SITE_HOME instead of L_HOMENathan Guse2012-09-152-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check site home url against !== '', not empty PHPBB3-11021
| * | | | [ticket/11021] Better language strings for site home url/textNathan Guse2012-09-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct the logo title to be {L_HOME} if {U_HOME} is used. Check if the Home text is instead of just equal to false when outputting it to the template PHPBB3-11021
| * | | | [ticket/11021] Add the option to specify a Site home URL and textNathan Guse2012-07-222-3/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-11021
* | | | | Merge remote-tracking branch 'mvinny/ticket/11065' into developAndreas Fischer2012-08-271-3/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * mvinny/ticket/11065: [ticket/11065] Close li tag on topic display options at MCP
| * | | | | [ticket/11065] Close li tag on topic display options at MCPVinny2012-08-261-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11065
* | | | | | Merge remote-tracking branch 'Fyorl/feature/attach-dl' into developAndreas Fischer2012-08-262-7/+42
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fyorl/feature/attach-dl: (75 commits) [feature/attach-dl] Removed the use of some abbreviations [feature/attach-dl] Changed $files_added checks [feature/attach-dl] Renamed $post_id to $post_msg_id [feature/attach-dl] Fixed a comment [feature/attach-dl] Optimised an sql query [feature/attach-dl] Fixed the logic in an sql statement [feature/attch-dl] $forum_id cast to int [feature/attach-dl] Fixed $file_added to $files_added [feature/attach-dl] Moved definition of $archive_name [feature/attach-dl] Swapped the order of an if statement [feature/attach-dl] Cast variables to int [feature/attach-dl] Added $archive_path [feature/attach-dl] Used COMMA_SEPARATOR instead of actual comma [feature/attach-dl] Renamed $count to $files_added [feature/attach-dl] Removed sprintf() use [feature/attach-dl] Removed need for array_keys() [feature/attach-dl] Added multiple attachment downloads to PMs [feature/attach-dl] Removed reliance on current($row) [feature/attach-dl] Renamed to phpbb_download_handle_forum_auth [feature/attach-dl] Moved PM authentication handling into own function ...
| * | | | | | [feature/attach-dl] Removed the use of some abbreviationsFyorl2012-08-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11042
| * | | | | | [feature/attach-dl] Added multiple attachment downloads to PMsFyorl2012-08-141-6/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11042
| * | | | | | [feature/attach-dl] Moved download links to bottom of topicFyorl2012-08-071-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11042
| * | | | | | [feature/attach-dl] Downloading all attachments fully implementedFyorl2012-08-041-2/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a function to list all available archiving methods and integrated it with the prosilver style. Heavy modifications to download/file.php to support archiving and downloading of multiple files at once. PHPBB3-11042
| * | | | | | [feature/attach-dl] Added links to the templatesFyorl2012-08-021-1/+5
| |/ / / / / | | | | | | | | | | | | | | | | | | PHPBB3-11042
* | | | | | [ticket/11047] Close TOTAL_MESSAGES at ucp_pm_viewfolder.htmlVinny2012-08-071-1/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This problem only occurs in prosilver With the variable unclosed, the language key isnt displayed PHPBB3-11047
* | | | | Merge remote-tracking branch 'nickvergessen/ticket/11004' into developAndreas Fischer2012-08-021-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * nickvergessen/ticket/11004: [ticket/11004] Always update suggestion button in timezone_preselect_select [ticket/11003] Ability to show full list of timezones with JavaScript enabled [ticket/11004] Make suggestion button a real button and fix it's value
| * | | | | [ticket/11004] Make suggestion button a real button and fix it's valueJoas Schilling2012-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11004
* | | | | | [ticket/11025] Replace <b> with <strong> and/or class for semantic stylingMatt Friedman2012-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11025
* | | | | | [ticket/11025] Make last topic titles in forum list BoldMatt Friedman2012-07-231-1/+1
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This small style tweak will make the truncated last topic titles shown in the forum list BOLD for better visual impact. PHPBB3-11025
* | | | | [ticket/11008] Change onunload_functions to not use eval()Igor Wiedler2012-07-216-8/+12
| | | | | | | | | | | | | | | | | | | | PHPBB3-11008
* | | | | [ticket/11008] Remove eval() calls to get document[id]Igor Wiedler2012-07-211-5/+1
|/ / / / | | | | | | | | | | | | PHPBB3-11008
* | | | Merge pull request #843 from nickvergessen/feature/new-tz-handlingNils Adermann2012-07-194-15/+45
|\ \ \ \ | | | | | | | | | | Feature/new tz handling
| * | | | [feature/new-tz-handling] Fix size of suggestion button in chromeJoas Schilling2012-07-191-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-9558
| * | | | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ↵Joas Schilling2012-07-1810-12/+71
| |\ \ \ \ | | | | | | | | | | | | | | | | | | feature/new-tz-handling
| * | | | | [feature/new-tz-handling] Move js functions into assets core.jsJoas Schilling2012-06-191-87/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-9558
| * | | | | [feature/new-tz-handling] Fix javascript in prosilverJoas Schilling2012-06-192-53/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use new coding guidelines, wrap code with (function($)) and use phpbb. prefix PHPBB3-9558
| * | | | | [feature/new-tz-handling] Use js and data attributes to create the eventsJoas Schilling2012-06-182-10/+9
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-9558
| * | | | | [feature/new-tz-handling] Add doc blocks to js functionsJoas Schilling2012-06-181-5/+14
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-9558
| * | | | | [feature/new-tz-handling] Use jQuery and INCLUDEJS for javascriptJoas Schilling2012-06-182-26/+29
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-9558