Skip to content
Snippets Groups Projects
  1. Nov 13, 2006
  2. Nov 12, 2006
    • TNHarris's avatar
      Word-Length Indexer · 579b0f7e
      TNHarris authored
      A modification to the indexer that sorts words based on length. This should make
      searching a little bit more efficient. After the patch is applied, your old index
      will be automatically converted to the new format (when you visit a page). The
      new index format is:
      
      1. Index files are stored in savedir/index
      2. Word lists are stored as wlen.idx. This used to be word.idx.
      3. Word indexes are stored as ilen.idx. This used to be index.idx.
      4. The page list, page.idx, is simply copied to the new location.
      
      Any plugins you have, such as the blog plugin, that read the index files need to
      be updated.
      
      darcs-hash:20061112194900-2b9f0-a975498ccf0a1d39c6df73b79bcd028d5e81c389.gz
      579b0f7e
    • Andreas Gohr's avatar
      czech stopword update · c64b282c
      Andreas Gohr authored
      darcs-hash:20061112184437-7ad00-0bce4a60720158c90d4f3668d73ed5303dadbe72.gz
      c64b282c
    • Andreas Gohr's avatar
      dutch language updates · a54c4b0b
      Andreas Gohr authored
      darcs-hash:20061112184102-7ad00-698188fd3915aa1937857a27245676f966815ee4.gz
      a54c4b0b
    • Andreas Gohr's avatar
      lv language update · fa3008ee
      Andreas Gohr authored
      darcs-hash:20061112183810-7ad00-32ef50e7f2d5f5c43c3ec3c536f3048646ec225e.gz
      fa3008ee
    • Andreas Gohr's avatar
      purge option support for js.php and css.php · 0df6f150
      Andreas Gohr authored
      adding ?purge
      
      darcs-hash:20061112143440-7ad00-436a63c8ee0279a9aa0423c389967418f8528656.gz
      0df6f150
  3. Nov 10, 2006
    • Andreas Gohr's avatar
      DOMlib removed · 6b379cbf
      Andreas Gohr authored
      The DOMlib javascript library was removed. It was only used for
      footnote tooltips and access key fixup.
      
      Removing the library creates a much smaller JavaScript footprint. The
      size of the compacted non-edit Javascript output was reduces from 56110
      bytes down to 29296 bytes.
      
      The footnote tooltip was completely rewritten and tested in FireFox
      2.0, IE 6 and Opera 9.02. Please test other browsers as well.
      
      The acces key fixup might beahve different now on Mac platforms.
      
      darcs-hash:20061110201541-7ad00-0dffad095193bc7e7c505796a99b0a0a010a6b0d.gz
      6b379cbf
    • Andreas Gohr's avatar
      OpenSearch support · da96af35
      Andreas Gohr authored
      This adds support for the OpenSearch specification to autodetect
      DokuWiki's search engine. The patch was submitted by Mike Frysinger
      some time ago.
      Some changes were made to the original patch. Only tested in FireFox 2.0
      
      darcs-hash:20061110151453-7ad00-298ad77603854a604a642c0afd3975a997b8dc09.gz
      da96af35
    • Andreas Gohr's avatar
      revert manager GUI updates · 122b469f
      Andreas Gohr authored
      darcs-hash:20061110134118-7ad00-097d4a23980d0eda38116ee6e05e79e5f8882cc2.gz
      122b469f
  4. Nov 09, 2006
    • Andreas Gohr's avatar
      revert plugin added · 168f9fee
      Andreas Gohr authored
      This plugin allows an admin to mass revert a lot of edits at once.
      
      It's in a very rough state and needs to be improved.
      
      darcs-hash:20061109204743-7ad00-3abf02ec466215ad694ac726c803e1a656b0286b.gz
      168f9fee
  5. Nov 06, 2006
  6. Nov 05, 2006
  7. Nov 04, 2006
  8. Nov 03, 2006
  9. Nov 01, 2006
  10. Oct 31, 2006
  11. Nov 01, 2006
  12. Oct 31, 2006
  13. Oct 30, 2006
    • miguel.pagano's avatar
      Spanish translations · 27fdbf53
      miguel.pagano authored
      Added recent_days to lib/plugins/config/lang/es/lang.php
      
      darcs-hash:20061030194506-072b4-80ef2c8d32bc6d168e2ef4c29064787e4f4c07d7.gz
      27fdbf53
  14. Oct 29, 2006
    • Ben Coburn's avatar
      make importoldchangelog plugin more user friendly · 84de34fb
      Ben Coburn authored
      The plugin places all the changelog lines into the recent changes cache.
      Truncating this cache is left to the code that normally trims the recent
      changes cache. $conf['recent_days'] defines the maximum age of changes to
      be considered "recent". If no changes are "recent" the changelog cache
      trimmer will leave some stale changes in the cache to avoid emptying it
      completely.
      
      darcs-hash:20061030023710-05dcb-6a870d8597aeb22769de00dfb977d394881b9de8.gz
      84de34fb
  15. Oct 30, 2006
  16. Oct 28, 2006
  17. Oct 27, 2006
Loading