Unknwon
|
133b19d0c5
|
finish view comments on issue page
|
9 years ago |
Unknwon
|
ab2d0b3b44
|
add comment form UI
|
9 years ago |
Unknwon
|
b4c0b7b98b
|
finish view issue without comments and ops
|
9 years ago |
Unknwon
|
34f6cbfc2a
|
finish attachments when create issue
|
9 years ago |
Unknwon
|
89c2bd4a0d
|
finish create issue attachment UI
|
9 years ago |
Unknwon
|
75aff60c90
|
finish create issue with milestone and assignee
|
9 years ago |
Unknwon
|
09a1b2a1f5
|
finish create issue with milestone
|
9 years ago |
Unknwon
|
922f3f3062
|
finish create issue with labels
|
9 years ago |
Unknwon
|
17de3ab0a3
|
add migrate from issue.label_ids to issue_label
|
9 years ago |
Unknwon
|
48f12d4ead
|
upgrade new issue to SUI v2
|
9 years ago |
Unknwon
|
8a3ee795d2
|
finish transforming to v2
|
9 years ago |
Unknwon
|
7372042441
|
list view: issue, label, milestone
|
9 years ago |
Unknwon
|
590c464c56
|
UI: create issue with title and content
|
9 years ago |
James Anderson
|
fc63422caf
|
Add check to see if comments on an issue are by the repo owner
|
9 years ago |
Unknwon
|
9d414d4dd9
|
remove Index field of milestone
|
9 years ago |
Unknwon
|
0705f55ce0
|
finish new milestone page
|
9 years ago |
Unknwon
|
6d2f25b9f5
|
clean files
|
9 years ago |
Unknwon
|
74bd6b939c
|
milestone: edit
|
9 years ago |
Unknwon
|
cf90312b8f
|
clean file
|
9 years ago |
Unknwon
|
4081f86654
|
fix new milestone button visibility
|
9 years ago |
Unknwon
|
3e4cdccf6b
|
milestone: create page
|
9 years ago |
Unknwon
|
9311a9858a
|
milestone: pagination
|
9 years ago |
Unknwon
|
e7f015db8c
|
fix template
|
9 years ago |
Unknwon
|
04458d49a0
|
milestone: list view
|
9 years ago |
Fernando San Julián
|
b92bb77b54
|
autofocus for new and edit issue forms
|
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
|
dc4aab9925
|
UI: CURD labels
- fix update lable break connection with repository
|
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 |
Unknwon
|
8e384ce46c
|
fix #828, may cause unintentional break in other features, but security is no.1
|
10 years ago |
James Cracknell
|
4d123d0a93
|
Fix user links
|
10 years ago |
Vyacheslav Bakhmutov
|
5103f16f78
|
add omitted lang
|
10 years ago |
Vyacheslav Bakhmutov
|
ce7422473a
|
add omitted lang
|
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 |
Tristan Storch
|
69e332f432
|
Removed trailing white spaces
Removed trailing whitespaces with
```sh
for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done
```
and some handwork.
|
10 years ago |
Unknwon
|
3428baa3b5
|
Mirror fix on template
|
10 years ago |
Unknwon
|
5c4bc3c848
|
Huge updates!!!!! Be careful to merge!!!!
|
10 years ago |
Justin Nuß
|
12fb42de5a
|
Fix IE bug and show errors.
|
10 years ago |
Justin Nuß
|
4e2477a1a5
|
Fix #318. Switch to JS(ON) implementation for issue/comment creation.
|
10 years ago |
Justin Nuß
|
dedb156d4a
|
Fix #321. Allow empty comments as long as there are attachments.
|
10 years ago |