aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5301 from senky/ticket/11500Marc Alexander2018-10-082-8/+9
|\ | | | | | | [ticket/11500] Remove unnamed input
| * [ticket/11500] Remove unnamed inputJakub Senko2018-07-262-8/+9
| | | | | | | | PHPBB3-11500
* | Merge pull request #5296 from MikelAlejoBR/ticket/15622Marc Alexander2018-10-083-34/+63
|\ \ | | | | | | | | | [ticket/15622] Fix quoting in PMs when BBCodes are disabled
| * | [ticket/15622] Rename function to avoid potential future conflictsMikelAlejoBR2018-09-163-3/+3
| | | | | | | | | | | | 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-313-51/+60
| | | | | | | | | | | | 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 #5251 from senky/ticket/15668Marc Alexander2018-10-082-2/+2
|\ \ \ | | | | | | | | | | | | [ticket/15668] Replace .load() with .on('load')
| * | | [ticket/15668] Replace .load() with .on('load')Jakub Senko2018-06-182-2/+2
| | | | | | | | | | | | | | | | PHPBB3-15668
* | | | 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 #5219 from senky/ticket/15661Marc Alexander2018-10-081-0/+23
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15661] Add core.viewtopic_modify_poll_ajax_data
| * | | | | [ticket/15661] Add core.viewtopic_modify_poll_ajax_dataJakub Senko2018-09-161-0/+23
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-15661
* | | | | Merge pull request #5215 from Zoddo/ticket/13128Marc Alexander2018-10-082-8/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13128] Remove deprecated Sphinx options
| * | | | | [ticket/13128] Remove deprecated Sphinx optionsZoddo2018-04-232-8/+0
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These configuration options are deprecated: * sql_query_info (since sphinx 2.2.2; used only by the "search" command which was removed; wiki need to be updated accordingly) * max_matches (since sphinx 2.2.3; should be set in the sphinx query) * charset_type (since sphinx 2.2.2; sphinx now supports only utf-8) * compat_sphinxql_magics (since sphinx 2.2.1) PHPBB3-13128
* | | | | 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 #5369 from Elsensee/ticket/15544Marc Alexander2018-09-251-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15544] Delete cache through module manager
| * | | | | | [ticket/15544] Delete cache through module managerOliver Schramm2018-09-241-2/+2
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This might fix issues with migrations since the sql cache will be purged as well. In general, this puts all the logic in one place, so that's good. PHPBB3-15544
* | | | | | Merge pull request #5319 from rubencm/ticket/15751Marc Alexander2018-09-171-2/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15751] Fix warning when update with CLI
| * | | | | | [ticket/15751] Fix warning when update with CLIRubén Calvo2018-08-091-2/+5
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | PHPBB3-15751
* | | | | | 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 #5312 from senky/ticket/15541Marc Alexander2018-09-161-0/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15541] Explicitly explain how to add lang files in core.user_…
| * | | | | | [ticket/15541] Explicitly explain how to add lang files in core.user_setupJakub Senko2018-08-011-0/+3
| |/ / / / / | | | | | | | | | | | | | | | | | | PHPBB3-15541
* | | | | | 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 #5307 from Zoddo/ticket/15735Marc Alexander2018-09-165-0/+35
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15735] Add *_content_after template event
| * | | | | | [ticket/15735] Add viewtopic_body_postrow_content_after template eventZoddo2018-07-302-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-302-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-302-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-292-0/+9
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed for extensions who adds information at the end of the message (such as moderator messages). PHPBB3-15735
* | | | | | Merge pull request #5300 from senky/ticket/11453Marc Alexander2018-09-162-4/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/11453] Improve performance of notification.method.messenger_base
| * | | | | | [ticket/11453] Improve performance of notification.method.messenger_baseJakub Senko2018-07-272-4/+6
| | |/ / / / | |/| | | | | | | | | | | | | | | | PHPBB3-11453
* | | | | | Merge pull request #5295 from v12mike/ticket/15726Marc Alexander2018-09-162-1/+22
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Ticket/15726 Implement selective purge in APCu cache driver
| * | | | | | [ticket/15726] Implement selective purge in APCuv12mike2018-09-161-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix indentation of comment PHPBB3-15726
| * | | | | | [ticket/15726] Implement selective purge in APCu cache driverv12mike2018-09-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Edit comment PHPBB3-15726
| * | | | | | [ticket/15726] Implement selective purge in APCu cache driverv12mike2018-09-161-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix whitespace PHPBB3-15726
| * | | | | | [ticket/15726] Implement selective purge in APCu cache driverv12mike2018-09-162-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correcting code formatting and whitespace PHPBB3-15726
| * | | | | | [ticket/15726] Implement selective purge in APCu cache driverv12mike2018-09-162-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix file permissions PHPBB3-15726
| * | | | | | [ticket/15726] Implement selective purge in APCu cache driverv12mike2018-09-161-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix whitespace PHPBB3-15726
| * | | | | | [ticket/15726] Implement selective purge in APCu cache driverv12mike2018-09-162-1/+22
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current APCu cache driver implements a global clearing of the APCu when the phpBB cache is purged. This is inappropriate if there are other phpBB boards, or other php applications sharing the APCu cache. This patch changes the behviour so that only cache entries matching the key_prefix of this board are cleared by a phpBB cache purge. The APCu unit test script has been updated to test this behaviour. It has also been updated so that the test case can be run individually previously it relied on initialisations made in other test scripts. PHPBB3-15726
* | | | | | Merge pull request #5305 from MikelAlejoBR/ticket/15733Marc Alexander2018-09-164-15/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15733] Remove unused code related to deprecated flood control
| * | | | | | [ticket/15733] Fix undeclared variable concatenationMikelAlejoBR2018-07-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15733
| * | | | | | [ticket/15733] Correct "changed" tag version to 3.2.4-RC1MikelAlejoBR2018-07-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15733
| * | | | | | [ticket/15733] Merge related ticket PHPBB3-15697Mikel Alejo2018-07-291-3/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15733