514 Commits

Author SHA1 Message Date
c3440c4dd3 #2035 Show author e-mail in commit diff 2015-12-09 11:46:39 -05:00
df05134494 Break branch-selection dropdown into a template
We only handle branch selection for repo home and commits pages, so the
redirection URL is based on PageIsCommits
2015-12-09 17:15:58 +11:00
9bd3ebe207 Dropdown on commits page to choose branch #1846
I've mostly duplicated the dropdown code from repo/home.tmpl, which
basically only required a change to the URL. This could probably be
broken out into something more modular.
2015-12-09 16:37:04 +11:00
a576224d0e unified name: IsViewBranch, IsViewCommit and IsViewTag 2015-12-09 00:32:53 -05:00
120cd4e471 #1984 Better mirror repo management 2015-12-08 20:06:12 -05:00
da2585c11e Indent all templates with tabs
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
2015-12-08 00:57:46 +01:00
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.
2015-12-07 01:50:45 +01:00
404867f206 fix #2105 and fix #1857 2015-12-05 13:24:13 -05:00
f0ee33267c fix #2102 2015-12-05 11:46:42 -05:00
1ee7c33e93 template fix 2015-12-04 21:32:33 -05:00
e538ff2770 fix #1829 and fix #890 2015-12-04 21:30:33 -05:00
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.
2015-12-03 14:21:20 +01:00
ec2423ad7c more UI minor fixes 2015-12-02 20:56:26 -05:00
c4bab163cb Merge pull request #2088 from nanoant/patch/further-layout-fixes
Further layout fixes
2015-12-02 20:26:48 -05:00
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.
2015-12-03 02:16:18 +01:00
3d3498bda1 clean test data 2015-12-02 20:10:47 -05:00
29375059e1 minor CSS fix 2015-12-02 20:10:00 -05:00
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.
2015-12-03 01:15:40 +01:00
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.
2015-12-02 23:48:36 +01:00
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.
2015-12-02 22:40:22 +01:00
ec98deeb8c UI: Keep repository settings menu button right 2015-12-02 22:06:50 +01:00
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.
2015-12-02 21:57:39 +01:00
99b958db43 UI: Mark top menu icons blue only when non-zero 2015-12-02 21:38:52 +01:00
5572884c6b fix #2057 2015-12-01 20:51:31 -05:00
830d000667 finish wiki 2015-11-30 20:45:55 -05:00
5d1f5f32d0 wiki: finish pages 2015-11-27 02:16:12 -05:00
e42fcb033d wiki: finish edit 2015-11-27 01:50:38 -05:00
392f3ee210 wiki: finish new 2015-11-27 00:24:24 -05:00
c50a3503e6 introduce git-shell 2015-11-26 17:33:45 -05:00
2b10fdc4dc Wiki: UI for page new 2015-11-25 20:10:25 -05:00
144663a3cf allow admin to migrate for any user/org 2015-11-25 00:55:37 -05:00
b2fb7e3fd2 more HTTP clone word fix 2015-11-22 13:01:42 -05:00
efaf60ba5a fix #2013 2015-11-22 02:42:39 -05:00
52c8f69163 fix #650 2015-11-22 01:32:09 -05:00
987dcc5372 fix #1383 2015-11-20 02:38:41 -05:00
f04d773f4f UI: long organization name in create repository owner list 2015-11-18 17:42:20 -05:00
81d7359fdd fix #1981 2015-11-18 15:11:37 -05:00
ff5f14431e fix #1448 2015-11-17 02:18:05 -05:00
9ab96172fc new watchers, stars and forks UI 2015-11-16 23:28:46 -05:00
d370effca5 minor fix for #1961 2015-11-16 11:20:11 -05:00
29ed7872f8 repo sidebar active class 2015-11-16 11:16:52 -05:00
5dc3dd1704 fix #1960 2015-11-16 11:11:59 -05:00
134d8e7681 work on #1961 2015-11-16 10:14:12 -05:00
951037c0ae remove test code 2015-11-16 00:16:43 -05:00
7046df6028 UI fix 2015-11-16 00:16:03 -05:00
1db3ae6601 UI fix 2015-11-16 00:03:23 -05:00
612d0d6d25 minor HTML fix 2015-11-15 23:59:39 -05:00
18de67380c fix #1958 2015-11-15 23:52:46 -05:00
942284648e fix markdown padding 2015-11-15 14:50:35 -05:00
4f03b81ec7 #1931 Test patch does not checkout correct base branch 2015-11-15 14:41:36 -05:00