History log of /dokuwiki/lib/plugins/ (Results 801 – 825 of 2863)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
fa07866321-Dec-2016 Andreas Gohr <gohr@cosmocode.de>

allow selecting the preferred CDN and add event

We now have two CDNs available. code.jquery.com which is the more
popular one and CDNjs which is the faster one. Plugin authors can use a
plugin hook

allow selecting the preferred CDN and add event

We now have two CDNs available. code.jquery.com which is the more
popular one and CDNjs which is the faster one. Plugin authors can use a
plugin hook to easily implement their own preferred CDN. Authors might
even use this event to conditionally load additional JavaScript files.

show more ...

12c7f5c320-Dec-2016 Andreas Gohr <gohr@cosmocode.de>

authpdo: fix group filter

The filter passed by the user manager is called 'grps' not 'group'

3e2a814520-Dec-2016 Andreas Gohr <gohr@cosmocode.de>

authpdo: fix return type of retrieveUsers() #1781

f3c1c20720-Dec-2016 Andreas Gohr <gohr@cosmocode.de>

authpdo: fix wrong return type for getUserCount() #1781

cb14748901-Dec-2016 高博 <bobnemo1983@gmail.com>

translation update


/dokuwiki/.travis.yml
/dokuwiki/composer.json
/dokuwiki/composer.lock
/dokuwiki/inc/auth.php
/dokuwiki/inc/lang/zh/lang.php
/dokuwiki/inc/load.php
/dokuwiki/inc/media.php
authad/lang/zh/settings.php
config/lang/zh/lang.php
/dokuwiki/vendor/autoload.php
/dokuwiki/vendor/composer/ClassLoader.php
/dokuwiki/vendor/composer/autoload_files.php
/dokuwiki/vendor/composer/autoload_psr4.php
/dokuwiki/vendor/composer/autoload_static.php
/dokuwiki/vendor/composer/installed.json
/dokuwiki/vendor/easybook/geshi/geshi/css.php
/dokuwiki/vendor/easybook/geshi/geshi/php-brief.php
/dokuwiki/vendor/easybook/geshi/geshi/php.php
/dokuwiki/vendor/phpseclib/phpseclib/AUTHORS
/dokuwiki/vendor/phpseclib/phpseclib/LICENSE
/dokuwiki/vendor/phpseclib/phpseclib/README.md
/dokuwiki/vendor/phpseclib/phpseclib/composer.json
/dokuwiki/vendor/phpseclib/phpseclib/composer.lock
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DES.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/X509.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SCP.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/openssl.cnf
61537d4726-Nov-2016 Andreas Gohr <andi@splitbrain.org>

split off jquery from other JS and add CDN option #1766

jQuery (and UI and Migrate) are now loaded separately from the rest of
the JavaScript. This adds at least one HTTP request more but has some
a

split off jquery from other JS and add CDN option #1766

jQuery (and UI and Migrate) are now loaded separately from the rest of
the JavaScript. This adds at least one HTTP request more but has some
advantages:

* browsers can cache it independently
* the cache is only invalidated when versions update
* we do not apply any transformations (replacements, minimizing, etc) on
this code anymore which makes our dispatcher faster for the other JS
* browsers seem to load (not execut) both (jquery and other) parallel,
which might increase download speed a bit

This split allowed for the introduction of a new config: jquerycdn. When
enabled the 3 jquery files are loaded from jQueries CDN. This adds
another two HTTP requests but:

* since it's another host those files do not apply to the 4 request per
host limit and can be loaded (not executed) in paralell which might
increase download speeds a bit
* the CDN is distributed worldwide which means files are requested from
the closest location, increasing the download speeds
* since these files/CDN are very popular, chances are high that people
already have them cached in their browsers, reducing the download time
to 0 and effectiely halving the javascript needed to download

The option currently defaults to 'off', but I would argue 'on' would be
the better default.

show more ...


/dokuwiki/conf/dokuwiki.php
/dokuwiki/inc/confutils.php
/dokuwiki/inc/lang/af/jquery.ui.datepicker.js
/dokuwiki/inc/lang/ar/jquery.ui.datepicker.js
/dokuwiki/inc/lang/az/jquery.ui.datepicker.js
/dokuwiki/inc/lang/bg/jquery.ui.datepicker.js
/dokuwiki/inc/lang/ca/jquery.ui.datepicker.js
/dokuwiki/inc/lang/cs/jquery.ui.datepicker.js
/dokuwiki/inc/lang/cy/jquery.ui.datepicker.js
/dokuwiki/inc/lang/da/jquery.ui.datepicker.js
/dokuwiki/inc/lang/de-informal/jquery.ui.datepicker.js
/dokuwiki/inc/lang/de/jquery.ui.datepicker.js
/dokuwiki/inc/lang/el/jquery.ui.datepicker.js
/dokuwiki/inc/lang/eo/jquery.ui.datepicker.js
/dokuwiki/inc/lang/es/jquery.ui.datepicker.js
/dokuwiki/inc/lang/et/jquery.ui.datepicker.js
/dokuwiki/inc/lang/eu/jquery.ui.datepicker.js
/dokuwiki/inc/lang/fa/jquery.ui.datepicker.js
/dokuwiki/inc/lang/fi/jquery.ui.datepicker.js
/dokuwiki/inc/lang/fo/jquery.ui.datepicker.js
/dokuwiki/inc/lang/fr/jquery.ui.datepicker.js
/dokuwiki/inc/lang/gl/jquery.ui.datepicker.js
/dokuwiki/inc/lang/he/jquery.ui.datepicker.js
/dokuwiki/inc/lang/hi/jquery.ui.datepicker.js
/dokuwiki/inc/lang/hr/jquery.ui.datepicker.js
/dokuwiki/inc/lang/hu/jquery.ui.datepicker.js
/dokuwiki/inc/lang/id/jquery.ui.datepicker.js
/dokuwiki/inc/lang/is/jquery.ui.datepicker.js
/dokuwiki/inc/lang/it/jquery.ui.datepicker.js
/dokuwiki/inc/lang/ja/jquery.ui.datepicker.js
/dokuwiki/inc/lang/ka/jquery.ui.datepicker.js
/dokuwiki/inc/lang/kk/jquery.ui.datepicker.js
/dokuwiki/inc/lang/km/jquery.ui.datepicker.js
/dokuwiki/inc/lang/ko/jquery.ui.datepicker.js
/dokuwiki/inc/lang/lb/jquery.ui.datepicker.js
/dokuwiki/inc/lang/lt/jquery.ui.datepicker.js
/dokuwiki/inc/lang/lv/jquery.ui.datepicker.js
/dokuwiki/inc/lang/mk/jquery.ui.datepicker.js
/dokuwiki/inc/lang/ml/jquery.ui.datepicker.js
/dokuwiki/inc/lang/ms/jquery.ui.datepicker.js
/dokuwiki/inc/lang/nl/jquery.ui.datepicker.js
/dokuwiki/inc/lang/no/jquery.ui.datepicker.js
/dokuwiki/inc/lang/pl/jquery.ui.datepicker.js
/dokuwiki/inc/lang/pt-br/jquery.ui.datepicker.js
/dokuwiki/inc/lang/pt/jquery.ui.datepicker.js
/dokuwiki/inc/lang/ro/jquery.ui.datepicker.js
/dokuwiki/inc/lang/ru/jquery.ui.datepicker.js
/dokuwiki/inc/lang/sk/jquery.ui.datepicker.js
/dokuwiki/inc/lang/sl/jquery.ui.datepicker.js
/dokuwiki/inc/lang/sq/jquery.ui.datepicker.js
/dokuwiki/inc/lang/sr/jquery.ui.datepicker.js
/dokuwiki/inc/lang/sv/jquery.ui.datepicker.js
/dokuwiki/inc/lang/ta/jquery.ui.datepicker.js
/dokuwiki/inc/lang/th/jquery.ui.datepicker.js
/dokuwiki/inc/lang/tr/jquery.ui.datepicker.js
/dokuwiki/inc/lang/uk/jquery.ui.datepicker.js
/dokuwiki/inc/lang/vi/jquery.ui.datepicker.js
/dokuwiki/inc/lang/zh-tw/jquery.ui.datepicker.js
/dokuwiki/inc/lang/zh/jquery.ui.datepicker.js
/dokuwiki/inc/template.php
/dokuwiki/lib/exe/jquery.php
/dokuwiki/lib/exe/js.php
config/lang/en/lang.php
config/settings/config.metadata.php
/dokuwiki/lib/scripts/edit.js
/dokuwiki/lib/scripts/editor.js
/dokuwiki/lib/scripts/jquery/jquery-migrate.min.js
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_glass_55_fbf9ee_1x400.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_glass_65_ffffff_1x400.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_glass_75_dadada_1x400.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_glass_75_e6e6e6_1x400.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_glass_95_fef1ec_1x400.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_highlight-soft_75_cccccc_1x100.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-icons_222222_256x240.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-icons_2e83ff_256x240.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-icons_454545_256x240.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-icons_888888_256x240.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-icons_cd0a0a_256x240.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/smoothness.css
/dokuwiki/lib/scripts/jquery/jquery-ui.min.js
/dokuwiki/lib/scripts/jquery/jquery.min.js
/dokuwiki/lib/scripts/jquery/update.sh
/dokuwiki/lib/scripts/jquery/versions
/dokuwiki/lib/scripts/linkwiz.js
/dokuwiki/lib/scripts/media.js
/dokuwiki/lib/scripts/toolbar.js
/dokuwiki/lib/scripts/tree.js
/dokuwiki/lib/tpl/dokuwiki/css/_media_fullscreen.css
/dokuwiki/lib/tpl/dokuwiki/script.js
d5c0422f22-Nov-2016 Andreas Gohr <andi@splitbrain.org>

authpdo - use type safe comparison on passwords. fixes #1765

563f573e12-Nov-2016 Жељко Тодоровић <zeljko_todorovic@mail.com>

translation update

6c345bbe12-Nov-2016 tai <tai_tang@126.com>

translation update

89ec722025-Oct-2016 Carsten Perthel <carsten@cpesoft.com>

DE translation for key 'protected'

1b36459925-Oct-2016 Carsten Perthel <cpe@linuxcoder.de>

Use 'Benachrichtigung' instead of 'Notifikation'

001abc5125-Oct-2016 Carsten Perthel <cpe@linuxcoder.de>

Fix spelling of some terms (lower to upper case)

9f34684025-Oct-2016 Carsten Perthel <cpe@linuxcoder.de>

DE translation for key: addUser_error_missing_pass

6b3830a325-Oct-2016 Carsten Perthel <cpe@linuxcoder.de>

DE translation for keys: update_name, update_mail

bb70bdd324-Oct-2016 valentina_prof <sadoveanu.inform@gmail.com>

translation update

a43b185622-Oct-2016 Arne Hanssen <arne.hanssen@getmail.no>

translation update

3c3a8c3d16-Oct-2016 Arne Hanssen <arne.hanssen@getmail.no>

translation update

22f23a8e16-Oct-2016 Arne Hanssen <arne.hanssen@getmail.no>

translation update

1e8d98e316-Oct-2016 Pauet <pauet@gmx.com>

translation update

d8e46e0515-Oct-2016 Arne Hanssen <arne.hanssen@getmail.no>

translation update

6955bdea14-Oct-2016 Arne Hanssen <arne.hanssen@getmail.no>

translation update

dc79945f12-Oct-2016 Arne Hanssen <arnehans@getmail.no>

translation update

b3b02c6412-Oct-2016 Patrick Sletvold <patricksletvold@hotmail.com>

translation update

4a73e60f12-Oct-2016 Arne Hanssen <arne.hanssen@getmail.no>

translation update

45a79b3011-Oct-2016 Arne Hanssen <arnehans@getmail.no>

translation update

1...<<31323334353637383940>>...115