Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix #2105 and fix #1857 | Unknwon | 2015-12-05 | 13 | -360/+443 |
| | |||||
* | fix #2102 | Unknwon | 2015-12-05 | 1 | -1/+1 |
| | |||||
* | Set default language for i18n | Unknwon | 2015-12-05 | 1 | -1/+2 |
| | |||||
* | #2052 advanced select ops for system notices | Unknwon | 2015-12-05 | 13 | -54/+186 |
| | |||||
* | init with all enabled | Unknwon | 2015-12-04 | 1 | -6/+9 |
| | |||||
* | template fix | Unknwon | 2015-12-04 | 2 | -3/+3 |
| | |||||
* | fix #1829 and fix #890 | Unknwon | 2015-12-04 | 25 | -94/+248 |
| | |||||
* | #2045 have fallback but empty value | Unknwon | 2015-12-04 | 1 | -3/+0 |
| | |||||
* | #2045 move fallback to empty string | Unknwon | 2015-12-04 | 1 | -2/+3 |
| | |||||
* | fix #2101 | Unknwon | 2015-12-04 | 1 | -4/+0 |
| | |||||
* | fix panic for #2045 | Unknwon | 2015-12-04 | 3 | -116/+113 |
| | |||||
* | refactor API routes and some work for #976 | Unknwon | 2015-12-04 | 17 | -376/+373 |
| | |||||
* | more fixes on #2045 | Unknwon | 2015-12-04 | 1 | -9/+9 |
| | |||||
* | Merge branch 'develop' of github.com:gogits/gogs into develop | Unknwon | 2015-12-03 | 7 | -12/+14 |
|\ | |||||
| * | minor JS and UI fix | Unknwon | 2015-12-03 | 3 | -1/+4 |
| | | |||||
| * | fix #2095 | Unknwon | 2015-12-03 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #2094 from nanoant/patch/less-pronounced-sha-labels | Unknwon | 2015-12-03 | 4 | -2/+8 |
| |\ | | | | | | | UI: Use more subtle grey SHA1 labels | ||||
| | * | UI: More subtle strips on commits list | Adam Strzelecki | 2015-12-03 | 2 | -0/+6 |
| | | | | | | | | | | | | | | | | | | With grey SHA1 labels, we should consider having also more subtle strips on commits list. As current strips blend too much with grey SHA1 labels and top bar, making hard to distinguish headers from content. | ||||
| | * | UI: Use more subtle grey SHA1 labels | Adam Strzelecki | 2015-12-03 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | work on #2093 | Unknwon | 2015-12-03 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #2092 from nanoant/patch/non-bold-last-commit-sha | Unknwon | 2015-12-03 | 2 | -7/+0 |
| |\ \ | | |/ | |/| | UI: Remove CSS rule making last-commit SHA bold | ||||
| | * | UI: Remove CSS rule making last-commit SHA bold | Adam Strzelecki | 2015-12-03 | 2 | -7/+0 |
| |/ | | | | | | | This removes remains from old design, that was not cleaned by previous #2068 PR. | ||||
* / | fix broken link | Unknwon | 2015-12-03 | 1 | -1/+1 |
|/ | |||||
* | 500 when wiki not exists | Unknwon | 2015-12-03 | 1 | -4/+12 |
| | |||||
* | fix #2090 | Unknwon | 2015-12-03 | 1 | -1/+6 |
| | |||||
* | fix #2087 | Unknwon | 2015-12-03 | 2 | -2/+2 |
| | |||||
* | fix #976 | Unknwon | 2015-12-03 | 15 | -57/+235 |
| | |||||
* | more UI minor fixes | Unknwon | 2015-12-02 | 10 | -35/+37 |
| | |||||
* | Merge pull request #2088 from nanoant/patch/further-layout-fixes | Unknwon | 2015-12-02 | 26 | -62/+41 |
|\ | | | | | Further layout fixes | ||||
| * | CSS: Octicons 16px fix outside of _octicons.less | Adam Strzelecki | 2015-12-03 | 3 | -6/+5 |
| | | | | | | | | | | | | Otherwise the fix will be overwritten by next _octicons.less update. This is follow-up for 22b0dfbb35f10f22ef0485e289f44532d7a71863. | ||||
| * | UI: Always show menu on repo pages | Adam Strzelecki | 2015-12-03 | 23 | -56/+36 |
| | | | | | | | | | | 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 | 1 | -3/+1 |
| | | |||||
* | | minor CSS fix | Unknwon | 2015-12-02 | 3 | -2/+25 |
| | | |||||
* | | minor CSS fix for #2068 | Unknwon | 2015-12-02 | 2 | -0/+2 |
|/ | |||||
* | minor fix for #2086 | Unknwon | 2015-12-02 | 1 | -28/+28 |
| | |||||
* | Merge pull request #2068 from nanoant/patch/repo-file-list-layout | Unknwon | 2015-12-02 | 28 | -298/+214 |
|\ | | | | | Repo file list layout & misc fixes | ||||
| * | UI: Display last-commit header without 2nd column | Adam Strzelecki | 2015-12-03 | 3 | -2/+12 |
| | | | | | | | | | | | | | | | | 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 | 3 | -108/+73 |
| | | | | | | | | | | | | | | 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 | 24 | -49/+78 |
| | | | | | | | | | | 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 | 1 | -3/+5 |
| | | |||||
| * | Commits & files UI: SUI fixed single line table | Adam Strzelecki | 2015-12-02 | 4 | -129/+32 |
| | | | | | | | | | | | | | | | | 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. | ||||
| * | CSS: Reduce .sha.label font size to 13px | Adam Strzelecki | 2015-12-02 | 2 | -2/+2 |
| | | |||||
| * | CSS: .repository .sha.label -> .ui .sha.label | Adam Strzelecki | 2015-12-02 | 3 | -12/+15 |
| | | | | | | | | | | This is because SHA1 label is used in many other places, not only inside .repository container. | ||||
| * | UI: Mark top menu icons blue only when non-zero | Adam Strzelecki | 2015-12-02 | 1 | -4/+4 |
| | | |||||
| * | CSS: Ensure Octicons are used with 16px font size | Adam Strzelecki | 2015-12-02 | 2 | -2/+6 |
| | | | | | | | | | | | | Semantic UI .icon 1em font-size has priority over .octicon 16px, resulting octicons rendered at 14px font-size, which is not okay since Octicons are meant to be shown sizes that are multiples of 16px. | ||||
* | | fix #2085 | Unknwon | 2015-12-02 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #2086 from nanoant/patch/translation-add-code-entry | Unknwon | 2015-12-02 | 14 | -0/+14 |
|\ \ | |/ |/| | Translation: Add missing entry for new "code" tab | ||||
| * | Translation: Add missing entry for new "code" tab | Adam Strzelecki | 2015-12-02 | 14 | -0/+14 |
|/ | | | | | | | | We have new tab, but we had no entry. That's why it was showing "code" (lowercase) as this is text id, where we were expecting properly title cased "Code" to be shown in English version. Also add Polish translation "code=Kod". | ||||
* | fix #2083 | Unknwon | 2015-12-02 | 2 | -8/+11 |
| | |||||
* | #2071 Diff is not showing full content when has super long one line | Unknwon | 2015-12-02 | 5 | -59/+77 |
| |