Skip to content
Snippets Groups Projects
  1. Sep 29, 2007
  2. Oct 06, 2007
  3. Oct 01, 2007
  4. Sep 30, 2007
  5. 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
  6. Sep 25, 2007
  7. 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
  8. 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
  9. Sep 14, 2007
  10. Sep 12, 2007
  11. Sep 08, 2007
  12. 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
  13. Sep 04, 2007
  14. Sep 06, 2007
  15. Aug 30, 2007
  16. 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
  17. Aug 28, 2007
  18. Aug 26, 2007
    • Guy Brand's avatar
      Revert plugin die if DOKU_INC undefined · 1687f569
      Guy Brand authored
      darcs-hash:20070826201745-19e2d-10ac45260b4ab288ffa91c4828b82bb61ebfa625.gz
      1687f569
    • Gabriel Birke's avatar
      Arbitrary Button types in JS toolbar · b7641d9e
      Gabriel Birke authored
      This is my patch for creating toolbar buttons with arbitrary button types,
      tested with Firefox, Opera and IE7. If you want to create a new type of
      button, you must have a function in the script.js file of your plugin. The
      function name must begin with "addBtnAction", followed by the type name, for
      example for the type "myType" the function must be called
      "addBtnActionMyType" (bear in mind that the first char of the type must be
      uppercased in the function name).
      
      The function has four parameters:
      "btn" is the HTML element for the button where you attach the onclick
      handler
      "props" is an associative array of the array properties that come from the
      toolbar array that was created by toolbar.php
      "edid" (optional) is the id of the editor textarea
      "id" (optional) is a "unique" number for each button: the index variable of
      the for loop where the buttons get created.
      
      darcs-hash:20070826192206-79ce3-1fe6f49c1eb5d0c10adbadc43f7b2ee1aec1853e.gz
      b7641d9e
  19. Aug 21, 2007
  20. Aug 20, 2007
  21. Aug 21, 2007
  22. Aug 20, 2007
  23. Aug 19, 2007
  24. 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
  25. Aug 16, 2007
Loading