aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | [ticket/15701] Display signature in MCPJakub Senko2018-09-252-0/+10
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | PHPBB3-15701
* | | | | | | [ticket/15848] Update plupload to 2.3.6Jakub Senko2018-10-181-9/+9
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | PHPBB3-15848
* | | | | | Merge pull request #5409 from senky/ticket/15494Marc Alexander2018-10-131-5/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15494] Allow user to be removed from NEWLY_REGISTERED multiple times
| * | | | | | [ticket/15494] Allow user to be removed from NEWLY_REGISTERED multiple timesJakub Senko2018-10-081-5/+0
| |/ / / / / | | | | | | | | | | | | | | | | | | PHPBB3-15494
* | | | | | 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-132-0/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15554] Add simple_footer_body_after
| * | | | | | [ticket/15554] Add simple_footer_body_afterJakub Senko2018-10-112-0/+9
| |/ / / / / | | | | | | | | | | | | | | | | | | PHPBB3-15554
* | | | | | Merge pull request #5381 from senky/ticket/15616Marc Alexander2018-10-131-1/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15616] Remove jumpbox from login_forum.html
| * | | | | | [ticket/15616] Add jumpbox to login_forum.htmlJakub Senko2018-09-261-1/+3
| |/ / / / / | | | | | | | | | | | | | | | | | | PHPBB3-15616
* | | | | | Merge pull request #5375 from senky/ticket/15706Marc Alexander2018-10-132-0/+16
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15706] Add mcp_post_report_buttons_top_* events
| * | | | | | [ticket/15706] Add mcp_post_report_buttons_top_* eventsJakub Senko2018-10-122-0/+16
| |/ / / / / | | | | | | | | | | | | | | | | | | PHPBB3-15706
* | | | | | Merge pull request #5373 from senky/ticket/15771Marc Alexander2018-10-131-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15771] Improve Q&A instructions
| * | | | | | [ticket/15771] Improve Q&A instructionsJakub Senko2018-09-251-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | PHPBB3-15771
* | | | | | Merge pull request #5371 from senky/ticket/15792Marc Alexander2018-10-132-0/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15792] Add confirm_delete_body_delete_reason_before
| * | | | | | [ticket/15792] Add confirm_delete_body_delete_reason_beforeJakub Senko2018-10-122-0/+9
| |/ / / / / | | | | | | | | | | | | | | | | | | PHPBB3-15792
* | | | | | Merge pull request #5368 from kinerity/ticket/15803Marc Alexander2018-10-131-1/+16
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15803] Add events on ucp_pm_compose for additional message list actions
| * | | | | | [ticket/15803] Change 'object' to 'bool'Kailey Truscott2018-09-251-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15803
| * | | | | | [ticket/15803] Global $phpbb_dispatcherkinerity2018-09-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15803
| * | | | | | [ticket/15803] Fix since versionkinerity2018-09-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15803
| * | | | | | [ticket/15803] Add events on ucp_pm_compose for additional message list actionskinerity2018-09-221-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Event added for the handle_message_list_actions() function in ucp_pm_compose so that extensions can perform additional actions. PHPBB3-15803
* | | | | | | Merge pull request #5367 from JimMH/3.2.xMarc Alexander2018-10-131-1/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | [ticket/15788] Fix return button for Privacy Policy
| * | | | | | [ticket/15788] Fix return button for Privacy PolicyJim Mossing Holsteyn2018-10-101-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the text from "Return to Login Page" to "Return to Previous page" as the privacy policy can now be accessed through the footer so we could return to any random previous page instead of just the login page. PHPBB3-15788
* | | | | | Merge pull request #5412 from marc1706/ticket/15557Marc Alexander2018-10-121-127/+127
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15557] Update composer to latest stable & symfony to 2.8.46
| * | | | | | [ticket/15557] Update symfony to 2.8.46Marc Alexander2018-10-101-73/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15557
| * | | | | | [ticket/15557] Update composer.phar to 1.7.2Marc Alexander2018-10-101-68/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15557
* | | | | | | Merge pull request #5374 from senky/ticket/15758Marc Alexander2018-10-101-5/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | [ticket/15758] Show translated msg for INSECURE_REDIRECT
| * | | | | | [ticket/15758] Show translated msg for INSECURE_REDIRECTJakub Senko2018-09-281-5/+5
| | |/ / / / | |/| | | | | | | | | | | | | | | | PHPBB3-15758
* | | | | | Merge pull request #5386 from senky/ticket/15809Marc Alexander2018-10-101-9/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15809] Allow twig syntax for template events
| * | | | | | [ticket/15809] Allow twig syntax for template eventsJakub Senko2018-09-301-9/+2
| |/ / / / / | | | | | | | | | | | | | | | | | | PHPBB3-15809
* | | | | | 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 #5378 from senky/ticket/15642Marc Alexander2018-10-091-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15642] Replace > with >
| * | | | | | [ticket/15642] Replace > with >Jakub Senko2018-09-251-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | PHPBB3-15642
* | | | | | Merge pull request #5377 from senky/ticket/15700Marc Alexander2018-10-091-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15700] Use correct T_THEME_LANG_NAME
| * | | | | | [ticket/15700] Use correct T_THEME_LANG_NAMEJakub Senko2018-09-251-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | PHPBB3-15700
* | | | | | 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 #5287 from toxyy/ticket/15719Marc Alexander2018-10-091-0/+23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15719] Add core events to viewtopic to edit the post_list sql query
| * | | | | | | [ticket/15719] Add core events to viewtopic to edit the post_list sql queryToxyy2018-07-091-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Event added in viewtopic.php so you can modify post_list sql The query, sql limit, sql start, sort keys and days are editable PHPBB3-15719
* | | | | | | | Merge pull request #5394 from Elsensee/ticket/12430Marc Alexander2018-10-091-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12430] Remove hilit param from topic title link
| * | | | | | | | [ticket/12430] Remove hilit param from topic title linkOliver Schramm2018-10-011-1/+1
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12430
* | | | | | | | Merge pull request #5326 from rubencm/ticket/15762Marc Alexander2018-10-092-1/+38
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15762] Update type for forum_topics_per_page
| * | | | | | | | [ticket/15762] Update migration dependencyrubencm2018-10-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15762
| * | | | | | | | [ticket/15762] Update type for forum_topics_per_page in acp_forumsRubén Calvo2018-08-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15762
| * | | | | | | | [ticket/15762] Update type for forum_topics_per_pageRubén Calvo2018-08-301-0/+37
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15762
* | | | | | | | Merge pull request #5370 from senky/ticket/15805Marc Alexander2018-10-081-1/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15805] Add result to core.login_box_redirect
| * | | | | | | | [ticket/15805] Add result to core.login_box_redirectJakub Senko2018-09-241-1/+3
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15805