| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | Merge pull request #4703 from javiexin/ticket/15011 | Marc Alexander | 2017-03-19 | 1 | -10/+8 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [ticket/15011] All errors on metadata throw exceptions | |||||
| | | * \ \ \ \ | Merge branch '3.1.x' into ticket/15011 | javiexin | 2017-02-15 | 2 | -6/+23 | |
| | | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | | | ||||||
| | | * | | | | | [ticket/15011] All errors on metadata throw exceptions | javiexin | 2017-02-15 | 1 | -10/+8 | |
| | | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is inconsistency in the way error are treated in metadata_manager. Some method return false on error, others throw exception. With this, the usage is homogeneus, and the uses of these are also adapted. Using same ticket as it is the same issue, solved in a different way. PHPBB3-15011 | |||||
| * | | | | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2017-03-19 | 1 | -0/+4 | |
| |\ \ \ \ \ \ | |/ / / / / | ||||||
| | * | | | | | Merge pull request #4743 from rubencm/ticket/14820 | Marc Alexander | 2017-03-19 | 1 | -0/+4 | |
| | |\ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | | [ticket/14820] Add style version in ACP | |||||
| | | * | | | | [ticket/14820] Add style version in ACP | Rubén Calvo | 2017-03-16 | 1 | -0/+4 | |
| | | | |/ / | | |/| | | | | | | | | | | | | PHPBB3-14820 | |||||
| * | | | | | Merge pull request #4700 from DavidIQ/ticket/15089 | Marc Alexander | 2017-03-08 | 1 | -1/+1 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/15089] Reverse the order of cookie secure radio buttons | |||||
| | * | | | | | [ticket/15089] Reverse the order of cookie secure radio buttons | David Colón | 2017-02-12 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2017-02-21 | 1 | -6/+21 | |
| |\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | ||||||
| | * | | | | Merge pull request #4604 from rxu/ticket/13344 | Marc Alexander | 2017-02-21 | 1 | -6/+21 | |
| | |\ \ \ \ | | |/ / / | |/| | | | | | | | | [ticket/13344] Add core event to acp/info/acp_logs.php | |||||
| | | * | | | [ticket/13344] Add core event to acp/info/acp_logs.php | rxu | 2017-01-01 | 1 | -6/+20 | |
| | | |/ / | | | | | | | | | | | | | PHPBB3-13344 | |||||
| | * | | | [ticket/14998] Point only to install dir from acp_update | Marc Alexander | 2017-01-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | PHPBB3-14998 | |||||
| * | | | | Merge branch '3.1.x' into 3.2.x | Tristan Darricau | 2017-01-22 | 2 | -4/+19 | |
| |\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/14968] Use earlier version as written in comment [ticket/14968] Update docblock and ensure method returns array [ticket/14968] Display possible upgrade on acp index and update page [ticket/14968] Add method for retrieving updates on current branch | |||||
| | * | | | [ticket/14968] Display possible upgrade on acp index and update page | Marc Alexander | 2017-01-22 | 2 | -3/+20 | |
| | | | | | | | | | | | | | | | | | PHPBB3-14968 | |||||
| * | | | | Merge branch '3.1.x' into 3.2.x | Tristan Darricau | 2017-01-15 | 1 | -2/+2 | |
| |\ \ \ \ | |/ / / | | | / | |_|/ |/| | | * 3.1.x: [ticket/11076] State current and minimum required versions in old PHP notice | |||||
| | * | | [ticket/11076] State current and minimum required versions in old PHP notice | Marc Alexander | 2017-01-15 | 1 | -2/+2 | |
| | |/ | | | | | | | PHPBB3-11076 | |||||
| * | | Merge pull request #4632 from VSEphpbb/ticket/14989 | Tristan Darricau | 2017-01-15 | 1 | -0/+7 | |
| |\ \ | | | | | | | | | | | | | | | | | | | [ticket/14989] Allow more admin-configurable schemes in post links * VSEphpbb/ticket/14989: [ticket/14989] Allow more admin-configurable schemes in post links | |||||
| | * | | [ticket/14989] Allow more admin-configurable schemes in post links | Matt Friedman | 2017-01-11 | 1 | -0/+7 | |
| | | | | | | | | | | | | | PHPBB3-14989 | |||||
| * | | | [ticket/14961] Add cookie notice as enablable feature | Marc Alexander | 2017-01-06 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | Uses Insites cookieconsent v3.0.3: https://cookieconsent.insites.com PHPBB3-14961 | |||||
| * | | | [ticket/14945] Send bbcode flags in user sig previews | Matt Friedman | 2016-12-28 | 1 | -1/+3 | |
| |/ / | | | | | | | PHPBB3-14945 | |||||
| * | | [ticket/14901] Remove notice for extension without version check | Derky | 2016-12-09 | 1 | -16/+24 | |
| | | | | | | | | | | | | | | | Extensions without version check should not display a notice on the details page in the ACP. PHPBB3-14901 | |||||
| * | | [ticket/14900] Do not state missing cached version check means ext is invalid | Marc Alexander | 2016-12-08 | 1 | -1/+5 | |
| | | | | | | | | | | | | | Also fixed typo in code that was looming there for a while. PHPBB3-14900 | |||||
| * | | Merge pull request #3856 from Nicofuma/ticket/12610 | Marc Alexander | 2016-12-05 | 2 | -60/+66 | |
| |\ \ | | | | | | | | | | [ticket/12610] Add command to check if the board is up to date. | |||||
| | * | | [ticket/12610] Correctly handle empty cache | Tristan Darricau | 2016-12-03 | 1 | -4/+5 | |
| | | | | | | | | | | | | | PHPBB3-12610 | |||||
| | * | | [ticket/12610] Ignor exception due to the version check in extensions list | Tristan Darricau | 2016-12-03 | 1 | -5/+12 | |
| | | | | | | | | | | | | | PHPBB3-12610 | |||||
| | * | | [ticket/12610] Skip extensions with no update info | Tristan Darricau | 2016-12-03 | 1 | -15/+36 | |
| | | | | | | | | | | | | | PHPBB3-12610 | |||||
| | * | | [ticket/12610] Use exception_interface | Tristan Darricau | 2016-12-03 | 2 | -7/+12 | |
| | | | | | | | | | | | | | PHPBB3-12610 | |||||
| | * | | [ticket/12610] Add command to check if the board is up to date. | Etienne Baroux | 2016-12-03 | 1 | -37/+9 | |
| | | | | | | | | | | | | | PHPBB3-12610 | |||||
| * | | | Merge branch '3.1.x' into 3.2.x | Tristan Darricau | 2016-12-04 | 1 | -0/+4 | |
| |\ \ \ | |/ / |/| / | |/ | | | * 3.1.x: [ticket/14888] Missing check for disabled profile field types | |||||
| | * | Merge pull request #4555 from javiexin/ticket/14888 | Tristan Darricau | 2016-12-04 | 1 | -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 types | javiexin | 2016-12-04 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | Checks if a profile field type is enabled before using it. PHPBB3-14888 | |||||
| * | | | [ticket/14492] Always update the time the stats were sent | Marc Alexander | 2016-12-03 | 1 | -5/+2 | |
| | | | | | | | | | | | | | PHPBB3-14492 | |||||
| * | | | [ticket/14492] Update versions in files | Marc Alexander | 2016-12-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | PHPBB3-14492 | |||||
| * | | | [ticket/14492] Update phpBB version and fix miscellaneous code issues | Marc Alexander | 2016-12-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | PHPBB3-14492 | |||||
| * | | | [ticket/14492] Send statistics via ajax request | Marc Alexander | 2016-12-03 | 1 | -19/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | Flooding ajax requests will try to be prevented and sending stats without JS will also properly work. PHPBB3-14492 | |||||
| * | | | [ticket/14492] Use new guzzlehttp client | Marc Alexander | 2016-12-03 | 1 | -9/+8 | |
| | | | | | | | | | | | | | PHPBB3-14492 | |||||
| * | | | [ticket/14492] Pass u_action to acp form and add stats config | Marc Alexander | 2016-12-03 | 1 | -0/+1 | |
| | | | | | | | | | | | | | PHPBB3-14492 | |||||
| * | | | [ticket/14492] Add events for modifying help phpBB page | Marc Alexander | 2016-12-03 | 1 | -20/+36 | |
| | | | | | | | | | | | | | PHPBB3-14492 | |||||
| * | | | [ticket/14492] Use guzzle for submitting data to stats service | Marc Alexander | 2016-12-03 | 1 | -1/+42 | |
| | | | | | | | | | | | | | PHPBB3-14492 | |||||
| * | | | [ticket/14492] Update language variables and trigger details text | Marc Alexander | 2016-12-03 | 2 | -3/+3 | |
| | | | | | | | | | | | | | PHPBB3-14492 | |||||
| * | | | [ticket/14492] Rename files to help_phpbb and fix css tabbing | Marc Alexander | 2016-12-03 | 2 | -5/+5 | |
| | | | | | | | | | | | | | PHPBB3-14492 | |||||
| * | | | Merge branch 'ticket/9590' into ticket/9590-rhea | Marc Alexander | 2016-11-27 | 1 | -0/+5 | |
| |\ \ \ | |/ / | ||||||
| | * | | [ticket/9590] Submit permissions form in chunks when using "Apply all" | Marc Alexander | 2016-11-26 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | This will add an AJAX call that will submit the permissions form in chunks of 5 fieldsets when clicking on "Apply all permissions". PHPBB3-9590 | |||||
| * | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-11-20 | 1 | -1/+1 | |
| |\ \ \ | |/ / | ||||||
| | * | | Merge pull request #4511 from senky/ticket/14842 | Marc Alexander | 2016-11-20 | 1 | -1/+1 | |
| | |\ \ | | | | | | | | | | | | | [ticket/14842] Don't display filesize limit if there is none | |||||
| | | * | | [ticket/14842] Don't display filesize limit if there is none | Jakub Senko | 2016-11-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | PHPBB3-14842 | |||||
| * | | | | Merge remote-tracking branch 'senky/ticket/14739' into 3.2.x | Marc Alexander | 2016-11-17 | 4 | -6/+0 | |
| |\ \ \ \ | ||||||
| | * | | | | [ticket/14739] Remove SQLite 2.8.x database driver | Jakub Senko | 2016-11-16 | 4 | -6/+0 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14739 | |||||
| * | | | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-11-16 | 1 | -1/+17 | |
| |\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| | * | | | | Merge pull request #4497 from senky/ticket/14849 | Marc Alexander | 2016-11-16 | 1 | -1/+17 | |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/14849] Add core.acp_extensions_run_action | |||||
