aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Merge pull request #5399 from 3D-I/ticket/15826Marc Alexander2018-10-271-0/+18
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15826] Add core.mcp_main_fork_sql_after
| * | | | | | [ticket/15826] Add core.mcp_main_fork_sql_after3D-I2018-10-171-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add row array PHPBB3-15826
| * | | | | | [ticket/15826] Add core.mcp_main_fork_sql_after3D-I2018-10-021-0/+16
| | |/ / / / | |/| | | | | | | | | | | | | | | | PHPBB3-15826
* | | | | | [ticket/15849] Stop using php4 constructorsRuben Calvo2018-10-2123-62/+62
| |_|/ / / |/| | | | | | | | | | | | | | PHPBB3-15849
* | | | | Merge pull request #5423 from kasimi/ticket/15852Marc Alexander2018-10-201-11/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15852] Fix whois for IPv6 addresses
| * | | | | [ticket/15852] Fix whois for IPv6 addresseskasimi2018-10-201-11/+4
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15852
* | | | | | Merge pull request #5151 from xchwarze/mailhookMarc Alexander2018-10-201-17/+66
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15836] Event to send message via external transport
| * | | | | | [ticket/15836] Rename event to have unique nameMarc Alexander2018-10-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15836
| * | | | | | [ticket/15836] Event to send message via external transportDSR!2018-10-131-17/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15836
* | | | | | | Merge pull request #5388 from toxyy/ticket/15819Marc Alexander2018-10-201-0/+13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15819] Add core event to functions_posting to modify notifications
| * | | | | | | [ticket/15819] Add core event to functions_posting to modify notificationsAlec2018-10-011-0/+13
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Events added to allow modifying notification data before in the database. Useful to change variables in the notification message, such as usernames. Includes some other residual data to allow this event to be versatile. PHPBB3-15819
* | | | | | | Merge pull request #5379 from senky/ticket/15621Marc Alexander2018-10-201-2/+2
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | [ticket/15621] Remove graphical inconsistencies
| * | | | | | [ticket/15621] Remove graphical inconsistenciesJakub Senko2018-09-261-2/+2
| |/ / / / / | | | | | | | | | | | | | | | | | | PHPBB3-15621
* | | | | | Merge pull request #5376 from senky/ticket/15701Marc Alexander2018-10-192-0/+10
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | [ticket/15701] Display signature in MCP
| * | | | | [ticket/15701] Display signature in MCPJakub Senko2018-09-252-0/+10
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-15701
* | | | | 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 #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 #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 #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 #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 #5326 from rubencm/ticket/15762Marc Alexander2018-10-091-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15762] Update type for forum_topics_per_page
| * | | | [ticket/15762] Update type for forum_topics_per_page in acp_forumsRubén Calvo2018-08-301-1/+1
| | | | | | | | | | | | | | | | | | | | 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
* | | | | Merge pull request #5354 from Elsensee/ticket/15329Marc Alexander2018-10-082-3/+26
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15329] Parse drafts before saving them (and decode)
| * | | | | [ticket/15329] Parse drafts before saving them (and decode)Oliver Schramm2018-09-142-3/+26
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-15329
* | | | | Merge pull request #5343 from senky/ticket/15716Marc Alexander2018-10-081-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15716] Remove OAuth data upon user deletion
| * | | | | [ticket/15716] Remove OAuth data upon user deletionJakub Senko2018-09-061-1/+1
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-15716
* | | | | Merge pull request #5338 from senky/ticket/15420Marc Alexander2018-10-081-1/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15420] Only update quote notification with original author
| * | | | | [ticket/15420] Only update quote notification with original authorJakub Senko2018-09-041-1/+7
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-15420
* | | | | Merge pull request #5296 from MikelAlejoBR/ticket/15622Marc Alexander2018-10-082-6/+56
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15622] Fix quoting in PMs when BBCodes are disabled
| * | | | | [ticket/15622] Rename function to avoid potential future conflictsMikelAlejoBR2018-09-162-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15622
| * | | | | [ticket/15622] Remove "since" tag as it belongs to eventsMikelAlejoBR2018-09-161-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15622
| * | | | | [ticket/15622] Refactor message link concatenationMikelAlejoBR2018-08-011-12/+5
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15622
| * | | | | [ticket/15622] Correct code styleMikelAlejoBR2018-08-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15622
| * | | | | [ticket/15622] Fix message link generationMikelAlejoBR2018-08-011-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now the message link is generated in different formats depending on whether BBCodes are allowed or not in the site. PHPBB3-15622
| * | | | | [ticket/15622] Extract duplicated codeMikelAlejoBR2018-07-312-23/+53
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15622
| * | | | | [ticket/15622] Fix quoting in PMs when BBCodes are disabledMikelAlejoBR2018-07-221-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before parsing the private message to be loaded a simple BBCode status check is done to verify that BBCodes are enabled. Depending on that option the quote will be formated as BBCode or as plain text, similarly to what is done in posting.php. PHPBB3-15622
* | | | | | Merge pull request #5220 from senky/ticket/15662Marc Alexander2018-10-081-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15662] Add $this->template to core.modify_notification_message
| * | | | | | [ticket/15662] Add templateJakub Senko2018-09-161-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15662
* | | | | | | Merge pull request #5152 from senky/ticket/15579Marc Alexander2018-10-081-2/+40
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | [ticket/15579] Add ucp_front events
| * | | | | | [ticket/15579] Add ucp_front eventsJakub Senko2018-09-161-2/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15579