Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Break branch-selection dropdown into a template | Angus Gibson | 2015-12-09 | 1 | -44/+1 |
| | | | | | 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 | 1 | -0/+44 |
| | | | | | | 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. | ||||
* | Indent all templates with tabs | Adam Strzelecki | 2015-12-08 | 1 | -4/+4 |
| | | | | | | | | | | | | 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 | ||||
* | UI: Always show menu on repo pages | Adam Strzelecki | 2015-12-03 | 1 | -1/+0 |
| | | | | | Merges repo/sidebar.tmpl with repo/header.tmpl and makes every repo page use middleware.RepoRef() necessary to display information on this menu. | ||||
* | UI: Make repository menu divide header and content | Adam Strzelecki | 2015-12-02 | 1 | -4/+4 |
| | | | | | This is more inline with way GitHub looks like and feels much more natural and in style with rest of the interface. | ||||
* | minor UI fix and fix ssh race | Unknwon | 2015-11-14 | 1 | -0/+1 |
| | |||||
* | new commits table | Unknwon | 2015-08-20 | 1 | -8/+7 |
| | |||||
* | UI: issues - finish basic frame | Unknwon | 2015-07-24 | 1 | -1/+1 |
| | |||||
* | Page: Commits and fix #249 | Unknwon | 2014-09-23 | 1 | -7/+8 |
| | |||||
* | add commit compare functionality | Christopher Brickley | 2014-09-01 | 1 | -42/+1 |
| | |||||
* | Huge updates!!!!! Be careful to merge!!!! | Unknwon | 2014-07-26 | 1 | -1/+1 |
| | |||||
* | Fix #166 | Unknown | 2014-05-12 | 1 | -2/+2 |
| | |||||
* | Merge branch 'dev' of github.com:gogits/gogs into dev | Unknown | 2014-04-27 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: templates/repo/single_list.tmpl | ||||
| * | Use commit summaries instead of full messages | Chris Lee | 2014-04-27 | 1 | -1/+1 |
| | | |||||
* | | HTTP no follow and offline mode | Unknown | 2014-04-27 | 1 | -2/+2 |
|/ | |||||
* | Mirror bug fix on downloading zip | Unknown | 2014-04-15 | 1 | -1/+1 |
| | |||||
* | Add repo mirror and import | Unknown | 2014-04-12 | 1 | -1/+1 |
| | |||||
* | Pages in commits list page | Unknown | 2014-04-11 | 1 | -9/+4 |
| | |||||
* | Add search commits | Unknown | 2014-04-11 | 1 | -6/+6 |
| | |||||
* | add pager in commit-page, finish commit search form | FuXiaoHei | 2014-04-11 | 1 | -3/+17 |
| | |||||
* | fix read commit source | slene | 2014-03-28 | 1 | -2/+2 |
| | |||||
* | change css name style | FuXiaoHei | 2014-03-25 | 1 | -2/+2 |
| | |||||
* | Watch backend | Unknown | 2014-03-19 | 1 | -1/+1 |
| | |||||
* | Bug fix | Unknown | 2014-03-19 | 1 | -1/+1 |
| | |||||
* | Render data in commit list page | Unknown | 2014-03-19 | 1 | -28/+15 |
| | |||||
* | repo commit list ui | FuXiaoHei | 2014-03-19 | 1 | -0/+38 |
| | |||||
* | bug fixed for commits list | Lunny Xiao | 2014-03-19 | 1 | -2/+3 |
| | |||||
* | add commits | Lunny Xiao | 2014-03-17 | 1 | -0/+5 |
| | |||||
* | Mirror change | Unknown | 2014-03-17 | 1 | -0/+9 |