aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | [ticket/15592] Fix attachments place inline button if BBCode is disabledAlfredo Ramos2019-12-291-2/+2
| | | | |_|_|/ / / | | | |/| | | | |
| * | | | | | | | Merge pull request #5798 from rxu/ticket/16277Marc Alexander2020-01-0110-32/+29
| |\ \ \ \ \ \ \ \
| | * | | | | | | | [ticket/16277] Adjust patch for the diff enginerxu2020-01-011-0/+2
| | * | | | | | | | [ticket/16277] Move from each() functionrxu2019-12-2910-32/+27
| * | | | | | | | | Merge pull request #5795 from 3D-I/ticket/16274Marc Alexander2020-01-012-9/+7
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
| | * | | | | | | | [ticket/16274] Fix feed event referring to undefined variablesMarc Alexander2019-12-301-4/+3
| | * | | | | | | | [ticket/16274] Fix compact() call to undefined variables in search.php3D-I2019-12-301-5/+4
| * | | | | | | | | Merge pull request #5800 from marc1706/ticket/16278Marc Alexander2019-12-301-17/+17
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | [ticket/16278] Clearly state config.php exception and update INSTALL.htmlMarc Alexander2019-12-291-17/+17
| * | | | | | | | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-12-302-0/+2
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | / / / / / / | | | |_|/ / / / / / | | |/| | | | | | |
| | * | | | | | | | Merge pull request #5792 from KYPREO/ticket/16269Marc Alexander2019-12-302-0/+2
| | |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | Merge pull request #5783 from brunoais/ticket/16262Marc Alexander2019-12-303-2/+8
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
| | * | | | | | | | [ticket/16262] Fixing event's $current_row_number by renaming $ibrunoais2019-12-261-2/+2
| | * | | | | | | | [ticket/16262] Add unset variables to search's compactbrunoais2019-12-231-0/+4
| | * | | | | | | | [ticket/16262] Add unset variables to fulltext_native compactbrunoais2019-12-231-0/+2
| * | | | | | | | | Merge pull request #5790 from rxu/ticket/16266Marc Alexander2019-12-292-15/+60
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | [ticket/16266] Prevent "Use of undefined constant" warning in testsrxu2019-12-291-0/+8
| | * | | | | | | | | [ticket/16266] Fix testsrxu2019-12-281-11/+43
| | * | | | | | | | | [ticket/16266] Refactor patch using argon2 predefined constantsrxu2019-12-282-23/+5
| | * | | | | | | | | [ticket/16266] More code optimizingrxu2019-12-281-3/+3
| | * | | | | | | | | [ticket/16266] More code optimizingrxu2019-12-282-4/+6
| | * | | | | | | | | [ticket/16266] Optimize coderxu2019-12-282-16/+14
| | * | | | | | | | | [ticket/16266] Fix argon2 driver issue for Sodium implementationrxu2019-12-262-4/+27
| * | | | | | | | | | Merge pull request #5796 from rxu/ticket/16276Marc Alexander2019-12-2917-20/+43
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| | * | | | | | | | | [ticket/16276] Further fix PHP nightly testsrxu2019-12-2915-18/+41
| | * | | | | | | | | [ticket/16276] Fix bbcode_firstpass undefined mode propertyrxu2019-12-292-2/+2
| * | | | | | | | | | Merge pull request #5794 from 3D-I/ticket/16273Marc Alexander2019-12-281-3/+3
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | [ticket/16273] Check whether the index exists in memberlist - PHP 7.43D-I2019-12-281-2/+2
| | * | | | | | | | | [ticket/16273] Check whether the index exists in memberlist - PHP 7.43D-I2019-12-271-3/+3
| |/ / / / / / / / /
| * | | | | | | | | Merge pull request #5793 from marc1706/ticket/16271Marc Alexander2019-12-2714-252/+442
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | [ticket/16271] Fix invalid docblocksMarc Alexander2019-12-2711-8/+18
| | * | | | | | | | | [ticket/16271] Add Sami 4.x and update necessary dependenciesMarc Alexander2019-12-273-244/+424
| * | | | | | | | | | Merge pull request #5788 from 3D-I/ticket/16221Marc Alexander2019-12-272-56/+72
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | [ticket/16221] Fix ACP statistics layout3D-I2019-12-251-1/+1
| | * | | | | | | | | | [ticket/16221] Fix ACP statistics layout3D-I2019-12-252-2/+8
| | * | | | | | | | | | [ticket/16221] Fix ACP statistics layout3D-I2019-12-241-2/+2
| | * | | | | | | | | | [ticket/16221] Fix ACP statistics layout3D-I2019-12-242-54/+64
| * | | | | | | | | | | Merge pull request #5787 from 3D-I/ticket/16267Marc Alexander2019-12-271-1/+4
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | [ticket/16267] Check whether the index exists in ACP BBcodes - PHP 7.43D-I2019-12-251-2/+1
| | * | | | | | | | | | [ticket/16267] Check whether the index exists in ACP BBcodes - PHP 7.43D-I2019-12-241-1/+5
| | |/ / / / / / / / /
| * | | | | | | | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-12-271-0/+1
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | / / / / / / | | | |_|/ / / / / / | | |/| | | | | | |
| | * | | | | | | | Merge pull request #5791 from marc1706/ticket/16271Marc Alexander2019-12-271-0/+1
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | [ticket/16271] Enable support for 3.3.x API documentationMarc Alexander2019-12-261-0/+1
| | |/ / / / / / / /
| * | | | | | | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-12-263-1/+93
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| | * | | | | | | | [3.2.x] Update version numbers to 3.2.10-devMarc Alexander2019-12-263-5/+5
| | * | | | | | | | Merge branch 'prep-release-3.2.9' into 3.2.xMarc Alexander2019-12-269-17/+109
| | |\ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ Merge branch '3.2.x' into 3.3.xMarc Alexander2019-12-251-0/+20
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| * | | | | | | | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-12-241-1/+1
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-12-241-2/+2
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch '3.2.x' into 3.3.xMarc Alexander2019-12-241-1/+1
| |\ \ \ \ \ \ \ \ \ \ \