aboutsummaryrefslogtreecommitdiff
path: root/ui-atom.c
AgeCommit message (Collapse)Author
2010-11-07Append path and branch to atom feed titleGravatar Lars Hjemli
Currently all atom feeds for a repository get the same title but they are actually unique per path and per branch. Signed-off-by: Chris Mayo <aklhfex@gmail.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2010-11-07Use committer date for atom feed entry updated elementGravatar Chris Mayo
Committer date reflects the most recent change and is used for ordering the log page (author date is still available in published element of the feed entry). Signed-off-by: Chris Mayo <aklhfex@gmail.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2010-09-19Merge branch 'stable'Gravatar Lars Hjemli
2010-09-19RSS items should always use UTC timesGravatar Aaron Griffin
The format uses a 'Z' suffix, which indicates no TZ offset. Thus we should not respect the local-time config setting here. Signed-off-by: Aaron Griffin <agriffin@datalogics.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2010-03-22Add all=1 query param for atom feedsGravatar Aaron Griffin
Displays all items from all branches in one feed Signed-off-by: Aaron Griffin <agriffin@datalogics.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2009-08-08Introduce noplainemail option to hide email adresses from spambotsGravatar Martin Szulecki
Signed-off-by: Martin Szulecki <opensuse@sukimashita.com>
2009-06-11use cgit_httpscheme() for atom feedGravatar Diego Ongaro
2008-08-01Add atom-supportGravatar Lars Hjemli
This enables a page which generates atom feeds for the current branch and path, heavily inspired by the atom-support in gitweb. Signed-off-by: Lars Hjemli <hjemli@gmail.com>