aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14557] Don't return $valueJakub Senko2016-12-271-2/+1
| | | | PHPBB3-14557
* [ticket/14557] Simplify updating overloaded events for extensionsJakub Senko2016-12-261-0/+13
| | | | PHPBB3-14557
* Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-201-1/+11
|\
| * Merge pull request #4502 from rxu/ticket/14852Marc Alexander2016-11-201-1/+11
| |\ | | | | | | | | | [ticket/14852] Add core event to modify email headers
| | * [ticket/14852] Add core event to modify email headersrxu2016-11-041-1/+11
| | | | | | | | | | | | PHPBB3-14852
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-203-2/+3
|\ \ \ | |/ /
| * | Merge pull request #4511 from senky/ticket/14842Marc Alexander2016-11-203-2/+3
| |\ \ | | | | | | | | | | | | [ticket/14842] Don't display filesize limit if there is none
| | * | [ticket/14842] Don't display filesize limit if there is noneJakub Senko2016-11-153-2/+3
| | |/ | | | | | | | | | PHPBB3-14842
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-202-1/+20
|\ \ \ | |/ /
| * | Merge branch 'ticket/14850' into 3.1.xMarc Alexander2016-11-202-1/+20
| |\ \
| | * | [ticket/14850] Add core.generate_smilies_beforeJmz2016-11-201-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | Allows changing root_path of smilies to use CDN for example PHPBB3-14850
| | * | [ticket/14850] Add core.smiley_text_root_pathJmz2016-11-201-1/+11
| |/ / | | | | | | | | | | | | | | | Allows changing root_path of smilies to use CDN for example PHPBB3-14850
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-201-3/+0
|\ \ \ | |/ /
| * | Merge pull request #4519 from michaelcullum/ticket/14872Marc Alexander2016-11-201-3/+0
| |\ \ | | | | | | | | | | | | [ticket/14872] Remove sizeof/count restriction
| | * | [ticket/14872] Remove sizeof/count restrictionMichael Cullum2016-11-191-3/+0
| | | | | | | | | | | | PHPBB3-14872
* | | | Merge remote-tracking branch 'senky/ticket/14739' into 3.2.xMarc Alexander2016-11-1728-730/+11
|\ \ \ \
| * | | | [ticket/14739] Remove SQLite 2.8.x database driverJakub Senko2016-11-1628-730/+11
| | | | | | | | | | | | | | | | | | | | PHPBB3-14739
* | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-161-1/+17
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #4497 from senky/ticket/14849Marc Alexander2016-11-161-1/+17
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14849] Add core.acp_extensions_run_action
| | * | | | [ticket/14849] Add core.acp_extensions_run_actionJakub Senko2016-11-131-1/+17
| | | |_|/ | | |/| | | | | | | | | | | | PHPBB3-14849
* | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-161-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #4510 from senky/ticket/14864Marc Alexander2016-11-161-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14864] Set maxlength=64 to dateformat in ACP
| | * | | | [ticket/14864] Set maxlength=64 to dateformat in ACPJakub Senko2016-11-131-1/+1
| | |/ / / | | | | | | | | | | | | | | | PHPBB3-14864
* | | | | Merge pull request #4501 from marc1706/ticket/14716Tristan Darricau2016-11-142-125/+142
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14716] Update dependencies to latest versions * marc1706/ticket/14716: [ticket/14716] Update dependencies to latest versions
| * | | | | [ticket/14716] Update dependencies to latest versionsMarc Alexander2016-11-032-125/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This addresses some issues with symfony that resulted in issues when open_basedir restrictions were enabled, as well as issues with JPEG images in fast-image-size. The phpBB class extending the twig lexer also had to be modified to ensure compatibility after BC was broken by the PR https://github.com/twigphp/Twig/pull/2182 for twig 1.27. PHPBB3-14716
* | | | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-11-142-0/+113
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/14831] Rename migration and replace preg_replace() with simpler methods [ticket/14831] Compare depends_on for migrations and remove prefixless names [ticket/14831] Add migration for deduplicating entries and fix typo [ticket/14831] Add method for getting valid migration name [ticket/14831] Fall back to possible migration names instead of adding prefix [ticket/14831] Make sure migrations always start with backslash
| * | | | | Merge pull request #4492 from marc1706/ticket/14831Tristan Darricau2016-11-142-0/+113
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14831] Make sure migrations always start with backslash * marc1706/ticket/14831: [ticket/14831] Rename migration and replace preg_replace() with simpler methods [ticket/14831] Compare depends_on for migrations and remove prefixless names [ticket/14831] Add migration for deduplicating entries and fix typo [ticket/14831] Add method for getting valid migration name [ticket/14831] Fall back to possible migration names instead of adding prefix [ticket/14831] Make sure migrations always start with backslash
| | * | | | | [ticket/14831] Rename migration and replace preg_replace() with simpler methodsMarc Alexander2016-10-252-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14831
| | * | | | | [ticket/14831] Compare depends_on for migrations and remove prefixless namesMarc Alexander2016-10-231-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14831
| | * | | | | [ticket/14831] Add migration for deduplicating entries and fix typoMarc Alexander2016-10-232-3/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14831
| | * | | | | [ticket/14831] Add method for getting valid migration nameMarc Alexander2016-10-231-26/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14831
| | * | | | | [ticket/14831] Fall back to possible migration names instead of adding prefixMarc Alexander2016-10-231-3/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of just adding the backslash as prefix if needed, this will take care of falling back to any possible migration with or without backslash no matter how the mgiration was saved in the database or called in the migrations file. This will result in a more robust migrator in regards to naming the migrations and previously run migrations. PHPBB3-14831
| | * | | | | [ticket/14831] Make sure migrations always start with backslashMarc Alexander2016-10-221-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The migration system expects every migration to start with a backslash. If depends on definitions do not supply that leading backslash, we should make sure it's added manually before calling the depends on migration. PHPBB3-14831
* | | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-133-1/+36
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | / / | |_|_|_|/ / |/| | | | |
| * | | | | Merge pull request #4488 from senky/ticket/14825Marc Alexander2016-11-133-1/+36
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add core.auth_oauth_login_after and core.auth_oauth_link_after
| | * | | | | [ticket/14825] Add core.auth_oauth_(login/link)_afterJakub Senko2016-11-133-1/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14825
* | | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-125-9/+26
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge pull request #4504 from VSEphpbb/ticket/14855Marc Alexander2016-11-125-14/+31
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14855] Update notification and PM alert bubbles
| | * | | | | | [ticket/14855] Bump font size to 10pxMatt Friedman2016-11-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14855
| | * | | | | | [ticket/14855] CSS updatesMatt Friedman2016-11-113-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14855
| | * | | | | | [ticket/14855] Update CSSMatt Friedman2016-11-112-7/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14855
| | * | | | | | [ticket/14855] Update the commentsMatt Friedman2016-11-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14855
| | * | | | | | [ticket/14855] Remove notification bubble on mark all readMatt Friedman2016-11-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14855
| | * | | | | | [ticket/14855] Update notification functional testMatt Friedman2016-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14855
| | * | | | | | [ticket/14855] Fix responsive alert bubble CSSMatt Friedman2016-11-051-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14855
| | * | | | | | [ticket/14855] Update notification and PM alert bubblesMatt Friedman2016-11-053-7/+19
| | | |_|_|/ / | | |/| | | | | | | | | | | | | | | | | | PHPBB3-14855
* | | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-121-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge pull request #4505 from JimMH/patch-1Marc Alexander2016-11-121-1/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14859] Send notifications for PM reports to all users with correct permissions
| | * | | | | | [ticket/14859] Notifications for PM reports send to users with correct ↵Jim Mossing Holsteyn2016-11-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | permissions Tracker ticket (set the ticket ID to your ticket ID): https://tracker.phpbb.com/browse/PHPBB3-14859 This addresses the problem that notifications of new PM reports were not sent out to moderators that weren't global moderators but did have the permission "Can close/delete PM reports". PHPBB3-14859
* | | | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-122-2/+14
|\ \ \ \ \ \ \ \ | |/ / / / / / /