[dokuwiki] Re: git changes 2020-10-14

  • From: Andreas Gohr <andi@xxxxxxxxxxxxxx>
  • To: DokuWiki Mailinglist <dokuwiki@xxxxxxxxxxxxx>
  • Date: Wed, 14 Oct 2020 09:08:12 +0200

Looks like something went wrong with yesterday's changelog mail. Not
sure what happened. For anyone interested, here's the long list of
stuff that got merged yesterday:


http://github.com/splitbrain/dokuwiki/commit/a7e2efd2e2d63580fa2ce52c7b64ac636e5be190
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Tue Oct 13 15:29:48 2020 +0200

    replace deprecated function calls #3266


http://github.com/splitbrain/dokuwiki/commit/a3bfbb3c10892fbcc5149af0165d186e5fa0c6cc
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Tue Oct 13 15:07:33 2020 +0200

    upgraded php-archive to 1.2.0 #3298

    fixes an incompatibility with PHP 8


http://github.com/splitbrain/dokuwiki/commit/8368419bb55c50bd6ee0cd399e970a4ad52fdf0e
Author: Syntaxseed <825423+syntaxseed[at]users.noreply.github.com>
Date:   Wed Sep 30 13:46:46 2020 -0400

    Fix proper param order and use main function name instead of alias 'join'.


http://github.com/splitbrain/dokuwiki/commit/0afbc17471bdd73ad5ca21fa38490e89df29966b
Merge: 96da53f63 09e982a83
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Tue Oct 13 13:42:24 2020 +0200

    Merge pull request #3198 from ssahara/form

    refactor html_* functions into Ui class member using Form\Form class


http://github.com/splitbrain/dokuwiki/commit/96da53f636e471129c42a689a3790b64349b0dd1
Merge: 206d3a69f 56f47fdaf
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Tue Oct 13 13:15:56 2020 +0200

    Merge pull request #2443 from splitbrain/fixGetVersion

    🐛 make getVersion() show the commit date, not checkout date


http://github.com/splitbrain/dokuwiki/commit/206d3a69f56a6436df591e9818f4ec81de068734
Merge: 76e425e9e 36c8a75c5
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Tue Oct 13 13:10:58 2020 +0200

    Merge pull request #2433 from splitbrain/issue2399

    Fixed broken link rendering for external links at start of line


http://github.com/splitbrain/dokuwiki/commit/09e982a83eb063877015462b29e732a735da9152
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Sun Sep 27 11:59:39 2020 +0900

    use EDIT_FORM_ADDTEXTAREA

    change event name to prevent breaks in old HTML_EDIT_FORMSELECTION
or early proposed EDIT_FORM_ALTERNATE event handler, such as edittable
plugin


http://github.com/splitbrain/dokuwiki/commit/2162df3af4f5781fc5ee1e2253884a7176b43359
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Sun Sep 13 09:55:38 2020 +0900

    update phpdoc


http://github.com/splitbrain/dokuwiki/commit/8a5f08af07bb8ed2e414b9b4ed3739ff71a49a2b
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Fri Sep 11 17:50:01 2020 +0900

    deprecate html_form()

    encourage plugin devs to use new Form class


http://github.com/splitbrain/dokuwiki/commit/bafe7468838e1a41c911d3063438406b732fa55c
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Fri Sep 11 17:46:37 2020 +0900

    use new event EDIT_FORM_ALTERNATE

    to prevent breaks in old   HTML_EDIT_FORMSELECTION event handler,
such as edittable plugin


http://github.com/splitbrain/dokuwiki/commit/c25703581b7c60c93c2ead6834567277086de363
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Tue Sep 8 23:08:26 2020 +0900

    remove html_softbreak_callback()


http://github.com/splitbrain/dokuwiki/commit/bf69f8cb6ac73798213ed30b1003ff973516d2bf
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Tue Sep 8 20:44:35 2020 +0900

    re-declare deprecated function html_edit_form()

    call dbg_deprecated(), even this function lost compatibility
because its argument  $param['form'] has changed to hold Form\Form
object


http://github.com/splitbrain/dokuwiki/commit/89b939d771be1c6165db13cc56ddc8144f5673b7
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Tue Sep 8 20:03:11 2020 +0900

    re-declare deprecated function html_li_default()


http://github.com/splitbrain/dokuwiki/commit/fda3dd811d62a70cf4f8f9f0eca09a925b919126
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Tue Sep 8 11:11:36 2020 +0900

    fix missing return


http://github.com/splitbrain/dokuwiki/commit/d11e205ca590333b43946ee0393f6e4e1c330ad1
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Mon Sep 7 23:17:49 2020 +0900

    consistent html_buildlist() usage

    see usage of html_buildlist in plugin acl (admin and action component)


http://github.com/splitbrain/dokuwiki/commit/a215faf2fc4cea7bbd92b8fd0b1034e976b87142
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Fri Sep 4 17:58:02 2020 +0900

    re-declare deprecated functions for backward compatibility

    `dbg_deprecated()` is called in `html_diff_head()`,
`html_diff_navigation()`, `html_diff_navigationlink()`,  and following
functions:

    * `html_denied()` is not used any plugins, but added fallback just in case.
    * `html_locked()` is used by one third-party plugin (AjaxEdit),
fallback should be added.
    * `html_insert_softbreaks()` is used by one third-party plugin
(TOS, terms of service), fallback should be added.


http://github.com/splitbrain/dokuwiki/commit/87f229e8abb63a868b32b63debd8527417c95940
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Wed Sep 2 17:31:21 2020 +0900

    add dbg_deprecated() calls


http://github.com/splitbrain/dokuwiki/commit/a74a1f3f7ba664554e026a6594ee9b6515c9b88d
Merge: c6977b3a3 d267a3cb9
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Wed Aug 26 20:37:42 2020 +0900

    Merge branch 'master' into form


http://github.com/splitbrain/dokuwiki/commit/c6977b3a35d43dd2a2c9271648980059f410f648
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Wed Aug 26 20:25:18 2020 +0900

    change event naming scheme

    FORM_*_OUTPUT scheme had been introduced since Apriil 2018, see #2286


http://github.com/splitbrain/dokuwiki/commit/8128de6c978d6ff06285558dd83d15dbe297e888
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Thu Aug 20 11:30:11 2020 +0900

    fix Scrutinizer annotations


http://github.com/splitbrain/dokuwiki/commit/bde2a644b7f10af4f4d8a7ca52281cd954538ea9
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Wed Aug 19 23:55:02 2020 +0900

    fix Scrutinizer annotations


http://github.com/splitbrain/dokuwiki/commit/66e555e237c4348c799bba8c03f1a8a490fcc7d6
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Wed Aug 19 21:12:28 2020 +0900

    fix missing or unnecessary use Event statements


http://github.com/splitbrain/dokuwiki/commit/903616ed12dcfe945867ad1068c86fba11c6f55d
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Wed Aug 19 19:16:43 2020 +0900

    register HTMLFORM_LOGIN_OUTPUT event handler


http://github.com/splitbrain/dokuwiki/commit/e6adf5b790d7dfdcd235614ffbb7c74dba9500e0
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Wed Aug 19 19:13:30 2020 +0900

    tigger HTMLFORM_*_OUTPUT events

    trigger events in Form::toHTML() instead of using Event::createAndTrigger()


http://github.com/splitbrain/dokuwiki/commit/0dd35558646b5859c816cdbe739beb4a87459c6a
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Wed Aug 19 17:58:30 2020 +0900

    Form::toHTML() can trigger event

    New event naming scheme HTMLFORM_*_OUTPUT should be tiggered to
prevent break of old third-party plugins using old events
HTML_*FORM_OUTPUT.


http://github.com/splitbrain/dokuwiki/commit/628d5475960b57769a64aba8fb0d0aab3de4dae4
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Tue Aug 18 20:46:30 2020 +0900

    remove unnecessary printing DOKU_LF


http://github.com/splitbrain/dokuwiki/commit/67ef3e885af3e80db036d3f3e271cbe3d529dcaa
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Tue Aug 18 19:43:19 2020 +0900

    split longer show() into task methods.

    The structure of Ui\Revisions is similar to Ui\Recent.
Ui\Revisions::getRevisions() returns a arrey of rev info array as same
as getRecent().


http://github.com/splitbrain/dokuwiki/commit/057cd775517a85c2f56cb87b185165d9a7434aab
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Tue Aug 18 14:57:44 2020 +0900

    more narrow  jQuery selector to rev2[] checkbox

    This fix enables to use disabled checkbox for non-existing
revision page or media file in the HTML form of Ui\Revisions.


http://github.com/splitbrain/dokuwiki/commit/21b96b634a5fac73dfd05d00b10fedc81155f46e
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Sat Aug 15 09:59:20 2020 +0900

    shorten Ui\Recent::show(), split out sub methods

    Requrie *PHP7*, using anonymous class in Ui\Recent::getObjRevInfo()


http://github.com/splitbrain/dokuwiki/commit/83f8872c29e69f18f6c8d8e30c47dd178a40e04d
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Thu Aug 13 13:54:48 2020 +0900

    use $INPUT instead of $_SERVER


http://github.com/splitbrain/dokuwiki/commit/2c210ad72adfec6edcda2464d0f4e194d7aa8b3c
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Thu Aug 13 12:34:10 2020 +0900

    split out two form creation methods of ResendPwd

    we can use prefillInput feature of InputElement class, no need to
refer $INPUT in formResendPassword()


http://github.com/splitbrain/dokuwiki/commit/23a8b8f814821853bb3075cb411a68db2ae97e3f
Merge: feee32dc5 499d9bcd9
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Fri Jul 24 09:09:05 2020 +0900

    Merge branch 'master' into form


http://github.com/splitbrain/dokuwiki/commit/feee32dc5882f2ec122feaa7f6096a5897af1ddc
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Fri Jul 24 09:03:21 2020 +0900

    declare method visivility


http://github.com/splitbrain/dokuwiki/commit/b960c74f03b500edc7d2bee0eb0a9027f2ce57f0
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Thu Jul 23 23:21:13 2020 +0900

    rewrite forms in MediaManager using dokuwiki\Form\Form class


http://github.com/splitbrain/dokuwiki/commit/848cb7865809986f21803f2e04f90a0e4954fb92
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Thu Jul 23 11:22:53 2020 +0900

    Ui\Subscribe class replaces tpl_subscribe()


http://github.com/splitbrain/dokuwiki/commit/8549e2b519f181de69658086844cce6cb4f0bc5c
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Thu Jul 23 10:33:19 2020 +0900

    support UI\Login form modification in AuthAD

    authad plugin will insert domain selector in the Ui\Login form
during the  event HTML_LOGINFORM_OUTPUT


http://github.com/splitbrain/dokuwiki/commit/fd76e02a9eee13d63071f2734ce7b541fece8264
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Sun Jul 19 19:00:46 2020 +0900

    fix Ui\Diff::diffHead() scope public

    html_diff_head() was used in inc/media.php


http://github.com/splitbrain/dokuwiki/commit/c2bf454b2fe260a017b6247239c3201c38301ccb
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Sat Jul 18 17:24:25 2020 +0900

    add space delimiters inside the list item

    Bugfix missing div.no tag just after the form tag in Ui\Revisions::show()


http://github.com/splitbrain/dokuwiki/commit/7afe5d9314ac4f054dee758a24c337cf417dfbc6
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Sat Jul 18 14:25:56 2020 +0900

    mark html_denied() and html_locked() as deprecated

    and fix coding style


http://github.com/splitbrain/dokuwiki/commit/9c8632b4f0d7a0eca403ba5460afceafc948b615
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Sat Jul 18 12:26:59 2020 +0900

    create Ui\Index::buildIndexList()


http://github.com/splitbrain/dokuwiki/commit/bde560b424a4d56645e6a4111b3113cae3c68fc0
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Sat Jul 18 10:11:03 2020 +0900

    closure to obsolete html_li_default()


http://github.com/splitbrain/dokuwiki/commit/675d8ce4a097094c5e87645e40b93f4618c37022
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Sat Jul 18 09:47:16 2020 +0900

    closure to obsolete html_hilight_callback()


http://github.com/splitbrain/dokuwiki/commit/bab2b7f0bb724f0e6e184a1d777e778955f3b904
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Sat Jul 18 09:34:28 2020 +0900

    mark html_* funcs as deprecated that call relevant Ui class


http://github.com/splitbrain/dokuwiki/commit/e34d6962275b3480e375c6b557330eb23636b2b9
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Sat Jul 18 08:47:47 2020 +0900

    html_sizechange() returns HTML when $form is not set


http://github.com/splitbrain/dokuwiki/commit/d54f09a768d92971cbee9b9c7239c283444a545e
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Sat Jul 18 00:16:57 2020 +0900

    use more $difftype property, and rewrite callback func to closure


http://github.com/splitbrain/dokuwiki/commit/2d8dbea0b475febadf3e0bd4a13869223f236e5a
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Fri Jul 17 21:53:19 2020 +0900

    define Ui\Diff::insertSoftbreaks() method


http://github.com/splitbrain/dokuwiki/commit/c29600d0904c807516924fcc91be645b0af2079a
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Fri Jul 17 21:49:55 2020 +0900

    print forms without html_form_output()


http://github.com/splitbrain/dokuwiki/commit/2d517813fe2e1dc97044951faab75594884f11dc
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Thu Jul 16 23:16:10 2020 +0900

    use "difftype" in Ui\Diff


http://github.com/splitbrain/dokuwiki/commit/269e7027db9fa3151b12f5382446c846b6f6bc1c
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Thu Jul 16 21:55:12 2020 +0900

    fix typo


http://github.com/splitbrain/dokuwiki/commit/9e3166413adffd9d067b4cde8da8d04c44d9c8bf
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Thu Jul 16 21:31:53 2020 +0900

    create constructor of Ui\(Recent, Revisions)


http://github.com/splitbrain/dokuwiki/commit/f9dfcbbe1aa66bcb2c506cf11be0ecbb9566521a
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Thu Jul 16 21:29:56 2020 +0900

    fix typo


http://github.com/splitbrain/dokuwiki/commit/1454819889cb88fdb73fa23d2b52310aa2aa6e49
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Thu Jul 16 20:26:22 2020 +0900

    create constructor of Ui\Index class


http://github.com/splitbrain/dokuwiki/commit/f1dcc217bec54b2f5266cb40bae4f752f0c7221c
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Thu Jul 16 20:15:24 2020 +0900

    call Ui\Diff from Ui\(Conflict, Draft)


http://github.com/splitbrain/dokuwiki/commit/e4286a8810c742557f3fc9098a9e087c55252d7e
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Thu Jul 16 19:24:09 2020 +0900

    define constructor of Ui classes


http://github.com/splitbrain/dokuwiki/commit/2ba8135141600da93d3feb2d2363068d1fad346c
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Wed Jul 15 23:11:18 2020 +0900

    create Ui\ConflictForm


http://github.com/splitbrain/dokuwiki/commit/f0049a83d46965f23532b02fb51e22904a2ea9c3
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Wed Jul 15 20:59:02 2020 +0900

    Remove Ui\{Denide, Locked} class

    They are not UI components. We should  show error message in
Action\{Denide, Locked}::tplContent() methods.


http://github.com/splitbrain/dokuwiki/commit/60a48169abe6df5c485f0c9df175a5a50c54ee38
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Tue Jul 14 20:48:11 2020 +0900

    Ui\PageView class replaces html_showf)


http://github.com/splitbrain/dokuwiki/commit/be9f766673d5fa22d0019680ba802358bbd198c8
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Tue Jul 14 20:46:03 2020 +0900

    rename diifNavigationlink to diffViewlink


http://github.com/splitbrain/dokuwiki/commit/259dd31fe29dd063ffc240e7629ae48bb354b825
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Mon Jul 13 20:53:52 2020 +0900

    rewrite Ui\Diff::diffNavigation() using Form\Form class

    NOTE: necessary to inhibit prefillInput.
Form\DropdownElement::toHTML() calls val(), which calls val('') during
prefillInput(), will cause wrong selected option.


http://github.com/splitbrain/dokuwiki/commit/0d02bc2f737241397ce87f4c7a7270fb021756da
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Mon Jul 13 20:25:42 2020 +0900

    Ui\Diff class replaces html_diff()

    Ui\Diff()::diffNavigation() still uses Doku_Form class, Further work needed!


http://github.com/splitbrain/dokuwiki/commit/c9a541891217610b22268eb3f89ba56f76d13d07
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Sun Jul 12 12:05:44 2020 +0900

    Update html.php


http://github.com/splitbrain/dokuwiki/commit/5a25e72531781167910ad80981d7729b22ec972c
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Sun Jul 12 12:00:06 2020 +0900

    coding style in html_diff*()


http://github.com/splitbrain/dokuwiki/commit/172cb15a4adc2547f4e5b2fc6fec8553b962f9ff
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Sun Jul 12 11:32:20 2020 +0900

    remove '&' form $form argument

    $form is object, therefore it is always treated  as reference without '&'.


http://github.com/splitbrain/dokuwiki/commit/fbae750bc68a914a843cde097e39ea4dfa561a3f
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Sun Jul 12 11:27:08 2020 +0900

    fix typo


http://github.com/splitbrain/dokuwiki/commit/f9ee77d64c08a142995bc3ff066bc126947b4402
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Sat Jul 11 10:30:51 2020 +0900

    Update Index.php

    fix code sniffer errors (method name is not in camel caps format)


http://github.com/splitbrain/dokuwiki/commit/6c9fde8289c5959cefa114d8249b987ac85eb3f1
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Sat Jul 11 10:11:30 2020 +0900

    Ui\Revisions class replaces html_revisions()

    no space between printed items such as date, unsername, sizechange
info. Further work needed for better looks/design.
    The code for page navigation in Ui\Revisions is different with Ui\Recent.


http://github.com/splitbrain/dokuwiki/commit/3d7df1dc63c327e0f769f38f258959e8321b4aaa
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Sat Jul 11 09:43:45 2020 +0900

    Ui\Recent class replaces html_recent()

    no space between printed items such as date, unsername, sizechange
info. Further work needed for better looks/design.


http://github.com/splitbrain/dokuwiki/commit/b0f23f4e3c13bf26668206de0844fce7ac386d00
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Fri Jul 10 12:17:38 2020 +0900

    improve html_sizechange() to recognize form class


http://github.com/splitbrain/dokuwiki/commit/0fb48f94151d95b37b111149489d8e97e95a6c44
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Fri Jul 10 12:15:18 2020 +0900

    Ui\Index class replaces html_index()


http://github.com/splitbrain/dokuwiki/commit/09f440da2afa75a0c14c7b384d6e9f30b8c43a95
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Thu Jul 9 22:19:52 2020 +0900

    Ui\Backlinks class replaces html_backlinks()


http://github.com/splitbrain/dokuwiki/commit/2ee510553236c358fdbb9f1309b41ee1568fbe4f
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Thu Jul 9 22:13:22 2020 +0900

    Ui\Locked class replaces html_locked()


http://github.com/splitbrain/dokuwiki/commit/6467f2ce9c6374fa0d04afda5103e72c4b2702e6
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Thu Jul 9 22:12:21 2020 +0900

    Ui\Conflict class replaces html_conflict()


http://github.com/splitbrain/dokuwiki/commit/2f5c77bd85185723017ff0cf3c0b2d65f7319ac2
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Thu Jul 9 22:10:41 2020 +0900

    Ui\Denid class replaces html_denid()


http://github.com/splitbrain/dokuwiki/commit/c20664d2d0d6a4d0aaf82058e535858104953863
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Wed Jul 8 20:36:24 2020 +0900

    Ui\Draft class replaces html_draft()


http://github.com/splitbrain/dokuwiki/commit/a17df5bd89390eb86d0196ccefd2581d9681b8f3
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Wed Jul 8 20:23:22 2020 +0900

    fix typo


http://github.com/splitbrain/dokuwiki/commit/1e6e7b77cc3a8065588d6debd35cb1150eed7afc
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Wed Jul 8 20:16:21 2020 +0900

    fix Form\Form attributes

    avoid unit test errors in _test ests est dit_and_save.test.php


http://github.com/splitbrain/dokuwiki/commit/9cf9796dc65658a9c35e042a5042b2f04cad08b7
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Wed Jul 8 08:27:12 2020 +0900

    Ui\Login class replaces html_login()


http://github.com/splitbrain/dokuwiki/commit/a838eeeb9e5e9db9627ba45d149c7d37be363bdb
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Wed Jul 8 08:14:40 2020 +0900

    Ui\UserResendPwd class replaces html_resendpwd()


http://github.com/splitbrain/dokuwiki/commit/2b5a1390b05ababfbf8a2c65e0304f3927ae2b55
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Wed Jul 8 08:03:36 2020 +0900

    Ui\UserRegister class replaces html_register()


http://github.com/splitbrain/dokuwiki/commit/877c5a1b1bcf5f6749f0d251c3a871e36863c1f7
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Tue Jul 7 22:47:25 2020 +0900

    Ui\UserProfile class replaces html_updateprofile()


http://github.com/splitbrain/dokuwiki/commit/08a430f762d011e9d7a7008f2aad3578b93b7e02
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Tue Jul 7 22:26:55 2020 +0900

    fix typo


http://github.com/splitbrain/dokuwiki/commit/25dd2a2f8414f14b5ac77197ceb29a21b9c4749e
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Tue Jul 7 19:44:51 2020 +0900

    Ui\Editor class replaces html_edit()


http://github.com/splitbrain/dokuwiki/commit/34431439582103125d0bdc2b98256d98f1380a9d
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Mon Jul 6 20:14:06 2020 +0900

    show checkbox and radio before its label text


http://github.com/splitbrain/dokuwiki/commit/9d01c1d91a93cf50f37d1486481a6493e98be821
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date:   Wed Jul 1 19:58:58 2020 +0900

    PSR-12 coding style


http://github.com/splitbrain/dokuwiki/commit/36c8a75c5c35c94caeb5306881315eff37f20a8d
Author: Phy <git[at]phy25.com>
Date:   Mon Mar 9 20:55:58 2020 -0400

    Fix ExternalLink tests


http://github.com/splitbrain/dokuwiki/commit/4da6a3ce612d972b13310df55b55ba30a32071b6
Author: Phy <git[at]phy25.com>
Date:   Mon Mar 9 20:42:56 2020 -0400

    Fix php styling of too long regexp


http://github.com/splitbrain/dokuwiki/commit/f216edae611a9a1677577709a8b2e33f231b6a7d
Author: Lars Paulsen <lars_paulsen[at]web.de>
Date:   Thu Jun 21 21:20:36 2018 +0200

    Fixed broken link rendering for external links at start of line

    External links at the start of line like 'www.example.com' were
    not rendered as links any more. The issue was introduced with PR #1988.
    Fixes #2399.


http://github.com/splitbrain/dokuwiki/commit/56f47fdaf7ebf7a82171f42cc1b41cacda07c1d7
Author: Michael Große <mic.grosse[at]googlemail.com>
Date:   Sun Sep 9 16:12:58 2018 +0200

    🐛 Add guard for getVersion fallback

    This protects against the current commit being packed and not available
     as an object and against zlib not being available.

    More information about commits being packed and thus not available can
    be found here: https://git-scm.com/book/en/v2/Git-Internals-Packfiles


http://github.com/splitbrain/dokuwiki/commit/be2e462d8392a7abd53ed08370a8b44fd437a443
Author: Michael Große <grosse[at]cosmocode.de>
Date:   Thu Jul 5 15:48:18 2018 +0200

    ✏️ Fix typo in variable name


http://github.com/splitbrain/dokuwiki/commit/f519f9dbd38c1c52b28244ed9adfab8b6ff9561b
Author: Michael Große <grosse[at]cosmocode.de>
Date:   Thu Jul 5 15:46:05 2018 +0200

    👌 Add fallback if we cannot use git on the shell

    Under some circumstances, there may be no git or no shell access
available. This gets the commit
    date manually.


http://github.com/splitbrain/dokuwiki/commit/067b4fb970c56586acf5f06c80b8fc5049552dbd
Author: Michael Große <grosse[at]cosmocode.de>
Date:   Thu Jul 5 11:13:19 2018 +0200

    🐛 make getVersion show the commit date, not checkout date

    Currently, getVersion() shows the date when the HEAD of the local git
    repository was last changed, not the date of the current commit. This
    commit fixes that behavior.

On Wed, Oct 14, 2020 at 3:00 AM DokuWiki Develtools <xref@xxxxxxxxxxxx> wrote:



-- 
splitbrain.org
--
DokuWiki mailing list - more info at
http://www.dokuwiki.org/mailinglist

Other related posts: