summaryrefslogtreecommitdiffstats
path: root/templates/repo/diff/page.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Expandable commit bodies (#2980)Sondre Nilsen2017-11-301-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial working state of expandable commit bodies * Fix all commits having showing button for multiline commits * Refactor checking multiline messages method * Force newlines with <br> in commit body * Show multiple lines in the list view of repositories * Fixed proper newlines and minor refactor Use <pre> instead of <p>, this is so we can use \n instead of having to manually place <br> into the HTML. Makes it easier to display commit bodies. * Fix commit list messages jumping around * Fix indentation in view_list.tmpl * Use vertical-align: baseline instead of top * Refactor commit button toggle function * Remove RenderCommitBodyLink function * Add comments * Add newline at the end of _repository.less * Fix long commit bodies not properly wrapping inside <pre> * Don't split on double newlines * Show the commit body in commit view * Update stylesheets * Add/fix comments and run make fmt * Fix spaces not being tabs
* Fix issue link rendering in commit messages (#2897)Ethan Koenig2017-11-131-1/+1
| | | | | | | | | | * Fix issue link rendering in commit messages * Update page.tmpl * No links for parens * remove comment
* Display commit status on landing page of repo (#1784)Rémy Boulanouar2017-09-141-1/+1
| | | | | | | | * Display commit status on landing page of repo * improve last status of commits and add link to ci * fix last commit status since the order of ids are desc
* Missing signed commit display translation (#2134)Lauris BH2017-07-101-2/+2
|
* GPG commit validation (#1150)Antoine GIRARD2017-03-221-2/+17
| | | | | | | | | | | | * GPG commit validation * Add translation + some little fix * Move hash calc after retrieving of potential key + missing translation * Add some little test
* Use user fullname if resolvedThibault Meyer2016-11-041-1/+5
|
* Web editor: improve edit fileUnknwon2016-08-281-0/+45