Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 | ||||
| | * | | | | [ticket/14849] Add core.acp_extensions_run_action | Jakub Senko | 2016-11-13 | 1 | -1/+17 |
| | | |/ / | | |/| | | | | | | | | | | | | PHPBB3-14849 | ||||
* | | | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-11-16 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | | | |||||
| * | | | Merge pull request #4510 from senky/ticket/14864 | Marc Alexander | 2016-11-16 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | | | | | | [ticket/14864] Set maxlength=64 to dateformat in ACP | ||||
| | * | | | [ticket/14864] Set maxlength=64 to dateformat in ACP | Jakub Senko | 2016-11-13 | 1 | -1/+1 |
| | |/ / | | | | | | | | | | | | | PHPBB3-14864 | ||||
* | | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-11-12 | 1 | -1/+13 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge pull request #4495 from senky/ticket/14847 | Marc Alexander | 2016-11-12 | 1 | -1/+13 |
| |\ \ \ | | | | | | | | | | | | | | | | [ticket/14847] Add core.acp_attachments_config_edit_add | ||||
| | * | | | [ticket/14847] Add core.acp_attachments_config_edit_add | Jakub Senko | 2016-11-02 | 1 | -1/+13 |
| | |/ / | | | | | | | | | | | | | PHPBB3-14847 | ||||
* | | | | Merge branch '3.1.x' into 3.2.x | Tristan Darricau | 2016-11-06 | 1 | -6/+11 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/11483] Add tests for generating user act key on force reactivate [ticket/11483] Generate user act key if database entry is empty | ||||
| * | | | Merge pull request #4486 from marc1706/ticket/11483 | Tristan Darricau | 2016-11-06 | 1 | -6/+11 |
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | [ticket/11483] Generate user act key if database entry is empty * github.com:phpbb/phpbb: [ticket/11483] Add tests for generating user act key on force reactivate [ticket/11483] Generate user act key if database entry is empty | ||||
| | * | | [ticket/11483] Generate user act key if database entry is empty | Marc Alexander | 2016-10-16 | 1 | -6/+11 |
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | The force reactivation action in the ACP will no longer overwrite the generated activation key in case the key stored in the database is empty. It will also save the generated key back to the database to actually allow the activation by the user. PHPBB3-11483 | ||||
* | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-10-28 | 2 | -18/+13 |
|\ \ \ | |/ / | |||||
| * | | [ticket/14823] Move check_form_key() inside actual save data step | Marc Alexander | 2016-10-28 | 1 | -5/+5 |
| | | | | | | | | | | | | PHPBB3-14823 | ||||
| * | | [ticket/14830] Fix FORM_INVALID error on cpf settings changing | rxu | 2016-10-24 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-14830 | ||||
| * | | [ticket/14830] Fix FORM_INVALID error during AСP search index deletion | rxu | 2016-10-21 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-14830 | ||||
| * | | [ticket/14830] Fix FORM_INVALID error on search backend changing | rxu | 2016-10-21 | 1 | -5/+3 |
| | | | | | | | | | | | | PHPBB3-14830 | ||||
| * | | [ticket/14830] Fix link hash checking case | rxu | 2016-10-21 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-14830 | ||||
| * | | [ticket/14830] Fix FORM_INVALID error during AXP search index creation/deletion | rxu | 2016-10-21 | 1 | -8/+5 |
| |/ | | | | | | | PHPBB3-14830 | ||||
* | | Merge branch '3.1.x' into 3.2.x | Tristan Darricau | 2016-10-02 | 3 | -13/+29 |
|\ \ | |/ | | | | | | | | | * 3.1.x: [ticket/14789] Remove obsolete check_form_key() and add missing hashes [ticket/14789] Move form key checks to where they actually do something | ||||
| * | [ticket/14789] Remove obsolete check_form_key() and add missing hashes | Marc Alexander | 2016-09-30 | 2 | -7/+8 |
| | | | | | | | | PHPBB3-14789 |