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 |
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ß
|
4d702eb345
|
Allow disabling uploads
|
10 years ago |
Justin Nuß
|
bfe5b86004
|
Add file upload for attachments
|
10 years ago |
Justin Nuß
|
1129f756c8
|
Fix missing . (dot) in issue templates
|
10 years ago |
Justin Nuß
|
3c025b3950
|
Add delete route for attachments, remove upload buttons from issues/comments
|
10 years ago |
Justin Nuß
|
34304e6a0c
|
WIP: Allow attachments for issues, not only comments
|
10 years ago |
Unknown
|
be8ac7fb75
|
fix #273
|
10 years ago |
Unknown
|
9924e65ca1
|
In progress of name template name constant
|
11 years ago |
Unknown
|
16bddd593a
|
Finish change issue’s milestone
|
11 years ago |
FuXiaoHei
|
a1bb3741d5
|
add milestone in new-issue page
|
11 years ago |
Unknown
|
e867283406
|
Assignee back end
|
11 years ago |
FuXiaoHei
|
11ca10ab2f
|
issue assignee ui
|
11 years ago |
Unknown
|
c1eb4d894a
|
Clean api code
|
11 years ago |
Unknown
|
8980675a9f
|
Fix #69
|
11 years ago |
zhsso
|
a4cbe79567
|
fix
|
11 years ago |
zhsso
|
f3ed11d177
|
mistakes
|
11 years ago |
Unknown
|
9ea9818d32
|
Fix issue with log in with GitHub but need more error handle after
|
11 years ago |
slene
|
b27c34f39a
|
update git api. fix link... and so on
|
11 years ago |
Unknown
|
2c073afbec
|
Mirror fix and update
|
11 years ago |
FuXiaoHei
|
ecce694d77
|
issue content ajax preview
|
11 years ago |
Unknown
|
2fa8d0c8dd
|
Added create issue
|
11 years ago |
FuXiaoHei
|
e5d8fe41c4
|
issue create page ui
|
11 years ago |
FuXiaoHei
|
2a2f025388
|
change css name style
|
11 years ago |
FuXiaoHei
|
6e33e54e71
|
add issue-create template file
|
11 years ago |
Unknown
|
fbd252c1cf
|
Mirror fix
|
11 years ago |
Unknown
|
1ce17cce76
|
Add log.handle
|
11 years ago |
Unknown
|
a2a59f8ad1
|
Change /user/profile URL to /user/:username
|
11 years ago |
Unknown
|
1249392c83
|
Finish register user
|
11 years ago |
Lunny Xiao
|
c5132b87a6
|
finished signin and login
|
11 years ago |
FuXiaoHei
|
ffcfd428b8
|
ui design for sign-in and sign-up page
add /login and /sign-up link for user signing
fix typo error
|
11 years ago |
Unknown
|
3eb1ab9e8b
|
Add UI for register user
|
11 years ago |
Unknown
|
b1c5adc2f2
|
Setup templates structure
|
11 years ago |