Skip to content
Snippets Groups Projects
  1. Oct 16, 2008
  2. Oct 12, 2008
  3. Aug 24, 2008
  4. Aug 23, 2008
  5. 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
  6. 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
  7. Aug 13, 2008
  8. Aug 01, 2008
  9. Jul 27, 2008
  10. Jul 13, 2008
  11. Jun 23, 2008
  12. 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
  13. May 16, 2008
  14. Apr 17, 2008
  15. Apr 01, 2008
  16. Mar 31, 2008
  17. Mar 25, 2008
  18. 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
  19. 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
  20. Mar 05, 2008
    • Michael Klier's avatar
      XMLRPC: new function pageVersions() · 73056168
      Michael Klier authored
          This function can be used to retrieve a list of revisions
          for a given wiki page.
      
      darcs-hash:20080305195532-23886-dee2ffff8dcdc21532fb62674edce8a74d6c5525.gz
      73056168
  21. Mar 04, 2008
  22. Mar 02, 2008
Loading