aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ticket/14890] Typo in input validation of profile fields of type stringjaviexin2016-12-051-1/+1
* Merge pull request #4555 from javiexin/ticket/14888Tristan Darricau2016-12-041-0/+4
|\
| * [ticket/14888] Missing check for disabled profile field typesjaviexin2016-12-041-0/+4
* | Merge pull request #4524 from senky/ticket/13479Marc Alexander2016-12-031-0/+22
|\ \
| * | [ticket/13479] Add core.viewtopic_highlight_modifyJakub Senko2016-11-201-0/+22
* | | Merge pull request #4522 from senky/ticket/13149Marc Alexander2016-12-031-3/+23
|\ \ \
| * | | [ticket/13149] Add core.phpbb_log_get_topic_auth_sql_beforeJakub Senko2016-11-201-3/+23
* | | | Merge pull request #4541 from marc1706/ticket/9590Tristan Darricau2016-12-032-0/+135
|\ \ \ \
| * | | | [ticket/9590] Correctly update submit size and replace all forum_id[]Marc Alexander2016-11-271-3/+5
| * | | | [ticket/9590] Further deduplicate code for form dataMarc Alexander2016-11-261-10/+10
| * | | | [ticket/9590] Preserve selected forums after previous page redirectMarc Alexander2016-11-261-19/+28
| * | | | [ticket/9590] Support ajax submit of permissions for specific forumsMarc Alexander2016-11-261-9/+24
| * | | | [ticket/9590] Correctly set roles and refresh page using POSTMarc Alexander2016-11-261-3/+29
| * | | | [ticket/9590] Submit permissions form in chunks when using "Apply all"Marc Alexander2016-11-262-0/+83
* | | | | Merge pull request #4552 from nicebb/ticket/13757Marc Alexander2016-12-021-1/+2
|\ \ \ \ \
| * | | | | [ticket/13757] Properly fix bug with negative PM countVictor A. Safronov2016-12-021-1/+2
* | | | | | Merge pull request #4550 from hanakin/ticket/14881Marc Alexander2016-12-022-28/+32
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | [ticket/14881] Fix jumpbox-return link layouthanakin2016-12-011-1/+3
| * | | | | [ticket/14881] Add action-bar wrap to jump actionshanakin2016-12-011-27/+29
| | |_|/ / | |/| | |
* | | | | [ticket/13757] Prevents the count of unread PMs from being negativeVictor A. Safronov2016-11-301-0/+6
* | | | | Merge pull request #4503 from rxu/ticket/14853Marc Alexander2016-11-271-0/+14
|\ \ \ \ \
| * | | | | [ticket/14853] Add core event to allow modifying PM attachments download authrxu2016-11-041-0/+14
* | | | | | Merge pull request #4512 from senky/ticket/14863Marc Alexander2016-11-271-1/+1
|\ \ \ \ \ \
| * | | | | | [ticket/14863] Properly treat plural rules in confirmation box titleJakub Senko2016-11-131-1/+1
* | | | | | | [ticket/14876] Allows multibyte strings for exception messagesVictor A. Safronov2016-11-251-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #4483 from marc1706/ticket/14750Tristan Darricau2016-11-241-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | [ticket/14750] Remove html5 invalid attributes from attachment file inputMarc Alexander2016-10-151-1/+1
* | | | | | Merge pull request #4502 from rxu/ticket/14852Marc Alexander2016-11-201-1/+11
|\ \ \ \ \ \
| * | | | | | [ticket/14852] Add core event to modify email headersrxu2016-11-041-1/+11
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #4511 from senky/ticket/14842Marc Alexander2016-11-203-2/+3
|\ \ \ \ \ \
| * | | | | | [ticket/14842] Don't display filesize limit if there is noneJakub Senko2016-11-153-2/+3
| |/ / / / /
* | | | | | [ticket/14850] Add core.generate_smilies_beforeJmz2016-11-201-0/+9
* | | | | | [ticket/14850] Add core.smiley_text_root_pathJmz2016-11-201-1/+11
* | | | | | Merge pull request #4519 from michaelcullum/ticket/14872Marc Alexander2016-11-201-3/+0
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | [ticket/14872] Remove sizeof/count restrictionMichael Cullum2016-11-191-3/+0
* | | | | | Merge pull request #4497 from senky/ticket/14849Marc Alexander2016-11-161-1/+17
|\ \ \ \ \ \
| * | | | | | [ticket/14849] Add core.acp_extensions_run_actionJakub Senko2016-11-131-1/+17
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #4510 from senky/ticket/14864Marc Alexander2016-11-161-1/+1
|\ \ \ \ \ \
| * | | | | | [ticket/14864] Set maxlength=64 to dateformat in ACPJakub Senko2016-11-131-1/+1
| |/ / / / /
* | | | | | Merge pull request #4492 from marc1706/ticket/14831Tristan Darricau2016-11-142-0/+113
|\ \ \ \ \ \
| * | | | | | [ticket/14831] Rename migration and replace preg_replace() with simpler methodsMarc Alexander2016-10-252-6/+5
| * | | | | | [ticket/14831] Compare depends_on for migrations and remove prefixless namesMarc Alexander2016-10-231-4/+4
| * | | | | | [ticket/14831] Add migration for deduplicating entries and fix typoMarc Alexander2016-10-232-3/+81
| * | | | | | [ticket/14831] Add method for getting valid migration nameMarc Alexander2016-10-231-26/+34
| * | | | | | [ticket/14831] Fall back to possible migration names instead of adding prefixMarc Alexander2016-10-231-3/+28
| * | | | | | [ticket/14831] Make sure migrations always start with backslashMarc Alexander2016-10-221-0/+3
* | | | | | | Merge pull request #4488 from senky/ticket/14825Marc Alexander2016-11-132-1/+35
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | [ticket/14825] Add core.auth_oauth_(login/link)_afterJakub Senko2016-11-132-1/+35
| | |_|_|/ / | |/| | | |