aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Collapse)AuthorAgeFilesLines
* [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 #3856 from Nicofuma/ticket/12610Marc Alexander2016-12-052-60/+66
|\ | | | | | | [ticket/12610] Add command to check if the board is up to date.
| * [ticket/12610] Correctly handle empty cacheTristan Darricau2016-12-031-4/+5
| | | | | | | | PHPBB3-12610
| * [ticket/12610] Ignor exception due to the version check in extensions listTristan Darricau2016-12-031-5/+12
| | | | | | | | PHPBB3-12610
| * [ticket/12610] Skip extensions with no update infoTristan Darricau2016-12-031-15/+36
| | | | | | | | PHPBB3-12610
| * [ticket/12610] Use exception_interfaceTristan Darricau2016-12-032-7/+12
| | | | | | | | PHPBB3-12610
| * [ticket/12610] Add command to check if the board is up to date.Etienne Baroux2016-12-031-37/+9
| | | | | | | | 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
| * | Merge pull request #4541 from marc1706/ticket/9590Tristan Darricau2016-12-031-0/+5
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/9590] Submit permissions form in chunks * marc1706/ticket/9590: [ticket/9590] Correctly update submit size and replace all forum_id[] [ticket/9590] Further deduplicate code for form data [ticket/9590] Preserve selected forums after previous page redirect [ticket/9590] Support ajax submit of permissions for specific forums [ticket/9590] Correctly set roles and refresh page using POST [ticket/9590] Submit permissions form in chunks when using "Apply all"
* | | | [ticket/14492] Always update the time the stats were sentMarc Alexander2016-12-031-5/+2
| | | | | | | | | | | | | | | | PHPBB3-14492
* | | | [ticket/14492] Update versions in filesMarc Alexander2016-12-031-1/+1
| | | | | | | | | | | | | | | | PHPBB3-14492
* | | | [ticket/14492] Don't explicitly pass data providers by refsMarc Alexander2016-12-031-3/+3
| | | | | | | | | | | | | | | | PHPBB3-14492
* | | | [ticket/14492] Update phpBB version and fix miscellaneous code issuesMarc Alexander2016-12-031-1/+1
| | | | | | | | | | | | | | | | PHPBB3-14492
* | | | [ticket/14492] Send statistics via ajax requestMarc Alexander2016-12-031-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 clientMarc Alexander2016-12-031-9/+8
| | | | | | | | | | | | | | | | PHPBB3-14492
* | | | [ticket/14492] Pass u_action to acp form and add stats configMarc Alexander2016-12-031-0/+1
| | | | | | | | | | | | | | | | PHPBB3-14492
* | | | [ticket/14492] Add events for modifying help phpBB pageMarc Alexander2016-12-031-20/+36
| | | | | | | | | | | | | | | | PHPBB3-14492
* | | | [ticket/14492] Use guzzle for submitting data to stats serviceMarc Alexander2016-12-031-1/+42
| | | | | | | | | | | | | | | | PHPBB3-14492
* | | | [ticket/14492] Update language variables and trigger details textMarc Alexander2016-12-032-3/+3
| | | | | | | | | | | | | | | | PHPBB3-14492
* | | | [ticket/14492] Rename files to help_phpbb and fix css tabbingMarc Alexander2016-12-032-5/+5
| | | | | | | | | | | | | | | | PHPBB3-14492
* | | | [ticket/14492] Add basic layout for enabling viglinkMarc Alexander2016-12-031-0/+1
| | | | | | | | | | | | | | | | PHPBB3-14492
* | | | Merge pull request #4543 from marc1706/ticket/9590-rheaTristan Darricau2016-12-031-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/9590] Submit permissions form in chunks -- Rhea version * marc1706/ticket/9590-rhea: [ticket/9590] Update permissions with correct permission role [ticket/9590] Correctly update submit size and replace all forum_id[] [ticket/9590] Further deduplicate code for form data [ticket/9590] Preserve selected forums after previous page redirect [ticket/9590] Support ajax submit of permissions for specific forums [ticket/9590] Correctly set roles and refresh page using POST [ticket/9590] Submit permissions form in chunks when using "Apply all"
| * \ \ \ Merge branch 'ticket/9590' into ticket/9590-rheaMarc Alexander2016-11-271-0/+5
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | [ticket/9590] Submit permissions form in chunks when using "Apply all"Marc Alexander2016-11-261-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.xMarc Alexander2016-12-021-1/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | [ticket/13757] Properly fix bug with negative PM countVictor A. Safronov2016-12-021-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fix from PR #4548 doesn't work as expected because in phpBB the sql_affectedrows() method always returns a count of matched rows instead of affected rows. This commit fixes bug properly. PHPBB3-13757
* | | | | Merge pull request #4547 from VSEphpbb/ticket/14883Marc Alexander2016-12-021-5/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14883] Do not display empty forum rules (after they've been re-parsed)
| * | | | | [ticket/14883] Remove extra tabbageMatt Friedman2016-12-011-3/+3
| | | | | | | | | | | | | | | | | | PHPBB3-14883
| * | | | | [ticket/14883] Refactor forum rules logicMatt Friedman2016-12-011-11/+6
| | | | | | | | | | | | | | | | | | PHPBB3-14883
| * | | | | [ticket/14883] Do not display empty forum rules (after reparsing)Matt Friedman2016-11-301-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14883
* | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-011-0/+6
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | [ticket/13757] Prevents the count of unread PMs from being negativeVictor A. Safronov2016-11-301-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sometimes the user_unread_privmsg flag in users table can become negative. It happens when the unread message is requested by simultaneous concurrent requests. Both requests will decrement the value of the flag. This commit prevents updating the flag if the message already marked as read. PHPBB3-13757
* | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-271-0/+14
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #4503 from rxu/ticket/14853Marc Alexander2016-11-271-0/+14
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14853] Add core event to allow modifying PM attachments download auth
| | * | | | | [ticket/14853] Add core event to allow modifying PM attachments download authrxu2016-11-041-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14853
* | | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-271-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / | | | | / / / | |_|_|/ / / |/| | | | |
| * | | | | Merge pull request #4512 from senky/ticket/14863Marc Alexander2016-11-271-1/+1
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | [ticket/14863] Properly treat plural rules in confirmation box title
| | * | | | [ticket/14863] Properly treat plural rules in confirmation box titleJakub Senko2016-11-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14863
* | | | | | Merge pull request #4508 from marc1706/ticket/9211Tristan Darricau2016-11-241-0/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/9211] Use different icon for link subforum in forum legend * marc1706/ticket/9211: [ticket/9211] Use different icon for link subforum in forum legend
| * | | | | | [ticket/9211] Use different icon for link subforum in forum legendMarc Alexander2016-11-161-0/+3
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | PHPBB3-9211
* | | | | | 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-202-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #4511 from senky/ticket/14842Marc Alexander2016-11-202-2/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14842] Don't display filesize limit if there is none
| | * | | | | [ticket/14842] Don't display filesize limit if there is noneJakub Senko2016-11-152-2/+2
| | |/ / / / | | | | | | | | | | | | | | | | | | PHPBB3-14842
* | | | | | Merge branch '3.1.x' into 3.2.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