Skip to content
Snippets Groups Projects
  1. Jan 28, 2009
    • Shantanoo's avatar
      Marathi language update · 1ab124cf
      Shantanoo authored
      Ignore-this: b68d8d1a5f5e28cc4cdd02401bfedeee
      
      darcs-hash:20090128150845-ec832-39ade91a7df605dc7acfeeb05fbc6d7bbd468a2c.gz
      1ab124cf
  2. Jan 27, 2009
    • Michael Klier's avatar
      tpl_license() more flexible for template authors · 4cefd216
      Michael Klier authored
      darcs-hash:20090127215001-23886-194fb0b92b259bd915f27eeb3300dba2bc330d26.gz
      4cefd216
    • Andreas Gohr's avatar
      Work around IIS bug for redirects FS#1576 · af2408d5
      Andreas Gohr authored
      Ignore-this: 37b33f575e4c0b31e4af93185bf74f0f
      
      When IIS is running PHP in CGI mode it will not send cookie headers on 302
      redirections. This is a known bug (KB176113).
      
      This patch will detect affected servers. Instead of a 302 redirect a Refresh:
      header is issued. This is supported by all known browsers should have the same
      effect as a real redirect.
      
      darcs-hash:20090127204506-7ad00-ce474f3b0db003e86e09d5e9a9bd7c96887ac01c.gz
      af2408d5
    • Andreas Gohr's avatar
      reverted plugin disabling method back to old behaviour · a64eec16
      Andreas Gohr authored
      Ignore-this: b5fadadeee9de8e52c41c056cf62be6d
      
      With this patch plugins are now disabled by placing a disabled file in the
      plugin directory again.
      
      Even though renaming plugin directories is the method with the fewest disk
      accesses it makes a lot of trouble with code revision control systems and,
      more important, Linux package management systems.
      
      Future versions of DokuWiki may use a central config file instead.
      
      This patch also fixes the problem with the plugin manager not checking the
      return values of the pugin_(dis|en)able functions correctly.
      
      darcs-hash:20090127182521-7ad00-62018a546d49d57582d93298c8228fd71601a5e8.gz
      a64eec16
    • Otto Vainio's avatar
      obey configured fperm setting on config save FS#1517 · 8e790062
      Otto Vainio authored
      Ignore-this: c878b6607cf1e1d12123d220efb502be
      
      darcs-hash:20090127172145-28fc2-4132d44c5dda847c9403b76beca323ec002d2e5a.gz
      8e790062
    • Frederico Goncalves Guimaraes's avatar
      Brazilian Portuguese language update · 2abcaf99
      Frederico Goncalves Guimaraes authored
      Ignore-this: dba6327126b766e79da8819152a5c25c
      
      darcs-hash:20090127165756-b9abf-16a885ad0739b31a980a5bee46ba7637b7f964d4.gz
      2abcaf99
    • 송영환's avatar
      Korean language update · 00261c55
      송영환 authored
      Ignore-this: 175d0e952b0a579161dcd147e374c561
      
      darcs-hash:20090127164541-3166f-2bc3d1906c66c807f1fa6628121898dc091b21c4.gz
      00261c55
    • Andreas Gohr's avatar
      fixed interwiki links with uppercase letters in the shortcut FS#1577 · 4c6a5ecc
      Andreas Gohr authored
      Ignore-this: 6f2e5648f5822cae5b038c1bc50ce9ad
      
      darcs-hash:20090127161035-7ad00-1d8a1f022ca8933d05fd7befbbe7054508d9d84e.gz
      4c6a5ecc
    • Tihanyi Sandor's avatar
      Hungarian language update · 430aa6b6
      Tihanyi Sandor authored
      Ignore-this: b247aaab6ca9436f123ddb1298f7d14e
      
      darcs-hash:20090127154436-6e6b8-6693aec1e03e563cf32584863c258d0345425b04.gz
      430aa6b6
    • Otto Vainio's avatar
      Finish language update · 56dd7d90
      Otto Vainio authored
      Ignore-this: ceae810011a53eb935a7037c274ba1da
      
      darcs-hash:20090127154147-28fc2-2b3c9f25417817d3954d6dd4156248b4a04f58a6.gz
      56dd7d90
    • Wouter Schoot's avatar
      Dutch language update · cf9c7925
      Wouter Schoot authored
      Ignore-this: 25e0dc33f99cc4b0d02627976ded5bac
      
      darcs-hash:20090127154043-a6b47-0c00c648b245221a64dba0a16130af5dbcb6a23f.gz
      cf9c7925
  3. Jan 26, 2009
  4. Jan 25, 2009
    • Andreas Gohr's avatar
      fixed multiple unit tests. (1 failing) · c0ddfaa5
      Andreas Gohr authored
      Ignore-this: 261098274bce329f446fc8768c25b9e5
      
      Most failing tests were just out of date, because certain behavior was
      changed.
      
      There is one test failing for parsing italic tests. This can probably not
      be fixed without larger changes at the parser to catch runaway lines at
      the paragraph end. FS#1574
      
      darcs-hash:20090125221855-7ad00-968655d609945aae764c3124fb906ce086025df4.gz
      c0ddfaa5
    • Andreas Gohr's avatar
      added missing unit test to repository · 30506cef
      Andreas Gohr authored
      Ignore-this: d1c6f55bfb7edcdb40c6b69a219d8291
      
      darcs-hash:20090125144648-7ad00-94e0d4a6b153f193841317851cb3d6e8f2744cb0.gz
      30506cef
    • Andreas Gohr's avatar
      removed importoldchangelog and importoldindex plugins · cd3c835d
      Andreas Gohr authored
      Ignore-this: fb48b24cecb52541a728ba9c17597d8f
      These one-shot plugins where used for upgrading older DokuWiki versions
      and are no longer needed.
      If you upgrade from a really old version you might want upgrade to
      intermediate versions instead.
      
      darcs-hash:20090125143050-7ad00-5ff7b2cd5f61c392e9e02e13eab947d045d60b04.gz
      cd3c835d
  5. Jan 24, 2009
  6. Jan 23, 2009
  7. Jan 22, 2009
  8. Jan 20, 2009
  9. Jan 21, 2009
  10. Jan 19, 2009
  11. Jan 18, 2009
    • Chris Smith's avatar
      Major rework of pluginutils · 10e43949
      Chris Smith authored
      This patch completely reworks pluginutils to:
      - reduce the number of file accesses to enumerate and load plugins
      - change the way disabled plugins are recorded.
        a disabled plugin will now have ".disabled" added to its directory name
        (this halves the number of file accesses required to enumerate installed plugins)
      - place the guts of pluginutils code inside a class, Doku_Plugin_Controller,
        the existing access routines are preserved and no changes are required.
      - add two globals, $plugin_controller_class & $plugin_controller
        this allows preload.php to define its own plugin controller class
      - update config plugin to support new plugin structure
        config plugin now issues a PLUGIN_CONFIG_PLUGINLIST event before it
        finalizes the list of plugins it will be working with.  Handlers of this
        event can remove plugins from the list.
      - update plugin manager plugin to support new plugin structure
        plugin manager now issues a PLUGIN_PLUGINMANAGER_PLUGINLIST event similarly
        to config plugin.
      - plugin manager updated to redirect after changes to plugins and to use msg()
      
      Finally, this patch contains a one-shot action plugin which will automatically
      convert a plugins directory from the old style disabled file to the new style.
      
      Note for darcs users, the new disabled format will mean a couple of old oneshot
      plugins, importoldchangelog and importoldindex, will have their directory names
      changed, which could lead to darcs wanting to record the change.
      
      darcs-hash:20090118190143-f07c6-d2e79af546a49a4af5817dd0c5cc27066e67c4d0.gz
      10e43949
    • Chris Smith's avatar
      Add capability to send pre-compressed js & css files if the browser can accept them · ca2b464b
      Chris Smith authored
      - save a gzipped version of js & css files at the same time as the uncompressed version is cache
      - basic content negotiation to send the compressed files
      - uses sendfile (for compressed or uncompressed versions) if config indicates its available
      
      darcs-hash:20090118184354-f07c6-66c5b465ab147d83de409708bab2c47d1dafcf8d.gz
      ca2b464b
Loading