[dokuwiki] git changes 2011-07-08

  • From: xref@xxxxxxxxxxxx (DokuWiki Devel Tools)
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Fri, 8 Jul 2011 03:00:03 +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/110749cc8c83fb3b492208c80ed1bc351abd1752
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Thu Jul 7 21:45:44 2011 +0200

    fixed delay in qsearch
    
    The ajax quicksearch sent a request on every keystroke instead of
    waiting for the user to stop typing.


http://github.com/splitbrain/dokuwiki/commit/0a9349a634619dddcb0aa563e287026dcbd7a60c
Merge: bf1ec65 28f4004
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Thu Jul 7 21:25:21 2011 +0200

    Merge branch 'datauris'
    
    Conflicts:
        lib/exe/css.php


http://github.com/splitbrain/dokuwiki/commit/28f4004c937cfc11f16e6cc7c0eb7da1a61dfcbe
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sat Jun 18 10:16:47 2011 +0200

    Made the maximum embed size for datauris configurable
    
    The feature is now disabled by default.
    Metadata for config manager was added.


http://github.com/splitbrain/dokuwiki/commit/809d3ba53bea8b34155cb8d009d7fa4b8a7bbdaf
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri Jun 17 00:20:48 2011 +0200

    Use data uris for small image files in CSS
    
    This patch adds a new config option 'cssdatauri'. When enabled, the CSS
    patcher will automatically convert all occurances of small (<600 byte)
    PNG and GIF images in the CSS to embedded, base64 encoded data uris.
    
    This reduces the number of needed HTTP requests and avoids the HTTP header
    overhead.

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

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 2011-07-08 - DokuWiki Devel Tools