aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | [ticket/10432] Don't require username when user forgets passwordJakub Senko2018-10-181-4/+9
| | | | | | | | | | | | | | | | PHPBB3-10432
| * | | Merge pull request #5401 from dark-1/ticket/15827Marc Alexander2018-10-285-10/+10
| |\ \ \ | | | | | | | | | | | | | | | [ticket/15827] Add *_username_{prepend/append} template events
| | * | | [ticket/15827] Add *_username_{prepend/append} template eventsDark❶2018-10-025-10/+10
| | | | | | | | | | | | | | | | | | | | PHPBB3-15827
| * | | | Merge pull request #5380 from senky/ticket/15619Marc Alexander2018-10-271-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15619] Always display CPF legend
| | * | | | [ticket/15619] Always display CPF legendJakub Senko2018-09-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15619
| * | | | | Merge pull request #5379 from senky/ticket/15621Marc Alexander2018-10-203-6/+6
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | [ticket/15621] Remove graphical inconsistencies
| | * | | | [ticket/15621] Remove graphical inconsistenciesJakub Senko2018-09-263-6/+6
| | | |/ / | | |/| | | | | | | | | | | | PHPBB3-15621
| * | | | Merge pull request #5384 from DavidIQ/ticket/15552Marc Alexander2018-10-131-5/+3
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15552] Call insert_single_user when appropriate
| | * | | | [ticket/15552] Call insert_single_user when appropriateDavid Colón2018-09-251-5/+3
| | |/ / / | | | | | | | | | | | | | | | PHPBB3-15552
| * | | | Merge pull request #5383 from senky/ticket/15554Marc Alexander2018-10-131-0/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15554] Add simple_footer_body_after
| | * | | | [ticket/15554] Add simple_footer_body_afterJakub Senko2018-10-111-0/+2
| | |/ / / | | | | | | | | | | | | | | | PHPBB3-15554
| * | | | Merge pull request #5375 from senky/ticket/15706Marc Alexander2018-10-131-0/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15706] Add mcp_post_report_buttons_top_* events
| | * | | | [ticket/15706] Add mcp_post_report_buttons_top_* eventsJakub Senko2018-10-121-0/+2
| | |/ / / | | | | | | | | | | | | | | | PHPBB3-15706
| * | | | Merge pull request #5371 from senky/ticket/15792Marc Alexander2018-10-131-0/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15792] Add confirm_delete_body_delete_reason_before
| | * | | | [ticket/15792] Add confirm_delete_body_delete_reason_beforeJakub Senko2018-10-121-0/+2
| | |/ / / | | | | | | | | | | | | | | | PHPBB3-15792
| * | | | Merge pull request #5382 from senky/ticket/15596Marc Alexander2018-10-091-2/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15596] Migrate from data-vocabulary.org to schema.org
| | * | | | [ticket/15596] Migrate from data-vocabulary.org to schema.orgJakub Senko2018-09-251-2/+2
| | |/ / / | | | | | | | | | | | | | | | PHPBB3-15596
| * | | | Merge pull request #5170 from id-tarzanych/ticket/15600Marc Alexander2018-10-091-2/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15600] Escaped ban reasons in JavaScript code of mcp_warn.html
| | * | | | [ticket/15600] Escaped ban reasons in JavaScript code of mcp_warn.htmlSerge Skripchuk2018-10-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15600
| * | | | | Merge pull request #5366 from kasimi/ticket/15799Marc Alexander2018-10-091-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15799] Find correct poll for voting animation
| | * | | | | [ticket/15799] Find correct poll for voting animationkasimi2018-09-211-1/+1
| | | |/ / / | | |/| | | | | | | | | | | | | | | PHPBB3-15799
| * | | | | Merge pull request #5251 from senky/ticket/15668Marc Alexander2018-10-081-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | [ticket/15668] Replace .load() with .on('load')
| | * | | | [ticket/15668] Replace .load() with .on('load')Jakub Senko2018-06-181-1/+1
| | | |/ / | | |/| | | | | | | | | | | | PHPBB3-15668
| * | | | Merge pull request #5307 from Zoddo/ticket/15735Marc Alexander2018-09-164-0/+7
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15735] Add *_content_after template event
| | * | | | [ticket/15735] Add viewtopic_body_postrow_content_after template eventZoddo2018-07-301-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed for extensions who adds information at the end of the message (such as moderator messages). PHPBB3-15735
| | * | | | [ticket/15735] Add search_results_content_after template eventZoddo2018-07-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed for extensions who adds information at the end of the message (such as moderator messages). PHPBB3-15735
| | * | | | [ticket/15735] Add posting_topic_review_row_content_after template eventZoddo2018-07-301-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed for extensions who adds information at the end of the message (such as moderator messages). PHPBB3-15735
| | * | | | [ticket/15735] Add posting_preview_content_after template eventZoddo2018-07-291-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed for extensions who adds information at the end of the message (such as moderator messages). PHPBB3-15735
| * | | | | Merge branch 'prep-release-3.2.3' into 3.2.xMarc Alexander2018-09-091-2/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | [ticket/15740] Fix hardcoded Terms/PrivacyZoddo2018-08-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15740
| * | | | | Merge pull request #5256 from senky/ticket/13043Tristan Darricau2018-07-0811-38/+16
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13043] Improve HTML5 * github.com:/phpbb/phpbb: [ticket/13043] Improve HTML5
| | * | | | | [ticket/13043] Improve HTML5Jakub Senko2018-06-1811-38/+16
| | | |/ / / | | |/| | | | | | | | | | | | | | | PHPBB3-13043
| * | | | | Merge pull request #5262 from senky/ticket/15606Tristan Darricau2018-07-081-5/+7
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15606] Hide viewprofile link when unavailable * github.com:/phpbb/phpbb: [ticket/15606] Hide viewprofile link when unavailable
| | * | | | [ticket/15606] Hide viewprofile link when unavailableJakub Senko2018-06-181-5/+7
| | |/ / / | | | | | | | | | | | | | | | PHPBB3-15606
| * | | | [ticket/15676] Use paragraphs and classes as suggested by hanakinMarc Alexander2018-06-201-5/+27
| | | | | | | | | | | | | | | | | | | | PHPBB3-15676
| * | | | [ticket/15676] Use twig syntaxMarc Alexander2018-05-311-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-15676
| * | | | [ticket/15676] Simplify link text and use privacy link in cookie noticeMarc Alexander2018-05-311-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-15676
| * | | | [ticket/15676] Display privacy notice in footer & allow overriding U_PRIVACYMarc Alexander2018-05-311-0/+1
| |/ / / | | | | | | | | | | | | PHPBB3-15676
| * | | [ticket/12579] Add "BUTTON_" strings for Post and PM buttonsAkbar2018-02-132-9/+9
| | | | | | | | | | | | | | | | PHPBB3-12579
| * | | [ticket/15533] Fix typo in viewtopic_topic_tools.htmlrxu2018-01-251-1/+1
| | | | | | | | | | | | | | | | PHPBB3-15533
| * | | [ticket/15523] Fix AdBlocker causing JS error when using CookieConsentkasimi2018-01-191-16/+19
| | | | | | | | | | | | | | | | PHPBB3-15523
| * | | [ticket/15489] Add NO_FORUMS_IN_CATEGORY messageDerky2018-01-041-1/+1
| | | | | | | | | | | | | | | | PHPBB3-15489
| * | | [ticket/15489] Remove NO_FORUMS message for categories with subforumsDerky2017-12-311-1/+1
| | | | | | | | | | | | | | | | PHPBB3-15489
| * | | Merge pull request #5063 from vinny/ticket/15485Marc Alexander2017-12-281-1/+5
| |\ \ \ | | | | | | | | | | | | | | | [ticket/15485] Add template event for forum images
| | * | | [ticket/15485] Add template event for forum imagesvinny2017-12-181-1/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-15485
| * | | | Merge pull request #5042 from kinerity/ticket/15451Marc Alexander2017-12-271-0/+4
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15451] Add template event mcp_topic_postrow_attachments_before/after
| | * | | | [ticket/15451] Add template event mcp_topic_postrow_attachments_before/afterKailey Truscott2017-11-131-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15451
| * | | | | Merge pull request #5043 from kinerity/ticket/15452Marc Alexander2017-12-271-0/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | [ticket/15452] Add template event mcp_topic_postrow_post_before
| | * | | | [ticket/15452] Add template event mcp_topic_postrow_post_beforeKailey Truscott2017-11-131-0/+1
| | |/ / / | | | | | | | | | | | | | | | PHPBB3-15452
| * | | | [ticket/15455] Remove unessecary jumpboxMichael Miday2017-11-271-2/+0
| |/ / / | | | | | | | | | | | | PHPBB3-15455