aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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-232-31/+169
|\ \ | | | | | | | | | [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-071-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | Allows inserting elements in a loop specified as 'outer[3].inner'. This was coded, but malfunctioning. Name incorrectly set on insert. Added more tests. PHPBB3-14943
| * | [ticket/14943] Fix template loop access by indexjaviexin2017-01-071-2/+119
| | | | | | | | | | | | | | | | | | | | | | | | Allows inserting elements in a loop specified as 'outer[3].inner'. This was coded, but malfunctioning. Name incorrectly set on insert. Added tests. 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-194-0/+145
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14944] Add search for template loop indexes by key
| * | | | | [ticket/14944] Add possibility to search for template loop indexes by keyjaviexin2017-01-284-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. 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-082-2/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1112-27/+27
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | [ticket/13429] Replace @change with @changed in event docblocks
| * | | | | [ticket/13429] Replace @change with @changedJakub Senko2017-01-2321-60/+60
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13429
| * | | | | [ticket/13429] Fix @change tags without descriptionJakub Senko2016-11-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13429
| * | | | | [ticket/13429] Replace @changed with @change in event docblocksJakub Senko2016-11-2012-36/+36
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-13429
* | | | | Merge pull request #4660 from marc1706/ticket/13250Tristan Darricau2017-02-051-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13250] Replace slashes in cache file names * marc1706/ticket/13250: [ticket/13250] Use faster str_replace() instead of preg_replace() [ticket/13250] Replace slashes in cache file names
| * | | | | [ticket/13250] Use faster str_replace() instead of preg_replace()Marc Alexander2017-01-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13250
| * | | | | [ticket/13250] Replace slashes in cache file namesMarc Alexander2017-01-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13250
* | | | | | Merge pull request #4673 from senky/ticket/13601Tristan Darricau2017-02-051-1/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13601] Add core.acl_clear_prefetch_after event * senky/ticket/13601: [ticket/13601] Add core.acl_clear_prefetch_after event
| * | | | | | [ticket/13601] Add core.acl_clear_prefetch_after eventJakub Senko2017-01-231-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13601
* | | | | | | Merge pull request #4681 from VSEphpbb/ticket/15059Tristan Darricau2017-02-051-0/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15059] Preserve code line breaks and scroll overflow * VSEphpbb/ticket/15059: [ticket/15059] Preserve code line breaks and scroll overflow
| * | | | | | | [ticket/15059] Preserve code line breaks and scroll overflowMatt Friedman2017-01-301-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15059
* | | | | | | | Merge pull request #4679 from marc1706/ticket/14998Máté Bartus2017-01-291-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14998] Point only to install dir from acp_update
| * | | | | | | | [ticket/14998] Point only to install dir from acp_updateMarc Alexander2017-01-281-1/+1
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14998
* | | | | | | | Merge pull request #4663 from marc1706/ticket/14997Tristan Darricau2017-01-221-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14997] Fixing topiclist_row_topic_title_after position * marc1706/ticket/14997: [ticket/14997] Fixing topiclist_row_topic_title_after position
| * | | | | | | | [ticket/14997] Fixing topiclist_row_topic_title_after positionTarantinoMariachi2017-01-221-1/+1
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing position as it is correctly on subsilver, or else it will appear some problems when using polls or on topics with page numbers. PHPBB3-14997
* | | | | | | | Merge pull request #4662 from marc1706/ticket/14968Tristan Darricau2017-01-227-3/+274
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14968] Distinguish between update/upgrade & show upgrade info in ACP index * marc1706/ticket/14968: [ticket/14968] Use earlier version as written in comment [ticket/14968] Update docblock and ensure method returns array [ticket/14968] Display possible upgrade on acp index and update page [ticket/14968] Add method for retrieving updates on current branch
| * | | | | | | | [ticket/14968] Use earlier version as written in commentMarc Alexander2017-01-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14968
| * | | | | | | | [ticket/14968] Update docblock and ensure method returns arrayMarc Alexander2017-01-222-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14968
| * | | | | | | | [ticket/14968] Display possible upgrade on acp index and update pageMarc Alexander2017-01-225-3/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14968
| * | | | | | | | [ticket/14968] Add method for retrieving updates on current branchMarc Alexander2017-01-222-0/+239
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14968
* | | | | | | | Merge pull request #4665 from marc1706/ticket/15006Tristan Darricau2017-01-221-2/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15006] Pass inherit settings to form and use correct button * marc1706/ticket/15006: [ticket/15006] Pass inherit settings to form and use correct button
| * | | | | | | [ticket/15006] Pass inherit settings to form and use correct buttonMarc Alexander2017-01-221-2/+3
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | PHPBB3-15006
* | | | | | | Merge pull request #4656 from marc1706/ticket/11611Tristan Darricau2017-01-201-292/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/11611] Remove no longer used file for setting up git repository * marc1706/ticket/11611: [ticket/11611] Remove no longer used file for setting up git repository
| * | | | | | | [ticket/11611] Remove no longer used file for setting up git repositoryMarc Alexander2017-01-161-292/+0
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | PHPBB3-11611
* | | | | | | Merge pull request #4651 from marc1706/ticket/15011Tristan Darricau2017-01-151-2/+12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15011] Output meaningful errors when validating all metadata * marc1706/ticket/15011: [ticket/15011] Output meaningful errors when validating all metadata
| * | | | | | | [ticket/15011] Output meaningful errors when validating all metadataMarc Alexander2017-01-151-2/+12
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | PHPBB3-15011
* | | | | | | Merge pull request #4649 from marc1706/ticket/11076Tristan Darricau2017-01-152-3/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/11076] State current and minimum required versions in old PHP notice * marc1706/ticket/11076: [ticket/11076] State current and minimum required versions in old PHP notice
| * | | | | | [ticket/11076] State current and minimum required versions in old PHP noticeMarc Alexander2017-01-152-3/+3
|/ / / / / / | | | | | | | | | | | | | | | | | | PHPBB3-11076