Commit Graph

538 Commits (b31c7fe074dae7e51a4b2cd6aa1a9d6f2318b767)

Author SHA1 Message Date
Kim "BKC" Carlbäcker b921161666 Name popup
Kim "BKC" Carlbäcker 2cc1ee3fc0 Implemented participant-listing for issue-pages
Unknwon d1675c2701 fix CSS of branch dropdown when view commits under revision
Adam Strzelecki 41fdaabcf7 commit.RefUrl expects AppUrl argument
This is fixup for ea375c0dcc. The bug was not
visible because commit.RefUrl was always returning empty url due regression
described in https://github.com/gogits/git-module/pull/4
Unknwon bcf6aed452 Merge pull request from andreynering/highlight-diff
Highlight diff
Unknwon cc8c67ff29 fix markdown autolink error
Andrey Nering 81ed5c4bee Declaring specific types for enums constants.
This makes the code more strict since you can't assign or compare
values of different types without proper cast.
Andrey Nering 73474c043b Highlighting differences of lines in the diff view.
Kim "BKC" Carlbäcker 2087156119 Removed opticon-fold
Kim "BKC" Carlbäcker 3870a7a3c8 merged split/unified templates
Kim "BKC" Carlbäcker 8fe5d887ae Changed name from inline to unified
Kim "BKC" Carlbäcker 4e6d048ba1 i18n-fix for split-view
Kim "BKC" Carlbäcker 0df39b33eb Implement Split Diff-View
- Unified/Inline Diff-View Selectable
Unknwon 93f03707a7 set text/plain for non-binary files in raw mode
Unknwon a49af93faf APIs: Users Followers
- User profile un/follow
- List user's followers/following
Unknwon c62a6b7a12 allow switch branches between two orgs in compose PR
Unknwon 5ff6eedf5e fix button name
Unknwon 3bcdb3855c Use HTTP/HTTPS as default clone option
Unknwon 6673dcb038 improvments of highlight class name
Unknwon eb918c2368 fix only admin can view milestone desc
Unknwon ea375c0dcc new template func
Unknwon 7509fa2c33 improve get commits performance
Unknwon 351dfc95a9 prepare release
Unknwon 40f3142264 External URL for wiki
Unknwon c3440c4dd3 Show author e-mail in commit diff
Angus Gibson 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
Angus Gibson 9bd3ebe207 Dropdown on commits page to choose branch
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.
Unknwon a576224d0e unified name: IsViewBranch, IsViewCommit and IsViewTag
Unknwon 120cd4e471 Better mirror repo management
Adam Strzelecki 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
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.
Unknwon 404867f206 fix and fix
Unknwon f0ee33267c fix
Unknwon 1ee7c33e93 template fix
Unknwon e538ff2770 fix and fix
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.
Unknwon ec2423ad7c more UI minor fixes
Unknwon c4bab163cb Merge pull request from nanoant/patch/further-layout-fixes
Further layout fixes
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.
Unknwon 3d3498bda1 clean test data
Unknwon 29375059e1 minor CSS fix
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.
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.
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.
Adam Strzelecki ec98deeb8c UI: Keep repository settings menu button right
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.
Adam Strzelecki 99b958db43 UI: Mark top menu icons blue only when non-zero
Unknwon 5572884c6b fix
Unknwon 830d000667 finish wiki
Unknwon 5d1f5f32d0 wiki: finish pages