Skip to content
Snippets Groups Projects
  1. Apr 04, 2016
  2. Jul 30, 2014
  3. Mar 05, 2014
  4. Oct 15, 2013
  5. Aug 03, 2013
  6. Mar 03, 2013
  7. Feb 16, 2013
  8. Jun 29, 2012
  9. Jun 28, 2012
  10. Aug 02, 2011
  11. Jul 08, 2011
  12. Jul 04, 2011
  13. Jun 30, 2011
  14. Jun 23, 2011
  15. Jun 09, 2011
  16. Mar 06, 2011
  17. Feb 06, 2011
    • Adrian Lang's avatar
      XML-RPC deleteAttachment now uses media_delete · 87229c84
      Adrian Lang authored
      Functionality changes:
        * deleteAttachment now triggers MEDIA_DELETE_FILE (closes FS#1568)
        * deletion success msg in mediamanager is correct, even when the ns dir
          was deleted
        * media_delete changed quite a bit
      87229c84
  18. Jun 27, 2010
  19. Feb 01, 2010
  20. Nov 28, 2009
  21. Nov 15, 2009
  22. Jun 05, 2009
  23. Jun 04, 2009
  24. Jan 16, 2009
  25. Dec 10, 2008
  26. 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
  27. Feb 23, 2008
    • Andreas Gohr's avatar
      use fulltext index to search for used media files FS#1336 FS#1275 · a05e297a
      Andreas Gohr authored
      This changes how DokuWiki looks for reference toa media file which is
      about to deleted. Instead of doing a full grep through all pages it now
      uses the fulltext index first, then does an exact match on the found
      pages.
      
      This speeds up the search significantly on larger wikis. However the
      fulltext search limits now apply: images with names shorter than 3 charcters
      may not be found.
      
      This needs extensive testing!
      
      darcs-hash:20080223205254-7ad00-486de0a4125d51b4e7999827f710d1d9de8bc60d.gz
      a05e297a
  28. Feb 15, 2008
  29. Sep 30, 2007
    • Andreas Gohr's avatar
      don't use fullpath() before initialized · d0a27cb0
      Andreas Gohr authored
      darcs-hash:20070930201133-7ad00-a35a6c40f880116009efd9e50cb002bd75733369.gz
      d0a27cb0
    • Andreas Gohr's avatar
      don't use realpath() anymore (FS#1261 and others) · 00976812
      Andreas Gohr authored
      The use of realpath() to clean up relative file names caused some
      trouble in certain setups relying on symlinks or having restricitve
      file structure setups.
      
      This patch replaces all realpath() calls with a PHP only replacement
      which should solve those problems.
      
      darcs-hash:20070930184250-7ad00-512ff04c95f57fc9eaf104f80372237a3c94286f.gz
      00976812
  30. Jul 05, 2006
    • Ben Coburn's avatar
      IO action events · cc7d0c94
      Ben Coburn authored
      Adds page and namespace events:
        IO_WIKIPAGE_READ
        IO_WIKIPAGE_WRITE
        IO_NAMESPACE_CREATED
        IO_NAMESPACE_DELETED
      
      The namespace events are purely advisory,
      while the wikipage events allow page content
      to be modified between DokuWiki and the disk.
      
      These events are primarily intended to simplify
      keeping other tools in sync with the semantic
      structure of a DokuWiki site. As an added benefit,
      the events allow plugins to conduct automated
      processing of raw wiki page content.
      
      The namespace events cover the separate namespace
      trees for both pages and media. The "name" of the
      tree that the event belongs to is included in the
      event data.
      
      darcs-hash:20060705105652-05dcb-f44024e852a2adf1a14b8a7d69c46db067e72307.gz
      cc7d0c94
  31. May 25, 2006
    • Andreas Gohr's avatar
      more mediamanager fixes · cf6894df
      Andreas Gohr authored
      This fixes some styling issues, the cookie handling and a bug in the
      JavaScript caching mechanism.
      
      darcs-hash:20060525144000-7ad00-2f0b673d4f747c979f460e4e927a50eeeae81ec1.gz
      cf6894df
  32. May 20, 2006
Loading