Skip to content
Snippets Groups Projects
  1. Sep 22, 2005
  2. Sep 21, 2005
  3. Sep 19, 2005
  4. Sep 20, 2005
  5. Sep 19, 2005
  6. 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
  7. Sep 16, 2005
    • su's avatar
      action_link classes · b7af031c
      su authored
      darcs-hash:20050916232433-0835e-fa17547516d5cd02175c9d96806100f9a9eca6ba.gz
      b7af031c
  8. 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
  9. Sep 17, 2005
  10. 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
    • joe.lapp's avatar
      $conf['rss_type'] selecting default RSS feed type · 31f1284d
      joe.lapp authored
      darcs-hash:20050916203729-36b45-e260ee168228c79204402c72244f7561e02dd8eb.gz
      31f1284d
  11. Sep 15, 2005
  12. Sep 13, 2005
  13. Sep 16, 2005
  14. Sep 15, 2005
  15. Sep 14, 2005
  16. Sep 13, 2005
  17. Sep 12, 2005
Loading