| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
dashboard news feed page, create organization page
|
|
|
|
| |
instead of 40-length string, complete log module
|
| |
|
|\
| |
| |
| |
| | |
Conflicts:
templates/status/500.tmpl
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| | |
Conflicts:
models/issue.go
routers/repo/issue.go
|
| | |
|
| | |
|
| | |
|
|/ |
|
|\
| |
| | |
Fix issue #288. Only show label form if repository collaborator/admin
|