Skip to content
Snippets Groups Projects
  1. 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
  2. Mar 02, 2006
  3. Feb 26, 2006
  4. Feb 24, 2006
  5. 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
  6. Feb 17, 2006
  7. Feb 11, 2006
  8. Feb 07, 2006
  9. Feb 05, 2006
  10. Feb 04, 2006
  11. Feb 03, 2006
  12. Jan 29, 2006
  13. Jan 27, 2006
  14. Jan 24, 2006
  15. 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
  16. Jan 11, 2006
  17. Jan 15, 2006
  18. Jan 14, 2006
  19. 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
  20. Nov 08, 2005
  21. 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
  22. 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
  23. Oct 30, 2005
  24. Oct 20, 2005
  25. 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
  26. Oct 08, 2005
  27. 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
  28. 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
  29. Sep 12, 2005
  30. Sep 07, 2005
  31. Sep 03, 2005
  32. Aug 30, 2005
  33. Aug 29, 2005
Loading