Skip to content
Snippets Groups Projects
  1. Dec 10, 2008
  2. 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
  3. Oct 26, 2008
  4. Oct 19, 2008
  5. Oct 16, 2008
  6. Oct 12, 2008
  7. Aug 24, 2008
  8. Aug 23, 2008
  9. 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
  10. 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
  11. Aug 13, 2008
  12. Aug 01, 2008
  13. Jul 27, 2008
  14. Jul 13, 2008
  15. Jun 23, 2008
  16. 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
  17. May 16, 2008
  18. Apr 17, 2008
  19. Apr 01, 2008
  20. Mar 31, 2008
  21. Mar 25, 2008
  22. Mar 15, 2008
    • pierre.pracht's avatar
      Propritary Nginx X-Accel-Redirect header · deec6eb9
      pierre.pracht authored
      Example nginx configuration :
      location /var/www/dokuwiki0/ {
        internal;
        alias /var/www/dokuwiki/dokuwiki0/;
      }
      
      darcs-hash:20080315155631-b0461-68c08d68660e554c62a748c1954699791decd000.gz
      deec6eb9
  23. Mar 10, 2008
    • Michael Klier's avatar
      XMLRPC: pageVersions() should return the current version too · 45c63471
      Michael Klier authored
      darcs-hash:20080310233733-23886-79cb51e12374a51ac2595298bf331e1525962a2f.gz
      45c63471
    • Andreas Gohr's avatar
      allow dynamic passing of template to use for css.php · 124af657
      Andreas Gohr authored
      This patch makes it possible to pass the template name to use to the
      lib/exe/css.php dispatcher. When passed the $conf['template'] option is
      ignored by the disaptcher and the given template is used instead.
      
      This makes it possible to switch templates dynamically without loosing the
      CSS dispatcher functionality. This might be useful for things like the
      multitemplate template or for loading a template based on the user agent.
      
      darcs-hash:20080310201630-7ad00-2062fa939b1f868540031ea42a42e948dd82bbb4.gz
      124af657
Loading