aboutsummaryrefslogtreecommitdiff
path: root/templates/repo/view_list.tmpl
Commit message (Collapse)AuthorAge
* 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