Unknwon
50422f1fc2
#3348 always use relative avatar link in the template
8 years ago
Okunev Yu Dmitry
55b4e77a5e
Fix of template error in "/:owner/:repo/pulls" ( #3343 )
...
If anonymous (not signed in user) requests page
"/:owner/:repo/pulls" he gets an error:
template: repo/issue/list:11:105: executing "repo/issue/list" at <.PullRequestCtx.Base...>: nil pointer evaluating *models.Repository.Link
This commit fixes that.
Signed-off-by: Dmitry Yu Okunev <dyokunev@ut.mephi.ru>
8 years ago
Unknwon
1f2e173a74
Refactor User.Id to User.ID
8 years ago
Unknwon
26d52ceb48
#3186 fix wrong link for new pull request button of non-fork repository
8 years ago
Unknwon
b0eb47cb1c
Fix misselection of issues view type
8 years ago
Unknwon
a27c6f4b75
#2916 fix sort' field missing on issue pagination link
9 years ago
Unknwon
0e9bc2d410
Fix pull request availability check
9 years ago
Unknwon
2d2d85bba4
#1597 support pull requests in same repository
9 years ago
Andrey Nering
13e71acadf
Render emojis in more places.
9 years ago
Lukas Dietrich
c0eaae200e
Add ForegroundColor for labels
9 years ago
Adam Strzelecki
da2585c11e
Indent all templates with tabs
...
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
9 years ago
Adam Strzelecki
2580e7b57e
UI: Always show menu on repo pages
...
Merges repo/sidebar.tmpl with repo/header.tmpl and makes every repo page use
middleware.RepoRef() necessary to display information on this menu.
9 years ago
Adam Strzelecki
3eae4ecde7
UI: Make repository menu divide header and content
...
This is more inline with way GitHub looks like and feels much more natural and
in style with rest of the interface.
9 years ago
Unknwon
134d8e7681
work on #1961
9 years ago
Unknwon
c7ac237b57
fix css
9 years ago
Unknwon
31e7b0f588
#1599 status button mrigin-right
9 years ago
Unknwon
5c5ccddb02
fix buttons style
9 years ago
Unknwon
c0a899b151
css fix
9 years ago
Unknwon
83dc2468f5
finish initial version of pull request
9 years ago
Unknwon
ce386cfb61
fix suburl
9 years ago
Unknwon
a52324a5f9
able sort issues
9 years ago
Unknwon
4ce003dc15
Filter issues by assignee
9 years ago
Unknwon
b4c0b7b98b
finish view issue without comments and ops
9 years ago
Unknwon
75aff60c90
finish create issue with milestone and assignee
9 years ago
Unknwon
7372042441
list view: issue, label, milestone
9 years ago
Unknwon
0705f55ce0
finish new milestone page
9 years ago
Unknwon
9311a9858a
milestone: pagination
9 years ago
Unknwon
04458d49a0
milestone: list view
9 years ago
Fernando San Julián
4bfc71c73f
pagination in repo issues page only if needed
9 years ago
Unknwon
589618c8a5
better paging
9 years ago
Unknwon
2e7b38db9f
fix paging links and issue count
9 years ago
Unknwon
1ba837a055
new issue and label page
9 years ago
Unknwon
ac95f6d50f
UI: basic label list
...
- create new label
9 years ago
Unknwon
86dbda0b42
UI: basci issue list without filters
...
- fix isRead check
- fix paging
9 years ago
Unknwon
4447a20f87
UI: issues - finish basic frame
9 years ago
Unknwon
03011ed307
fix suburl for js
9 years ago
Unknwon
3be3b8faa7
fix tmpl error
9 years ago
Unknwon
5cf3732339
UI: install - new version
9 years ago
mrburns
5c63e1015d
Add app sub url for color picker js lib inclusion
...
Currently, the js file doesn't take into account the possibility of a sub url being used (wich is my case :) wich prevents its inclusion.
10 years ago
Unknwon
75cbb32b1e
UI compatibility
10 years ago
James Cracknell
4d123d0a93
Fix user links
10 years ago
Unknwon
7ba9257a7f
Add suburl support
10 years ago
Martin van Beurden
0055cbd365
Allow Gogs to run from a suburl behind a reverse proxy. e.g. 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
10 years ago
Unknwon
5c4bc3c848
Huge updates!!!!! Be careful to merge!!!!
10 years ago
Justin Nuß
ccca60a5a1
Fix issue #288 . Only show label form if repository collaborator/admin
10 years ago
Unknown
9924e65ca1
In progress of name template name constant
11 years ago
Unknown
ff690fd976
Fix #200 , add VERSION to template files
11 years ago
FuXiaoHei
e0a6e6dd1a
issue ui update
11 years ago
Unknown
bf5fcfb49c
Add * to selected label
11 years ago
Unknown
e33a104448
Almost done issue label #200
11 years ago