Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. | ||
* | 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 | ||
* | 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. | ||
* | 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. | ||
* | minor UI fix and fix ssh race | Unknwon | 2015-11-14 |
| | |||
* | new commits table | Unknwon | 2015-08-20 |
| | |||
* | UI: issues - finish basic frame | Unknwon | 2015-07-24 |
| | |||
* | Page: Commits and fix #249 | Unknwon | 2014-09-23 |
| | |||
* | add commit compare functionality | Christopher Brickley | 2014-09-01 |
| | |||
* | Huge updates!!!!! Be careful to merge!!!! | Unknwon | 2014-07-26 |
| | |||
* | Fix #166 | Unknown | 2014-05-12 |
| | |||
* | Merge branch 'dev' of github.com:gogits/gogs into dev | Unknown | 2014-04-27 |
|\ | | | | | | | | | Conflicts: templates/repo/single_list.tmpl | ||
| * | Use commit summaries instead of full messages | Chris Lee | 2014-04-27 |
| | | |||
* | | HTTP no follow and offline mode | Unknown | 2014-04-27 |
|/ | |||
* | Mirror bug fix on downloading zip | Unknown | 2014-04-15 |
| | |||
* | Add repo mirror and import | Unknown | 2014-04-12 |
| | |||
* | Pages in commits list page | Unknown | 2014-04-11 |
| | |||
* | Add search commits | Unknown | 2014-04-11 |
| | |||
* | add pager in commit-page, finish commit search form | FuXiaoHei | 2014-04-11 |
| | |||
* | fix read commit source | slene | 2014-03-28 |
| | |||
* | change css name style | FuXiaoHei | 2014-03-25 |
| | |||
* | Watch backend | Unknown | 2014-03-19 |
| | |||
* | Bug fix | Unknown | 2014-03-19 |
| | |||
* | Render data in commit list page | Unknown | 2014-03-19 |
| | |||
* | repo commit list ui | FuXiaoHei | 2014-03-19 |
| | |||
* | bug fixed for commits list | Lunny Xiao | 2014-03-19 |
| | |||
* | add commits | Lunny Xiao | 2014-03-17 |
| | |||
* | Mirror change | Unknown | 2014-03-17 |