Skip to content
Snippets Groups Projects
  1. Nov 05, 2005
  2. Nov 03, 2005
  3. Nov 01, 2005
  4. Oct 30, 2005
    • Andreas Gohr's avatar
      CSS replacement support · 6e69c1ba
      Andreas Gohr authored
      Template authors now can use placeholders in their stylesheets which will
      be replaced by the central CSS dispatcher. Placeholders and their replacements
      are defined in a style.ini file in the Template directory.
      
      This makes changing a colorset very easy.
      
      darcs-hash:20051030193321-7ad00-bc66f405fd2e2b18cfcc5dc28feef04671eb6558.gz
      6e69c1ba
    • Andreas Gohr's avatar
      Interwiki icons are set through CSS classes now · 1c2d1019
      Andreas Gohr authored
      darcs-hash:20051030152828-7ad00-58a99ca20a1d6ec62612a6281034c1dd669be44d.gz
      1c2d1019
  5. Oct 29, 2005
  6. Oct 28, 2005
    • Andreas Gohr's avatar
      JavaScript refactoring · bad31ae9
      Andreas Gohr authored
      This patch addes a first go on a central javascript and CSS dispatcher
      which builds a single script from all needed scripts, does optimizing
      and caching.
      
      darcs-hash:20051029002652-7ad00-7558b569c2bf65f5e41820644580d97c62edd0d6.gz
      bad31ae9
  7. Oct 27, 2005
  8. Oct 21, 2005
  9. Oct 15, 2005
  10. Oct 06, 2005
  11. Sep 30, 2005
  12. Sep 22, 2005
    • Andreas Gohr's avatar
      fixed bug in fetch.php on windows systems · 7bc7a78e
      Andreas Gohr authored
      fetch.php used is_executable() to check for the ImageMagick convert
      tool. The function is not available prior PHP 5 for Windows systems.
      fetch now only checks if the config variable is set.
      
      darcs-hash:20050922165540-7ad00-f787b5be5c4e9ce4eb31399a1f3ce8dcd1654c60.gz
      7bc7a78e
  13. Sep 13, 2005
    • Andreas Gohr's avatar
      small indexer fix · 3556bcee
      Andreas Gohr authored
      The indexer didn't create the last indexed files correctly
      
      darcs-hash:20050913184004-7ad00-8756a7362942c747d53992fa8f0ee4da5534badb.gz
      3556bcee
  14. Sep 11, 2005
    • Pavel Vitis's avatar
      support for ImageMagicks convert in fetch.php · 68375754
      Pavel Vitis authored
      This patch allows one to set $conf['im_convert'] to use ImageMagick
      instead of PHPs libGD to resize images. convert is more powerful
      than libGD - it can resize animated gifs for example.
      
      darcs-hash:20050911140225-c484b-10fbb66d003c839debc98edf814e261bddea3aa6.gz
      68375754
  15. Sep 04, 2005
  16. Sep 03, 2005
  17. Aug 27, 2005
  18. Aug 23, 2005
  19. Aug 14, 2005
    • Andreas Gohr's avatar
      URL rewriting for media files · 6de3759a
      Andreas Gohr authored
      This patch adds nicer URLs for media files (for fetch.php and
      detail.php)
      
      !IMPORTANT! Users of rewrite mode 1 need to adjust their .htaccess
      See .htaccess.dist for an example
      
      darcs-hash:20050814101834-7ad00-37ef1dea00affc9d808d9ee1289fa7454199cd24.gz
      6de3759a
  20. 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
  21. Jul 29, 2005
  22. Jul 28, 2005
  23. Jul 24, 2005
  24. Jul 05, 2005
  25. Jul 01, 2005
  26. Jun 28, 2005
  27. Jun 26, 2005
    • 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
  28. 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
  29. 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
  30. Jun 17, 2005
  31. 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
  32. Jun 13, 2005
    • matthiasgrimm's avatar
      spellchecker should not check links · 21777a2b
      matthiasgrimm authored
      The spellchecker should not check links because this are
      mostly no real words. This patch installs some filters
      so that links won't be transfered to the spellchecker.
      
      darcs-hash:20050613215834-7ef76-444b4aa6ca9f471ae99c3f6fd3e3b9d380161f8a.gz
      21777a2b
  33. Jun 12, 2005
    • matthiasgrimm's avatar
      spellchecker fix for broken aspell · 409f26c8
      matthiasgrimm authored
      The current Aspell version has a bug that causes a corrupt output file.
      Output lines beginning with '?' weren't terminated with a newline.
      This patch fixes the broken output format.
      
      It is not possible to detect automatically if a Aspell version handles
      '?'-lines correctly. Therefore DokuWiki checks for Aspells version
      number and corrects the output format accordingly if version <
      
      darcs-hash:20050612154241-7ef76-dfa98470651d6701562ca51908e6f8c8392b28bd.gz
      409f26c8
  34. Jun 11, 2005
Loading