aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15150] Remove empty spaceRubén Calvo2017-04-041-1/+1
| | | | PHPBB3-15150
* [ticket/15150] Use php5 constructorRubén Calvo2017-04-041-2/+20
| | | | PHPBB3-15150
* [ticket/15150] Use stream_* functions instead of socket_* functionsRubén Calvo2017-04-041-5/+5
| | | | PHPBB3-15150
* [ticket/15150] Remove default values for argumentsRubén Calvo2017-04-041-1/+1
| | | | PHPBB3-15150
* [ticket/15150] Hide errors if function stream_socket_client have been disabledRubén Calvo2017-04-021-1/+1
| | | | PHPBB3-15150
* [ticket/15150] Hide errors if function stream_socket_client have been disabledRubén Calvo2017-04-021-1/+1
| | | | PHPBB3-15150
* [ticket/15150] Fix template label tagRubén Calvo2017-03-301-3/+3
| | | | PHPBB3-15150
* [ticket/15150] Add Jabber SSL context configuration optionsRubén Calvo2017-03-306-31/+116
| | | | PHPBB3-15150
* [ticket/15143] Fix display of version update in ACPMatt Friedman2017-03-222-9/+6
| | | | PHPBB3-15143
* [ticket/14758] Improve the ACP Parameter wordingMukesh Kumar Kharita2017-03-191-1/+1
| | | | PHPBB3-14758
* Merge pull request #4734 from rxu/ticket/14806Tristan Darricau2017-03-191-2/+2
|\ | | | | | | | | | | | | [ticket/14806] Fix ACP test emails authentication failure * github.com:phpbb/phpbb: [ticket/14806] Fix ACP test emails authentication failure
| * [ticket/14806] Fix ACP test emails authentication failurerxu2017-03-111-2/+2
| | | | | | | | PHPBB3-14806
* | Merge pull request #4737 from marc1706/ticket/15122Tristan Darricau2017-03-191-0/+134
|\ \ | | | | | | | | | | | | | | | | | | [ticket/15122] Add cache driver for memcached * marc1706/ticket/15122: [ticket/15122] Add cache driver for memcached
| * | [ticket/15122] Add cache driver for memcachedMarc Alexander2017-03-121-0/+134
| |/ | | | | | | PHPBB3-15122
* | Merge pull request #4745 from rxu/ticket/13558Tristan Darricau2017-03-194-1/+54
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13558] Add smtp SSL context configuration options * rxu/ticket/13558: [ticket/13558] Change options prefix and add settings precautions. [ticket/13558] Make SSL context specific options more SMTP general [ticket/13558] Add smtp SSL context configuration options
| * | [ticket/13558] Change options prefix and add settings precautions.rxu2017-03-194-16/+15
| | | | | | | | | | | | PHPBB3-13558
| * | [ticket/13558] Make SSL context specific options more SMTP generalrxu2017-03-181-12/+12
| | | | | | | | | | | | PHPBB3-13558
| * | [ticket/13558] Add smtp SSL context configuration optionsrxu2017-03-174-0/+54
| |/ | | | | | | PHPBB3-13558
* | Merge pull request #4749 from marc1706/ticket/14844Tristan Darricau2017-03-192-2/+10
|\ \ | | | | | | | | | | | | | | | | | | [ticket/14844] Add CSS classes for strong and italics text to BBCodes * marc1706/ticket/14844: [ticket/14844] Add CSS classes for strong and italics text to BBCodes
| * | [ticket/14844] Add CSS classes for strong and italics text to BBCodesMarc Alexander2017-03-192-2/+10
| | | | | | | | | | | | PHPBB3-14844
* | | Merge pull request #4578 from javiexin/ticket/14849Marc Alexander2017-03-191-15/+47
|\ \ \ | | | | | | | | | | | | [ticket/14849] Add core.acp_extensions_run_action
| * | | [ticket/14849] Add core.acp_extensions_run_actionjaviexin2017-02-191-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | Rename event to core.acp_extensions_run_action_before PHPBB-14849
| * | | [ticket/14849] Add core.acp_extensions_run_actionjaviexin2016-12-301-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved the event to a slightly modified position. Added an extra variable to the event. Additional event to be run after the execution of the action in ACP. Added a new action to allow for extension execution control. PHPBB-14849
| * | | [ticket/14849] Add core.acp_extensions_run_action_afterjaviexin2016-12-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Additional event to be run after the execution of the action in ACP. Adding missing var as input to event. PHPBB-14849
| * | | [ticket/14849] Add core.acp_extensions_run_action_afterjaviexin2016-12-161-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | Additional event to be run after the execution of the action in ACP PHPBB-14849
| * | | [ticket/14849] Add core.acp_extensions_run_actionjaviexin2016-12-111-9/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved the event to a slightly modified position to perform common checks before calling the event, added an extra variable to allow execution control, honor the extension modified value of u_action (if any) PHPBB-14849
* | | | Merge pull request #4703 from javiexin/ticket/15011Marc Alexander2017-03-192-57/+33
|\ \ \ \ | |_|/ / |/| | | | | | | [ticket/15011] All errors on metadata throw exceptions
| * | | Merge branch '3.1.x' into ticket/15011javiexin2017-02-1570-113/+578
| |\ \ \
| * | | | [ticket/15011] All errors on metadata throw exceptionsjaviexin2017-02-152-47/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is inconsistency in the way error are treated in metadata_manager. Some method return false on error, others throw exception. With this, the usage is homogeneus, and the uses of these are also adapted. Using same ticket as it is the same issue, solved in a different way. PHPBB3-15011
* | | | | Merge pull request #4743 from rubencm/ticket/14820Marc Alexander2017-03-193-0/+9
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | [ticket/14820] Add style version in ACP
| * | | | [ticket/14820] Add style version in ACPRubén Calvo2017-03-163-0/+9
| | | | | | | | | | | | | | | | | | | | PHPBB3-14820
* | | | | Merge pull request #4605 from javiexin/ticket/14943Marc Alexander2017-02-231-29/+40
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14943] Fix template loop access by index
| * | | | | [ticket/14943] Fix template loop access by indexjaviexin2017-01-121-30/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows inserting elements in a loop specified as 'outer[3].inner'. This was coded, but malfunctioning. Name incorrectly set on insert. If block was empty, the insertion process should create it. Checking for out of bounds indexes. PHPBB3-14943
| * | | | | [ticket/14943] Fix template loop access by indexjaviexin2017-01-011-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows inserting elements in a loop specified as 'outer[3].inner'. This was coded, but malfunctioning. Name incorrectly set on insert. PHPBB3-14943
* | | | | | Merge remote-tracking branch 'origin/ticket/14927' into 3.1.xMarc Alexander2017-02-221-4/+6
|\ \ \ \ \ \
| * | | | | | [ticket/14927] Put vars on one lineMarc Alexander2017-02-211-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14927
| * | | | | | [ticket/14927] Corrected order in docblock of event & target versiondavid632017-02-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14927
| * | | | | | [ticket/14927] Add items to core.user_add_modify_datadavid632017-02-211-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14927
* | | | | | | Merge pull request #4636 from javiexin/ticket/14995Marc Alexander2017-02-212-2/+14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14995] Add ACP template events acp_ext_list_*_name_after
| * | | | | | | [ticket/14995] Add ACP template events acp_ext_list_*_name_afterjaviexin2017-01-122-2/+14
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | PHPBB3-14995
* | | | | | | Merge pull request #4604 from rxu/ticket/13344Marc Alexander2017-02-211-6/+21
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | [ticket/13344] Add core event to acp/info/acp_logs.php
| * | | | | | [ticket/13344] Add core event to acp/info/acp_logs.phprxu2017-01-011-6/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13344
* | | | | | | Merge pull request #4598 from javiexin/ticket/14944Marc Alexander2017-02-193-0/+108
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | [ticket/14944] Add search for template loop indexes by key
| * | | | | | [ticket/14944] Add possibility to search for template loop indexes by keyjaviexin2017-01-283-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a new function to the template interface, and implements it in the context class. The function returns the ordinal index for a specified key, with the same structure that the key for alter_block_array. Reuses same code. Remove unneeded references, do nothing for int keys. Check out of bounds or wrong blockname errors. Added tests. Remove default parameter value. PHPBB3-14944
| * | | | | | [ticket/14944] Add possibility to search for template loop indexes by keyjaviexin2017-01-081-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a new function to the template interface, and implements it in the context class. The function returns the ordinal index for a specified key, with the same structure that the key for alter_block_array. Reuses same code. Remove unneeded references, do nothing for int keys. Check out of bounds or wrong blockname errors. Added tests. PHPBB3-14944
| * | | | | | [ticket/14944] Add possibility to search for template loop indexes by keyjaviexin2016-12-301-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a new function to the template interface, and implements it in the context class. The function returns the ordinal index for a specified key, with the same structure that the key for alter_block_array. Reuses same code. Remove unneeded references, do nothing for int keys. PHPBB3-14944
| * | | | | | [ticket/14944] Add possibility to search for template loop indexes by keyjaviexin2016-12-283-0/+96
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a new function to the template interface, and implements it in the context class. The function returns the ordinal index for a specified key, with the same structure that the key for alter_block_array. Reuses same code. PHPBB3-14944
* | | | | | Merge pull request #4589 from senky/ticket/14929Marc Alexander2017-02-111-0/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14929] Add error to core.posting_modify_message_text
| * | | | | | [ticket/14929] Add error to core.posting_modify_message_textJakub Senko2016-12-261-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14929
* | | | | | | Merge pull request #4523 from senky/ticket/13429Marc Alexander2017-02-1111-26/+26
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | [ticket/13429] Replace @change with @changed in event docblocks