Skip to content
Snippets Groups Projects
  1. Apr 27, 2006
    • Ben Coburn's avatar
      accesskey tooltip rewriting · b1112787
      Ben Coburn authored
      Does client-side rewriting of accesskey tooltip text so that it will be
      more OS and browser specific. Dokuwiki should output all accesskey tooltips
      as [ALT+<key>] because this patch matches on "[ALT+".
      
      darcs-hash:20060428015158-05dcb-0102a1b2068c053e81dd21ad3927c78b6c9f349e.gz
      b1112787
  2. Mar 31, 2006
    • Andreas Gohr's avatar
      moved toolbar out of form scope #757 · 42c7abd6
      Andreas Gohr authored
      This ensures that the save button stays the default button of the
      form again.
      
      darcs-hash:20060331085543-7ad00-8db519b51a7bc65479ebc6b303f3cf016f8088be.gz
      42c7abd6
  3. 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
  4. 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
  5. Mar 08, 2006
  6. 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
  7. Mar 02, 2006
  8. Feb 26, 2006
  9. Feb 24, 2006
  10. Feb 18, 2006
    • Anika Henke's avatar
      another try on styling the edit bar · fa24fadb
      Anika Henke authored
      darcs-hash:20060219001944-d5083-ccf6932ab2878183e116524f45eec31f78ac422c.gz
      fa24fadb
    • Andreas Gohr's avatar
      create unique IDs for sections · c5a8fd96
      Andreas Gohr authored
      This patch finally completes the support for unique section IDs.
      
      To achive this the mechanism how the TOC is build was changed. The
      TOC now is build in the renderer only. Currently the TOC will be
      rendered in the end_document function and is then prepended to the
      doc. This should ensure compatibility with the rest of the code.
      
      Adding support for separating the TOC from the page should now be a
      simpler task in the future.
      
      TODO:
        - Update base class
        - remove commented old TOC code
        - make sure no other parts of the code use any of the old TOC
          code
      
      darcs-hash:20060218230744-7ad00-40c5463d93f8ae1c543fb4fed747b2047b4c1302.gz
      c5a8fd96
  11. Feb 17, 2006
  12. Feb 11, 2006
  13. Feb 07, 2006
  14. Feb 05, 2006
  15. Feb 04, 2006
  16. Feb 03, 2006
  17. Jan 29, 2006
  18. Jan 27, 2006
  19. Jan 24, 2006
  20. Jan 21, 2006
    • 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
    • Andreas Gohr's avatar
      output session info in debug output · 3aa54d7c
      Andreas Gohr authored
      darcs-hash:20060121114041-7ad00-d56b28d75937bc6a4fe3a7612569498ecf344c18.gz
      3aa54d7c
  21. Jan 11, 2006
  22. Jan 15, 2006
  23. Jan 14, 2006
  24. Nov 11, 2005
    • Matthias Grimm's avatar
      profile change feedback · 4cb79657
      Matthias Grimm authored
      This pathc adds a feedback for the user after changing his/her
      profile and the profile dialog will be closed.
      
      darcs-hash:20051111170122-4145d-8b04e5078ac5f7f5bff2309d55002232e67f344a.gz
      4cb79657
  25. Nov 08, 2005
  26. Nov 06, 2005
    • Matthias Grimm's avatar
      en_language_update · 753d5abf
      Matthias Grimm authored
      This patch removes the autopasswd fix again, because all users may
      forget their password from time to time. The wording in the dialog
      changed a bit instead to make the feature more clear to the user.
      
      Furthermore some english texts were updated.
      
      darcs-hash:20051106110259-4145d-114d6bbfa99c347a026a17a267d3cbc39b574e98.gz
      753d5abf
  27. Nov 05, 2005
    • Matthias Grimm's avatar
      autopasswd_fix · 8f8ae164
      Matthias Grimm authored
      Resending of a new password must depend on $conf['autopasswd']. Only
      if $conf['autopasswd']
      
      darcs-hash:20051105223311-4145d-598b7c8d9d10eb8c3612ce2c6beb543e8b16e430.gz
      8f8ae164
  28. Oct 30, 2005
  29. Oct 20, 2005
  30. Oct 15, 2005
    • Andreas Gohr's avatar
      more unobstrusive javascript · 5e163278
      Andreas Gohr authored
      The edit form now is free of inline event handlers. There are still other
      places where inline javascript and even document.write is used which should
      be fixed as well. Currently the window.onload event is used to initialize
      everything which may not the best way to do so. Dean Edwards may have a
      solution: http://dean.edwards.name/weblog/2005/09/busted/
      
      darcs-hash:20051015184404-7ad00-2404744d008e5ea7e1b5800c96800824b532ff47.gz
      5e163278
  31. Oct 08, 2005
  32. Oct 02, 2005
    • Andreas Gohr's avatar
      minor edit checkbox · b6912aea
      Andreas Gohr authored
      This patch adds a minor edit checkbox to the edit form for logged in
      users. Minor edits are displayed different in recent changes and the
      page revision history. The RSS feed excludes minor edits by default -
      this can be changed by adding a minor
      
      darcs-hash:20051002113255-7ad00-2bc9e1aaa76d9616428e760529ecc14ef119cf71.gz
      b6912aea
  33. Sep 18, 2005
    • Andreas Gohr's avatar
      more efficient changelog reading for recent changes · d437bcc4
      Andreas Gohr authored
      getRecents now reads the changelog backwards in 4KB chunks instead of
      loading the whole file into an array and rsort it. This should be more
      memory efficient (and probably faster) for large change logs.
      
      Note: the format of the array returned by getRecents changed slightly
            plugins relying on it need to be adjusted. Sorry.
      
      darcs-hash:20050918121008-7ad00-1fdba47d29b0c038c6e4e4edc1d4c93e5ba769e9.gz
      d437bcc4
Loading