aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4450 from rxu/ticket/14787Tristan Darricau2016-09-181-0/+5
|\
| * [ticket/14787] Add more parameters to the core.search_modify_url_parametersrxu2016-09-181-0/+5
* | Merge pull request #4452 from marc1706/ticket/14789Tristan Darricau2016-09-189-17/+119
|\ \
| * | [ticket/14789] Add form tokens to tests and uncomment add_form_keyMarc Alexander2016-09-182-1/+9
| * | [ticket/14789] Add link hashes and form tokens to all acp links/buttonsMarc Alexander2016-09-188-17/+111
|/ /
* | Merge pull request #4451 from marc1706/ticket/14788Tristan Darricau2016-09-181-4/+5
|\ \
| * | [ticket/14788] Update CREDITS.txtMarc Alexander2016-09-181-4/+5
| |/
* | Merge pull request #4442 from rxu/ticket/14781Marc Alexander2016-09-181-1/+23
|\ \ | |/ |/|
| * [ticket/14781] Add core event to the function group_user_attributes()rxu2016-09-121-1/+23
* | Merge pull request #4398 from wesleyfok/ticket/14638-3.1.xMarc Alexander2016-09-171-6/+123
|\ \
| * | [ticket/14638] Rollback changes from 3.2.x versionWesley Fok2016-08-031-10/+9
| * | Merge remote-tracking branch 'upstream/3.1.x' into ticket/14638-3.1.xWesley Fok2016-08-0354-687/+545
| |\ \
| * | | [ticket/14638] New UCP hooks for subscriptionsWesley Fok2016-08-031-15/+133
* | | | Merge pull request #4403 from rxu/ticket/14738Marc Alexander2016-09-173-11/+59
|\ \ \ \
| * | | | [ticket/14738] Add core events to improve modifying forum listsrxu2016-08-073-11/+59
* | | | | Merge pull request #4406 from rmcgirr83/ticket/14581Marc Alexander2016-09-171-4/+108
|\ \ \ \ \
| * | | | | [ticket/14581] Add core events to content_visibilityRichard McGirr2016-08-101-4/+108
| |/ / / /
* | | | | Merge pull request #4449 from DavidIQ/ticket/14782Marc Alexander2016-09-171-1/+1
|\ \ \ \ \
| * | | | | [ticket/14782] Don't use 'DISTINCT' when using 'SQL_CALC_FOUND_ROWS'DavidIQ2016-09-161-1/+1
* | | | | | Merge pull request #4444 from DavidIQ/ticket/14782Andreas Fischer2016-09-151-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | [ticket/14782] Use the $select variable in "Your Posts" searchDavidIQ2016-09-131-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge remote-tracking branch 'VSEphpbb/ticket/14783' into 3.1.xMarc Alexander2016-09-142-0/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [ticket/14783] Add template event before custom BBCodes in ACPMatt Friedman2016-09-142-0/+8
* | | | | Merge pull request #4371 from imkingdavid/ticket/14695Marc Alexander2016-09-113-2/+26
|\ \ \ \ \
| * | | | | [ticket/14695] Add posting_editor_subject_append/prepend subsilver2 to events.mdDavid King2016-08-091-0/+2
| * | | | | [ticket/14695] Added posting_editor_subject_append/prepend events to subsilverDavid King2016-08-091-1/+5
| * | | | | [ticket/14695] Put posting_editor_subject_append/prepend events on newlinesDavid King2016-08-091-1/+5
| * | | | | [ticket/14695] Updated version number in events.mdDavid King2016-06-251-2/+2
| * | | | | [ticket/14695] Add posting_editor_subject_prepend/append template eventsDavid King2016-06-252-1/+15
* | | | | | Merge pull request #4438 from danchr/ticket/12133Marc Alexander2016-09-091-1/+1
|\ \ \ \ \ \
| * | | | | | [ticket/12133] fix download file names for WebKit-derived browsersDan Villiom Podlaski Christiansen2016-09-071-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #4428 from rmcgirr83/ticket/14755Marc Alexander2016-09-072-2/+2
|\ \ \ \ \ \
| * | | | | | [ticket/14755] Fix subsilver2Richard McGirr2016-08-311-1/+1
| * | | | | | [ticket/14755] Fix max length in mcp topic html fileRMcGirr832016-08-301-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #4426 from bantu/ticket/14109Marc Alexander2016-09-062-2/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | [ticket/14109] Increase MySQL Version for InnoDB FULLTEXT Index to 5.6.8.Andreas Fischer2016-08-282-2/+4
* | | | | | Merge pull request #4396 from ErnadoO/ticket/14727Tristan Darricau2016-09-011-0/+20
|\ \ \ \ \ \
| * | | | | | [ticket/14727] Event core.search_modify_submit_parametersErwan Nader2016-07-311-0/+20
* | | | | | | Merge pull request #4377 from rxu/ticket/14703Marc Alexander2016-08-314-67/+211
|\ \ \ \ \ \ \
| * | | | | | | [ticket/14703] Improve exception testingrxu2016-08-281-1/+5
| * | | | | | | [ticket/14703] Fix the docblockrxu2016-07-241-2/+2
| * | | | | | | [ticket/14703] Fix existance checking if multiple parent module_langname foundrxu2016-07-241-9/+26
| * | | | | | | [ticket/14703] Add test for the case multiple parent module_langname foundrxu2016-07-243-6/+94
| * | | | | | | [ticket/14703] Select the parent module id from the several foundrxu2016-07-232-3/+23
| * | | | | | | [ticket/14703] Refine the parent module selection for custom extension modulesrxu2016-07-102-71/+81
| * | | | | | | [ticket/14703] Fix parent module selection for custom modules removalrxu2016-07-031-2/+4
| * | | | | | | [ticket/14703] Fix parent module selection for custom extension modulesrxu2016-07-031-1/+4
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #4422 from Crizz0/ticket/14673Tristan Darricau2016-08-311-1/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | [ticket/14673] Changes wrong language variable in mcp_forumCrizzo2016-08-221-1/+1
* | | | | | | Merge pull request #4338 from Senky/ticket/14469Marc Alexander2016-08-283-2/+14
|\ \ \ \ \ \ \