]> git.mxchange.org Git - quix0rs-gnu-social.git/history - actions/userrss.php
move opening brace of class declaration to next line
[quix0rs-gnu-social.git] / actions / userrss.php
2008-12-23 Evan Prodromoumove opening brace of class declaration to next line
2008-12-23 Evan Prodromouchange function headers to K&R style
2008-12-23 Evan Prodromoureplace NULL with null
2008-12-23 Evan Prodromoureplace all tabs with four spaces
2008-10-25 Evan Prodromoufixed use of header()
2008-10-25 Evan Prodromouoverride initrss
2008-10-25 Evan Prodromouadd SUP link to User RSS
2008-09-28 Evan Prodromouremove unneeded find() in userrss.php
2008-09-28 Evan Prodromousingle function for important streams, with memcached...
2008-09-26 Evan Prodromoutry to clean up user-without-profile errors
2008-07-13 Mike CochraneSort notices by date then id so they are in the correct...
2008-07-13 Mike CochraneColapse a lot of strings to make like easier for transl...
2008-07-08 Mike CochraneConvert _t() to _() for gettext.
2008-05-22 Evan Prodromouabstract out RSS 1.0 generation to allow multiple streams