Skip to content
Snippets Groups Projects
  1. Nov 04, 2006
    • chris's avatar
      fix email setting pattern for config plugin · c5b85cc5
      chris authored
      in addition to a single valid email it will now accept:
      - no email
      - multiple comma separate email addresses
      
      darcs-hash:20061104213543-9b6ab-7fb8b883f6ad81260e787a2e3d5ba3d2197b970a.gz
      c5b85cc5
  2. Nov 03, 2006
  3. Nov 01, 2006
  4. Oct 31, 2006
  5. 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
  6. 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
  7. Oct 30, 2006
  8. 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
    • Andreas Gohr's avatar
      Traditional Chinese update · 729c3d2e
      Andreas Gohr authored
      darcs-hash:20061026205002-7ad00-70f2acf8203e01d1df93e77ce7d8bdb1f4ddac7b.gz
      729c3d2e
  9. Oct 19, 2006
  10. Oct 18, 2006
    • 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
  11. 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
  12. Oct 13, 2006
  13. Aug 29, 2006
    • polinnia's avatar
      IT-20060829-patch · 6cd2b1e4
      polinnia authored
      - translated new strings in registermail.txt, config e usermanager plugins
      - fixed changed parameter in config plugin
      
      darcs-hash:20060829170241-57bea-24bf2cbfb341f25b1461cc7cd4fc442e0f44d511.gz
      6cd2b1e4
  14. Oct 08, 2006
    • Andreas Gohr's avatar
      strip controlchars in fetch.php #935 · 02b0b681
      Andreas Gohr authored
      Fixes a header injection/XSS vulnerability
      
      darcs-hash:20061008100523-7ad00-be06a942badb6a2a9ed862be003ee0050504b4b0.gz
      02b0b681
    • Andreas Gohr's avatar
      remove unused code · 10ffc9dd
      Andreas Gohr authored
      This patch removes some commented code fragments and alternative
      snippet generators
      
      darcs-hash:20061008090624-7ad00-14bfee2ded6c6c8ef43ad02a4c02a5d95ee9daf7.gz
      10ffc9dd
  15. Oct 05, 2006
    • chris's avatar
      update config settings for dmode & fmode · 2f97bef5
      chris authored
      - change validation pattern to allow 3 or 4 octal digits and hence
        setting of SUID, SGID and sticky bit on systems which support them
      
      darcs-hash:20061005223141-9b6ab-80511ecc4780d6258f15f59087f9bab20d1f1340.gz
      2f97bef5
  16. Oct 02, 2006
  17. Sep 26, 2006
  18. Sep 24, 2006
    • chris's avatar
      cache, metadata & purgefile updates · ce6b63d9
      chris authored
      Cache
      - add dependency for metadata renderer file
      - check metadata for end of page life, "date valid end".
      
      Metadata Renderer
      - RSS syntax mode now sets rendered page expiry, "date valid end"
        and includes the feed URL in "relation haspart".
      
      Purgefile
      For all wiki installations the purgefile records the earliest
      time before which no cache purge (based on data consistency)
      is required. Cache files older than this time MAY need to be
      purged.
      - remove purgeonadd configuration setting
      
      darcs-hash:20060924202157-9b6ab-4531e91411c41914eeab2b6a8160c3d46b001cee.gz
      ce6b63d9
  19. Sep 25, 2006
  20. Sep 24, 2006
  21. Sep 23, 2006
    • chris's avatar
      fix recent changes cache ordering · 40b33eff
      chris authored
      This patch fixes a bug in indexer.php which resulted in the order
      of the recent changes cache being reversed each time it was trimmed.
      
      It also adds sorting to both getRecents() and runTrimRecentChanges()
      as a defensive measure against the order of the file being corrupted.
      
      darcs-hash:20060923235109-9b6ab-0f4062c1b02449cce9382426174cd22d71387e5a.gz
      40b33eff
    • chris's avatar
      minor bugfix and boring error removal · bb4866bd
      chris authored
      darcs-hash:20060923203609-9b6ab-ecca679faa254a29772868508050fcf3206b0814.gz
      bb4866bd
  22. Sep 17, 2006
  23. Sep 16, 2006
    • Andreas Gohr's avatar
      updatecheck feature · c29dc6e4
      Andreas Gohr authored
      This patch adds a feature to let DokuWiki automatically check if updates are
      available or any other important messages (like security warnings) and then
      display this info to the admin user.
      
      DokuWiki will contact the URL http://www.splitbrain.org/lib/exe/msg.php
      with a parameter telling it which messages it already know (read from
      conf/msg) - the server side script then will return all new messages.
      
      The messages will be displayed until DokuWiki was upgraded or conf/msg
      was updated manually. Messages are cached and only checked once a day.
      
      The messenger URL will probably change before the next release.
      
      darcs-hash:20060916210229-7ad00-7ac592650e171ae4144b0eb47a751a4ca480f031.gz
      c29dc6e4
    • Andreas Gohr's avatar
      japanese language update · f1b03b6a
      Andreas Gohr authored
      darcs-hash:20060916145219-7ad00-2ca985138204b2547ef9e24d780c226af8073fcb.gz
      f1b03b6a
  24. Sep 15, 2006
    • Andreas Gohr's avatar
      script fix for IE · 3cb0d4e1
      Andreas Gohr authored
      darcs-hash:20060915150152-7ad00-9ee841597a011119b96964a1468b1f517fab857a.gz
      3cb0d4e1
  25. Sep 10, 2006
    • Ben Coburn's avatar
      changelog redesign update · e45b34cd
      Ben Coburn authored
      - Improves handling of deleted revisions.
      - Import plugin disables after import.
      - Check act reports if plugin is still enabled after the import.
      - Import correctly handles summaries without the minor prefix.
      - Newlines and tabs are now striped out of type, sum,
        and extra in the changelog.
      
      darcs-hash:20060911014738-05dcb-2f6c9fdffb6346f7d3190610a72b290090b28097.gz
      e45b34cd
  26. Sep 08, 2006
Loading