| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/14437] Make sure attachments array is properly ordered before processing | Marc Alexander | 2016-03-06 | 2 | -5/+5 |
| | | | | | PHPBB3-14437 | ||||
| * | [ticket/14437] Preserve attachment ID order by ordering by attach_id | Marc Alexander | 2016-03-06 | 1 | -1/+1 |
| | | | | | PHPBB3-14437 | ||||
| * | [ticket/14437] Sort attachments after assigning inline attachments | Marc Alexander | 2016-03-06 | 1 | -13/+13 |
| | | | | | | | | This does not seem to cause any issues but prevents us from having to consider the currenty display order. PHPBB3-14437 | ||||
| * | [ticket/14437] Correctly assume index from attachment display order | Marc Alexander | 2016-02-21 | 1 | -2/+2 |
| | | | | | PHPBB3-14437 | ||||
| * | Merge pull request #4185 from marc1706/ticket/13681 | Tristan Darricau | 2016-02-18 | 3 | -0/+20 |
| |\ | | | | | | | | | | | | | [ticket/13681] Invalidate and reset opcache where necessary * marc1706/ticket/13681: [ticket/13681] Invalidate and reset opcache where necessary | ||||
| | * | [ticket/13681] Invalidate and reset opcache where necessary | Marc Alexander | 2016-02-18 | 3 | -0/+20 |
| | | | | | | | | | PHPBB3-13681 | ||||
| * | | Merge branch 'prep-release-3.1.8' into 3.1.x | Joas Schilling | 2016-02-18 | 2 | -2/+33 |
| |\ \ | |/ |/| | | | | | | | | | Conflicts: build/build.xml phpBB/includes/constants.php phpBB/install/schemas/schema_data.sql | ||||
| | * | Add migration for 3.1.8 | Joas Schilling | 2016-02-18 | 1 | -0/+31 |
| | | | |||||
| | * | Update version for final 3.1.8 release | Joas Schilling | 2016-02-18 | 2 | -2/+2 |
| | | | |||||
| | * | [ticket/14485] Update composer.lock | Marc Alexander | 2016-02-18 | 1 | -2/+2 |
| | | | | | | | | | PHPBB3-14485 | ||||
| * | | [3.1.x] Increase dev version for 3.1.9 | Joas Schilling | 2016-02-13 | 2 | -2/+2 |
| |/ | |||||
| * | [prep-release-3.1.8] Update changelog | Joas Schilling | 2016-02-13 | 1 | -0/+2 |
| | | |||||
| * | Merge pull request #4176 from Elsensee/ticket/14409 | Joas Schilling | 2016-02-13 | 4 | -4/+8 |
| |\ | | | | | | | [ticket/14409] Update session page info before displaying online list | ||||
| | * | [ticket/14409] Update session page info before displaying online list | Oliver Schramm | 2016-02-13 | 4 | -4/+8 |
| | | | | | | | | | PHPBB3-14409 | ||||
| * | | Merge pull request #4177 from marc1706/ticket/14475 | Joas Schilling | 2016-02-13 | 1 | -10/+13 |
| |\ \ | | | | | | | | | | [ticket/14475] Do not log removal of users from newly registered group | ||||
| | * | | [ticket/14475] Do not log removal of users from newly registered group | Marc Alexander | 2016-02-13 | 1 | -10/+13 |
| | |/ | | | | | | | PHPBB3-14475 | ||||
| * | | [prep-release-3.1.8] Add changelog for 3.1.8-RC1 | Joas Schilling | 2016-02-13 | 1 | -1/+36 |
| | | | |||||
| * | | [prep-release-3.1.8] Add migration for 3.1.8-RC1 | Joas Schilling | 2016-02-13 | 1 | -0/+32 |
| | | | |||||
| * | | [prep-release-3.1.8] Update version to 3.1.8-RC1 | Joas Schilling | 2016-02-13 | 5 | -7/+7 |
| |/ | |||||
| * | [ticket/14467] Fix height calculation in autoResize | cyberalien | 2016-02-08 | 1 | -2/+2 |
| | | | | | PHPBB3-14467 | ||||
| * | [ticket/14458] Explicitly state RewriteBase into .htaccess root file | Mauron | 2016-02-07 | 1 | -0/+10 |
| | | | | | | The statement RewriteBase / needs to be explicitly typed down into the .htaccess file in root in order to reduce all the support requests about the implicit statement and the URL rewriting not working. PHPBB3-14458 | ||||
| * | Merge pull request #4164 from rxu/ticket/14356-fix | Tristan Darricau | 2016-02-05 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | [ticket/14356] Fix viewtopic_body_postrow_back2top_append description * rxu/ticket/14356-fix: [ticket/14356] Fix viewtopic_body_postrow_back2top_append description | ||||
| | * | [ticket/14356] Fix viewtopic_body_postrow_back2top_append description | rxu | 2016-02-06 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-14356 | ||||
| * | | Merge pull request #4141 from exussum12/ticket/14431-3.1 | Marc Alexander | 2016-02-03 | 1 | -2/+11 |
| |\ \ | | | | | | | | | | [ticket/14431] Remote avatar uploading | ||||
| | * | | [ticket/14430] Remote avatar uploading | Scott Dutton | 2016-02-03 | 1 | -17/+1 |
| | | | | | | | | | | | | | | | | | | | Remove support for redirects PHPBB3-14431 | ||||
| | * | | [ticket/14431] Remote avatar uploading | Scott Dutton | 2016-01-25 | 1 | -3/+28 |
| | | | | | | | | | | | | | | | | | | | | | | Allow HTTPS images to be remotely uploaded. Also includes support for redirects (currently up to 5) PHPBB3-14431 | ||||
| * | | | [ticket/14439] Do not call avatar manager if avatars are disabled | rxu | 2016-01-31 | 1 | -2/+6 |
| | | | | | | | | | | | | | PHPBB3-14439 | ||||
| * | | | Merge pull request #4029 from RMcGirr83/ticket_14289 | Marc Alexander | 2016-01-27 | 2 | -0/+16 |
| |\ \ \ | | | | | | | | | | | | | [ticket/14289] Add events to navbar header | ||||
| | * | | | [ticket/14289] Fix location in events.md file | Richard McGirr | 2016-01-19 | 1 | -14/+14 |
| | | | | | | | | | | | | | | | | | PHPBB3-14289 | ||||
| | * | | | [ticket/14289] Move append before prepend in events doc | Richard McGirr | 2016-01-16 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | PHPBB3-14289 | ||||
| | * | | | [ticket/14289] Change to 3.1.8-RC1 and rename event | Richard McGirr | 2016-01-10 | 2 | -6/+6 |
| | | | | | | | | | | | | | | | | | PHPBB3-14289 | ||||
| | * | | | [ticket/14289] Add events to navbar header | Richard McGirr | 2015-11-13 | 2 | -0/+16 |
| | | | | | | | | | | | | | | | | | PHPBB3-14289 | ||||
| * | | | | Merge pull request #4124 from marc1706/ticket/14411 | Tristan Darricau | 2016-01-24 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14411] Permanently delete post if delete_permanent is set * marc1706/ticket/14411: [ticket/14411] Permanently delete post if delete_permanent is set | ||||
| | * | | | | [ticket/14411] Permanently delete post if delete_permanent is set | Marc Alexander | 2016-01-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14411 | ||||
| * | | | | | [ticket/14427] Memberlist displays inaccruate information | Richard McGirr | 2016-01-22 | 1 | -20/+12 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14427 | ||||
| * | | | | | [ticket/14423] Display database size for Aria storage engine | lavigor | 2016-01-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14423 | ||||
| * | | | | | Merge pull request #3718 from javiexin/ticket/13908 | Marc Alexander | 2016-01-17 | 1 | -0/+5 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/13908] "After" clause in migration not working | ||||
| | * | | | | | [ticket/13908] "After" clause in migration not working | javiexin | 2015-06-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In a migration file, if you try to add a column to a table and specify the order, by specifying an "after" clause, it is not used at all, even for databases that support it (like mysql). This fixes the issue, for mysql databases. Typo fixed. PHPBB3-13908 | ||||
| | * | | | | | [ticket/13908] "After" clause in migration not working | javiexin | 2015-06-01 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In a migration file, if you try to add a column to a table and specify the order, by specifying an "after" clause, it is not used at all, even for databases that support it (like mysql). This fixes the issue, for mysql databases. PHPBB3-13908 | ||||
| * | | | | | | Merge pull request #4122 from lavigor/ticket/12441 | Marc Alexander | 2016-01-16 | 1 | -2/+2 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [ticket/12441] Correct database size detection in MariaDB 10 | ||||
| | * | | | | | | [ticket/12441] Correct database size detection in MariaDB 10 | lavigor | 2016-01-14 | 1 | -2/+2 |
| | | |/ / / / | |/| | | | | | | | | | | | | | | | | PHPBB3-12441 | ||||
| * | | | | | | [ticket/14412] Comment fixes for PHPDoc in the events | lavigor | 2016-01-15 | 4 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14412 | ||||
| * | | | | | | Merge pull request #4117 from Elsensee/ticket/14403 | Marc Alexander | 2016-01-15 | 2 | -2/+4 |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | [ticket/14403] Don't expect user_id and user_ip in phpbb\log | ||||
| | * | | | | | [ticket/14403] Set a default user id and ip in CLI | Oliver Schramm | 2016-01-14 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14403 | ||||
| | * | | | | | [ticket/14403] Don't expect user_id and user_ip in phpbb\log | Oliver Schramm | 2016-01-10 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14403 | ||||
| * | | | | | | [ticket/14407] Fix removing users from Newly Registered Users group | Zoddo | 2016-01-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14407 | ||||
| * | | | | | | Merge pull request #3929 from kilianr/ticket/12618 | Marc Alexander | 2016-01-12 | 3 | -5/+12 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [ticket/12618] Allow extension author to use SSL for version-check. | ||||
| | * | | | | | | [ticket/12618] Change ssl:// to tls:// | Kilian | 2016-01-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12618 | ||||
| | * | | | | | | [ticket/12618] Minor fix: Don't cast bool to int anymore | Kilian | 2015-09-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12618 | ||||
| | * | | | | | | [ticket/12618] Allow extension author to use SSL for version-check | Kilian | 2015-09-25 | 3 | -5/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For version-check a new parameter 'ssl' is introduced. If set to true, it will use 443 as port for the file_downloader. In file_downloader, the host parameter of fsockopen is appended with 'ssl://' in case the port is 443 in order to use SSL. PHPBB3-12618 | ||||
