Skip to content
Snippets Groups Projects
  1. Nov 04, 2006
  2. Nov 03, 2006
  3. Nov 01, 2006
  4. Oct 31, 2006
  5. Nov 01, 2006
  6. Oct 31, 2006
  7. 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
  8. 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
  9. Oct 30, 2006
  10. Oct 28, 2006
  11. Oct 27, 2006
  12. Oct 26, 2006
  13. Oct 23, 2006
    • Ben Coburn's avatar
      synchronize changelog, attic, and external edits · 46844156
      Ben Coburn authored
      The changelog list and the attic now are kept in sync.
      This allows a changelog entry to be automatically constructed
      for a page that was manually edited from outside dokuwiki.
      
      darcs-hash:20061023052133-05dcb-11b8dbaee1da07fb1875bbe530e88d94871ed65d.gz
      46844156
  14. Oct 26, 2006
    • chris's avatar
      fix bug#956 (also sp. in pluginutils) · 173f2783
      chris authored
      darcs-hash:20061027004117-9b6ab-b7eda08e246e942a1ca4841b94abeda4c2ed722c.gz
      173f2783
    • chris's avatar
      plugin manager updates · 9475d4ad
      chris authored
      - add $conf['fmode'] support, fixes bug #939
      - fix problem with plugin list not being updated after download
      
      darcs-hash:20061027013208-9b6ab-1a7640b40b5448a7afad42064fd00c2ccf743af0.gz
      9475d4ad
    • chris's avatar
      code highlighting fragment cache update · 8cfffb85
      chris authored
      expire the cache if GeSHi (inc/geshi.php) has been updated since cache creation
      
      darcs-hash:20061027015051-9b6ab-f633dc5130ff23f0eb8871e4f8afb563fff3dc5b.gz
      8cfffb85
    • Andreas Gohr's avatar
      Traditional Chinese update · 729c3d2e
      Andreas Gohr authored
      darcs-hash:20061026205002-7ad00-70f2acf8203e01d1df93e77ce7d8bdb1f4ddac7b.gz
      729c3d2e
    • Andreas Gohr's avatar
      GeSHi 1.0.7.15 update · 51c546a9
      Andreas Gohr authored
      darcs-hash:20061026203942-7ad00-6db8c37c1fba1d274fa6bcdc7cbb245d088325a5.gz
      51c546a9
  15. Oct 23, 2006
  16. Oct 22, 2006
  17. Oct 20, 2006
  18. Oct 19, 2006
  19. Oct 18, 2006
    • Andreas Gohr's avatar
      unlock files if write failed · fb7125ee
      Andreas Gohr authored
      darcs-hash:20061018181931-7ad00-2778b83d25e8dcfad4b00710077e44bcef9af699.gz
      fb7125ee
    • Andreas Gohr's avatar
      fix getRecents for multiple edits per second · 2356b509
      Andreas Gohr authored
      This fixes the getRecent function when multiple edits occured during the same
      second.
      
      darcs-hash:20061018181837-7ad00-a09b9b63a4bab86d142bfe1f8cf662b001bda075.gz
      2356b509
    • Andreas Gohr's avatar
      better check for images in fetch.php · d1ed0b61
      Andreas Gohr authored
      This patch is an enhancement to yesterday's changes. The ability to download
      external content could be used for XSS attacks, when faking the sent MIME
      type. This patch adds a check on the received data for valid images.
      
      darcs-hash:20061018124942-7ad00-4e8bca7d3877e6a10c348b5d45499cf8adf8b087.gz
      d1ed0b61
  20. Oct 17, 2006
    • Andreas Gohr's avatar
      restrict fetch.php's download abilities · 894a80cc
      Andreas Gohr authored
      This patch changes fetch.php ability to download external files. It now checks
      for the returned MIME type and will only download images. For all other
      MIME types a redirect is sent back to the browser. This reduces the risc of
      being misused as open proxy.
      
      Additionally the download facility is disabled completly by default by setting
      the fetchsize option to 0. Users who want the feature need to overwrite the option
      in their local.php.
      
      Background: The ability to download external files is needed to resize external
      images on the server side. When disabled, a redirect is sent to the browser which
      will download the fullsize image and rescale it on the client side which is more
      bandwidth and CPU intensive.
      
      darcs-hash:20061017175329-7ad00-cd1b1bfa043a04540c51ca8380d28deaa14147d1.gz
      894a80cc
Loading