summaryrefslogtreecommitdiff
path: root/app/views/events/_event_issue.atom.haml
Commit message (Collapse)AuthorAgeFilesLines
* Added author to various Markdown calls in viewsYorick Peterse2016-05-261-1/+1
| | | | | This ensures all these calls have an author set, allowing the use of "all" mentions where possible.
* Basic support for an Atom-specific rendering pipelineRobert Speicher2015-09-031-1/+1
|
* Return early from markdown and gfm when text is emptyRobert Speicher2015-09-031-2/+1
|
* Fix reference links in dashboard activity and ATOM feeds.dashboard-referencesDouwe Maan2015-05-141-1/+1
|
* Fix invalid Atom feeds when using emoji, horizontal rules, or images.Christian Walther2015-03-161-1/+1
| | | | Fixes issues #880, #723, #1113: Markdown must be rendered to XHTML, not HTML, when generating summary content for Atom feeds. Otherwise, content-less tags like <img> and <hr>, generated when issue descriptions, merge request descriptions, comments, or commit messages use emoji, horizontal rules, or images, are not terminated and make the Atom XML invalid.
* Increase atom feed test coverage. Prevent 500 error if description is missingDmitriy Zaporozhets2014-09-201-1/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix missing links and incorrect display of issue numbers for notes, ↵Matthew McMillion2014-07-261-2/+2
| | | | comments, and merge requests
* Updated ATOM feed partials to use markdown instead of simple_format.Kyle Fazzari2014-07-011-1/+1
|
* Add a more verbose dashboard event feedAlex Leutgöb2012-09-241-0/+2
- Add project name to event title - Push: Entry links to single commit or commits overview depending on number of pushed commits - Push: Display first 15 commits with commit message and author and link to single commit - Issues: Display issue description