History log of /dokuwiki/lib/ (Results 51 – 75 of 4558)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
0265acd718-Sep-2025 Luna Shirase <fwits@foxmail.com>

translation update

33f6909918-Sep-2025 Haolin Xue <tzbkk@outlook.com>

translation update

8a24a85d17-Sep-2025 smocap <smocap@gmail.com>

translation update

b41ff07f11-Sep-2025 Eduardo Mozart de Oliveira <eduardomozart182@gmail.com>

translation update

3aae306711-Sep-2025 Eduardo Mozart de Oliveira <eduardomozart182@gmail.com>

translation update

2176ae8c10-Sep-2025 Schplurtz le Déboulonné <Schplurtz@laposte.net>

translation update

c29b864209-Sep-2025 Marek Adamski <fevbew@wp.pl>

translation update


/dokuwiki/inc/lang/hu-formal/admin.txt
/dokuwiki/inc/lang/hu-formal/backlinks.txt
/dokuwiki/inc/lang/hu-formal/conflict.txt
/dokuwiki/inc/lang/hu-formal/denied.txt
/dokuwiki/inc/lang/hu-formal/diff.txt
/dokuwiki/inc/lang/hu-formal/draft.txt
/dokuwiki/inc/lang/hu-formal/edit.txt
/dokuwiki/inc/lang/hu-formal/editrev.txt
/dokuwiki/inc/lang/hu-formal/index.txt
/dokuwiki/inc/lang/hu-formal/install.html
/dokuwiki/inc/lang/hu-formal/jquery.ui.datepicker.js
/dokuwiki/inc/lang/hu-formal/lang.php
/dokuwiki/inc/lang/hu-formal/locked.txt
/dokuwiki/inc/lang/hu-formal/login.txt
/dokuwiki/inc/lang/hu-formal/mailtext.txt
/dokuwiki/inc/lang/hu-formal/mailwrap.html
/dokuwiki/inc/lang/hu-formal/newpage.txt
/dokuwiki/inc/lang/hu-formal/norev.txt
/dokuwiki/inc/lang/hu-formal/onceexisted.txt
/dokuwiki/inc/lang/hu-formal/password.txt
/dokuwiki/inc/lang/hu-formal/preview.txt
/dokuwiki/inc/lang/hu-formal/pwconfirm.txt
/dokuwiki/inc/lang/hu-formal/read.txt
/dokuwiki/inc/lang/hu-formal/recent.txt
/dokuwiki/inc/lang/hu-formal/register.txt
/dokuwiki/inc/lang/hu-formal/registermail.txt
/dokuwiki/inc/lang/hu-formal/resendpwd.txt
/dokuwiki/inc/lang/hu-formal/resetpwd.txt
/dokuwiki/inc/lang/hu-formal/revisions.txt
/dokuwiki/inc/lang/hu-formal/searchpage.txt
/dokuwiki/inc/lang/hu-formal/showrev.txt
/dokuwiki/inc/lang/hu-formal/stopwords.txt
/dokuwiki/inc/lang/hu-formal/subscr_digest.txt
/dokuwiki/inc/lang/hu-formal/subscr_form.txt
/dokuwiki/inc/lang/hu-formal/subscr_list.txt
/dokuwiki/inc/lang/hu-formal/subscr_single.txt
/dokuwiki/inc/lang/hu-formal/updateprofile.txt
/dokuwiki/inc/lang/hu-formal/uploadmail.txt
/dokuwiki/inc/lang/hu/admin.txt
/dokuwiki/inc/lang/hu/backlinks.txt
/dokuwiki/inc/lang/hu/conflict.txt
/dokuwiki/inc/lang/hu/denied.txt
/dokuwiki/inc/lang/hu/diff.txt
/dokuwiki/inc/lang/hu/draft.txt
/dokuwiki/inc/lang/hu/edit.txt
/dokuwiki/inc/lang/hu/editrev.txt
/dokuwiki/inc/lang/hu/index.txt
/dokuwiki/inc/lang/hu/install.html
/dokuwiki/inc/lang/hu/jquery.ui.datepicker.js
/dokuwiki/inc/lang/hu/lang.php
/dokuwiki/inc/lang/hu/locked.txt
/dokuwiki/inc/lang/hu/login.txt
/dokuwiki/inc/lang/hu/mailtext.txt
/dokuwiki/inc/lang/hu/newpage.txt
/dokuwiki/inc/lang/hu/onceexisted.txt
/dokuwiki/inc/lang/hu/password.txt
/dokuwiki/inc/lang/hu/preview.txt
/dokuwiki/inc/lang/hu/pwconfirm.txt
/dokuwiki/inc/lang/hu/read.txt
/dokuwiki/inc/lang/hu/recent.txt
/dokuwiki/inc/lang/hu/register.txt
/dokuwiki/inc/lang/hu/registermail.txt
/dokuwiki/inc/lang/hu/resendpwd.txt
/dokuwiki/inc/lang/hu/resetpwd.txt
/dokuwiki/inc/lang/hu/revisions.txt
/dokuwiki/inc/lang/hu/searchpage.txt
/dokuwiki/inc/lang/hu/subscr_digest.txt
/dokuwiki/inc/lang/hu/subscr_list.txt
/dokuwiki/inc/lang/hu/subscr_single.txt
/dokuwiki/inc/lang/hu/updateprofile.txt
/dokuwiki/inc/lang/hu/uploadmail.txt
plugins/usermanager/lang/pl/lang.php
93ef269a08-Sep-2025 Damien Regad <dregad@mantisbt.org>

Fix typos in usermanager English strings

c8f5545908-Sep-2025 Damien Regad <dregad@mantisbt.org>

Replace hardcoded message by localized string

Fixes #4507

f13a999a07-Aug-2025 onkobu <onkobu@benux.voelkizetti.net>

fix: #3796 LDAP mail can be null

9c952d3b01-Aug-2025 Andreas Gohr <andi@splitbrain.org>

run passcrypt when user does not exist #4491

This will automatically use the configured password hashing method, thus
matching what existing users most likely have for their hash as well.

a1ef4d6222-Jul-2025 Andreas Gohr <gohr@cosmocode.de>

ExtensionManager: get base from plugin classes. fixes #4484

When installing a plugin that has no plugin.info.txt, we need to figure
out where it belongs from other data. Previously we checked the ar

ExtensionManager: get base from plugin classes. fixes #4484

When installing a plugin that has no plugin.info.txt, we need to figure
out where it belongs from other data. Previously we checked the archive
name or folder within. This will fail for archives generated from github
branches as the plugin would be named "dokuwiki-plugin-foobar" or "master".

This implements looking for known plugin type php files, parsing them
with PHP's parser and extracting the class name. The base name is in
that class name.

Seems to work fine in my unit and manual tests.

show more ...

9b006b5f22-Jul-2025 Andreas Gohr <gohr@cosmocode.de>

Extension manager: when no url or upload given, do nothing

7f647da122-Jul-2025 Andreas Gohr <gohr@cosmocode.de>

Extension manager: when url given, don't try to use upload, too

b0bf729c21-Jul-2025 Or Gozlan <gozlan.or@gmail.com>

translation update

62184d3913-Jul-2025 Andreas Gohr <andi@splitbrain.org>

extension manager: highlight available update again

People really seem to miss the highlight for available updates.

Also see discussion at https://forum.dokuwiki.org/d/23149-extention-extension-upd

extension manager: highlight available update again

People really seem to miss the highlight for available updates.

Also see discussion at https://forum.dokuwiki.org/d/23149-extention-extension-updates-prasenter-darstellen

show more ...

12f9c6ba01-Jul-2025 Daniel Dias Rodrigues <danieldiasr@gmail.com>

translation update

f51641de30-Jun-2025 Andreas Gohr <andi@splitbrain.org>

ease popularity plugin reuse

See #4477 for rationale

1b8e843a29-Jun-2025 Luna Shirase <fwits@foxmail.com>

translation update

9791ae4528-Jun-2025 Andreas Gohr <andi@splitbrain.org>

fix openapi spec download when no subdir is used

See https://github.com/dokuwiki/dokuwiki/commit/0c6e917818109b1f50cd46754bb3bf353e36d889#r160979301

abe3cab311-Jun-2025 Schplurtz le Déboulonné <Schplurtz@laposte.net>

translation update

33cb4e0103-Jun-2025 Andreas Gohr <gohr@cosmocode.de>

Make is_ssl and baseurl use proper proxy checks

This should not only address #4455 but also ensures that the related
headers are only used when they come from a trusted reverse proxy chain.

68c6905303-Jun-2025 Petr Kajzar <petr.kajzar@centrum.cz>

translation update

2ee9c30529-May-2025 fiwswe <53953985+fiwswe@users.noreply.github.com>

Don't complain about changed download URLs when plugin repository is unavailable

Fixes #4459

2a23320c24-May-2025 SoiBKK <info@soibangkok.online>

translation update

12345678910>>...183