Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 | ||
* | fix #1829 and fix #890 | Unknwon | 2015-12-04 |
| | |||
* | 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 |
| | |||
* | fix dropdown style | Unknwon | 2015-09-05 |
| | |||
* | #1021 Forked repo unavailable after deleting original repo | Unknwon | 2015-09-01 |
| | |||
* | fix dashboard 500 when no issues at all | Unknwon | 2015-09-01 |
| | | | | | - update locales - update README | ||
* | finish new repo options page | Unknwon | 2015-08-31 |
| | |||
* | new repo options UI | Unknwon | 2015-08-30 |
| | |||
* | UI: issues - finish basic frame | Unknwon | 2015-07-24 |
| | |||
* | Remove GoGet option from repository and handle it with ?go-get=1 instead | Peter Smit | 2015-02-17 |
| | | | | The normal go get protocol is to show the go-import meta tag when ?go-get=1 is appended to the url. This commit implements that behaviour and cleans the go-get option from the repository settings page. | ||
* | UI: Confirmation box | Unknwon | 2014-09-29 |
| | |||
* | UI: Confirmation box | Unknwon | 2014-09-28 |
| | |||
* | Finish new admin dashboard | Unknwon | 2014-08-28 |
| | |||
* | Page: Manage social accounts | Unknwon | 2014-08-09 |
| | |||
* | Finish new web hook pages | Unknwon | 2014-08-09 |
| | |||
* | Finish new repo settings page | Unknwon | 2014-08-02 |