summaryrefslogtreecommitdiffstats
path: root/templates/repo/commits_table.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* #3348 always use relative avatar link in the templateUnknwon2016-08-051-1/+1
|
* Minor fixes for #2761Unknwon2016-03-111-3/+2
|
* Put if statement of grey merge commits on one lineSteven Oud2016-03-051-5/+2
|
* Grey out merge commitsSteven Oud2016-03-051-0/+5
|
* Render emojis in more places.Andrey Nering2016-03-021-1/+1
|
* Indent all templates with tabsAdam Strzelecki2015-12-081-62/+62
| | | | | | | | | | | | This commit improves templates readability, since all of them use consistent indent with all template command blocks indented too. 1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks such as {{if}} {{with}} 2. Cleans all trailing white-space 3. Adds trailing last line-break to each file
* Render commit msg as header + verbatim descriptionAdam Strzelecki2015-12-071-1/+1
| | | | | | | | | Most commit in Git are expected to follow standard of single header line, followed by description paragraphs, separated by empty line from previous block. Previously Gogs were treating everything as single header. Now we are trying to render only first line as header, but following lines (description chunks) as a verbatim.
* fix #1829 and fix #890Unknwon2015-12-041-1/+1
|
* UI: Use more subtle grey SHA1 labelsAdam Strzelecki2015-12-031-1/+1
| | | | | | | | | | | Current green SHA1 labels are more pronounced than other UI elements attracting attention as if they were most important thing in the UI, while they are not as important, especially without real Git client. Using grey SHA1 labels makes the UI more balanced, less aggressive and lets user to focus on other content elements. NOTE: Neither GitHub or Bitbucket uses so heavy pronunciation as Gogs.
* more UI minor fixesUnknwon2015-12-021-2/+2
|
* clean test dataUnknwon2015-12-021-3/+1
|
* minor CSS fixUnknwon2015-12-021-2/+4
|
* Commits & files UI: SUI fixed single line tableAdam Strzelecki2015-12-021-8/+9
| | | | | | | | Instead using own ellipsis, uses Semantic UI fixed single line table which effectively applies ellipsis to all overflowing table cells. NOTE: File list cannot use colspan="2" for 1st "Last commit" elements, otherwise layout breaks with fixed table.
* fix #1572 fix file histrory paging issueUnknwon2015-11-101-1/+1
|
* fix #1886Unknwon2015-11-041-1/+1
|
* work on PR conversationUnknwon2015-09-011-5/+6
|
* rename fieldsUnknwon2015-08-311-1/+1
|
* fix styleUnknwon2015-08-211-0/+2
|
* finsih diff and compareUnknwon2015-08-211-1/+1
|
* new commits tableUnknwon2015-08-201-46/+64
|
* modules/base: add RenderCommitMessage with XSS-safe and special linksUnknwon2015-01-301-1/+1
| | | | - update russian locale
* Added issue link rendering in commit messagesdennis-smurf2014-12-051-1/+1
|
* custom avatar uploadUnknwon2014-11-211-1/+7
|
* Fix #572Unknwon2014-10-151-1/+1
|
* Page: Compare 2 commitsUnknwon2014-10-101-1/+3
|
* Page: Commits and fix #249Unknwon2014-09-231-21/+19
|
* Add suburl supportUnknwon2014-09-191-2/+2
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-181-2/+2
| | | | | | | | | | | | | | http://mydomain.com/gogs/ Conflicts: modules/setting/setting.go Conflicts: templates/repo/release/list.tmpl templates/user/dashboard/dashboard.tmpl Conflicts: routers/repo/setting.go
* add commit compare functionalityChristopher Brickley2014-09-011-0/+42