Skip to content
Snippets Groups Projects
  1. May 15, 2009
  2. May 16, 2009
    • Andreas Gohr's avatar
      restrict XMLRPC to configurable groups and users · 3ee5b583
      Andreas Gohr authored
      Ignore-this: 1370cee84d44bb35ae7c0c988ed8f1ff
      
      This patch adds a config option to define users or groups that may access
      the XMLRPC API. ACLs are still checked on top of this intial access control.
      
      darcs-hash:20090516114351-7ad00-155fb6c74c29f5f84e79544a534369eec0403ff0.gz
      3ee5b583
  3. May 04, 2009
  4. Mar 13, 2009
    • Andreas Gohr's avatar
      Support for multirange requests for media FS#1630 · 758447cf
      Andreas Gohr authored
      Ignore-this: 50de569608231b910a62327d2f3af1de
      
      This patch moves all HTTP sending related functions to inc/httputils.php
      
      Handling of range requests was rewritten completely to support mutirange
      requests. This should fix problems with Adobe Reader but needs testing.
      
      darcs-hash:20090313190247-7ad00-e6ec1f81acb9f7ac651357dd034c2689aea6868d.gz
      758447cf
  5. Mar 08, 2009
    • Andreas Gohr's avatar
      removed debug statements · 9eb397eb
      Andreas Gohr authored
      Ignore-this: c7d706a81320fb2bf80a399e5fcc259a
      
      darcs-hash:20090308112249-7ad00-488e7b5cc87ad3727a161b9625892709d4f25fc0.gz
      9eb397eb
  6. Mar 03, 2009
    • Andreas Gohr's avatar
      Support login in XMLRCP and added API version info · 445e8084
      Andreas Gohr authored
      A simple version number was added to the XMLRPC API to make it
      easy for clients to check if the remote endpoint supports certain
      features.
      
      The login function will take credentials and set cookies on
      successful login. This is useful when HTTP Basic auth is not
      available.
      
      darcs-hash:20090303193608-7ad00-45b1cd7a5165656796df25ed5c4ebc6e8ef7f95a.gz
      445e8084
  7. Feb 27, 2009
  8. Feb 23, 2009
    • Andreas Gohr's avatar
      streamlined media listing · 224122cf
      Andreas Gohr authored
      Some parameters of media_search where changed, parts using this function
      need to be identified and fixed.
      
      darcs-hash:20090223172746-7ad00-d07951739fba17d0c8925b28b947f7cbb7fc7e1a.gz
      224122cf
  9. Feb 20, 2009
  10. Feb 19, 2009
  11. Jan 25, 2009
    • Andreas Gohr's avatar
      removed importoldchangelog and importoldindex plugins · cd3c835d
      Andreas Gohr authored
      Ignore-this: fb48b24cecb52541a728ba9c17597d8f
      These one-shot plugins where used for upgrading older DokuWiki versions
      and are no longer needed.
      If you upgrade from a really old version you might want upgrade to
      intermediate versions instead.
      
      darcs-hash:20090125143050-7ad00-5ff7b2cd5f61c392e9e02e13eab947d045d60b04.gz
      cd3c835d
  12. Jan 22, 2009
    • Andreas Gohr's avatar
      fixed multiple gzip/sendfile problems in css and js dispatchers FS#1571 · 98bda4fd
      Andreas Gohr authored
      - Avoid double compression when gzip_output is enabled
      - Only compress when gzip_output is enabled
      - Do not use x-sendfile for compressed content (content-encoding is not supported)
      - Make sure the script terminates after using x-sendfile
      - Moved gzip browser support check to init.php
      
      darcs-hash:20090122215010-7ad00-765765d353ff78df5b8704086328c5c699bbe7e0.gz
      98bda4fd
    • Chris Smith's avatar
      further updates to config_cascade patch · f8121585
      Chris Smith authored
      - add mediameta and license config files into the cascade
      - update the cache validity code in cache.php, css.php & js.php to use config_cascade
      - redo inclusion of main config files to avoid suppression of errors in config files
      - add getConfigFiles($type) function
      - minor updates elsewhere to use config_cascade rather than hardcoded config file names
      
      darcs-hash:20090122114457-f07c6-98ad5627fd5df93edf8dd03289b9cf6d81962afe.gz
      f8121585
  13. Jan 18, 2009
    • Chris Smith's avatar
      Add capability to send pre-compressed js & css files if the browser can accept them · ca2b464b
      Chris Smith authored
      - save a gzipped version of js & css files at the same time as the uncompressed version is cache
      - basic content negotiation to send the compressed files
      - uses sendfile (for compressed or uncompressed versions) if config indicates its available
      
      darcs-hash:20090118184354-f07c6-66c5b465ab147d83de409708bab2c47d1dafcf8d.gz
      ca2b464b
    • Chris Smith's avatar
      add http_sendfile() function · 6106ad89
      Chris Smith authored
      - update fetch.php to use the new function
      
      darcs-hash:20090118183600-f07c6-65c818bba58fab8856c9f353ff4953ead9b5221e.gz
      6106ad89
    • michael's avatar
      Media changelog added · 99c8d7f2
      michael authored
      There is a new media changelog now, with the flag RECENTS_MEDIA_CHANGES media changes can be requested from the getRecents()-function or the new getRecentsSince()-function, that returns all changes since a given timestamp and optionally before a given timestamp. The media upload and the XML-RPC-server have been changed to use these functions.
      
      Additionally, the event MEDIA_UPLOAD_FINISH has been extended, it has a new $data-attribute (the 5th), that contains a boolean if the file does already exist and will be overwritten.
      
      darcs-hash:20090118154345-074e0-5d9a90d269e86d8c6a156ecce5cf63115c827433.gz
      99c8d7f2
  14. Jan 16, 2009
  15. Dec 10, 2008
  16. Dec 02, 2008
    • Andreas Gohr's avatar
      Make content-disposition configurable in mime.conf FS#1541 · ecebf3a8
      Andreas Gohr authored
      With this patch it is possible to define if a file should be served as download
      or be displayed inside the browser (if supported) by configuring it in
      conf/mime.conf
      
      Mimetypes that should be served with a "Content-Disposition: attachment" header
      need to be prefixed with a exclamation mark. All others will be served inline.
      
      This will also fix a Problem with Flash 10.
      
      darcs-hash:20081202210322-7ad00-6e7ef30aff9322cd135311be77809187da121f3b.gz
      ecebf3a8
  17. Oct 26, 2008
  18. Oct 19, 2008
  19. Oct 16, 2008
  20. Oct 12, 2008
  21. Aug 24, 2008
  22. Aug 23, 2008
  23. Aug 14, 2008
    • Andreas Gohr's avatar
      display the (shortened) namespace for page quicksearch · bd2f6c2f
      Andreas Gohr authored
      When displaying pagename matches in the Ajax quick search or normal search,
      the namespace of the page is shown behind the pagename. This makes it easier
      to distinguish the pages when the same namespace is used in different namespaces.
      
      To avoid breaking the layout in deep nested namespace hierarchies, the namespace
      is shortened in the middle when needed.
      
      This patch also disables the effect of the useheadings option in the Ajax quick
      search. After all the results should show what was found and since the search
      works on pagenames not headings it should show pagenames as result.
      
      darcs-hash:20080814194826-7ad00-9add9c1bbbb4f4ede3c6884d37427644b2cddc56.gz
      bd2f6c2f
  24. Aug 05, 2008
    • gweissbach's avatar
      fetch.php file not existing and devision by zero · 09a5b61f
      gweissbach authored
      If the cache file does not exist after it should have been generated via an action
      plugin or via resizing filemtime fails with a file not found. This has to be fixed
      by @filemtime.
      
      Another fix is the check for the $INFO before resizing an image in get_resized.
      get_croped has already been fixed
      
      darcs-hash:20080805132309-f4337-41698af01cf1f3632bd68e1e10724bdffc7c58a3.gz
      09a5b61f
  25. Aug 13, 2008
Loading