Skip to content
Snippets Groups Projects
  1. 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
  2. Oct 08, 2005
  3. Oct 14, 2005
  4. Oct 12, 2005
  5. Oct 13, 2005
    • matthiasgrimm's avatar
      back button fix · 6222040c
      matthiasgrimm authored
      The back button corrupted the varable $ID which is used by the indexer.
      
      darcs-hash:20051013170633-7ef76-8102f8c8e658d0032783d825a648c13303373c82.gz
      6222040c
  6. Oct 10, 2005
    • gb's avatar
      fr-update · 861b9029
      gb authored
      darcs-hash:20051010133224-2060e-e24b42d667f49f873922c26f90e31b354116dcec.gz
      861b9029
  7. Oct 09, 2005
    • Andreas Gohr's avatar
      ignore regexp failures when handling asian chars · 91bb5faa
      Andreas Gohr authored
      The new handling of asian chars as single words needs a recent PCRE library
      (PHP 4.3.10 is known work). If this support isn't available the regexp
      compilation will fail. This patch adds a workaround - this means the search
      will not work as expected with asian words on older PHP versions.
      
      darcs-hash:20051009124833-7ad00-1319829be5cb73246e13eb65e4c950d43c6ce5bf.gz
      91bb5faa
  8. Oct 06, 2005
  9. Oct 04, 2005
    • mpo's avatar
      Finnish_translation_update · 9c41f949
      mpo authored
      darcs-hash:20051004210109-59c6d-b947a036ee8df16b9e754d45ccae464356d0fc5d.gz
      9c41f949
  10. Oct 06, 2005
  11. Oct 02, 2005
    • Andreas Gohr's avatar
      HTTP Client tweaks · 6e026dfa
      Andreas Gohr authored
      darcs-hash:20051002125421-7ad00-6fafa7fce8fef4954f1e65e13a2bc095734715f5.gz
      6e026dfa
    • Andreas Gohr's avatar
      no subscribermails for minor edits · 90033e9d
      Andreas Gohr authored
      darcs-hash:20051002125342-7ad00-42c9155d81a7799f24ec02f6aac210d2ea818e51.gz
      90033e9d
    • 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
  12. Oct 01, 2005
  13. Sep 30, 2005
  14. Sep 27, 2005
  15. Sep 30, 2005
  16. Sep 25, 2005
    • Andreas Gohr's avatar
      asian language support for the indexer #563 · 93a60ad2
      Andreas Gohr authored
      Asian languages do not use spaces to seperate words. The indexer however does
      a word based lookup. Splitting for example Japanese texts into real words is
      only possible with complicated natural language processing, something
      completely out of scope for DokuWiki.
      
      This patch solves the problem by treating all asian characters as single
      words. When an asian word (consisting of multiple characters) is searched it
      is treated as a phrase search, looking up each charcter by it self first,
      then checking for the phrase in found documents.
      
      darcs-hash:20050925175451-7ad00-933b33b51b5f2fa05e736c18b8db58a5fdbf41ce.gz
      93a60ad2
    • Andreas Gohr's avatar
      fix for backlinks · 134f4ab2
      Andreas Gohr authored
      darcs-hash:20050925102211-7ad00-200edd676ba3956f03ec5bcc5149d4aa4bd15e24.gz
      134f4ab2
    • Andreas Gohr's avatar
      SECURITY FIX: acl check in _getRecents added · ae56bfb6
      Andreas Gohr authored
      ACLs weren't checked in the new getRecent function. Recent Changes and
      the RSS/ATOM feeds displayed all changes regardless of user permissions.
      
      darcs-hash:20050925095612-7ad00-5885e6616a4214eb99662eac08267b0a6f527625.gz
      ae56bfb6
  17. Sep 22, 2005
  18. Sep 21, 2005
  19. Sep 20, 2005
  20. 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
  21. Sep 16, 2005
    • su's avatar
      action_link classes · b7af031c
      su authored
      darcs-hash:20050916232433-0835e-fa17547516d5cd02175c9d96806100f9a9eca6ba.gz
      b7af031c
  22. Sep 18, 2005
    • Andreas Gohr's avatar
      small fix for utf8.php · 4d807ea6
      Andreas Gohr authored
      utf8_strtoupper called mb_strtolower
      
      darcs-hash:20050918094308-7ad00-c595455bcb6e312f29c0d27fa83d0905cd2303cc.gz
      4d807ea6
  23. Sep 17, 2005
  24. Sep 16, 2005
    • joe.lapp's avatar
      auth_getUserData() now caches user info in a static · 7c759785
      joe.lapp authored
      darcs-hash:20050916205557-36b45-4135c42d0ccfd28c85cfbd7eb57a445c2aa74ffc.gz
      7c759785
    • joe.lapp's avatar
      fixed author/email handling in RSS/Atom feeds · 7a98db20
      joe.lapp authored
      1) Now reports full user name for logged in users
      2) Reports actual email when not mail guarding; otherwise it's "user@ip"
      3) RSS 1.0 (default) format is now <dc:creator>name (email)</dc:creator>
      4) RSS 0.91/RSS 2.0 format is now <author>email (name)</author>
      5) Atom format is now <author><name>name</name><email>email</email></author>
      6) When anonymous, all RSS formats just reports "user@ip" in element
      7) When anonymous, Atom just reports <author><email>user@ip</email></author>
      
      darcs-hash:20050916203852-36b45-ed5310a65360811bdd153ba12b0e925675bdd7a4.gz
      7a98db20
  25. Sep 13, 2005
Loading