Skip to content
Snippets Groups Projects
  1. Jul 31, 2005
    • Andreas Gohr's avatar
      Plugins can add their own CSS now · 4b15e09d
      Andreas Gohr authored
      Plugins can use their own styleheets now. They are loaded in the tpl_metaheader
      function.
      
      The following files are used if existing in the plugin's directory:
      
      style.css  - overall style used always
      screen.css - only used in normal view (media
      
      darcs-hash:20050731073521-7ad00-dcece7a255d3b08a1d2da9f2444b31e628ee76ea.gz
      4b15e09d
  2. Jul 29, 2005
  3. Jul 27, 2005
  4. Jul 24, 2005
  5. Jul 16, 2005
  6. Jul 11, 2005
  7. Jun 24, 2005
  8. Jun 16, 2005
    • matthiasgrimm's avatar
      media reference check part 2 · d67ca2c0
      matthiasgrimm authored
      Part 1 only checks for the existance of references.
      Part 2 will show where this references are so that the user
      could easily find them.
      
      Both parts are configurable:
      refcheck
      
      darcs-hash:20050616163425-7ef76-a7fce6cd1ef5d2cc2e4ac3b869969a65c671770a.gz
      d67ca2c0
  9. Jun 11, 2005
    • andi's avatar
      spellchecker fixes for Konqeror · ea2eed85
      andi authored
      Konqeror seems to ignore the charset
      
      darcs-hash:20050611092916-9977f-311b99e63b66a83c9f9022c468ba61d0687822c2.gz
      ea2eed85
  10. Jun 07, 2005
    • andi's avatar
      AJAX spellchecker #29 · dc57ef04
      andi authored
      This is nearly a complete rewrite of the gmail like AJAX spellchecker
      from http://www.broken-notebook.com/spell_checker/index.php
      
      Here are the differences and features
      
        * seemless integrated into DokuWiki
        * no need for the pspell extension
        * needs GNU aspell installed (not sure about the version I guess
          0.60+ for UTF8)
        * needs PHP 4.3.0+
        * uses SACK for AJAX
        * gets errors and suggestions in one transfer
      
      So far only tested in Firefox. It should work in IE, Safari and
      Opera 8, too. Please test and report back.
      
      darcs-hash:20050607194456-9977f-f699144d1fd28359742b2ce0f28c839a1f4cefbb.gz
      dc57ef04
  11. Jun 05, 2005
  12. Jun 03, 2005
    • andi's avatar
      Mediafile Deletion and Overwrite Handling #200 · 8ef6b7ca
      andi authored
      This patch enhances the ACL feature by adding another Permission called DELETE - this permission
      allows a user to delete or overwrite existing mediafiles. Users with UPLOAD permission are no longer
      allowed to overwrite media files.
      
      Users whith DELETE permissions now need to check an additional checkbox to overwrite existing files,
      this is to prevent accidently deletions.
      
      Please note: If no ACL is used UPLOAD rights are assumed for everybody - not DELETE rights. This
      changes the behaviour from previous versions as UPLOAD does not allow overwriting anymore.
      
      darcs-hash:20050603205501-9977f-1d219b23a79bb097ed0e0b8184dc6d5d8aad578b.gz
      8ef6b7ca
  13. Jun 01, 2005
    • matthiasgrimm's avatar
      keep search input on search page · c1e3b7d9
      matthiasgrimm authored
      This patch modifies the search input form so that the search input
      is kept as long as the user stays on the search page. This is pure
      comfort because he is able to optimise his query step by step without
      the need of typing in the query multiple times.
      
      darcs-hash:20050601163504-7ef76-aad10750707ba97810bc5c5185da3e8ad9ae7391.gz
      c1e3b7d9
  14. May 19, 2005
    • matthiasgrimm's avatar
      add a back button to parent page · a3ec5f4a
      matthiasgrimm authored
      This patch extends the template functions with back
      button linking to the current pages' parent if
      available. Both tpl_button() and tpl_actionlink()
      are supported.
      
      For this to work the first page in the namespace must
      have the same name as the namespace itself. The 'back'
      button of every page in this namespace links to
      namespace:namespace. The 'back' button of the page
      namespace:namespace links to the first page of the
      containing namespace and so forth until the start page
      has been reached.
      
      Because of the precondition decribed above, the default
      template hasn't got the new 'back' button. It is reserved
      for custom made templates and installations which take
      care of the precondition.
      
      darcs-hash:20050519174025-7ef76-1e9c78c941f53871905fc1ba08b28a826553daa3.gz
      a3ec5f4a
  15. May 25, 2005
    • matthiasgrimm's avatar
      fix for history navigation buttons · 5749f1ce
      matthiasgrimm authored
      This patch adds some sanity checks for the history start parameter
      'first'. Only the needed history entries will be loaded at once
      now. This will reduce server load a bit
      
      darcs-hash:20050525161658-7ef76-1ab681b4c784bbe834fae91301ee7b9cd2a2cd8b.gz
      5749f1ce
  16. May 23, 2005
    • matthiasgrimm's avatar
      history navigation buttons · a39955b0
      matthiasgrimm authored
      This patch adds a 'next' and a 'previous' button to the history
      page. They make it possible to see more than one page of history
      data.
      
      darcs-hash:20050523165826-7ef76-77a2c21e8b172200f169e0aea8441e8b100ab278.gz
      a39955b0
  17. May 20, 2005
  18. May 19, 2005
    • andi's avatar
      first attempt of syntax plugins · ee20e7d1
      andi authored
      The first version of the new plugin system. Syntax plugins only yet. A very simple
      example plugin called info (doing nothig useful yet) is included.
      
      Missing Features
      
        - Doku_Block_Handler needs work (doesn't honur plugins yet)
        - there is no way to specify the order of plugins and other modes yet
        - useful output from the info plugin
        - bug testing and fixing
        - code cleanup
        - documentation
      
      darcs-hash:20050519201009-9977f-f793dbfc6a39d8a9643b610927d93cd3288bdd6b.gz
      ee20e7d1
  19. May 17, 2005
    • andi's avatar
      some ajax quicksearch tweaking · 32c04430
      andi authored
      added a half second delay before the suggstions appear, moved the postion
      to appear besides the browsers autocomplete...
      I'm still not sure if this is useful at all.
      
      darcs-hash:20050517201719-9977f-6e71a415dd08a84af38bd3643860beb7002088f5.gz
      32c04430
  20. May 15, 2005
    • andi's avatar
      experimental AJAX quicksearch · 63f2400b
      andi authored
      This isn't perfect yet, but it works. It's tested in Mozilla Firefox only.
      Patches welcome!
      
      darcs-hash:20050515131507-9977f-5ad6c4483faec67f7ce7c980b5a2bd6d9e81012a.gz
      63f2400b
  21. May 05, 2005
    • Matthias Grimm's avatar
      logininfo_fullname · a2488c3c
      Matthias Grimm authored
      This patch changes the userinfo display in the bottom left edge of
      the screen, right above the bottom bar. If the user is logged in
      his full name will be displayed instead of showing his user name.
      
      darcs-hash:20050505122426-4145d-cdbde61bf70423a5e22bbf5f3f126ba96d4d2ca1.gz
      a2488c3c
  22. May 01, 2005
  23. Apr 27, 2005
  24. Apr 25, 2005
  25. Apr 22, 2005
  26. Apr 17, 2005
    • andi's avatar
      tpl_actionlink added · ed630903
      andi authored
      darcs-hash:20050417202012-9977f-c004f4a7f21c71f12532b7e9b86a1f51a2fd7631.gz
      ed630903
  27. Apr 13, 2005
  28. Mar 26, 2005
    • jan's avatar
      Use first heading as page name in links. · a77f5846
      jan authored
      I just read "Don't make me think!" by Steve Krug, about
      web usability, and I liked its common sense a lot.
      One message was that every page should have a title,
      and that it should literally match what you click to
      get there.
      
      This patch tries to automate that for Dokuwiki. In wiki
      page links, it will fetch the first heading (the title)
      and use it as the name in links (unless an explicit other
      name is defined in the link). The same is done for
      the breadcrumbs (at least the default ones). I believe
      all this should make navigation  easier. The feature
      is enabled/disabled with a configuration variable
      called $conf['useheading'].
      
      TO DO: more testing. Check whether the first heading is
      at a unique high level (probably easier when true parsing
      will be used.) Check hierarchical breadcrumbs. Perhaps
      omit the title from the automatic table of contents,
      and perhaps adapt the toc intentation of the lower
      level headings.
      
      darcs-hash:20050326130557-45605-bf7fdaf29e61924f2631af1bb95177ee0415c24d.gz
      a77f5846
  29. Mar 20, 2005
    • andi's avatar
      decode filename in footer · bee6dc82
      andi authored
      darcs-hash:20050320182452-9977f-dee996db77118584dedb85b43edcda56f4ed6cfe.gz
      bee6dc82
  30. Mar 18, 2005
  31. Mar 15, 2005
  32. Mar 11, 2005
  33. Mar 07, 2005
  34. Mar 06, 2005
Loading