aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * [ticket/14927] Corrected order in docblock of event & target versiondavid632017-02-211-2/+2
| * [ticket/14927] Add items to core.user_add_modify_datadavid632017-02-211-4/+10
* | Merge pull request #4636 from javiexin/ticket/14995Marc Alexander2017-02-212-2/+14
|\ \
| * | [ticket/14995] Add ACP template events acp_ext_list_*_name_afterjaviexin2017-01-122-2/+14
* | | Merge pull request #4604 from rxu/ticket/13344Marc Alexander2017-02-211-6/+21
|\ \ \ | |_|/ |/| |
| * | [ticket/13344] Add core event to acp/info/acp_logs.phprxu2017-01-011-6/+20
* | | Merge pull request #4598 from javiexin/ticket/14944Marc Alexander2017-02-194-0/+145
|\ \ \
| * | | [ticket/14944] Add possibility to search for template loop indexes by keyjaviexin2017-01-284-5/+5
| * | | [ticket/14944] Add possibility to search for template loop indexes by keyjaviexin2017-01-082-2/+51
| * | | [ticket/14944] Add possibility to search for template loop indexes by keyjaviexin2016-12-301-5/+5
| * | | [ticket/14944] Add possibility to search for template loop indexes by keyjaviexin2016-12-283-0/+96
| | |/ | |/|
* | | Merge pull request #4589 from senky/ticket/14929Marc Alexander2017-02-111-0/+3
|\ \ \
| * | | [ticket/14929] Add error to core.posting_modify_message_textJakub Senko2016-12-261-0/+3
* | | | Merge pull request #4523 from senky/ticket/13429Marc Alexander2017-02-1112-27/+27
|\ \ \ \
| * | | | [ticket/13429] Replace @change with @changedJakub Senko2017-01-2321-60/+60
| * | | | [ticket/13429] Fix @change tags without descriptionJakub Senko2016-11-201-1/+1
| * | | | [ticket/13429] Replace @changed with @change in event docblocksJakub Senko2016-11-2012-36/+36
| |/ / /
* | | | Merge pull request #4660 from marc1706/ticket/13250Tristan Darricau2017-02-051-1/+1
|\ \ \ \
| * | | | [ticket/13250] Use faster str_replace() instead of preg_replace()Marc Alexander2017-01-221-1/+1
| * | | | [ticket/13250] Replace slashes in cache file namesMarc Alexander2017-01-211-1/+1
* | | | | Merge pull request #4673 from senky/ticket/13601Tristan Darricau2017-02-051-1/+11
|\ \ \ \ \
| * | | | | [ticket/13601] Add core.acl_clear_prefetch_after eventJakub Senko2017-01-231-1/+11
* | | | | | Merge pull request #4681 from VSEphpbb/ticket/15059Tristan Darricau2017-02-051-0/+2
|\ \ \ \ \ \
| * | | | | | [ticket/15059] Preserve code line breaks and scroll overflowMatt Friedman2017-01-301-0/+2
* | | | | | | Merge pull request #4679 from marc1706/ticket/14998Máté Bartus2017-01-291-1/+1
|\ \ \ \ \ \ \
| * | | | | | | [ticket/14998] Point only to install dir from acp_updateMarc Alexander2017-01-281-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #4663 from marc1706/ticket/14997Tristan Darricau2017-01-221-1/+1
|\ \ \ \ \ \ \
| * | | | | | | [ticket/14997] Fixing topiclist_row_topic_title_after positionTarantinoMariachi2017-01-221-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #4662 from marc1706/ticket/14968Tristan Darricau2017-01-227-3/+274
|\ \ \ \ \ \ \
| * | | | | | | [ticket/14968] Use earlier version as written in commentMarc Alexander2017-01-221-2/+2
| * | | | | | | [ticket/14968] Update docblock and ensure method returns arrayMarc Alexander2017-01-222-6/+10
| * | | | | | | [ticket/14968] Display possible upgrade on acp index and update pageMarc Alexander2017-01-225-3/+31
| * | | | | | | [ticket/14968] Add method for retrieving updates on current branchMarc Alexander2017-01-222-0/+239
| |/ / / / / /
* | | | | | | Merge pull request #4665 from marc1706/ticket/15006Tristan Darricau2017-01-221-2/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | [ticket/15006] Pass inherit settings to form and use correct buttonMarc Alexander2017-01-221-2/+3
|/ / / / / /
* | | | | | Merge pull request #4656 from marc1706/ticket/11611Tristan Darricau2017-01-201-292/+0
|\ \ \ \ \ \
| * | | | | | [ticket/11611] Remove no longer used file for setting up git repositoryMarc Alexander2017-01-161-292/+0
|/ / / / / /
* | | | | | Merge pull request #4651 from marc1706/ticket/15011Tristan Darricau2017-01-151-2/+12
|\ \ \ \ \ \
| * | | | | | [ticket/15011] Output meaningful errors when validating all metadataMarc Alexander2017-01-151-2/+12
| |/ / / / /
* | | | | | Merge pull request #4649 from marc1706/ticket/11076Tristan Darricau2017-01-152-3/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | [ticket/11076] State current and minimum required versions in old PHP noticeMarc Alexander2017-01-152-3/+3
|/ / / / /
* | | | | Merge pull request #4646 from javiexin/ticket/15011Tristan Darricau2017-01-151-1/+4
|\ \ \ \ \
| * | | | | [ticket/15011] Error not checked on metadata load failurejaviexin2017-01-141-1/+4
| | |_|/ / | |/| | |
* | | | | Merge pull request #4641 from VSEphpbb/ticket/15003Marc Alexander2017-01-145-5/+5
|\ \ \ \ \
| * | | | | [ticket/15003] Do not check disabled checkboxes with marklist functionMatt Friedman2017-01-135-5/+5
|/ / / / /
* | | | | Merge pull request #4613 from rxu/ticket/14958Marc Alexander2017-01-061-2/+1
|\ \ \ \ \
| * | | | | [ticket/14958] Optimize Twig extension lang() functionrxu2017-01-051-2/+1
* | | | | | Merge pull request #4532 from senky/ticket/14662Marc Alexander2017-01-043-2/+18
|\ \ \ \ \ \