Skip to content
Snippets Groups Projects
  • joe.lapp's avatar
    7a98db20
    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
    History
    fixed author/email handling in RSS/Atom feeds
    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
Code owners
Assign users and groups as approvers for specific file changes. Learn more.