aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | | | | Merge pull request #5292 from rubencm/ticket/15723Marc Alexander2018-09-171-8/+21
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15723] Rewrite gen_rand_string() and gen_rand_string_friendly()
| * | | | | [ticket/15723] Rewrite unique_id tooRubén Calvo2018-08-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15723
| * | | | | [ticket/15723] Rewrite gen_rand_string() and gen_rand_string_friendly()Rubén Calvo2018-07-141-7/+20
| | |_|/ / | |/| | | | | | | | | | | | | PHPBB3-15723
* | | | | Merge pull request #5309 from Zoddo/ticket/15737Marc Alexander2018-09-161-1/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15737] Add $user_rows to core.delete_user_before
| * | | | | [ticket/15737] Add $user_rows to core.delete_user_beforeZoddo2018-07-301-1/+3
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | It was added to core.delete_user_after in GH-4905 PHPBB3-15737
* | | | | Merge pull request #5305 from MikelAlejoBR/ticket/15733Marc Alexander2018-09-161-4/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15733] Remove unused code related to deprecated flood control
| * | | | | [ticket/15733] Fix undeclared variable concatenationMikelAlejoBR2018-07-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15733
| * | | | | [ticket/15697] Remove unused variable and corresponding input fieldMikelAlejoBR2018-07-281-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15697
| * | | | | [ticket/15697] Remove hard coded time check when sending PMsMikelAlejoBR2018-07-231-1/+1
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-15697
* | | | | Merge pull request #5160 from kasimi/ticket/15590Marc Alexander2018-09-161-1/+35
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15590] Add events core.acp_bbcodes_(modify_create|delete)_after
| * | | | | [ticket/15590] Add events core.acp_bbcodes_(modify_create|delete)_afterkasimi2018-07-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15590
| * | | | | [ticket/15590] Add events core.acp_bbcodes_(modify_create|delete)_afterkasimi2018-03-161-1/+35
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15590
* | | | | | Merge pull request #5349 from rubencm/ticket/15566Derky2018-09-141-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | [ticket/15566] Set category to none if extension don't exist
| * | | | | [ticket/15566] Add missing variable signrubencm2018-09-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15566
| * | | | | [ticket/15566] Set category to none if extension don't existrubencm2018-09-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15566