Skip to content
Snippets Groups Projects
  1. Sep 26, 2007
    • Otto Vainio's avatar
      media meta chmod fix · 0b308644
      Otto Vainio authored
      Media metadata update changes file permissions to default.
      Should call chmod if needed.
      
      darcs-hash:20070926190419-58dfb-8405fd4d62e7dc337d1257ca282ac8c05bbea30f.gz
      0b308644
  2. Sep 25, 2007
  3. Sep 19, 2007
    • Tom N Harris's avatar
      Don't create bogus blank entries in metadata · e92e7452
      Tom N Harris authored
      darcs-hash:20070919194756-6942e-0986b3711e370a91d8b42665a94c6866ba56811c.gz
      e92e7452
    • Tom N Harris's avatar
      Remove obsolete words from search index · a0c5c349
      Tom N Harris authored
      Creates another index file 'pagewords.idx' for the words in each page.
      Words that are deleted from a page can then be removed from the word index.
      The indexer version is incremented to force rebuilding of the index.
      Also, a minor flaw in the regexp for asian words is fixed.
      
      darcs-hash:20070919194244-6942e-2e08157dcf4fdf166b35b36a0faf8a3dfb415ad9.gz
      a0c5c349
  4. Sep 08, 2007
    • Michael Klier's avatar
      New event MEDIA_UPLOAD_FINISH · 11d9dfa5
      Michael Klier authored
          This adds a new event MEDIA_UPLOAD_FINISH which is triggered
          when a media file is uploaded via the mediamanager.
          (The event is preventable)
      
          Event data:
              data[0] temporary file name (read from $_FILES)
              data[1] file name of the file being uploaded
              data[2] future directory id of the file being uploaded
              data[3] the mime type of the file being uploaded
      
      darcs-hash:20070909003843-23886-182d42a34f254fd8e63486210c458c34dd953b5d.gz
      11d9dfa5
  5. Sep 14, 2007
  6. Sep 08, 2007
  7. Sep 06, 2007
    • Andreas Gohr's avatar
      Use Content-Length in HTTP client · 32b1888b
      Andreas Gohr authored
      If a Server supplies a Content-Length header we stop reading when the specified
      number of bytes was read. This fixes problems with Servers not closing the
      connection after sending the body.
      
      darcs-hash:20070906194435-7ad00-cfb9b77ee085d28f5a643e45750b0a7be8ad7bd7.gz
      32b1888b
  8. Sep 04, 2007
  9. Sep 06, 2007
    • Andreas Gohr's avatar
      Esperanto update · 98a80b95
      Andreas Gohr authored
      darcs-hash:20070906183038-7ad00-7bfdf2858d146a17fbe5824773ae5d9c985e0e28.gz
      98a80b95
  10. Aug 30, 2007
  11. Aug 29, 2007
    • Andreas Gohr's avatar
      CSRF prevention for admin plugins · 634d7150
      Andreas Gohr authored
      This patch adds a session based token to all form in the default action plugins.
      The validity of the token is checked before any administrative function is
      executed aiming to protect DokuWiki's admin functions from Cross-site request
      forgery (CSRF) attacks.
      
      Another patch will follow to add the same functionality on other, less critical
      functions.
      
      More details on CSRF attacks can be found at
      http://en.wikipedia.org/wiki/Cross-site_request_forgery
      
      darcs-hash:20070829201538-7ad00-d0770224a3351fd8e38968e3a9d8e73520482445.gz
      634d7150
  12. Aug 28, 2007
  13. Aug 21, 2007
  14. Aug 20, 2007
  15. Aug 21, 2007
    • Andreas Gohr's avatar
      french update · 1ba60149
      Andreas Gohr authored
      darcs-hash:20070821173805-7ad00-49900167ab4babede6acebb595faf005b28ce18e.gz
      1ba60149
  16. Aug 19, 2007
  17. Aug 18, 2007
    • Andreas Gohr's avatar
      typo fix FS#1229 · f6547e5d
      Andreas Gohr authored
      darcs-hash:20070818222239-7ad00-d427f89d0cd9cdc88cf99538209e50e1b001ea9c.gz
      f6547e5d
    • Andreas Gohr's avatar
      esperanto update · aad41e93
      Andreas Gohr authored
      darcs-hash:20070818222029-7ad00-490d6e1e53a9753c4951ee8a9a9882d3cbdcfdb0.gz
      aad41e93
  18. Aug 16, 2007
  19. Aug 13, 2007
  20. Aug 10, 2007
  21. Aug 09, 2007
  22. Aug 08, 2007
  23. Aug 07, 2007
    • Andreas Gohr's avatar
      german language update · a17ae368
      Andreas Gohr authored
      darcs-hash:20070807221400-7ad00-c67b347e0528709a4eae84f3740c34d12f9e1bba.gz
      a17ae368
    • Andreas Gohr's avatar
      TOC fixed · 7d91652a
      Andreas Gohr authored
      This fixes some small bugs which were introduced with recent TOC changes
      
      darcs-hash:20070807171844-7ad00-fc09dd6d09b72927e64dfa41dd8b86fc20d86ed0.gz
      7d91652a
  24. Aug 05, 2007
    • Chris Smith's avatar
      Protect auth_ismanager() from auth modules that don't always provide group data in array (FS#1196) · 00ce12da
      Chris Smith authored
      darcs-hash:20070805203312-d26fc-cab8dbfff8a2d5f7299fa4462771bafc00135728.gz
      00ce12da
    • chris's avatar
      minor fixes for recent tpl_toc() patch · 2bb0d541
      chris authored
      darcs-hash:20070805163833-9b6ab-82e8cd7ec37d163ccb552e3b6aee8c1f70e75f15.gz
      2bb0d541
    • Andreas Gohr's avatar
      separated TOC from page · b8595a66
      Andreas Gohr authored
      This patch introduces a tpl_toc() function which can be used to freely place
      the Table of Contents in a template. When used, tpl_content should be called
      with a parameter of false to supress the automatic TOC placement.
      
      Note: if tpl_toc() us run *before* tpl_content(), TOCs will not work in the
      preview. A work around is to run tpl_content() in a output buffer first.
      
      This patch also adds a getTOC() function for admin plugins which allows plugin
      authors to put create their own TOC which will be placed correctly in the
      template. A convenience function html_mktocitem() is available.
      
      The config manager was adjusted to make ue of this new feature, but some bugs
      might remain.
      
      darcs-hash:20070805132405-7ad00-77d2c3cdf66cc62b2d408cc6580f938636a109af.gz
  25. Aug 04, 2007
Loading