508 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 404867f206 fix #2105 and fix #1857 9 years ago
Unknwon f0ee33267c fix #2102 9 years ago
Unknwon 1ee7c33e93 template fix 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 c4bab163cb Merge pull request #2088 from nanoant/patch/further-layout-fixes
Further layout fixes
9 years ago
Adam Strzelecki 2580e7b57e UI: Always show menu on repo pages
Merges repo/sidebar.tmpl with repo/header.tmpl and makes every repo page use
middleware.RepoRef() necessary to display information on this menu.
9 years ago
Unknwon 3d3498bda1 clean test data 9 years ago
Unknwon 29375059e1 minor CSS fix 9 years ago
Adam Strzelecki b73241ceb1 UI: Display last-commit header without 2nd column
This uses a CSS trick making first th to be relative block with width equal to
first two columns, effectively working around inability to use colspan="2" on
first row that was breaking "fixed-layout" for tables.

Also use grey header for last-commit SHA1 tag.
9 years ago
Adam Strzelecki 314664892c UI: Keep repo URL action right of ref combo & path
Just use secondary menu instead custom ".head.meta", which simplifies code.

Also do not display repo URL action when we are in subdirectory or viewing a
file.
9 years ago
Adam Strzelecki 3eae4ecde7 UI: Make repository menu divide header and content
This is more inline with way GitHub looks like and feels much more natural and
in style with rest of the interface.
9 years ago
Adam Strzelecki ec98deeb8c UI: Keep repository settings menu button right 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
Adam Strzelecki 99b958db43 UI: Mark top menu icons blue only when non-zero 9 years ago
Unknwon 5572884c6b fix #2057 9 years ago
Unknwon 830d000667 finish wiki 9 years ago
Unknwon 5d1f5f32d0 wiki: finish pages 9 years ago
Unknwon e42fcb033d wiki: finish edit 9 years ago
Unknwon 392f3ee210 wiki: finish new 9 years ago
Unknwon c50a3503e6 introduce git-shell 9 years ago
Unknwon 2b10fdc4dc Wiki: UI for page new 9 years ago
Unknwon 144663a3cf allow admin to migrate for any user/org 9 years ago
Unknwon b2fb7e3fd2 more HTTP clone word fix 9 years ago
Unknwon efaf60ba5a fix #2013 9 years ago
Unknwon 52c8f69163 fix #650 9 years ago
Unknwon 987dcc5372 fix #1383 9 years ago
Unknwon f04d773f4f UI: long organization name in create repository owner list 9 years ago
Unknwon 81d7359fdd fix #1981 9 years ago
Unknwon ff5f14431e fix #1448 9 years ago
Unknwon 9ab96172fc new watchers, stars and forks UI 9 years ago
Unknwon d370effca5 minor fix for #1961 9 years ago
Unknwon 29ed7872f8 repo sidebar active class 9 years ago
Unknwon 5dc3dd1704 fix #1960 9 years ago
Unknwon 134d8e7681 work on #1961 9 years ago
Unknwon 951037c0ae remove test code 9 years ago
Unknwon 7046df6028 UI fix 9 years ago
Unknwon 1db3ae6601 UI fix 9 years ago
Unknwon 612d0d6d25 minor HTML fix 9 years ago
Unknwon 18de67380c fix #1958 9 years ago
Unknwon 942284648e fix markdown padding 9 years ago
Unknwon 4f03b81ec7 #1931 Test patch does not checkout correct base branch 9 years ago
Unknwon b4970b3cc3 fix #1948 9 years ago
Unknwon 7c80eba77f minor UI fix and fix ssh race 9 years ago
Unknwon 7b1c10ea7e new repo ui
- copy link button: #1396, #1168, #1668,
- synxtax highlight: #1712, #1549, #1315, #670
- z-index: #1942
9 years ago
Unknwon 6a664e88c7 #1854 show issue content 9 years ago
Unknwon 675cd997d8 minor tabindex fix 9 years ago
Unknwon 908f2924ce fix #1824 and fix #1917 9 years ago