[dokuwiki] git changes 2010-06-28

  • From: dev@xxxxxxxxxxxxxx (Devel Tools)
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Mon, 28 Jun 2010 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/a200e8961b8e876018b330506372e1e403508de3
Merge: 64373bf... ce19c34...
Author: Anika Henke <anika[at]selfthinker.org>
Date:   Sun Jun 27 20:00:39 2010 +0100

    Merge branch 'master' of github.com:splitbrain/dokuwiki


http://github.com/splitbrain/dokuwiki/commit/64373bfcbb5e8c82f512283345f7822f1b8ef69f
Author: Anika Henke <anika[at]selfthinker.org>
Date:   Sun Jun 27 20:00:14 2010 +0100

    added min-width to footnote tooltips (partly FS#1931)


http://github.com/splitbrain/dokuwiki/commit/ce19c3413a33bcdabb5d71ec713555b540b12c84
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sun Jun 27 20:52:45 2010 +0200

    Use OS based Hotkey-Modifier FS#1958
    
    Because ALT-GR fires a CTRL-ALT event on Windows systems, but ALT-GR is
    needed to write square brackets on German Keyboards, CTRL-ALT can not be
    used as modifier.
    
    This patch introdues OS dependent modifiers. Mac systems continue to use
    CTRL-ALT, all other systems use only ALT.
    
    Let's hope this works out.


http://github.com/splitbrain/dokuwiki/commit/09edb7113c19b07ca11a79c2b0571f45ed2cc2eb
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sun Jun 27 18:44:23 2010 +0200

    use config cascade for userscripts and styles FS#1678


http://github.com/splitbrain/dokuwiki/commit/136982455ae0eddc18744176db33fbd7b421e11c
Author: Michael Hamann <michael[at]content-space.de>
Date:   Sun Jun 27 18:34:57 2010 +0200

    Fixed automatic insertion of listbullets in Opera FS#1877
    
    The keydown event can't be prevented in Opera (see
    http://www.quirksmode.org/dom/events/keys.html) so this switches back to
    keypress in Opera (keypress doesn't give the correct key codes in
    Firefox). Furthermore Opera replaces '\n' by '\r\n' when inserting text,
    thus the offset for cursor/selection placement was wrong.


http://github.com/splitbrain/dokuwiki/commit/226bf2dc02909d49bb6afbd7b5018572aeba6050
Author: Gina Haeussge <gina[at]foosel.net>
Date:   Sun Jun 27 18:18:10 2010 +0200

    FS#1821: Added a permalink to the diff output


http://github.com/splitbrain/dokuwiki/commit/339bd727f11b2879121b67a65741bf1350e195e4
Author: Christopher Smith <chris[at]jalakai.co.uk>
Date:   Sun Jun 27 15:02:06 2010 +0100

    Wrap $HTTP_RAW_POST_DATA in !empty() to avoid NOTICE in error logs


http://github.com/splitbrain/dokuwiki/commit/ee4d22e0a02a665a30a387ba95e614c22600862b
Author: Christopher Smith <chris[at]jalakai.co.uk>
Date:   Sun Jun 27 14:54:00 2010 +0100

    FS#1826, stop forcing rendering of metadata when updating metadata in
    addLogEntry()


http://github.com/splitbrain/dokuwiki/commit/bbbf585321cf3464191ccd772baef4ee26a24e3b
Author: Michael Hamann <michael[at]content-space.de>
Date:   Sun Jun 27 15:16:39 2010 +0200

    Added missing ";" in edit.js


http://github.com/splitbrain/dokuwiki/commit/134b7bd9e90653ac01e8b80e46c4ec4ea0e62be0
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sun Jun 27 15:16:36 2010 +0200

    do not require special permissions to look at index FS#1720


http://github.com/splitbrain/dokuwiki/commit/bf815306862aa34ee3bf304147a862efc52f9b63
Merge: ef362bb... e6a6dbf...
Author: Anika Henke <anika[at]selfthinker.org>
Date:   Sun Jun 27 13:58:29 2010 +0100

    Merge branch 'master' of github.com:splitbrain/dokuwiki


http://github.com/splitbrain/dokuwiki/commit/ef362bb863eb95d3968a3a1df35562914a1bbdef
Author: Anika Henke <anika[at]selfthinker.org>
Date:   Sun Jun 27 13:58:07 2010 +0100

    moved update message from its own file (conf/msg) into doku.php (FS#1800)


http://github.com/splitbrain/dokuwiki/commit/e6a6dbfe6cfcfaf3fb0992350ea7769faa762116
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sun Jun 27 14:52:47 2010 +0200

    moved default config cascade to its own file


http://github.com/splitbrain/dokuwiki/commit/0b34c70fcb312d38e6110e2ca1432779ffb73a8a
Author: Gina Haeussge <gina[at]foosel.net>
Date:   Sun Jun 27 14:50:49 2010 +0200

    FS#1795: Restrict media manager to users with at least read access
    on the supplied namespace.


http://github.com/splitbrain/dokuwiki/commit/c8f80b4e70ee1b73ecc08cac583d021979af9359
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sun Jun 27 14:43:56 2010 +0200

    Use config_cascade for ACLs and plain auth users FS#1677


http://github.com/splitbrain/dokuwiki/commit/c5ef5f5975c46c88423b0a824f383173662eaba3
Merge: 13ebcbe... 4691241...
Author: Christopher Smith <chris[at]jalakai.co.uk>
Date:   Sun Jun 27 12:55:15 2010 +0100

    Merge branch 'master' of git[at]github.com:splitbrain/dokuwiki


http://github.com/splitbrain/dokuwiki/commit/13ebcbe5742a0b5014e3c70a0d521332cbdcdf79
Author: Christopher Smith <chris[at]jalakai.co.uk>
Date:   Sun Jun 27 12:53:18 2010 +0100

    FS#1949


http://github.com/splitbrain/dokuwiki/commit/4691241902c0cfa175d06bb454e9147e25b9b21a
Merge: a857491... de3427d...
Author: Anika Henke <anika[at]selfthinker.org>
Date:   Sun Jun 27 12:41:51 2010 +0100

    Merge branch 'master' of github.com:splitbrain/dokuwiki


http://github.com/splitbrain/dokuwiki/commit/a8574918a3bd65683f0a2de4a3f26dd0ec2c410f
Author: Anika Henke <anika[at]selfthinker.org>
Date:   Sun Jun 27 12:41:23 2010 +0100

    added div around tables to make scrolling too wide ones in restrictive 
designs possible (FS#1980)


http://github.com/splitbrain/dokuwiki/commit/de3427dbc88f1a060e6557d79da3a9bafb9a6039
Author: Andreas Gohr <gohr[at]cosmocode.de>
Date:   Sun Jun 27 13:28:59 2010 +0200

    Add scope options to LDAP auth backend FS#1832
    
    The scope for the LDAP searches for users and groups can now be set using
    the new options 'userscope' and 'groupscope'. Valid options are 'base',
    'one' and 'sub'. Defaults to 'sub'.


http://github.com/splitbrain/dokuwiki/commit/e2cf96715e4b23d94ad97f3a22e0ce8bb89ed928
Author: Gina Haeussge <gina[at]foosel.net>
Date:   Sun Jun 27 12:50:33 2010 +0200

    FS#1960: Don't use substr on $ACT array.


http://github.com/splitbrain/dokuwiki/commit/40f3c0b59813d467030d51948d518069141fd998
Author: Gina Haeussge <gina[at]foosel.net>
Date:   Sun Jun 27 12:25:15 2010 +0200

    FS#433: Editor now uses onbeforeunload event to capture ANY leaving of it
    besides via Save or Preview button. This has been successfully tested in FF,
    Chrome and IE6/7/8. Opera does not support onbeforeunload, therefore the 
draft
    is kept if the user navigates away from the editor.
    
    Please test this.


http://github.com/splitbrain/dokuwiki/commit/1a93c67cff4a7b3e30186141cd17f4ba6e113e84
Author: Szabó Dávid <szabo.david[at]gyumolcstarhely.hu>
Date:   Sun Jun 27 10:38:10 2010 +0200

    Hungarian language update

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

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 2010-06-28 - Devel Tools