aboutsummaryrefslogtreecommitdiffstats
path: root/ui-atom.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Append path and branch to atom feed titleLars Hjemli2010-11-071-0/+8
| | | | | | | | 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>
* Use committer date for atom feed entry updated elementChris Mayo2010-11-071-1/+1
| | | | | | | | | 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>
* Merge branch 'stable'Lars Hjemli2010-09-191-2/+2
|\
| * RSS items should always use UTC timesAaron Griffin2010-09-191-2/+2
| | | | | | | | | | | | | | | | 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>
* | Add all=1 query param for atom feedsAaron Griffin2010-03-221-1/+3
|/ | | | | | | 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>
* Introduce noplainemail option to hide email adresses from spambotsMartin Szulecki2009-08-081-1/+1
| | | | Signed-off-by: Martin Szulecki <opensuse@sukimashita.com>
* use cgit_httpscheme() for atom feedDiego Ongaro2009-06-111-2/+4
|
* Add atom-supportLars Hjemli2008-08-011-0/+129
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>