Skip to content
Snippets Groups Projects
  1. Apr 28, 2006
  2. Apr 24, 2006
    • chris's avatar
      event system revision · 24bb549b
      chris authored
      This is a major revision of DokuWiki's event system.  There are changes to class names,
      function names, function parameters and their order and event names.
      
      For action plugin writers the following changes are important:
      
      - <event_name> is no longer signalled, only <event_name>_BEFORE and <event_name>_AFTER.
      - note the case change for _BEFORE and _AFTER
      - calling stopPropagation while processing a _BEFORE signal no longer prevents an
        _AFTER signal. The events _continue value is reset before the _AFTER signal is made.
      - events have a new readonly property, canPreventDefault. This lets the event handling
        hook know whether or not the event honours preventDefault calls.
      
      - parameters have changed for the register_hook method, parameters are now
        $event_name,
        $advise (can be 'BEFORE' or 'AFTER')
        $object
        $method
        $param  (this parameter is now optional)
      - parameter order has changed for the hook event handler callback functions
        &$event
        $param  (can now be left off)
      
      Event names have changed, they are now structured
        <dokuwiki name>_<event data name>_<action_name or state if no action>
      
      DOKUWIKI_START
      
      darcs-hash:20060424220152-9b6ab-00e366288f7ec8a85b85dc83694a5f43a07aa082.gz
      24bb549b
  3. Apr 10, 2006
  4. Mar 23, 2006
  5. Mar 20, 2006
    • Ben Coburn's avatar
      'Back to top' style bug fix · 0e99f6d7
      Ben Coburn authored
      Removes some link underlining that would appear around the 'Back to top' button.
      
      darcs-hash:20060321020948-05dcb-e0e5f2d30bd05bad37ad64d587fc4dc29abcb30b.gz
      0e99f6d7
  6. Mar 13, 2006
    • Andreas Gohr's avatar
      experimental shadow effect for input controls · b8bf26bf
      Andreas Gohr authored
      This adds a shadow effect to input fields and buttons for the default
      template. It uses alphatransparency PNGs so it will may look bad for IE
      in some cases. I think it adds some nice 3D effect making inputs and
      buttons easily distictable without any complicated CSS markup.
      
      darcs-hash:20060313221312-7ad00-73e0d0c23d8bb151c0e05dd1b92c7e4286da591b.gz
      b8bf26bf
  7. Mar 11, 2006
    • Andreas Gohr's avatar
      Automatic draft saving · ee4c4a1b
      Andreas Gohr authored
      DokuWiki now automatically creates a draft file of the currently edited
      page. In case of an editing interuption (eg. Browsercrash) the draftfile
      can be continued later.
      
      darcs-hash:20060311200148-7ad00-919337a51e001136178d175a1755cd26122e9726.gz
      ee4c4a1b
  8. Mar 08, 2006
  9. Mar 07, 2006
    • Andreas Gohr's avatar
      CSS fixes for default template · b4bc820e
      Andreas Gohr authored
      the height of the top and bottom rows is now more flexible to respect the
      different button height handling of browsers (konq)
      
      darcs-hash:20060307201317-7ad00-df09b3bfd414d9e5e810f8d298691ed1f6e4ee44.gz
      b4bc820e
  10. Mar 05, 2006
    • Andreas Gohr's avatar
      more html fixes · 4d6f545e
      Andreas Gohr authored
      darcs-hash:20060305120815-7ad00-28c98cc4a629967c44ac176f843ce1f8f54e383c.gz
      4d6f545e
    • Andreas Gohr's avatar
      small HTML fixes · 0c1887a0
      Andreas Gohr authored
      darcs-hash:20060305113807-7ad00-e239a50aa47b7be8693c753bc7d545686f256284.gz
      0c1887a0
  11. Mar 04, 2006
  12. Mar 03, 2006
  13. Mar 02, 2006
  14. Feb 26, 2006
  15. Feb 25, 2006
  16. Feb 24, 2006
  17. Feb 20, 2006
  18. Feb 19, 2006
  19. Feb 18, 2006
  20. Feb 05, 2006
  21. Feb 04, 2006
  22. Jan 27, 2006
  23. Jan 21, 2006
    • Andreas Gohr's avatar
      do not print background images #689 · 474767f4
      Andreas Gohr authored
      darcs-hash:20060121191053-7ad00-8d90d468a9337a36c86004323e6b1f58ade13fa2.gz
      474767f4
    • Andreas Gohr's avatar
      removed graphical list bullet · 0c6b58a8
      Andreas Gohr authored
      Unordered lists used a graphic for the list bullet. Using the same technique
      as in the ordered lists we don't need an image just to have the color. This
      has two advantages:
      
      1. The list bullets still have the correct color when colors are adjusted
      in style.ini
      
      2. List bullets grow and shrink correctly with the fontsize
      
      It has a disadvantage as well: All list items need to be marked up like this:
      
      <li><div class
      
      darcs-hash:20060121121435-7ad00-c6455f9b58c6e78b630c1121499e2052525fb556.gz
      0c6b58a8
  24. Jan 15, 2006
  25. Jan 14, 2006
  26. Dec 10, 2005
Loading