Skip to content
Snippets Groups Projects
  1. 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
  2. Jul 13, 2008
  3. Jul 04, 2008
  4. 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
  5. Jun 23, 2008
  6. 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
  7. May 18, 2008
  8. 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
  9. Jun 22, 2008
  10. Jun 20, 2008
  11. Jun 19, 2008
  12. Jun 13, 2008
  13. Jun 11, 2008
  14. Jun 08, 2008
  15. Jun 06, 2008
    • Andreas Gohr's avatar
      experimental Flash based multi upload · d00ec455
      Andreas Gohr authored
      This patch adds experimental support for uploading multiple files in one go.
      This is achieved by using Flash for selecting multiple images and intitiating
      the HTTP upload.
      
      When Flash 8 or higher is detected, an additional icon is added to the usual
      upload form. Clicking it will swith the form to the Flash based upload queue.
      
      Things that need work:
      
        * Better Icon
        * Feedback if Flash detection works on all Flash 8 supported platforms
        * Progress feedback seems not to work on Linux (might be Adobe bug)
        * No final feedback how many images were uploaded correctly
      
      The flash sources are located in lib/_fla/
      
      Any feedback and help would be appreciated.
      
      darcs-hash:20080606222849-7ad00-738083445af275752aaebc29bfa51430f3d94459.gz
      d00ec455
  16. Jun 03, 2008
    • Andreas Gohr's avatar
      reopen the session for storing the auth token · 09c2d803
      Andreas Gohr authored
      darcs-hash:20080603203138-7ad00-cce00e99b64c53b6ffa11748262a3a8c2cd1e37e.gz
      09c2d803
    • Andreas Gohr's avatar
      authentication via session tokens · f13fa892
      Andreas Gohr authored
      This patch adds a way to create a token for an authenticated user which is stored
      in the session. When a subsequent request resends this token, the request will be
      authenticated automatically without the need for any cookies or credential
      rechecking.
      
      The auth token expires with the session. Requesting a new token will invalidate
      the old one. Sending a wrong token will result in a 401 and any existing token
      will be revoked.
      
      This is currently not used anywhere in the code but can be used for browser
      intitiated client software (flash, applets, ...).
      
      Note this is unreleated to the anti CSRF sectoken implementation.
      
      Users who want to make use of this mechanism will probably need to pass the
      session id and a valid sectoken in addtion to the authtoken
      
      darcs-hash:20080603193450-7ad00-2f35ddde16a31c4f2699e0e6050b3c4277b2bc64.gz
      f13fa892
  17. Jun 08, 2008
    • Andreas Gohr's avatar
      typo fix FS#1416 · 4e1578a0
      Andreas Gohr authored
      darcs-hash:20080608094859-7ad00-bf9981681e210f9fff2a024fc9a6a180a4488942.gz
      4e1578a0
  18. Jun 05, 2008
  19. Jun 03, 2008
  20. May 06, 2008
Loading