Unknwon
cbc7b7132f
finish new issue action and mentions
2015-08-10 23:31:59 +08:00
Unknwon
887bc1b594
Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2
...
# Conflicts:
# modules/bindata/bindata.go
# public/css/gogs.min.css
2015-08-10 23:01:41 +08:00
Unknwon
2aea247208
minor fix on #1460
2015-08-10 22:59:12 +08:00
Fernando San Julián
4cc198179c
new top menu
2015-08-10 16:38:21 +02:00
Unknwon
75aff60c90
finish create issue with milestone and assignee
2015-08-10 21:47:23 +08:00
Unknwon
09a1b2a1f5
finish create issue with milestone
2015-08-10 18:57:57 +08:00
Unknwon
922f3f3062
finish create issue with labels
2015-08-10 16:52:08 +08:00
Unknwon
48f12d4ead
upgrade new issue to SUI v2
2015-08-10 01:04:23 +08:00
Unknwon
a79586cc54
Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2
...
# Conflicts:
# modules/bindata/bindata.go
# public/css/gogs.min.css
# templates/repo/header.tmpl
2015-08-10 00:37:42 +08:00
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
Unknwon
dea3a8c6a4
WIP: create PR - choose branch
2015-08-08 22:43:14 +08:00
Unknwon
d015d951bd
fix css rule
2015-08-08 17:53:38 +08:00
Unknwon
9db4acc62e
improve fork process
2015-08-08 17:10:34 +08:00
Unknwon
39a3b768bc
#334 : Add Deployment Key Support
2015-08-06 22:48:11 +08:00
Unknwon
0705f55ce0
finish new milestone page
2015-08-05 20:23:08 +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
04458d49a0
milestone: list view
2015-08-03 17:42:09 +08:00
Fernando San Julián
c5be40decb
new markdown styles
2015-08-01 02:26:14 +02:00
Unknwon
589618c8a5
better paging
2015-07-28 03:14:37 +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
3426ae42b3
fix css compression
2015-07-24 21:04:21 +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
5cf3732339
UI: install - new version
2015-07-08 19:47:56 +08:00
Unknwon
5dd3dd71a0
UI: install - database settings
2015-07-08 01:09:03 +08:00
Unknwon
ffd17924fd
update UI framework
2015-07-07 13:51:28 +08:00
Unknwon
9fb2d49b93
#1073 #1162 issue ID constraint failed
2015-03-27 06:47:02 -04:00
Unknwon
b6f8b486c7
add sr-only class, change to new tag line
2015-03-20 03:20:05 -04:00
Unknwon
4b9fb43a70
home: new UI
2015-03-07 15:12:13 -05:00
Christopher Brickley
00a864e693
add commit compare functionality
2014-09-01 14:56:19 -04: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
无闻
645c194a00
Merge pull request #336 from adelq/responsive-layouts
...
Avoid using fixed width in CSS for layouts
2014-07-28 06:27:33 -04:00
Adel Qalieh
d4cbbc864a
Avoid using fixed width in CSS for layouts
2014-07-27 20:06:43 -04:00
无闻
02a81ddb62
Merge pull request #332 from acusti/dev
...
Styling plus a couple small fixes for issue attachments (& misc cleanup)
2014-07-26 13:55:32 -04:00
Unknwon
5c4bc3c848
Huge updates!!!!! Be careful to merge!!!!
2014-07-26 02:28:04 -04:00
Andrew Patton
c084a5ba73
Style finesse for “Attachments:” list in issues
...
Make `#attached-list` attachment labels wrap, make spacing more
consistent, add hover stats to `.attachment-remove` icon, adjust
padding of labels to compensate for `.attachment-remove` icon
2014-07-25 15:35:47 -04:00
Justin Nuß
12fb42de5a
Fix IE bug and show errors.
2014-07-25 11:13:42 +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ß
d43c5895bc
Update template and style, only close commit if commit is in same repository
2014-07-24 10:15:05 +02:00
fuxiaohei
c127d84777
add organization team-single page
2014-07-07 18:13:42 +08:00
Unknown
e4ea5cf598
Finish Teams page
2014-06-29 16:30:41 -04:00
fuxiaohei
1d55ecd29c
add organization team-create page
2014-06-27 22:04:04 +08:00
fuxiaohei
b5ba2bd268
add organization team-create page
2014-06-27 21:33:49 +08:00
fuxiaohei
cc703ee663
select owner when creating repository
2014-06-25 12:22:08 +08:00