Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | templates: add 'rel=noopener noreferrer' to <a> tags (#5319) | cezar97 | 2018-07-02 |
| | | | Signed-off-by: cezar97 <cezar97@protonmail.com> | ||
* | pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL} | Unknwon | 2017-04-06 |
| | |||
* | pkg/context: rename {CsrfToken, CsrfTokenHtml} -> {CSRFToken, CSRFTokenHTML} | Unknwon | 2017-04-06 |
| | |||
* | release: improve attachment handle | Unknwon | 2017-03-13 |
| | |||
* | release: able to add attchments to release (#1614) | Unknwon | 2017-03-13 |
| | | | | Added new config section '[release.attachment]’. | ||
* | Fix can not save release draft as draft again (#3669) | Unknwon | 2017-01-30 |
| | | | | | But release was not saved as draft in the first time, is not possible to be draft afterwards because the Git tag was created. | ||
* | #3076 detect invalid tag name git error | Unknwon | 2016-07-23 |
| | |||
* | 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. | ||
* | fix #1383 | Unknwon | 2015-11-20 |
| | |||
* | fix #1958 | Unknwon | 2015-11-15 |
| | |||
* | #1604 suburl for release md preview | Unknwon | 2015-09-08 |
| | |||
* | UI: issues - finish basic frame | Unknwon | 2015-07-24 |
| | |||
* | fix #735 | Unknwon | 2014-12-12 |
| | |||
* | Finish new UI for release page | Unknwon | 2014-12-10 |
| | |||
* | In progress of name template name constant | Unknown | 2014-06-22 |