[dokuwiki] git changes 2016-06-11

  • From: xref@xxxxxxxxxxxx (DokuWiki Devel Tools)
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Sat, 11 Jun 2016 03:00:28 +0200 (CEST)


Good Morning!

This are the git changes for DokuWiki committed
yesterday. Please test them and report bugs.

---------------------------------------------------------------------

http://github.com/splitbrain/dokuwiki/commit/d1c44d00a3ad687eef909c31c43513af7b26d1b5
Merge: 3be11e1 a566f85
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri Jun 10 09:45:09 2016 +0200

    Merge pull request #1101 from splitbrain/emailsignature
    
    Clean up of mail text signature


http://github.com/splitbrain/dokuwiki/commit/3be11e103a9c954177359fed957e62f17728700c
Merge: 786818d 16f765d
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri Jun 10 09:37:02 2016 +0200

    Merge pull request #1543 from splitbrain/jquery2
    
    upgraded jQuery to 2.2.3


http://github.com/splitbrain/dokuwiki/commit/786818ddd141980d89159d6c48aca00b59e6c991
Merge: 3b82d1e 5462edc
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri Jun 10 08:49:51 2016 +0200

    Merge pull request #1556 from splitbrain/onlyeditwarningonchange
    
    Check if content really changed in the Editor, before popup a warning…


http://github.com/splitbrain/dokuwiki/commit/16f765dd94c921978bea9fde6f4f47299fa96749
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri Jun 10 08:44:37 2016 +0200

    updated jquery to 2.2.4


http://github.com/splitbrain/dokuwiki/commit/a566f85e9b06fdb0e386a5796405110b1d1ab8fd
Author: Gerrit Uitslag <klapinklapin[at]gmail.com>
Date:   Sat May 28 00:59:57 2016 +0200

    reformatting


http://github.com/splitbrain/dokuwiki/commit/f3cd98a0677805fbdfdd8935a14707d113789dda
Author: Gerrit Uitslag <klapinklapin[at]gmail.com>
Date:   Sat May 28 00:56:40 2016 +0200

    use variable for wikiurl in tests


http://github.com/splitbrain/dokuwiki/commit/774514c9e8c7379df1d1479289e616e2507e8413
Author: Gerrit Uitslag <klapinklapin[at]gmail.com>
Date:   Sat May 28 00:39:11 2016 +0200

    translate html and text string for signature
    
    Default only text string exists, via localized translation a wiki admin
    can add his/her own (html) version.


http://github.com/splitbrain/dokuwiki/commit/5462edca1f7eb2ece8ce280b3cb15cb33d24c0d9
Author: Gerrit Uitslag <klapinklapin[at]gmail.com>
Date:   Thu May 19 00:17:12 2016 +0200

    added doku_hasTextBeenModified, rename doku_checkSummary
    
    checkfunc is mainly replaced by doku_hasTextBeenModified, which is put
    in  global scope to allow overriding by plugins.


http://github.com/splitbrain/dokuwiki/commit/3f18d0490493cc9c5b7d419a917469d2a0b56335
Author: Gerrit Uitslag <klapinklapin[at]gmail.com>
Date:   Mon May 9 21:06:53 2016 +0200

    checkfunc() set textChanged only on real change
    
    - if #wiki__text (the default DokuWiki editor field) exists, the
    checkfunc() checks whether the field content is changed
    - if #wiki__text not exists it assumes that on all change and keydown
    events the content of the form #dw__editform is changed (give still
    false positives.) (for example the Data plugin has none #wiki__text)


http://github.com/splitbrain/dokuwiki/commit/c3f94a8ed6e38f1c7c324a502c8e2f64355e62cc
Author: Gerrit Uitslag <klapinklapin[at]gmail.com>
Date:   Mon May 9 20:49:33 2016 +0200

    add JSDocs


http://github.com/splitbrain/dokuwiki/commit/b4c97c1ba4d6ac8c1a656d35d3ae2a745b7a53b0
Author: Gerrit Uitslag <klapinklapin[at]gmail.com>
Date:   Sat Apr 30 17:03:23 2016 +0200

    Check if content really changed in the Editor, before popup a warning when 
leaving
    
    Fixes #1199


http://github.com/splitbrain/dokuwiki/commit/a1d6d552b3811369d4981d8a02dfb4bab051c487
Author: Anika Henke <anika[at]selfthinker.org>
Date:   Wed Apr 20 14:11:57 2016 +0100

    updated jquery-migrate


http://github.com/splitbrain/dokuwiki/commit/dbed6ed0c3ceda2d8f24a5c67f8e8aa2e79180e2
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Tue Apr 19 19:49:49 2016 +0200

    upgraded jQuery to 2.2.3
    
    This drops support for Internet Explorer <9 which we no longer support.


http://github.com/splitbrain/dokuwiki/commit/acb389a81a4644423b0805a471dd104ae678d66a
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri Apr 15 10:35:15 2016 +0200

    supress lint error on LF signature #1101


http://github.com/splitbrain/dokuwiki/commit/a94a808ccf7fcfe940ca2902197d0c6fb0bc8da1
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri Apr 15 10:10:00 2016 +0200

    use LF instead of CRLF as discussed in #1101
    
    Until we did some more research on compatibility we should stick with
    what works, even when the RFC says otherwise.
    
    Should we decide to change line endings to RFC conform CRLF, it should
    be done on the whole body, not the signature only.


http://github.com/splitbrain/dokuwiki/commit/e03b842a59f62aa511730fb271c98445fe39db2a
Merge: 0c171c5 96146a0
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri Apr 15 10:07:47 2016 +0200

    Merge branch 'master' into emailsignature
    
    * master: (406 commits)
      msglint is HTTPS now. fixed failing tests
      URI scheme is only relevant for TLS if not proxy connection #1526
      use SSL if scheme is https
      add conf as global
      translation update
      avoid HTTP Response Splitting attacks via redirects #1513
      translation update
      another tiny tab CSS addition
      minor change to make tabs more flexible
      translation update
      adjusted for scrutinizer hints
      adjusted tests for reflection based method export
      first go at using reflection for remote export
      Fixes for the FR translation
      obfuscate auth passwords in config. fixes #1487
      add support for new Django hashing methods
      usie a strict comparison === instead
      use getNS() call instead of dirname()
      #1477:Search heading still displayed although search disabled
      Fix PHP7 evaluation order incompatibility
      ...


http://github.com/splitbrain/dokuwiki/commit/0c171c549a88470f6499aa209372b6c010f27542
Merge: 04dcb5b 0b13f62
Author: Christopher Smith <chris[at]jalakai.co.uk>
Date:   Wed Apr 1 19:33:50 2015 +0100

    Merge branch 'master' into emailsignature


http://github.com/splitbrain/dokuwiki/commit/04dcb5b22fb2caf3efa955d0f0a4f071bc0891ea
Author: Christopher Smith <chris[at]jalakai.co.uk>
Date:   Wed Apr 1 19:21:37 2015 +0100

    correct typo


http://github.com/splitbrain/dokuwiki/commit/9e01e280c3abaf09eb60e88e0081e03b6b6dce92
Author: Christopher Smith <chris[at]jalakai.co.uk>
Date:   Wed Apr 1 19:20:50 2015 +0100

    update test_replacements to include EMAILSIGNATURE token


http://github.com/splitbrain/dokuwiki/commit/9ea4583661793f2f95c84aa39022dd8a64bf8821
Author: Christopher Smith <chris[at]jalakai.co.uk>
Date:   Wed Apr 1 19:11:34 2015 +0100

    Fix up test_simplemail()
    - refactor Mailer class to allow unit tests to access token
      replacements
    - use CRLF in signature string per rfc2045 6.8
    - add email signature to the expected mail body
    - apply appropriate chunksplit to the expected mail body
    - ensure regex is quoted - '/' is a legal base64 character


http://github.com/splitbrain/dokuwiki/commit/3819cafdf98a496587b7b80f913b955650a0b449
Author: furun <furun[at]arcor.de>
Date:   Sun Mar 29 14:16:49 2015 +0200

     Cleanup of the mail text signature. #1088
    
    mailwrap.html is back
    
    [at]EMAILSIGNATURE[at] added


http://github.com/splitbrain/dokuwiki/commit/37473214e3bb6b799eff3ab1ddd8767c3860ab8e
Author: furun <furun[at]arcor.de>
Date:   Fri Mar 27 18:02:24 2015 +0100

     Cleanup of the mail text signature (bug fix)
    
    Additional bug fix


http://github.com/splitbrain/dokuwiki/commit/ba2c2f17509ffd7d52e706172a16985d8e11b551
Author: furun <furun[at]arcor.de>
Date:   Fri Mar 27 17:15:56 2015 +0100

    Cleanup of the mail text signature.
    
    Done:
    Cleanup of the mail text signature.
    The signature is deleted from the txt files and moved in to lang.php
    Mailer.class.php updated to insert the signature
    
    Fix:
    - Cleaner text
    - no more "-- "  "--" "---" "----" problems.
    - mailwrap.html is not needed anymore an can be deleted (?)
    
    Changed files in all languages:
    lang.php
    mailtext.txt
    password.txt
    registermail.txt
    subscr_digest.txt
    subscr_list.txt
    subscr_single.txt
    uploadmail.txt
    pwconfirm.txt
    showrev.txt
    
    delete?:
    mailwrap.html

---------------------------------------------------------------------

You can download individual diffs or patches by appending .diff or
.patch to the given commit URLs above.

Bye,
your git changelog mailer


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

Other related posts:

  • » [dokuwiki] git changes 2016-06-11 - DokuWiki Devel Tools