aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | Merge branch '3.2.x' into ticket/15068javiexin2017-03-09428-6852/+41420
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | [ticket/15068] Add template vars retrieval from the template objectjaviexin2017-03-092-4/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add possibility to retrieve full block of vars PHPBB3-15068
| * | | | | | | | | | | | | [ticket/15068] Add template vars retrieval from the template objectjaviexin2017-02-053-0/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15068
* | | | | | | | | | | | | | [ticket/14992] Add temp index migration for removing duplicatesDavid Colón2017-05-254-3/+54
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #4701 from DavidIQ/ticket/14992Marc Alexander2017-05-257-13/+335
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14992] Improve user_notifications table performance
| * | | | | | | | | | | | | | [ticket/14992] Reduce notification table col sizesDavid Colón2017-05-252-1/+49
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | [ticket/14992] 'method' is needed for the unique indexDavid Colón2017-05-241-1/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | [ticket/14992] Remove temp index migrationDavid Colón2017-05-233-52/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | [ticket/14992] Make unit tests run more verboseMarc Alexander2017-05-212-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14992
| * | | | | | | | | | | | | | [ticket/14992] Correctly remove table name and prefix from keysMarc Alexander2017-05-211-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14992
| * | | | | | | | | | | | | | [ticket/14992] Shorten index name for user_id and item_idMarc Alexander2017-05-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14992
| * | | | | | | | | | | | | | [ticket/14992] Check index name length in a more proper wayDavid Colón2017-03-017-17/+181
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14992] Add indexes to user_notifications table
| * | | | | | | | | | | | | | [ticket/14992] Add indexes to user_notifications tableDavid Colón2017-03-014-8/+157
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14992] Change how index length is checked [ticket/14992] Remove duplicates from user_notifications table [ticket/14992] Add unique index to user_notifications table [ticket/14992] Shorten unique index name [ticket/14992] Shorten another index for user notifications
* | | | | | | | | | | | | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2017-05-121-0/+51
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / | |/| | | | | / / / / / / / / | |_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | * 3.1.x: [ticket/15226] Add index for latest topics to topics table
| * | | | | | | | | | | | | [ticket/15226] Add index for latest topics to topics tableMarc Alexander2017-05-111-0/+51
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15226
* | | | | | | | | | | | | [ticket/15202] To disable, an extension must be enabledjaviexin2017-04-281-2/+2
| |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15202
* | | | | | | | | | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2017-04-191-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/15146] Date profile field validation incorrect
| * | | | | | | | | | | Merge pull request #4763 from javiexin/ticket/15146Tristan Darricau2017-04-191-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15146] Date profile field validation incorrect * github.com:phpbb/phpbb: [ticket/15146] Date profile field validation incorrect
| | * | | | | | | | | | | [ticket/15146] Date profile field validation incorrectjaviexin2017-03-241-1/+1
| | | |/ / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix by changing select input field options to match validation range PHPBB3-15146
* | | | | | | | | | | | [ticket/15163] Escape curly braces in smilies HTML attributesJoshyPHP2017-04-181-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15163
* | | | | | | | | | | | Merge pull request #4692 from rubencm/ticket/15084Tristan Darricau2017-04-181-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15084] Fix wrong order of breadcrumbs in module management * github.com:phpbb/phpbb: [ticket/15084] fix wrong order of breadcrumbs on module management
| * | | | | | | | | | | | [ticket/15084] fix wrong order of breadcrumbs on module managementRubén Calvo2017-03-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15084
* | | | | | | | | | | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2017-04-181-6/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/15108] Remove duplicate code in request->context
| * | | | | | | | | | | | Merge pull request #4718 from javiexin/ticket/15108Tristan Darricau2017-04-181-6/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15108] Remove duplicate code in request->overwrite * github.com:phpbb/phpbb: [ticket/15108] Remove duplicate code in request->context
| | * | | | | | | | | | | [ticket/15108] Remove duplicate code in request->contextjaviexin2017-03-021-6/+0
| | | |/ / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15108
* | | | | | | | | | | | [ticket/15180] Adjust \phpbb\di\extension\core::TWIG_OPTIONS_POSITIONTristan Darricau2017-04-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15180
* | | | | | | | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-04-171-17/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | Merge pull request #4689 from javiexin/ticket/15080Marc Alexander2017-04-171-45/+15
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15080] Save unneeded file loads for extension metadata
| | * | | | | | | | | | | [ticket/15080] Save unneeded file loads for extension metadatajaviexin2017-02-091-45/+15
| | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15080
| * | | | | | | | | | | Merge pull request #4592 from javiexin/ticket/14938Marc Alexander2017-04-162-21/+17
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14938] Inconsistency in ext_mgr all_available vs is_available
| | * | | | | | | | | | | [ticket/14938] Inconsistency in ext_mgr all_available vs is_availablejaviexin2017-02-102-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Made is_available much more strict, in line with the checks in all_available Refactor all_available to use is_available, saving duplicate code. Further simplify is_available by using metadata_manager. Make optional the template object on metadata_manager creation. PHPBB3-14938
| | * | | | | | | | | | | [ticket/14938] Inconsistency in ext_mgr all_available vs is_availablejaviexin2017-02-091-18/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Made is_available much more strict, in line with the checks in all_available Refactor all_available to use is_available, saving duplicate code. Further simplify is_available by using metadata_manager. PHPBB3-14938
| | * | | | | | | | | | | [ticket/14938] Inconsistency in ext_mgr all_available vs is_availablejaviexin2016-12-301-17/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Made is_available much more strict, in line with the checks in all_available Refactor all_available to use is_available, saving duplicate code. PHPBB3-14938
| | * | | | | | | | | | | [ticket/14938] Inconsistency in ext_mgr all_available vs is_availablejaviexin2016-12-261-1/+23
| | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Made is_available much more strict, in line with the checks in all_available PHPBB3-14938
| * | | | | | | | | | | Merge pull request #4761 from VSEphpbb/ticket/15142Marc Alexander2017-04-111-0/+63
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | [ticket/15142] Check extension updates on current branch
* | | | | | | | | | | | [ticket/14990] Move dispatcher object to the front of the options arrayrxu2017-04-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14990
* | | | | | | | | | | | [ticket/14990] Fix event name, email parsing, installer and dispatcher callsrxu2017-04-161-14/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14990
* | | | | | | | | | | | [ticket/14990] Add core events to the Twig environmentrxu2017-04-161-1/+31
| |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14990
* | | | | | | | | | | Merge pull request #4698 from javiexin/ticket/15087Marc Alexander2017-04-163-145/+68
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15087] Optimize creation of metadata objects by caching
| * | | | | | | | | | | [ticket/15087] Optimize creation of metadata objects by cachingjaviexin2017-02-123-82/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Caching is done in ext_manager, and metadata_manager is further simplified by reducing the number of parameters needed. Also, move template output function from metadata_manager to acp_extensions, where it belongs. PHPBB3-15087
| * | | | | | | | | | | [ticket/15087] Optimize creation of metadata objects by cachingjaviexin2017-02-121-48/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code for [ticket/15080] Save unneeded file loads for extension metadata for phpbb 3.2. PHPBB3-15087
| * | | | | | | | | | | [ticket/15087] Optimize creation of metadata objects by cachingjaviexin2017-02-121-17/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code for [ticket/14938] Inconsistency in ext_mgr all_available vs is_available for phpbb 3.2. PHPBB3-15087
* | | | | | | | | | | | Merge pull request #4793 from marc1706/ticket/15090Tristan Darricau2017-04-161-4/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15090] Ensure send stats module exists before removing * github.com:phpbb/phpbb: [ticket/15090] Ensure send stats module exists before removing
| * | | | | | | | | | | | [ticket/15090] Ensure send stats module exists before removingMarc Alexander2017-04-151-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15090
* | | | | | | | | | | | | Merge pull request #4612 from javiexin/ticket/14950Marc Alexander2017-04-152-2/+43
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14950] Add possibility to delete a template block
| * | | | | | | | | | | | [ticket/14950] Add possibility to delete a template blockjaviexin2017-01-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a new mode to alter_block_array to allow for the deletion of a certain block of template variables. The selection method is the same as for the other modes for alter_block_array. The passed in vararray is ignored, and an out of bounds index is considered an error. Added tests for the new function, fixed. PHPBB3-14950
| * | | | | | | | | | | | [ticket/14950] Add possibility to delete a template blockjaviexin2017-01-042-2/+43
| | |_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a new mode to alter_block_array to allow for the deletion of a certain block of template variables. The selection method is the same as for the other modes for alter_block_array. The passed in vararray is ignored, and an out of bounds index is considered an error. PHPBB3-14944
* | | | | | | | | | | | [ticket/15142] Merge branch 'ticket/15142' into 32xMatt Friedman2017-04-102-2/+65
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15142
| * | | | | | | | | | | [ticket/15142] Remove duplicate codeMatt Friedman2017-04-031-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15142
| * | | | | | | | | | | [ticket/15142] Handle versions for unmatched branchesMatt Friedman2017-03-241-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15142