Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | Highlighting differences of lines in the diff view. | Andrey Nering | 2016-01-06 | |
| | | ||||
* | | fix markdown autolink error | Unknwon | 2016-01-09 | |
|/ | ||||
* | Removed opticon-fold | Kim "BKC" Carlbäcker | 2016-01-06 | |
| | ||||
* | merged split/unified templates | Kim "BKC" Carlbäcker | 2016-01-06 | |
| | ||||
* | Changed name from inline to unified | Kim "BKC" Carlbäcker | 2016-01-05 | |
| | ||||
* | i18n-fix for split-view | Kim "BKC" Carlbäcker | 2016-01-05 | |
| | ||||
* | Implement Split Diff-View | Kim "BKC" Carlbäcker | 2016-01-05 | |
| | | | | - Unified/Inline Diff-View Selectable | |||
* | #2283 set text/plain for non-binary files in raw mode | Unknwon | 2015-12-25 | |
| | ||||
* | #1692 APIs: Users Followers | Unknwon | 2015-12-21 | |
| | | | | | - User profile un/follow - List user's followers/following | |||
* | #2014 allow switch branches between two orgs in compose PR | Unknwon | 2015-12-20 | |
| | ||||
* | #2251 fix button name | Unknwon | 2015-12-19 | |
| | ||||
* | #2250 Use HTTP/HTTPS as default clone option | Unknwon | 2015-12-19 | |
| | ||||
* | #2103 #2181 improvments of highlight class name | Unknwon | 2015-12-16 | |
| | ||||
* | fix only admin can view milestone desc | Unknwon | 2015-12-15 | |
| | ||||
* | new template func | Unknwon | 2015-12-13 | |
| | ||||
* | improve get commits performance | Unknwon | 2015-12-13 | |
| | ||||
* | prepare release | Unknwon | 2015-12-12 | |
| | ||||
* | #2114 External URL for wiki | Unknwon | 2015-12-11 | |
| | ||||
* | #2035 Show author e-mail in commit diff | Unknwon | 2015-12-09 | |
| | ||||
* | Break branch-selection dropdown into a template | Angus Gibson | 2015-12-09 | |
| | | | | | We only handle branch selection for repo home and commits pages, so the redirection URL is based on PageIsCommits | |||
* | Dropdown on commits page to choose branch #1846 | Angus Gibson | 2015-12-09 | |
| | | | | | | 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. | |||
* | unified name: IsViewBranch, IsViewCommit and IsViewTag | Unknwon | 2015-12-09 | |
| | ||||
* | #1984 Better mirror repo management | Unknwon | 2015-12-08 | |
| | ||||
* | Indent all templates with tabs | Adam Strzelecki | 2015-12-08 | |
| | | | | | | | | | | | | 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 description | Adam Strzelecki | 2015-12-07 | |
| | | | | | | | | | 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 #2105 and fix #1857 | Unknwon | 2015-12-05 | |
| | ||||
* | fix #2102 | Unknwon | 2015-12-05 | |
| | ||||
* | template fix | Unknwon | 2015-12-04 | |
| | ||||
* | fix #1829 and fix #890 | Unknwon | 2015-12-04 | |
| | ||||
* | UI: Use more subtle grey SHA1 labels | Adam Strzelecki | 2015-12-03 | |
| | | | | | | | | | | | 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 fixes | Unknwon | 2015-12-02 | |
| | ||||
* | Merge pull request #2088 from nanoant/patch/further-layout-fixes | Unknwon | 2015-12-02 | |
|\ | | | | | Further layout fixes | |||
| * | UI: Always show menu on repo pages | Adam Strzelecki | 2015-12-03 | |
| | | | | | | | | | | Merges repo/sidebar.tmpl with repo/header.tmpl and makes every repo page use middleware.RepoRef() necessary to display information on this menu. | |||
* | | clean test data | Unknwon | 2015-12-02 | |
| | | ||||
* | | minor CSS fix | Unknwon | 2015-12-02 | |
|/ | ||||
* | UI: Display last-commit header without 2nd column | Adam Strzelecki | 2015-12-03 | |
| | | | | | | | | 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. | |||
* | UI: Keep repo URL action right of ref combo & path | Adam Strzelecki | 2015-12-02 | |
| | | | | | | | 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. | |||
* | UI: Make repository menu divide header and content | Adam Strzelecki | 2015-12-02 | |
| | | | | | This is more inline with way GitHub looks like and feels much more natural and in style with rest of the interface. | |||
* | UI: Keep repository settings menu button right | Adam Strzelecki | 2015-12-02 | |
| | ||||
* | Commits & files UI: SUI fixed single line table | Adam Strzelecki | 2015-12-02 | |
| | | | | | | | | 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. | |||
* | UI: Mark top menu icons blue only when non-zero | Adam Strzelecki | 2015-12-02 | |
| | ||||
* | fix #2057 | Unknwon | 2015-12-01 | |
| | ||||
* | finish wiki | Unknwon | 2015-11-30 | |
| | ||||
* | wiki: finish pages | Unknwon | 2015-11-27 | |
| | ||||
* | wiki: finish edit | Unknwon | 2015-11-27 | |
| | ||||
* | wiki: finish new | Unknwon | 2015-11-27 | |
| | ||||
* | introduce git-shell | Unknwon | 2015-11-26 | |
| | ||||
* | Wiki: UI for page new | Unknwon | 2015-11-25 | |
| | ||||
* | allow admin to migrate for any user/org | Unknwon | 2015-11-25 | |
| | ||||
* | more HTTP clone word fix | Unknwon | 2015-11-22 | |
| |