aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Merge branch '3.1.x'Marc Alexander2015-08-221-3/+4
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | Conflicts: phpBB/styles/subsilver2/template/attachment.html
| * | | | | Merge pull request #3804 from rxu/ticket/14065Marc Alexander2015-08-221-3/+4
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14065] Add template events to attachment.html
| | * | | | | [ticket/14065] Add template events to attachment.htmlrxu2015-08-031-3/+4
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Additionally remove some unnecessary empty lines. PHPBB3-14065
* | | | | | Merge branch '3.1.x'Marc Alexander2015-08-201-6/+6
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/docs/events.md phpBB/styles/subsilver2/template/mcp_forum.html
| * | | | | Merge pull request #3797 from RMcGirr83/ticket/13863Marc Alexander2015-08-201-6/+6
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/13863] Add topic_row_append/prepend to mcp_forum.html
| | * | | | | [ticket/13863] Add topic_row_append/prepend to mcp_forum.htmlRichard McGirr2015-07-281-6/+6
| | |/ / / / | | | | | | | | | | | | | | | | | | PHPBB3-13863
* | | | | | Merge branch '3.1.x'Marc Alexander2015-08-201-0/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #3783 from Zoddo/ticket/14041Marc Alexander2015-08-201-0/+3
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14041] Add viewtopic_dropdown_*_custom template event
| | * | | | | [ticket/14041] Add viewtopic_dropdown_*_custom template eventZoddo2015-07-211-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows an extension to create a custom dropdown menu. PHPBB3-14041 PHPBB3-14042
* | | | | | | Merge branch '3.1.x'Marc Alexander2015-08-201-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/styles/subsilver2/template/mcp_topic.html
| * | | | | | Merge pull request #3769 from Zoddo/ticket/14023Marc Alexander2015-08-201-1/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14090] Add mcp_topic_topic_title_* template events
| | * | | | | | [ticket/14090] Add mcp_topic_topic_title_* template eventsZoddo2015-08-111-1/+1
| | | |_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows to add some information before/after the topic title PHPBB3-14090
* | | | | | | Merge branch '3.1.x'Marc Alexander2015-08-201-3/+3
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/styles/subsilver2/template/breadcrumbs.html
| * | | | | | Merge pull request #3846 from rxu/ticket/14115Marc Alexander2015-08-201-3/+3
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14115] Fix breadcrumbs microdata to make it valid
| | * | | | | | [ticket/14115] Fix breadcrumbs microdata to make it validrxu2015-08-201-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14115
* | | | | | | | Merge branch '3.1.x'Andreas Fischer2015-08-181-1/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/14077] Fall back to 1 as focusOffset if length is unsupported
| * | | | | | | Merge pull request #3818 from marc1706/ticket/14077Andreas Fischer2015-08-181-1/+5
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14077] Fall back to 1 as focusOffset if length is unsupported * marc1706/ticket/14077: [ticket/14077] Fall back to 1 as focusOffset if length is unsupported
| | * | | | | | | [ticket/14077] Fall back to 1 as focusOffset if length is unsupportedMarc Alexander2015-08-171-1/+5
| | | |_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The setBaseAndExtent() in Microsoft's Edge browser is incompatible with the one Webkit browsers use. As a result of that, we have to fall back to setting the focusOffset to 1 instead of the text length. PHPBB3-14077
* | | | | | | | Merge branch '3.1.x'Marc Alexander2015-08-141-0/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/styles/subsilver2/template/posting_body.html
| * | | | | | | Merge pull request #3761 from Zoddo/ticket/13997Marc Alexander2015-08-141-0/+1
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | | | | | | | | [ticket/13997] Add posting_editor_submit_buttons template event
| | * | | | | | [ticket/13997] Add posting_editor_submit_buttons template eventZoddo2015-08-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13997
* | | | | | | | Merge branch '3.1.x'Tristan Darricau2015-08-121-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/14093] Hardcoded language in ucp_pm_viewfolder.html
| * | | | | | | [ticket/14093] Hardcoded language in ucp_pm_viewfolder.htmlrxu2015-08-121-1/+1
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | PHPBB3-14093
* | | | | | | Merge branch '3.1.x'Marc Alexander2015-08-111-0/+2
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/styles/subsilver2/template/mcp_forum.html
| * | | | | | [ticket/14086] Add mcp_forum_topic_title_* template eventsZoddo2015-08-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows to add some information before/after the topic title PHPBB3-14086
* | | | | | | Merge branch '3.1.x'Marc Alexander2015-08-091-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/styles/subsilver2/template/posting_body.html
| * | | | | | [ticket/14019] Add posting_topic_title_before template eventZoddo2015-08-091-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows to add some information on the left of the topic title in the posting form PHPBB3-14019
* | | | | | Merge branch '3.1.x'Marc Alexander2015-08-092-2/+6
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #3756 from rxu/ticket/14005Marc Alexander2015-08-092-2/+6
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | [ticket/14005] Allow extensions control post buttons displaying
| | * | | | [ticket/14005] Allow extensions control post buttons displaying for PMrxu2015-07-171-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14005
| | * | | | [ticket/14005] Allow extensions control post buttons displayingrxu2015-07-121-1/+2
| | |/ / / | | | | | | | | | | | | | | | PHPBB3-14005
* | | | | Merge branch '3.1.x'Marc Alexander2015-07-234-1/+9
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/styles/subsilver2/template/memberlist_body.html phpBB/styles/subsilver2/template/memberlist_view.html phpBB/styles/subsilver2/template/viewtopic_body.html
| * | | | Merge pull request #3739 from javiexin/ticket/13982Marc Alexander2015-07-234-1/+9
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13982] Add events around ranks Conflicts: phpBB/docs/events.md
| | * | | | [ticket/13982] Add events around ranksjaviexin2015-07-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add events to present information around ranks in the memberlist, user profile, viewtopic profile and private message profile. Slight repositioning of events in the memberlist. PHPBB3-13982
| | * | | | [ticket/13982] Add events around ranksjaviexin2015-07-044-1/+9
| | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Add events to present information around ranks in the memberlist, user profile, viewtopic profile and private message profile. PHPBB3-13982
* | | | | Merge pull request #3781 from Elsensee/ticket/8708-2Tristan Darricau2015-07-221-4/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/8708] Add extra permission for posting global announcements * Elsensee/ticket/8708-2: [ticket/8708] Apply permission 'f_announce_global' [ticket/8708] Add f_announce_global permission
| * | | | | [ticket/8708] Apply permission 'f_announce_global'Oliver Schramm2015-07-191-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-8708
* | | | | | Merge branch '3.1.x'Marc Alexander2015-07-222-0/+3
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | [ticket/13843] Add templates events to insert custom panel in postingalf0072015-07-222-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Events added in events.md Add in template posting_editor.html for link to custom panel Add in template posting_layout.html for include of custom panel template body PHPBB3-13843
* | | | | | Merge branch '3.1.x'Marc Alexander2015-07-201-0/+2
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | | Conflicts: phpBB/styles/subsilver2/template/ucp_main_front.html
| * | | | [ticket/14002] Add template events before/after user details in ucp_main_frontrxu2015-07-111-0/+2
| | |/ / | |/| | | | | | | | | | PHPBB3-14002
* | | | [ticket/11444] Moving the in-board notifications to a method classNicofuma2015-07-131-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently the in-board method for the notifications is hardcoded and cannot be disabled. This method should be in his own class extending `phpbb\notification\method\method_interface`. It also add the possibility, for each method, to be enabled by default (ie: no entry in the DB => notification enabled). https://tracker.phpbb.com/browse/PHPBB3-11444 https://tracker.phpbb.com/browse/PHPBB3-11967 PHPBB3-11444
* | | | Merge branch '3.1.x'Marc Alexander2015-07-072-2/+2
|\ \ \ \ | |/ / /
| * | | [ticket/13955] Revert changes made in previous commitKailey Truscott2015-07-062-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert the javascript function change Place the families code on it's own line PHPBB3-13955
| * | | [ticket/13955] Fix javascript to conform to Google and add simple_headerKailey Truscott2015-07-062-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the javascript code to conform to Google Fonts standard Add code to fix simple_header PHPBB3-13955
| * | | [ticket/13955] Fix WebFontConig to load web fonts correctlyKailey Truscott2015-07-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix overall_header's WebFontConfig section to load fonts correctly in all browsers. PHPBB3-13955
* | | | Merge pull request #3623 from s9e/ticket/10620Tristan Darricau2015-07-073-2/+37
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/10620] Quote improvements
| * | | | [ticket/10620] Moved quote's date to the upper cornerJoshyPHP2015-06-251-1/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-10620
| * | | | [ticket/10620] Added enhanced quotes in pm historyJoshyPHP2015-06-251-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-10620
| * | | | [ticket/10620] Added enhanced quotes in topic reviewJoshyPHP2015-06-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added support for enhanced quotes in topic_review's quote button. NOTE: the UI doesn't appear to be testable via PhantomJS. PHPBB3-10620