Skip to content
Snippets Groups Projects
  1. Oct 06, 2009
    • Andreas Gohr's avatar
      require a hash in fetch.php for external URLs FS#1769 · 69d17d94
      Andreas Gohr authored
      Ignore-this: a66fc8874fb8e04b1258f2e71e35ed90
      
      To avoid fetch.php being abused as anonymous forwarder or even proxy, now a
      hash is needed for external ressources. This hash is automatically added by
      the ml() function.
      
      darcs-hash:20091006182001-7ad00-adf5f6275b0d7f76543f76d6196f1531b8c09e1c.gz
      69d17d94
  2. Sep 25, 2009
    • Tom N Harris's avatar
      Use all available icons for file links (FS#1759) · 27bf7924
      Tom N Harris authored
      All PNG and GIF images in the lib/images/fileicons directory will be used
      for media file links. The conf/mime.conf file continues to restrict
      which file types may be uploaded. File types not in the configuration
      list are download-only.
      
      darcs-hash:20090925231746-6942e-299a52772f67e265a8702bda3686f495e4337a8f.gz
      27bf7924
  3. Aug 24, 2009
  4. Sep 20, 2009
  5. Aug 30, 2009
  6. Aug 14, 2009
    • Andreas Gohr's avatar
      More Link wizard cleanup · 3e23cbfd
      Andreas Gohr authored
      Ignore-this: 100b66fbe26d82dfd6cffba751cf6992
      
      darcs-hash:20090814114056-7ad00-f5dc711f467f9f6d8904bb6b08d7daac4e675ec2.gz
      3e23cbfd
  7. Aug 12, 2009
    • Andreas Gohr's avatar
      simplify JavaScript loading · 6392c3b6
      Andreas Gohr authored
      Ignore-this: 7637977e042ed8ba7e9e9097f9e9f03f
      
      This patch removes the differences between the JavaScript loaded in
      edit and view modes.
      
        * increases the amount of JavaScript that is loaded initially
        * decreases the number of requests
        * only one cache for all javascript
        * all javascript is available in view mode
      
      The last point is the most important as it makes a lot of functionality
      available to plugins working in the view mode. The discussion plugin
      now can reuse the toolbar code for example.
      
      Note: development is part of ICKE 2.0 project
            http://www.icke-projekt.de
      
      darcs-hash:20090812194007-6e07b-c8a71dedf506065a95d8b84b55aafce67810236c.gz
      6392c3b6
    • Andreas Gohr's avatar
      Link Wizard added · 56dfcc12
      Andreas Gohr authored
      Ignore-this: c15561aa909f921f7845576378851b93
      
      This adds a new link wizard to the toolbar which helps users to find the page the want to link to.
      
      Pages can be found by a simple page name search or by browsing the
      existing namespaces.
      
      This is the first checkin. Some cleanup and MSIE compatibility checks
      remain.
      
      note: development was part of the ICKE 2.0 project see
            http://www.icke-projekt.de for info
      
      darcs-hash:20090812102302-6e07b-fcc564fcaf2ed6aa832918870dd0f92607748687.gz
      56dfcc12
    • Andreas Gohr's avatar
      Script lib for draggable DOM objects · 050f4a94
      Andreas Gohr authored
      Ignore-this: 907af01f2757cc494d2c54d8e4d7b9d1
      
      This adds a simple object that can be attached to positioned DOM objects
      to make them draggable. This is useful for inplace dialogs.
      
      note: development was part of the ICKE 2.0 project see
            http://www.icke-projekt.de for info
      
      darcs-hash:20090812102055-6e07b-88451d4d67877224950a289b9cd415544f4c2755.gz
      050f4a94
  8. Jun 05, 2009
  9. Jun 04, 2009
  10. May 28, 2009
    • Andreas Gohr's avatar
      more javascript refactoring · 6b6da7f5
      Andreas Gohr authored
      Ignore-this: 10badc0f97ef80fcd366ae4622c43ff1
      
      darcs-hash:20090528121543-7ad00-df34efabe84c632df9ef0c6fd691c991d2c3ac82.gz
      6b6da7f5
  11. May 15, 2009
  12. 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
  13. May 04, 2009
  14. 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
  15. Mar 08, 2009
    • Andreas Gohr's avatar
      removed debug statements · 9eb397eb
      Andreas Gohr authored
      Ignore-this: c7d706a81320fb2bf80a399e5fcc259a
      
      darcs-hash:20090308112249-7ad00-488e7b5cc87ad3727a161b9625892709d4f25fc0.gz
      9eb397eb
  16. 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
  17. Feb 27, 2009
  18. 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
  19. Feb 20, 2009
  20. Feb 19, 2009
  21. 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
  22. 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
  23. 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
  24. Jan 16, 2009
  25. Dec 10, 2008
  26. 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
  27. Oct 26, 2008
  28. Oct 19, 2008
  29. Oct 16, 2008
  30. Oct 12, 2008
  31. Aug 24, 2008
Loading