Skip to content
Snippets Groups Projects
  1. Sep 06, 2008
  2. Sep 03, 2008
  3. Sep 01, 2008
  4. Aug 30, 2008
    • Gina Haeussge's avatar
      Fix for FS#1478 · f7c7911a
      Gina Haeussge authored
      darcs-hash:20080830211206-2b4f5-4f7073d95c950329f7bd2a6eb9bced948e37db1f.gz
      f7c7911a
  5. Sep 01, 2008
    • Gina Haeussge's avatar
      Usermanager: Add autogeneration of password · c3f4fb63
      Gina Haeussge authored
          The password of a newly added user account is now autogenerated
          if the backend supports it, the password field is left empty and
          the notification of the user is enabled. A corresponding note was
          added to the dialog to inform admins about this behaviour.
      
      darcs-hash:20080901170041-2b4f5-e66173fe74395a1dab8e6deaf59541d258d4bacb.gz
      c3f4fb63
    • Michael Hamann's avatar
      No more redirect on do · 46c0ed74
      Michael Hamann authored
      darcs-hash:20080901120812-fdd0b-7082d4c264f665899f56438c0d0a64137d83b3a1.gz
      46c0ed74
  6. Aug 30, 2008
    • Gina Haeussge's avatar
      New event TPL_TOC_RENDER · 7dee3468
      Gina Haeussge authored
          This new event is triggered directly before rendering the TOC. An array
          containing the current TOC items is given as eventdata and can be modified
          by action plugins to e.g. add additional items to the TOC.
      
      darcs-hash:20080830192033-2b4f5-29611563677679f5bfc0d030019e23d7e9a6bcf5.gz
      7dee3468
  7. Aug 29, 2008
  8. Aug 28, 2008
    • Michael Klier's avatar
      new event ACTION_EXPORT_POSTPROCESS · f6dad9fd
      Michael Klier authored
      	This event allows action plugins to postprocess the output of a page
      	requested for export.
      
      	Event data:
      		data[id]      -- the page id
      		data[mode]    -- requested export mode
      		data[headers] -- headers of the requested export mode
      		data[output]  -- export output
      
      darcs-hash:20080828200321-23886-6676682f33fa5c2d9f0c0a21fa26154baf4e137a.gz
      f6dad9fd
  9. Aug 27, 2008
  10. Aug 25, 2008
  11. Aug 24, 2008
  12. Aug 23, 2008
  13. Aug 17, 2008
    • Andreas Gohr's avatar
      tpl_actiondropdown added · a00de5b5
      Andreas Gohr authored
      This new template function allows a dropdown menu to be used to access all
      the DokuWiki do actions with minimal space requirement.
      
      darcs-hash:20080817203841-7ad00-f267285a3e9f119c5aaaf73ca276e3a2f1f72a94.gz
      a00de5b5
    • Gabriel Birke's avatar
      Wrap user modifications in events · 7d3c8d42
      Gabriel Birke authored
      Adds a wrapper function in the basic auth class which is used by the core code
      to modify the user database. The wrapper function signals events and delegates
      the action to the auth backend.
      
      darcs-hash:20080817141121-79ce3-3300a4342b62a7a18ebcc9a765d87b30a0264621.gz
      7d3c8d42
    • Aydin Coskuner's avatar
      Turkish language update · e7835c60
      Aydin Coskuner authored
      darcs-hash:20080817134530-440c1-c8490890249de90df90bbba6b152652cb9d350c6.gz
      e7835c60
    • Andreas Gohr's avatar
      strip default parameters from media URLs · 8c08db0a
      Andreas Gohr authored
      Default parameters like cacheche or empty width or heights are stripped
      from media URLs now.
      
      darcs-hash:20080817134207-7ad00-4b53c1f9b121fcbb3e0c5cc38e672f1b20157956.gz
      8c08db0a
  14. Aug 15, 2008
  15. 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
  16. 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
Loading