History log of /dokuwiki/lib/ (Results 601 – 625 of 4510)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
b15f23f621-Sep-2019 Scott Marshall <esmarshall@esmarshall.com>

Update config.class.php

Sort plugin list for display by Configuration Manager

f6e0950d14-Sep-2019 Aleksandr Selivanov <alexgearbox@yandex.ru>

translation update

cf293cd514-Sep-2019 Aleksandr Selivanov <alexgearbox@yandex.ru>

translation update

88ca248713-Sep-2019 Phy <git@phy25.com>

authpdo: fix _query return type issue per Scrutinizer inspection

e50efeb713-Sep-2019 Wes from StarArmy.com <stararmy@gmail.com>

Update lang.php

cce94e5d12-Sep-2019 Katerina Katapodi <extragold1234@hotmail.com>

translation update

c8f8620e09-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 ...

6a1b9bfe09-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.

8e99834d29-Aug-2019 Michael Harrison <michharri120@gmail.com>

translation update

36a27b1c15-Aug-2019 Katerina Katapodi <extragold1234@hotmail.com>

translation update

4568e61306-Aug-2019 Przemek <p_kudriawcew@o2.pl>

translation update

0264d3a004-Aug-2019 Paulo Ricardo Schopf <pschopf@gmail.com>

translation update

ba2135f304-Aug-2019 Paulo Ricardo Schopf <pschopf@gmail.com>

translation update

0cb5233503-Aug-2019 Robert Surý <rsurycz@seznam.cz>

translation update

b416dcfb02-Aug-2019 Aikaterini Katapodi <extragold1234@hotmail.com>

translation update

be030f8427-Jul-2019 Aikaterini Katapodi <extragold1234@hotmail.com>

translation update

9d97f48122-Jul-2019 Schplurtz le Déboulonné <schplurtz@laposte.net>

translation update

4028415e17-Jul-2019 pavement <pavement@rael.cc>

translation update

d3173fb217-Jul-2019 pavement <pavement@rael.cc>

translation update

42c62e5514-Jul-2019 Andreas Gohr <andi@splitbrain.org>

fixed merge error

6162eea809-Jul-2019 Aniol Marti <aniol@aniolmarti.cat>

Also add the attributes conf param to metadata.php and to the Catalan and English langs

4be0be3d08-Jul-2019 Aniol Marti <aniol@aniolmarti.cat>

Add support for custom attributes in LDAP search

837f79eb27-Jun-2019 Andreas Gohr <gohr@cosmocode.de>

fixed bug in extension cli when installing multiple plugins

662b410d18-Jun-2019 Martin <martin@andev.de>

translation update

d344c07417-Jun-2019 Phy <git@phy25.com>

Cleanup styling cookie properly to exit preview

This is inspired by https://forum.dokuwiki.org/thread/14395 and should fix the problem described there (I did a local test which seems to work).

Prev

Cleanup styling cookie properly to exit preview

This is inspired by https://forum.dokuwiki.org/thread/14395 and should fix the problem described there (I did a local test which seems to work).

Previously styling cookie depends on `window.opener`. Since the popup should be on the same domain as the opener, and the popup's cookie domain is the same as the opener (DokuCookie is used), there is no need to rely on the opener to set the preview cookie. This change will ensure the preview cookie is cleared before the popup is closed, regardless of whether opener exists or not.

Also checks on whether opener exists are added as well.

show more ...

1...<<21222324252627282930>>...181