Skip to content
Snippets Groups Projects
  1. Jul 20, 2008
  2. Jul 16, 2008
  3. Jul 15, 2008
    • Andreas Gohr's avatar
      Swedish language update · 06ba4d1a
      Andreas Gohr authored
      darcs-hash:20080715221248-7ad00-48d92cbf3ec680aa4c6edcd10e30a04230c49497.gz
      06ba4d1a
    • Andreas Gohr's avatar
      Check file size of uploaded data · 9676dc23
      Andreas Gohr authored
      This will abort the upload process when the uploaded temp file has zero bytes.
      This can occur when the disk is full.
      
      darcs-hash:20080715215345-7ad00-1a2b45b77d59b1b39d0133ec1737dbb0054368c1.gz
      9676dc23
    • Andreas Gohr's avatar
      remove sensitive data from debug output more aggressively · 24297a69
      Andreas Gohr authored
      This patch adds a new function that is used to remove sensitive data from
      the debug output in a broader way. It will remove some innocent data but
      should make sure most passwords and similar data can not be accessed even
      when stored in some plugin's configuration data.
      
      Disabling the debug option is still highly recommended.
      
      darcs-hash:20080715211616-7ad00-19334e56d3910bcaa04147c4c59e0c59571764f3.gz
      24297a69
  4. Jul 13, 2008
  5. Jul 08, 2008
    • Andreas Gohr's avatar
      Better write handling in HTTPClient · 1b5f82cb
      Andreas Gohr authored
      This patch takes care of a problem when sending large data to a remote server
      through via HTTP. The write to a socket might not always send the whole chunk
      in one piece. Now data is written in a loop until all bytes where sent to the
      socket.
      
      darcs-hash:20080708204703-7ad00-50809261df03c6c741393501d41d2beba128ac70.gz
      1b5f82cb
  6. Jul 13, 2008
  7. Jul 04, 2008
  8. Jun 27, 2008
    • Andreas Gohr's avatar
      support for an option inc/preload.php file · 48beefec
      Andreas Gohr authored
      This patch readds the possibilities previously gained by the DOKUWIKI_INIT event
      by adding support for including a file named inc/preload.php. When available, it
      will be included before any defines for dokuwiki are set.
      
      darcs-hash:20080627222629-7ad00-a663ded7ac08369f011e1f63e1c60fa81ec05b51.gz
      48beefec
    • Andreas Gohr's avatar
      DOKUWIKI_INIT patch rollback · a81c8802
      Andreas Gohr authored
      darcs-hash:20080627214831-7ad00-d6eee0ddd406c972455871da75d04c5f5fc8a307.gz
      a81c8802
  9. Jun 23, 2008
  10. Jun 22, 2008
    • Michael Klier's avatar
      added DOKUWIKI_INIT event · 7ba41511
      Michael Klier authored
      	This patch adds a new event DOKUWIKI_INIT to the event system. The event is
      	triggered in inc/init.php right after DOKU_INC has been defined and allows
      	action plugins to interfere with DokuWiki s init process.
      
      darcs-hash:20080622144154-23886-5153094bd78c2cea7f97e24c7b41cac6c641f49f.gz
      7ba41511
    • Gina Haeussge's avatar
      HTTPClient: Allow limited retrieval without aborting · 5b037208
      Gina Haeussge authored
      Introduces a new member variable "max_bodysize_abort" into the HTTP client.
      If this is set to true (which is the default), the HTTP client shows it
      current behvaiour of aborting with an error condition if the given max_bodysize
      is exceeded during retrieval. If it is set to false however, the HTTP client
      just stops retrieval but returns what it already got. This allows the retrieval
      of e.g. the first 10K of a web document for searching for pingback data.
      
      darcs-hash:20080622092105-2b4f5-28c4399123775d82986faf22c7d89ccb22a8e025.gz
      5b037208
    • Andreas Gohr's avatar
      Added JavaScript delete confirm in usermanager · 32951c6c
      Andreas Gohr authored
      darcs-hash:20080622084804-7ad00-a5cd343deb7b875f50226318311c83e153307fd8.gz
      32951c6c
  11. May 18, 2008
  12. Apr 12, 2008
    • ilya's avatar
      fix for UNC paths · b934b851
      ilya authored
      This patch fixes use of UNC path in $conf['savedir'] and calling of /bin/ scripts.
      
      darcs-hash:20080412124628-51399-9f85214fa4d787d5ad3a3b3c1ca655a29efc07e4.gz
      b934b851
  13. Jun 22, 2008
  14. Jun 20, 2008
  15. Jun 19, 2008
  16. Jun 13, 2008
  17. Jun 11, 2008
  18. Jun 08, 2008
Loading