aboutsummaryrefslogtreecommitdiff
path: root/templates/repo/release
Commit message (Collapse)AuthorAge
* refactor(db): move some methods off `user.go` (#7199)Joe Chen2022-10-22
|
* templates: rename template function Str2html -> Str2HTMLUnknwon2018-12-10
|
* templates: add 'rel=noopener noreferrer' to <a> tags (#5319)cezar972018-07-02
| | | Signed-off-by: cezar97 <cezar97@protonmail.com>
* pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL}Unknwon2017-04-06
|
* pkg/context: rename {CsrfToken, CsrfTokenHtml} -> {CSRFToken, CSRFTokenHTML}Unknwon2017-04-06
|
* Refactoring: rename and simplify pkg/tool functionsUnknwon2017-04-06
|
* release: improve attachment handleUnknwon2017-03-13
|
* release: able to add attchments to release (#1614)Unknwon2017-03-13
| | | | Added new config section '[release.attachment]’.
* repo/pull: handle head repository of merged pull requests deletedUnknwon2017-03-10
|
* templates/repo: change some buttons to use 'basic' styleUnknwon2017-03-10
|
* template: use DisplayName of users when possible (#4187)Unknwon2017-02-24
|
* mirror: does not allow create releasesUnknwon2017-02-23
|
* repo/release: add pagination (#2164)Unknwon2017-02-17
|
* Fix can not save release draft as draft again (#3669)Unknwon2017-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.
* #3348 always use relative avatar link in the templateUnknwon2016-08-05
|
* #3076 detect invalid tag name git errorUnknwon2016-07-23
|
* Upgrade octicon to 4.3.0Unknwon2016-07-16
|
* #1146 finish new access rights for collaboratorsUnknwon2016-03-05
|
* Indent all templates with tabsAdam Strzelecki2015-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 pagesAdam Strzelecki2015-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 contentAdam Strzelecki2015-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 #1383Unknwon2015-11-20
|
* UI fixUnknwon2015-11-16
|
* minor HTML fixUnknwon2015-11-15
|
* fix #1958Unknwon2015-11-15
|
* #1604 suburl for release md previewUnknwon2015-09-08
|
* UI: issues - finish basic frameUnknwon2015-07-24
|
* #1114 'New Release' always visibleUnknwon2015-03-24
|
* fix #828, may cause unintentional break in other features, but security is no.1Unknwon2015-01-20
|
* fix #735Unknwon2014-12-12
|
* Finish new UI for release pageUnknwon2014-12-10
|
* Fix user linksJames Cracknell2014-11-28
|
* Fix download archive issueUnknwon2014-09-24
|
* Add suburl supportUnknwon2014-09-19
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-18
| | | | | | | | | | | | | | http://mydomain.com/gogs/ Conflicts: modules/setting/setting.go Conflicts: templates/repo/release/list.tmpl templates/user/dashboard/dashboard.tmpl Conflicts: routers/repo/setting.go
* Fix TimeSince arguments error.Benjamin Peng2014-09-16
|
* In progress of name template name constantUnknown2014-06-22