aboutsummaryrefslogtreecommitdiff
path: root/templates/repo/view_list.tmpl
Commit message (Collapse)AuthorAge
* fix(repo): be tolerant to implicit submodules (#7352)Joe Chen2023-02-14
|
* refactor(db): move some methods off `user.go` (#7199)Joe Chen2022-10-22
|
* gitutil: infer submodule with baseURL when it is a relative path (#6337)ᴜɴᴋɴᴡᴏɴ2020-09-18
|
* git: migrate to github.com/gogs/git-module@v1.0.0 (#5958)ᴜɴᴋɴᴡᴏɴ2020-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WIP * Finish `internal/db/git_diff.go` * FInish internal/db/mirror.go * Finish internal/db/pull.go * Finish internal/db/release.go * Finish internal/db/repo.go * Finish internal/db/repo_branch.go * Finish internal/db/repo_editor.go * Finish internal/db/update.go * Save my work * Add license header * Compile! * Merge master * Finish internal/cmd/hook.go * Finish internal/conf/static.go * Finish internal/context/repo.go * Finish internal/db/action.go * Finish internal/db/git_diff.go * Fix submodule URL inferring * Finish internal/db/mirror.go * Updat to beta.4 * css: update fonts * Finish internal/db/pull.go * Finish internal/db/release.go * Finish internal/db/repo_branch.go * Finish internal/db/wiki.go * gitutil: enhance infer submodule UR * Finish internal/route/api/v1/repo/commits.go * mirror: only collect branch commits after sync * mirror: fix tag support * Finish internal/db/repo.go * Finish internal/db/repo_editor.go * Finish internal/db/update.go * Finish internal/gitutil/pull_request.go * Make it compile * Finish internal/route/repo/setting.go * Finish internal/route/repo/branch.go * Finish internal/route/api/v1/repo/file.go * Finish internal/route/repo/download.go * Finish internal/route/repo/editor.go * Use helper * Finish internal/route/repo/issue.go * Finish internal/route/repo/pull.go * Finish internal/route/repo/release.go * Finish internal/route/repo/repo.go * Finish internal/route/repo/wiki.go * Finish internal/route/repo/commit.go * Finish internal/route/repo/view.go * Finish internal/gitutil/tag.go * go.sum
* templates: rename template function Str2html -> Str2HTMLUnknwon2018-12-10
|
* templates: sanitize special links in commit message (#5545)Unknwon2018-12-10
| | | | Reported by @cezar97.
* templates: fixes broken UI under supported resolution (1024x768) #5179 (#5182)rokuu2018-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | | * Update view_list.tmpl * Update commits_table.tmpl * Update dashboard.tmpl * Update list.tmpl * Update list.tmpl * Update list.tmpl * Update list.tmpl * Update notice.tmpl * Update monitor.tmpl * Update view_file.tmpl * Update diff_preview.tmpl * Update box.tmpl
* templates/repo: improve symlink file icon in list view (#4237)Unknwon2017-04-07
|
* pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL}Unknwon2017-04-06
|
* Refactoring: rename and simplify pkg/tool functionsUnknwon2017-04-06
|
* Fix unexpected rendering of README when it is not in MarkdownUnknwon2017-01-25
| | | | | This patch also handles case when a file name looks like README but is not a text file (e.g. image, PDF).
* templates/repo/view: fix bad linkUnknwon2016-08-30
|
* router/repo: code refactoringUnknwon2016-08-30
|
* Web editor: improve edit file tooltipUnknwon2016-08-27
|
* #3348 always use relative avatar link in the templateUnknwon2016-08-05
|
* Upgrade octicon to 4.3.0Unknwon2016-07-16
|
* Update glide.yamlUnknwon2016-06-27
|
* Render emojis in more places.Andrey Nering2016-03-02
|
* commit.RefUrl expects AppUrl argumentAdam Strzelecki2016-01-13
| | | | | | This is fixup for ea375c0dcca118c8ac3c48ba569b025836ad5ccf. The bug was not visible because commit.RefUrl was always returning empty url due regression described in https://github.com/gogits/git-module/pull/4
* new template funcUnknwon2015-12-13
|
* 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
* Render commit msg as header + verbatim descriptionAdam Strzelecki2015-12-07
| | | | | | | | | Most commit in Git are expected to follow standard of single header line, followed by description paragraphs, separated by empty line from previous block. Previously Gogs were treating everything as single header. Now we are trying to render only first line as header, but following lines (description chunks) as a verbatim.
* template fixUnknwon2015-12-04
|
* UI: Use more subtle grey SHA1 labelsAdam Strzelecki2015-12-03
| | | | | | | | | | | Current green SHA1 labels are more pronounced than other UI elements attracting attention as if they were most important thing in the UI, while they are not as important, especially without real Git client. Using grey SHA1 labels makes the UI more balanced, less aggressive and lets user to focus on other content elements. NOTE: Neither GitHub or Bitbucket uses so heavy pronunciation as Gogs.
* UI: Display last-commit header without 2nd columnAdam Strzelecki2015-12-03
| | | | | | | | This uses a CSS trick making first th to be relative block with width equal to first two columns, effectively working around inability to use colspan="2" on first row that was breaking "fixed-layout" for tables. Also use grey header for last-commit SHA1 tag.
* Commits & files UI: SUI fixed single line tableAdam Strzelecki2015-12-02
| | | | | | | | Instead using own ellipsis, uses Semantic UI fixed single line table which effectively applies ellipsis to all overflowing table cells. NOTE: File list cannot use colspan="2" for 1st "Last commit" elements, otherwise layout breaks with fixed table.
* new repo uiUnknwon2015-11-14
| | | | | | - copy link button: #1396, #1168, #1668, - synxtax highlight: #1712, #1549, #1315, #670 - z-index: #1942
* fix #1886Unknwon2015-11-04
|
* Allow file and directory names to contain percent characterVladimir Vissoultchev2015-07-28
|
* Handle submodules without a .gitmodules entry - fix #1023Filippo Valsorda2015-03-10
|
* templates: fix commit message render issue #828Unknwon2015-01-31
|
* modules/base: add RenderCommitMessage with XSS-safe and special linksUnknwon2015-01-30
| | | | - update russian locale
* fix #711Unknwon2014-12-09
|
* Added issue link rendering in commit messagesdennis-smurf2014-12-05
|
* custom avatar uploadUnknwon2014-11-21
|
* continue work on #255Unknwon2014-11-07
|
* Add raw, history file button, and other mirror fixesUnknwon2014-10-11
|
* Add directory level commit messageUnknwon2014-09-26
|
* no neet for md5 emailfundon2014-09-26
|
* submodule support and closed #478lunnyxiao2014-09-22
|
* add submodule basic support & buf fixed #478lunnyxiao2014-09-22
|
* 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
* New UI merge in progressUnknwon2014-07-26