23 Commits (dd8a06a397e26c46639eba1313102560dfa49c95)

Author SHA1 Message Date
Adam Strzelecki e2ca53029e Render commit msg as header + verbatim description
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.
9 years ago
Unknwon e538ff2770 fix #1829 and fix #890 9 years ago
Adam Strzelecki edbb67cb3f UI: Use more subtle grey SHA1 labels
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.
9 years ago
Unknwon ec2423ad7c more UI minor fixes 9 years ago
Unknwon 3d3498bda1 clean test data 9 years ago
Unknwon 29375059e1 minor CSS fix 9 years ago
Adam Strzelecki 61fdd8c571 Commits & files UI: SUI fixed single line table
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.
9 years ago
Unknwon 3b62a0fe0e fix #1572 fix file histrory paging issue 9 years ago
Unknwon 1b5e1bebc2 fix #1886 9 years ago
Unknwon 8c046073a8 work on PR conversation 9 years ago
Unknwon 1ca257ad9f rename fields 9 years ago
Unknwon 6821527c95 fix style 9 years ago
Unknwon 4275b3720a finsih diff and compare 9 years ago
Unknwon aa65761d81 new commits table 9 years ago
Unknwon 37fcc8daf2 modules/base: add RenderCommitMessage with XSS-safe and special links
- update russian locale
10 years ago
dennis-smurf 528c075ad6 Added issue link rendering in commit messages 10 years ago
Unknwon 55dfe2c978 custom avatar upload 10 years ago
Unknwon 1aa12c7452 Fix #572 10 years ago
Unknwon b2632dec09 Page: Compare 2 commits 10 years ago
Unknwon 5bbeeb0f1b Page: Commits and fix #249 10 years ago
Unknwon 7ba9257a7f Add suburl support 10 years ago
Martin van Beurden 0055cbd365 Allow Gogs to run from a suburl behind a reverse proxy. e.g. 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
10 years ago
Christopher Brickley 00a864e693 add commit compare functionality 10 years ago