Skip to content
Snippets Groups Projects
  1. Aug 13, 2005
  2. Aug 06, 2005
  3. Jun 26, 2005
    • Steven Danz's avatar
      track_changes.patch · b158d625
      Steven Danz authored
      Second go at including changes to allow users to sign up on
      mailing lists so they may receive emails each time the page
      they are interested in is updated.
      
      darcs-hash:20050627021748-3ed6d-5f6993f51ab649e3928a513b0fbe7c421d880325.gz
      b158d625
  4. Aug 04, 2005
  5. Aug 03, 2005
  6. Aug 02, 2005
  7. Aug 01, 2005
  8. Jul 31, 2005
    • Andreas Gohr's avatar
      Personal wordlist for spellchecker #488 · a2bd8ce7
      Andreas Gohr authored
      This patch allows you to add a file named conf/words.aspell with your own
      words you don't want the spellchecker to choke on.
      
      Thanks to Steven Danz for code idea
      
      darcs-hash:20050731172612-7ad00-60fb3f09589c4758f1093f532de9699beb048569.gz
      a2bd8ce7
    • Andreas Gohr's avatar
      image metadata editor · 36df6fa3
      Andreas Gohr authored
      This patch adds an meta data editor for JPEG files. Currently title,
      caption, artist, copyright and keywords can be saved. The data is saved
      to the apropriate IPTC fields. Additional fields can be added in the
      appropriate template.
      
      Compatibility testing with other programs is needed!
      
      darcs-hash:20050731163554-7ad00-dd936ec19549203dcf72de8774309c0b17d0b679.gz
      36df6fa3
  9. Jul 29, 2005
  10. Jul 28, 2005
  11. Jul 27, 2005
  12. Jul 25, 2005
  13. Jul 24, 2005
  14. Jul 16, 2005
  15. Jul 14, 2005
  16. Jul 13, 2005
  17. Jul 11, 2005
  18. Jul 05, 2005
  19. Jul 01, 2005
  20. Jun 28, 2005
  21. Jun 27, 2005
    • matthiasgrimm's avatar
      xml conformity part 2 · 4da078a3
      matthiasgrimm authored
      This patch exchanges some forgotten php short forms against xml pendents.
      
      darcs-hash:20050627164725-7ef76-6412b45fc0c7be8a53e78b5df1170bba4088b45c.gz
      4da078a3
    • andi's avatar
      fix in media template #396 · e60c9d46
      andi authored
      darcs-hash:20050627165335-9977f-f1af1ef0518489e23d29fc3088e1ad569706d9fe.gz
      e60c9d46
  22. Jun 26, 2005
    • andi's avatar
      plugin info added · 896a5c22
      andi authored
      Each plugin now needs to return some infos about it self. This
      allows to display a list of installed plugins using the info
      plugin.
      
      darcs-hash:20050626151617-9977f-0be6e15b32c35b23967e509b0057a00226df150c.gz
      896a5c22
    • andi's avatar
      paragraphtypes for syntax plugins · af146da0
      andi authored
      darcs-hash:20050626111513-9977f-5b317b14c9544a0c0a637d21816542d394e6606f.gz
      af146da0
    • andi's avatar
      directory cleanup · 98407a7a
      andi authored
      This cleans up the directory structure as discussed on the mailning
      list. Users should delete their previous _cache directories to
      recover diskspace.
      
      darcs-hash:20050626100913-9977f-83c0fdc32047db2090fc52a843ffae50cbf12248.gz
      98407a7a
  23. Jun 24, 2005
    • andi's avatar
      fixed problem with TOC toggle and W3C validator · 90f3a5b1
      andi authored
      darcs-hash:20050624134114-9977f-4d08d9644dbc6836b55ec5c83aa6b10980a545be.gz
      90f3a5b1
    • chris's avatar
      Correct invalid XHTML generated for list elements · 90db23d7
      chris authored
      Change the <span> element used to differentiate the <ol> numbering from
      list item text to a <div> element.  A <div> is allowed to have children
      with display:block (e.g. <pre>, <ol>, <ul>) whereas a span isn't.
      
      darcs-hash:20050624130636-50fdc-0637f16f3791c845a5247c5233237330a2e8a2d4.gz
      90db23d7
  24. Jun 17, 2005
    • andi's avatar
      minor fixes · 5c3f206f
      andi authored
      darcs-hash:20050617175013-9977f-85394cdeaca3f0b07150dcd4d6850d1f63b7d9c1.gz
      5c3f206f
    • matthiasgrimm's avatar
      XML conformity for media reference dialog · a00f13e1
      matthiasgrimm authored
      XML has problems with the usual PHP shortcuts '<?' or '<?
      
      darcs-hash:20050617131041-7ef76-9b8704cffebff4b3fe8ecf8c59b07cb7af53f6c7.gz
      a00f13e1
    • matthiasgrimm's avatar
      make DokuWiki xml conform · 4dc4b499
      matthiasgrimm authored
      XML has problems with usual PHP shortcuts like '<?' or '<?
      
      darcs-hash:20050617130335-7ef76-8e98db5cdae5f8b81993a380cb3d3acc9ac33dbd.gz
      4dc4b499
  25. Jun 16, 2005
    • matthiasgrimm's avatar
      media file reference missing file fix · 3aa4badb
      matthiasgrimm authored
      This file is missing in the media file reference checker patch
      
      darcs-hash:20050616171239-7ef76-9212d4fb95d6a251317d5ab4b5b70e4546e21343.gz
      3aa4badb
    • 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
  26. Jun 05, 2005
    • matthiasgrimm's avatar
      media reference check · b59a406b
      matthiasgrimm authored
      This patch implements the first step of a media file reference
      checker. Every time the user wanted to delete a media file
      it would be ckecked for still existing references to this media
      file. File deletion is denied if this media file is still in use.
      
      darcs-hash:20050605185038-7ef76-475e5990609587e1b8cee0e155fa6002f1c5b27c.gz
      b59a406b
  27. Jun 17, 2005
  28. Jun 14, 2005
    • andi's avatar
      Spellchecker: use UTF-8 workaround only if needed · c66822c0
      andi authored
      The spellchecker now tests the browsers UTF-8 compliance and only uses
      the entitiy encoding if needed. This hopefully fixes problems with
      Safari.
      
      darcs-hash:20050614174004-9977f-9c64abc8c31c47e89ac01784eae81f766bc54af0.gz
      c66822c0
Loading