aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.1.x' into 3.2.xTristan Darricau2016-12-113-4/+9
|\ | | | | | | | | | | | | * 3.1.x: [ticket/14855] Update notification and PM alert bubbles [ticket/14855] Update notification and PM alert bubbles [ticket/14855] Update notification and PM alert bubbles
| * Merge pull request #4572 from javiexin/ticket/14855Tristan Darricau2016-12-113-4/+9
| |\ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14855] Update notification and PM alert bubbles * javiexin/ticket/14855: [ticket/14855] Update notification and PM alert bubbles [ticket/14855] Update notification and PM alert bubbles [ticket/14855] Update notification and PM alert bubbles
| | * [ticket/14855] Update notification and PM alert bubblesjaviexin2016-12-103-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | Alternative implementation without removing notification from the DOM, but changing the class. So that style designers might have more options (show/not show). PHPBB3-14855
* | | Merge pull request #4570 from Derky/ticket/14901Tristan Darricau2016-12-112-29/+35
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14901] Remove notice for extension without version check * Derky/ticket/14901: [ticket/14901] Remove notice for extension without version check
| * | | [ticket/14901] Remove notice for extension without version checkDerky2016-12-092-29/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Extensions without version check should not display a notice on the details page in the ACP. PHPBB3-14901
* | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-12-111-1/+0
|\ \ \ \ | | |/ / | |/| | | | | | | | | | * 3.1.x: [ticket/14906] Delete redundant sig key in user_cache_data array
| * | | Merge pull request #4573 from rxu/ticket/14906Tristan Darricau2016-12-111-1/+0
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14906] Delete redundant sig key in user_cache_data array * rxu/ticket/14906: [ticket/14906] Delete redundant sig key in user_cache_data array
| | * | | [ticket/14906] Delete redundant sig key in user_cache_data arrayrxu2016-12-111-1/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-14906
* | | | | Merge pull request #4576 from Crizz0/ticket/14910Tristan Darricau2016-12-111-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14910] Fixes typo PLease to Please in EXTENSION_NOT_INSTALLED * Crizz0/ticket/14910: [ticket/14910] Fixes typo PLease to Please in EXTENSION_NOT_INSTALLED
| * | | | | [ticket/14910] Fixes typo PLease to Please in EXTENSION_NOT_INSTALLEDChristian Schnegelberger2016-12-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14910
* | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-111-1/+13
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #4514 from senky/ticket/14759Marc Alexander2016-12-111-1/+13
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | [ticket/14759] Add core.mcp_main_modify_shadow_sql event
| | * | | | [ticket/14759] Add core.mcp_main_modify_shadow_sql eventJakub Senko2016-11-131-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14759
* | | | | | [ticket/14908] Uses lang-variable instead of english textChristian Schnegelberger2016-12-101-1/+1
| |_|/ / / |/| | | | | | | | | | | | | | PHPBB3-14908
* | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-101-0/+12
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #4513 from senky/ticket/14760Marc Alexander2016-12-101-0/+12
| |\ \ \ \ | | |_|_|/ | |/| | | | | | | | [ticket/14760] Add core.mcp_main_modify_fork_sql event
| | * | | [ticket/14760] Add core.mcp_main_modify_fork_sql eventJakub Senko2016-11-131-0/+12
| | |/ / | | | | | | | | | | | | PHPBB3-14760
* | | | [3.2.x] Update version numbers to 3.2.0-RC3-devMarc Alexander2016-12-104-4/+4
| | | |
* | | | [prep-release-3.2.0-RC2] Update changelogMarc Alexander2016-12-091-0/+4
| | | |
* | | | [prep-release-3.2.0-RC2] Update changelogMarc Alexander2016-12-091-0/+77
| | | |
* | | | [prep-release-3.2.0-RC2] Add migration file for 3.2.0-RC2Marc Alexander2016-12-091-0/+40
| | | |
* | | | [prep-release-3.2.0-RC2] Update version numbers to 3.2.0-RC2Marc Alexander2016-12-092-3/+3
| | | |
* | | | [prep-release-3.2.0-RC2] Update version numbers to 3.2.0-RC2Marc Alexander2016-12-093-3/+3
| | | |
* | | | [ticket/14894] Use correct config name for conflicts archive extensionMarc Alexander2016-12-091-1/+1
| | | | | | | | | | | | | | | | PHPBB3-14894
* | | | [ticket/14891] Don't rely on sys_get_temp_dir() being availableMarc Alexander2016-12-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Or actually returning a path. It might also return an empty string or null. PHPBB3-14891
* | | | [ticket/14891] Use filesystem classes for checking on tmp dirMarc Alexander2016-12-091-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The cache dir will now also only be used if tmp dir does not exist or if it's not writable. PHPBB3-14891
* | | | [ticket/14891] Remove unused use statementsMarc Alexander2016-12-092-3/+1
| | | | | | | | | | | | | | | | PHPBB3-14891
* | | | [ticket/14891] Use own proxy instantiator for open_basedir compatibilityMarc Alexander2016-12-094-9/+83
| |_|/ |/| | | | | | | | | | | | | | Also reverted random_compat lib to 1.4.x. PHPBB3-14891
* | | [ticket/14900] Do not state missing cached version check means ext is invalidMarc Alexander2016-12-081-1/+5
| | | | | | | | | | | | | | | | | | Also fixed typo in code that was looming there for a while. PHPBB3-14900
* | | Merge pull request #4565 from marc1706/ticket/14896Máté Bartus2016-12-081-5/+11
|\ \ \ | | | | | | | | | | | | [ticket/14896] Do not overwrite login when finishing install
| * | | [ticket/14896] Do not overwrite login when finishing installMarc Alexander2016-12-071-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise the user will be "logged in" again as guest user which will prevent any redirectiong to the ACP after the installation. PHPBB3-14896
* | | | [ticket/14897] Add $restart_progress_bar to iohandler baseMáté Bartus2016-12-071-0/+5
|/ / / | | | | | | | | | PHPBB3-14897
* | | [ticket/14892] Revert to twig 1.24 to have working assets againMarc Alexander2016-12-062-87/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | Twig 1.25 and after introduced a way of handling both relative and absolute paths. However, it seems to handle absolute windows paths as relative paths. This breaks any assets or similar ways of including files into the main template files. PHPBB3-14892
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-051-1/+1
|\ \ \ | |/ /
| * | [ticket/14890] Typo in input validation of profile fields of type stringjaviexin2016-12-051-1/+1
| | | | | | | | | | | | | | | | | | This bug was introduced by PHPBB3-14272 PHPBB3-14890
* | | Merge pull request #3856 from Nicofuma/ticket/12610Marc Alexander2016-12-0514-119/+511
|\ \ \ | | | | | | | | | | | | [ticket/12610] Add command to check if the board is up to date.
| * | | [ticket/12610] Fix tests and use getOption() for consoleMarc Alexander2016-12-051-18/+20
| | | | | | | | | | | | | | | | PHPBB3-12610
| * | | [ticket/12610] Use Symfony style guideTristan Darricau2016-12-042-87/+87
| | | | | | | | | | | | | | | | PHPBB3-12610
| * | | [ticket/12610] Add a better error message when an extension is missingTristan Darricau2016-12-042-44/+64
| | | | | | | | | | | | | | | | PHPBB3-12610
| * | | [ticket/12610] Correctly handle empty cacheTristan Darricau2016-12-035-15/+47
| | | | | | | | | | | | | | | | PHPBB3-12610
| * | | [ticket/12610] Ignor exception due to the version check in extensions listTristan Darricau2016-12-031-5/+12
| | | | | | | | | | | | | | | | PHPBB3-12610
| * | | [ticket/12610] Display the latest version and not the branch name in CLITristan Darricau2016-12-032-11/+6
| | | | | | | | | | | | | | | | PHPBB3-12610
| * | | [ticket/12610] CSTristan Darricau2016-12-033-2/+2
| | | | | | | | | | | | | | | | PHPBB3-12610
| * | | [ticket/12610] Improve outputTristan Darricau2016-12-033-18/+33
| | | | | | | | | | | | | | | | PHPBB3-12610
| * | | [ticket/12610] Skip extensions with no update infoTristan Darricau2016-12-031-15/+36
| | | | | | | | | | | | | | | | PHPBB3-12610
| * | | [ticket/12610] Use exception_interfaceTristan Darricau2016-12-035-55/+37
| | | | | | | | | | | | | | | | PHPBB3-12610
| * | | [ticket/12610] Add command to check if the board is up to date.Etienne Baroux2016-12-039-67/+385
| | | | | | | | | | | | | | | | PHPBB3-12610
* | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-12-041-0/+4
|\ \ \ \ | |/ / / |/| / / | |/ / | | | * 3.1.x: [ticket/14888] Missing check for disabled profile field types
| * | Merge pull request #4555 from javiexin/ticket/14888Tristan Darricau2016-12-041-0/+4
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14888] Missing check for disabled profile field types * javiexin/ticket/14888: [ticket/14888] Missing check for disabled profile field types
| | * | [ticket/14888] Missing check for disabled profile field typesjaviexin2016-12-041-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Checks if a profile field type is enabled before using it. PHPBB3-14888