Skip to content
Snippets Groups Projects
  1. Jan 20, 2010
  2. Jan 12, 2010
  3. Dec 19, 2009
    • Andreas Gohr's avatar
      do not trim XMLRPC values FS#1824 · 56523eec
      Andreas Gohr authored
      Ignore-this: f43d3f070cfae4040e0e70648d0e541a
      The XMLRPC backend will not trim whitespaces or newlines from string values
      anymore.
      
      darcs-hash:20091219151652-7ad00-94d6cb26ff6396e09f107cf09dccb5423680c5c9.gz
      56523eec
  4. Nov 28, 2009
  5. Nov 16, 2009
    • Andreas Gohr's avatar
      Security Fix: do not allow skipacl in XMLRPC · 6fc3aa1a
      Andreas Gohr authored
      Ignore-this: 517a7546aab86c5370cccf1aa2171490
      
      Parameters passed to dokuwiki.getPagelist and wiki.getAttachments could
      contain the option "skipacl" which would prevent ACL checking. This
      could leak information about usually non-readable files (like filenames,
      sizes and so on). The content of the files was not accessible.
      
      XMLRPC is disabled by default.
      
      darcs-hash:20091116220523-7ad00-0fa8a9a7a52076619c6836738f9a1f00a6dafe27.gz
      6fc3aa1a
  6. Nov 15, 2009
  7. Nov 05, 2009
  8. Nov 04, 2009
    • Adrian Lang's avatar
      Emit less E_NOTICEs and E_STRICTs · c66972f2
      Adrian Lang authored
        Changes of behaviour are:
        * Allow the user name, title & description \e2\80\9c0\e2\80\9d
        * Default to Port 443 if using HTTPS
        * Set $INFO['isadmin'] and $INFO['ismanager'] to \e2\80\9cfalse\e2\80\9d even if no user is
          logged in
        * Do not pass empty fragment field in the event data for event
          ACTION_SHOW_REDIRECT
        * Handle chunked encoding in HTTPClient
      
      darcs-hash:20091104100115-e4919-5cf6397d4a457e3f98a8ca49fbdab03f2147721d.gz
      c66972f2
  9. Oct 28, 2009
  10. Nov 02, 2009
  11. Oct 18, 2009
  12. Oct 14, 2009
  13. Oct 07, 2009
    • Andreas Gohr's avatar
      New dformat() function for fuzzy date support · f2263577
      Andreas Gohr authored
      Ignore-this: 7193cd788fee2c05a9068bf6edd5dc17
      
      It is now possible to use the %f placeholder in $conf['dformat']
      to add a fuzzy age string.
      
      Template developers and plugin authors should replace their strftime +
      $conf['dformat'] calls with calls to the new dformat() function.
      
      Example:
      
         %Y/%m/%d %H:%M (%f) produces dates like this:
      
         2009/09/16 10:36 (3 weeks ago)
      
      darcs-hash:20091007133614-6e07b-677108d1b43928ef8fd886813e43514507b5e073.gz
      f2263577
  14. Oct 16, 2009
    • furun's avatar
      Whitespace cleanup FS#1709 · 47583ff0
      furun authored
      Ignore-this: 27ea52110bce929b2c61ed8faba67cfc
      
      darcs-hash:20091016205526-c0bf4-35eba4e65d37980a667ba982f7f1ea5b7b07f01c.gz
      47583ff0
  15. Oct 06, 2009
  16. 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
  17. Aug 24, 2009
  18. Sep 20, 2009
  19. Aug 30, 2009
  20. 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
  21. 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
  22. Jun 05, 2009
  23. Jun 04, 2009
  24. May 28, 2009
    • Andreas Gohr's avatar
      more javascript refactoring · 6b6da7f5
      Andreas Gohr authored
      Ignore-this: 10badc0f97ef80fcd366ae4622c43ff1
      
      darcs-hash:20090528121543-7ad00-df34efabe84c632df9ef0c6fd691c991d2c3ac82.gz
      6b6da7f5
  25. May 15, 2009
  26. 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
  27. May 04, 2009
  28. 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
  29. Mar 08, 2009
    • Andreas Gohr's avatar
      removed debug statements · 9eb397eb
      Andreas Gohr authored
      Ignore-this: c7d706a81320fb2bf80a399e5fcc259a
      
      darcs-hash:20090308112249-7ad00-488e7b5cc87ad3727a161b9625892709d4f25fc0.gz
      9eb397eb
  30. 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
  31. Feb 27, 2009
Loading