[dokuwiki] git changes 2016-06-25

  • From: xref@xxxxxxxxxxxx (DokuWiki Devel Tools)
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Sat, 25 Jun 2016 03:00:05 +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/ce5bade5feff24262a652c7b7c4495e60deeb4e7
Merge: 80cf2ac c23fdc4
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri Jun 24 14:53:56 2016 +0200

    Merge pull request #1457 from splitbrain/authpdo
    
    AuthPDO Plugin implements #1029, replaces #1143


http://github.com/splitbrain/dokuwiki/commit/c23fdc46039f92fda3f5f98249b51f9c23ebd679
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri Jun 10 09:51:47 2016 +0200

    added authpdo to the list of bundled plugins


http://github.com/splitbrain/dokuwiki/commit/3882015e04ea8f33796c19e238a3da734f1855e1
Merge: 7f89f08 3be11e1
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri Jun 10 09:38:49 2016 +0200

    Merge branch 'master' into authpdo
    
    * master: (152 commits)
      updated jquery to 2.2.4
      fixed interwiki test
      simplified amazon interwiki links. closes #1588
      minor optimization how cell counts are fixed in tables
      Beautify code
      Keep query params during redirect to headpage
      Add sleep(1) to remoteapicore to ensure new other timestap(=rev nr)
      take care of file size change of zero
      refactor duplicate sizechange code into its own function
      always separate a number and a unit by a non-breaking space
      fix an unfortunate line break in one of the tabs of the mediamanager when 
using Arabic
      added doku_hasTextBeenModified, rename doku_checkSummary
      shortening dokucookie option names for extension manager
      Fix xmlrpc constructor for php7
      translation update
      translation update
      translation update
      add phpdocs
      remote api ackcheck: if user given, but no groups, retrieve groups
      use variable in remoteapicore_test
      ...


http://github.com/splitbrain/dokuwiki/commit/7f89f08962404beb75a36a20f7a2b347d386966b
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri May 20 15:57:56 2016 +0200

    added missing statement to capability check


http://github.com/splitbrain/dokuwiki/commit/f7028ab98932727e9ed5a489776af1bc54580e0e
Merge: f18db57 f6cd8a7
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Thu May 12 16:38:43 2016 +0200

    Merge pull request #1572 from phjanderson/authpdo
    
    authpdo: fixed a small typo preventing query parameters from showing up 
debug messages


http://github.com/splitbrain/dokuwiki/commit/f6cd8a7f52c6af7a5f885ebb22dc221caccb04f0
Author: phjanderson <phjanderson[at]gmail.com>
Date:   Wed May 11 19:37:36 2016 +0200

    Fixed a small type preventing query parameters from showing up debug 
messages.


http://github.com/splitbrain/dokuwiki/commit/f18db579a484f6017d9817ea954090e53016b940
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri Apr 15 14:25:29 2016 +0200

    copied language files from authmysql


http://github.com/splitbrain/dokuwiki/commit/0cc11d97d7a51d7d8f4332efd813b2008416d5e8
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sat Mar 12 10:54:05 2016 +0100

    obfuscate password in config #1487


http://github.com/splitbrain/dokuwiki/commit/1d46eaf15e643a68facf0421651474b70f938bce
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sat Mar 12 10:22:23 2016 +0100

    removed accidentally checked in function
    
    this was an intermediate woriking state but got replaced by indivdual
    dump skipping. forgot to remove it again


http://github.com/splitbrain/dokuwiki/commit/c3f4c777155c3ce9e64aff5ff45420d373a92bc0
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sat Mar 12 10:08:56 2016 +0100

    changed tests to use a data provider
    
    this allows for each dump being run within its own test case which then
    can be skipped. This is needed to skip the django test on older PHP
    versions.


http://github.com/splitbrain/dokuwiki/commit/44f1c4b79060e507d4e212337b29b8afe46cbabb
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sat Mar 12 09:22:13 2016 +0100

    removed another new feature from the postgres dump


http://github.com/splitbrain/dokuwiki/commit/3ca214409347ca39d0ac303da8a0755f3897f800
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sat Mar 12 09:18:24 2016 +0100

    remove postgres 9.3+ feature from dump
    
    this hopefully fixes the tests on travis


http://github.com/splitbrain/dokuwiki/commit/97e5bd2423924a028d21db1121907c267359443e
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri Mar 11 15:21:35 2016 +0100

    removed unnecessary travis file


http://github.com/splitbrain/dokuwiki/commit/3b7a976e91a4db7bb9f47feca17f2ac55f0203e0
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri Mar 11 15:20:12 2016 +0100

    test postgres on travis


http://github.com/splitbrain/dokuwiki/commit/32a211c774abd20f9ff65b08f14f91177e2910f0
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri Mar 11 15:11:16 2016 +0100

    added a postgres example database to the tests


http://github.com/splitbrain/dokuwiki/commit/1296945e34c652f887443c3c9d706389a115a349
Merge: 0476c52 924cc11
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri Mar 11 14:03:23 2016 +0100

    Merge branch 'django_pbkdf2' into authpdo
    
    * django_pbkdf2:
      add support for new Django hashing methods
      Revert "make reuse of mediamanager popup easier"
      make reuse of mediamanager popup easier
      removed isset() from blank() function
      deny access to .git directories in .htaccess
      use proper JSON in mediaupload response. fixes #1474
      refactor page saving and introduce COMMON_WIKIPAGE_SAVE
      added test for saveWikiTest()
      translation update
      translation update
      translation update
      do not accept empty or root $base in search. fixes #1452
      Adapt .htaccess files for Apache 2.4
      * Created two new options to enable or disable the editing of the display 
name or the email address in Active Directory. This will allow for the admin to 
turn the edit feature off if it is not desired that the user could edit their 
attributes or to prevent errors in case AD does not permit the user to update 
these attributes.
      Undefined offset, initialize as null
      Fixed undefined offset on $last_ope


http://github.com/splitbrain/dokuwiki/commit/0476c521c461438e047019e581155b8049239855
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri Feb 19 14:29:08 2016 +0100

    added travis configuration for mysql checks


http://github.com/splitbrain/dokuwiki/commit/0cec3e2a64474670972fb81e49e085c54a8e3a7c
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri Feb 19 14:22:49 2016 +0100

    cache groups during a request


http://github.com/splitbrain/dokuwiki/commit/36726b91cfef3b1a674dba3e7a163137c97197d4
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri Feb 19 13:49:15 2016 +0100

    marked authmyslq and authpgsql as deprecated


http://github.com/splitbrain/dokuwiki/commit/df01249e8b85052013de1deba4557864723e13a5
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri Feb 12 22:47:19 2016 +0100

    added fluxbb dump to the tests.
    
    now all capabilities are covered


http://github.com/splitbrain/dokuwiki/commit/07a11e2a8fc290cabb74448248e3084039290d03
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri Feb 12 22:45:00 2016 +0100

    prepend default group
    
    this makes sure manually assigned groups win on systems where only one
    group is supported.


http://github.com/splitbrain/dokuwiki/commit/358942b501036d5173ce50a7c00ee30ef6e8de6f
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri Feb 12 22:10:50 2016 +0100

    skip leaving unknown groups


http://github.com/splitbrain/dokuwiki/commit/745947b2dd8ccfbd670e34715d28c5f10ba5fb31
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri Feb 12 21:26:27 2016 +0100

    ignore whitespace in capability testing


http://github.com/splitbrain/dokuwiki/commit/964d95c6130dddb157480af3e30604388849f24f
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri Feb 12 20:16:40 2016 +0100

    added a few more tests for wordpress


http://github.com/splitbrain/dokuwiki/commit/14119d44248a8e38fe695b9761f0d359df30fe1e
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri Feb 12 19:58:54 2016 +0100

    make sure integers are quoted as integers
    
    otherwise limit and offsets break in mysql


http://github.com/splitbrain/dokuwiki/commit/3f4d15349d786af7992b9e7377fcd5298eb6eb4b
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri Feb 12 16:37:32 2016 +0100

    first go at using real database dumps for tests
    
    this configures a minimal wordpress setup


http://github.com/splitbrain/dokuwiki/commit/f695c447f549fc61c844a635d0ca2710b022a23d
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri Feb 12 16:03:09 2016 +0100

    fix non-SELECT queries


http://github.com/splitbrain/dokuwiki/commit/1600c7cc4f28f6ced338a2ea1f7f8df2c56c8341
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sat Jan 30 19:01:13 2016 +0100

    finally not available on old PHP releases


http://github.com/splitbrain/dokuwiki/commit/c27579a6570174d16e356f8f3a3225a96ead8496
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sat Jan 30 18:39:21 2016 +0100

    added translations and metadata


http://github.com/splitbrain/dokuwiki/commit/337d8a30bcce8dcd7965df23bf37787712372a15
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sat Jan 30 18:07:57 2016 +0100

    removed generic test


http://github.com/splitbrain/dokuwiki/commit/29a1d29118859a65e07d45891c58c0734b38ca9d
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sat Jan 30 18:07:19 2016 +0100

    skip tests if sqlite or pdo is missing


http://github.com/splitbrain/dokuwiki/commit/0d586afdf931ff216350371cc55bb719b8e5e442
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sat Jan 30 17:58:21 2016 +0100

    capability checks added


http://github.com/splitbrain/dokuwiki/commit/6459f496c8689d7960a4c338677ae020055d1038
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sat Jan 30 17:24:33 2016 +0100

    user listing and counting added


http://github.com/splitbrain/dokuwiki/commit/e19be5160bbe04352d6ae60d2294855d246d0dde
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sat Jan 30 16:22:17 2016 +0100

    added user deletion


http://github.com/splitbrain/dokuwiki/commit/4fb8dfab9fa5bc3e6249a16d39713415988a5ec2
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sat Jan 30 15:51:27 2016 +0100

    usermodification works now


http://github.com/splitbrain/dokuwiki/commit/5de3a6a5ad40cfd5f62c9a028f248d53e3f9da6d
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sat Jan 30 12:16:05 2016 +0100

    user and group creation works now


http://github.com/splitbrain/dokuwiki/commit/70a89417b85aed070861be4f936ffa8844eb63dd
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sat Jan 30 00:09:45 2016 +0100

    added user group selection


http://github.com/splitbrain/dokuwiki/commit/f64dbc90055403db700941e4691ea451bb971cef
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri Jan 29 21:25:50 2016 +0100

    began work on PDO auth plugin

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

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-25 - DokuWiki Devel Tools