Unknwon
|
8a3ee795d2
|
finish transforming to v2
|
2015-08-10 00:23:20 +08:00 |
|
Unknwon
|
7372042441
|
list view: issue, label, milestone
|
2015-08-09 22:45:38 +08:00 |
|
Unknwon
|
590c464c56
|
UI: create issue with title and content
|
2015-08-09 15:23:02 +08:00 |
|
James Anderson
|
fc63422caf
|
Add check to see if comments on an issue are by the repo owner
|
2015-08-08 17:16:11 -05:00 |
|
Unknwon
|
9d414d4dd9
|
remove Index field of milestone
|
2015-08-06 23:25:35 +08:00 |
|
Unknwon
|
0705f55ce0
|
finish new milestone page
|
2015-08-05 20:23:08 +08:00 |
|
Unknwon
|
6d2f25b9f5
|
clean files
|
2015-08-05 18:28:05 +08:00 |
|
Unknwon
|
74bd6b939c
|
milestone: edit
|
2015-08-05 18:26:18 +08:00 |
|
Unknwon
|
cf90312b8f
|
clean file
|
2015-08-05 15:46:35 +08:00 |
|
Unknwon
|
4081f86654
|
fix new milestone button visibility
|
2015-08-05 15:27:22 +08:00 |
|
Unknwon
|
3e4cdccf6b
|
milestone: create page
|
2015-08-05 15:24:26 +08:00 |
|
Unknwon
|
9311a9858a
|
milestone: pagination
|
2015-08-04 22:24:04 +08:00 |
|
Unknwon
|
e7f015db8c
|
fix template
|
2015-08-03 20:14:22 +08:00 |
|
Unknwon
|
04458d49a0
|
milestone: list view
|
2015-08-03 17:42:09 +08:00 |
|
Fernando San Julián
|
b92bb77b54
|
autofocus for new and edit issue forms
|
2015-07-31 22:12:33 +02:00 |
|
Fernando San Julián
|
4bfc71c73f
|
pagination in repo issues page only if needed
|
2015-07-30 22:14:52 +02:00 |
|
Unknwon
|
589618c8a5
|
better paging
|
2015-07-28 03:14:37 +08:00 |
|
Unknwon
|
2e7b38db9f
|
fix paging links and issue count
|
2015-07-25 13:07:00 +08:00 |
|
Unknwon
|
1ba837a055
|
new issue and label page
|
2015-07-25 02:52:25 +08:00 |
|
Unknwon
|
dc4aab9925
|
UI: CURD labels
- fix update lable break connection with repository
|
2015-07-24 23:13:42 +08:00 |
|
Unknwon
|
ac95f6d50f
|
UI: basic label list
- create new label
|
2015-07-24 21:02:49 +08:00 |
|
Unknwon
|
86dbda0b42
|
UI: basci issue list without filters
- fix isRead check
- fix paging
|
2015-07-24 16:42:47 +08:00 |
|
Unknwon
|
4447a20f87
|
UI: issues - finish basic frame
|
2015-07-24 04:50:05 +08:00 |
|
Unknwon
|
03011ed307
|
fix suburl for js
|
2015-07-16 03:15:18 +08:00 |
|
Unknwon
|
5cf3732339
|
UI: install - new version
|
2015-07-08 19:47:56 +08:00 |
|
Unknwon
|
75cbb32b1e
|
UI compatibility
|
2015-03-21 09:24:59 -04:00 |
|
Unknwon
|
8e384ce46c
|
fix #828, may cause unintentional break in other features, but security is no.1
|
2015-01-20 13:08:49 +08:00 |
|
James Cracknell
|
4d123d0a93
|
Fix user links
|
2014-11-28 11:53:00 -07:00 |
|
Vyacheslav Bakhmutov
|
5103f16f78
|
add omitted lang
|
2014-10-11 13:43:21 +07:00 |
|
Vyacheslav Bakhmutov
|
ce7422473a
|
add omitted lang
|
2014-10-08 12:27:05 +04:00 |
|
Unknwon
|
7ba9257a7f
|
Add suburl support
|
2014-09-19 20:11:34 -04:00 |
|
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
|
2014-09-18 20:50:48 +02:00 |
|
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.
|
2014-08-30 15:12:53 +02:00 |
|
Unknwon
|
3428baa3b5
|
Mirror fix on template
|
2014-07-30 10:02:31 -04:00 |
|
Unknwon
|
5c4bc3c848
|
Huge updates!!!!! Be careful to merge!!!!
|
2014-07-26 02:28:04 -04:00 |
|
Justin Nuß
|
12fb42de5a
|
Fix IE bug and show errors.
|
2014-07-25 11:13:42 +02:00 |
|
Justin Nuß
|
4e2477a1a5
|
Fix #318. Switch to JS(ON) implementation for issue/comment creation.
|
2014-07-25 10:47:37 +02:00 |
|
Justin Nuß
|
dedb156d4a
|
Fix #321. Allow empty comments as long as there are attachments.
|
2014-07-25 08:01:34 +02:00 |
|
Justin Nuß
|
4d702eb345
|
Allow disabling uploads
|
2014-07-24 15:51:40 +02:00 |
|
Justin Nuß
|
bfe5b86004
|
Add file upload for attachments
|
2014-07-24 15:19:59 +02:00 |
|
Justin Nuß
|
43e5de7f83
|
Show attachments in issues/comments and add preview for images
|
2014-07-24 13:50:03 +02:00 |
|
Justin Nuß
|
1129f756c8
|
Fix missing . (dot) in issue templates
|
2014-07-24 12:37:26 +02:00 |
|
Justin Nuß
|
967856f36e
|
Merge branch 'dev' into feature/attachments
Conflicts:
models/issue.go
routers/repo/issue.go
|
2014-07-24 12:29:37 +02:00 |
|
Justin Nuß
|
d43c5895bc
|
Update template and style, only close commit if commit is in same repository
|
2014-07-24 10:15:05 +02:00 |
|
Justin Nuß
|
3c025b3950
|
Add delete route for attachments, remove upload buttons from issues/comments
|
2014-07-24 09:05:15 +02:00 |
|
Justin Nuß
|
34304e6a0c
|
WIP: Allow attachments for issues, not only comments
|
2014-07-23 21:24:24 +02:00 |
|
Justin Nuß
|
4617bef895
|
WIP: Allow attachments for comments
|
2014-07-23 21:15:47 +02:00 |
|
Justin Nuß
|
ccca60a5a1
|
Fix issue #288. Only show label form if repository collaborator/admin
|
2014-07-22 14:20:32 +02:00 |
|
Unknown
|
be8ac7fb75
|
fix #273
|
2014-07-04 16:48:36 -04:00 |
|
Unknown
|
9924e65ca1
|
In progress of name template name constant
|
2014-06-22 13:14:03 -04:00 |
|