| be3146e3 | 21-Sep-2019 |
Mario AlexandTeixeira dos Santos <masterofclan@gmail.com> |
translation update |
| b15f23f6 | 21-Sep-2019 |
Scott Marshall <esmarshall@esmarshall.com> |
Update config.class.php
Sort plugin list for display by Configuration Manager |
| f6e0950d | 14-Sep-2019 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
| cf293cd5 | 14-Sep-2019 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
| a672ef75 | 14-Sep-2019 |
Phy <git@phy25.com> |
use inline template instead of .dist file to populate users.auth.php
users.auth.php is the only file in DokuWiki that is generated by using existing .dist file, instead of inline templates in instal
use inline template instead of .dist file to populate users.auth.php
users.auth.php is the only file in DokuWiki that is generated by using existing .dist file, instead of inline templates in install.php. This may cause problem when install.php is being run to create animal wiki in farm mode, because in this case DOKU_CONF may have no files at all, so install cannot populate users.auth.php properly. This closes #2845, which may be a result of this behavior - without proper comments at the beginning of the file, once the last authplain user is removed (if users has other auth backend as a proxy of authplain), the whole file will get removed, which causes fatal error.
show more ...
|
| 88ca2487 | 13-Sep-2019 |
Phy <git@phy25.com> |
authpdo: fix _query return type issue per Scrutinizer inspection |
| e50efeb7 | 13-Sep-2019 |
Wes from StarArmy.com <stararmy@gmail.com> |
Update lang.php |
| 5ddd0bbb | 12-Sep-2019 |
StarArmy <stararmy@gmail.com> |
Add ugc hint to nofollow |
| aa8728f8 | 12-Sep-2019 |
StarArmy <stararmy@gmail.com> |
add UGC hint |
| cce94e5d | 12-Sep-2019 |
Katerina Katapodi <extragold1234@hotmail.com> |
translation update |
| 5706b907 | 09-Sep-2019 |
Phy <git@phy25.com> |
lock fetch PHPUnit version to 7 for PHP5 |
| c8f8620e | 09-Sep-2019 |
Phy <git@phy25.com> |
authpdo: fix mybb schema for MySQL 5.7+
https://dev.mysql.com/doc/refman/5.7/en/upgrading-from-previous-series.html
> In MySQL 5.7.5, these SQL mode changes were made: ... Strict SQL mode for trans
authpdo: fix mybb schema for MySQL 5.7+
https://dev.mysql.com/doc/refman/5.7/en/upgrading-from-previous-series.html
> In MySQL 5.7.5, these SQL mode changes were made: ... Strict SQL mode for transactional storage engines (`STRICT_TRANS_TABLES`) is now enabled by default.
https://dev.mysql.com/doc/refman/5.7/en/data-type-defaults.html
> For data entry into a NOT NULL column that has no explicit DEFAULT clause, if an INSERT or REPLACE statement includes no value for the column, or an UPDATE statement sets the column to NULL, MySQL handles the column according to the SQL mode in effect at the time: > > If strict SQL mode is enabled, an error occurs for transactional tables and the statement is rolled back. For nontransactional tables, an error occurs, but if this happens for the second or subsequent row of a multiple-row statement, the preceding rows will have been inserted.
show more ...
|
| 6a1b9bfe | 09-Sep-2019 |
Phy <git@phy25.com> |
authpdo: add support for multi-rowset to _query
This makes sure if user defined multiple query in one SQL, they are all executed rather than only the first one. |
| 8e99834d | 29-Aug-2019 |
Michael Harrison <michharri120@gmail.com> |
translation update |
| 457a5f78 | 16-Aug-2019 |
Andreas Gohr <andi@splitbrain.org> |
use a script to fetch the correct phpunit
We should replace this with a composer dev dependency some time.
There's still a failing mysql test. Gotta figure out what's happening there. But at least
use a script to fetch the correct phpunit
We should replace this with a composer dev dependency some time.
There's still a failing mysql test. Gotta figure out what's happening there. But at least the tests work at all again
show more ...
|
| 585633b5 | 16-Aug-2019 |
Andreas Gohr <andi@splitbrain.org> |
Revert "output travis php version for easier debugging"
WTF? No idea what travis is doing, but it fails completely to parse this line.
This reverts commit 284d43fd0868853edc7103a18e885cb46ac4f2cd. |
| be4380f0 | 16-Aug-2019 |
Andreas Gohr <andi@splitbrain.org> |
setup databases for unit tests in travis
This setup requirement seems to be new |
| 284d43fd | 16-Aug-2019 |
Andreas Gohr <andi@splitbrain.org> |
output travis php version for easier debugging
travis broke something, again |
| 36a27b1c | 15-Aug-2019 |
Katerina Katapodi <extragold1234@hotmail.com> |
translation update |
| 4568e613 | 06-Aug-2019 |
Przemek <p_kudriawcew@o2.pl> |
translation update |
| 0264d3a0 | 04-Aug-2019 |
Paulo Ricardo Schopf <pschopf@gmail.com> |
translation update |
| ba2135f3 | 04-Aug-2019 |
Paulo Ricardo Schopf <pschopf@gmail.com> |
translation update |
| 0cb52335 | 03-Aug-2019 |
Robert Surý <rsurycz@seznam.cz> |
translation update |
| b416dcfb | 02-Aug-2019 |
Aikaterini Katapodi <extragold1234@hotmail.com> |
translation update |
| be030f84 | 27-Jul-2019 |
Aikaterini Katapodi <extragold1234@hotmail.com> |
translation update |