summaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/create.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* add omitted langVyacheslav Bakhmutov2014-10-111-1/+1
|
* Removed trailing white spacesTristan Storch2014-08-301-2/+2
| | | | | | | | | | 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.
* Fix IE bug and show errors.Justin Nuß2014-07-251-1/+1
|
* Fix #318. Switch to JS(ON) implementation for issue/comment creation.Justin Nuß2014-07-251-1/+4
|
* Allow disabling uploadsJustin Nuß2014-07-241-0/+4
|
* Add file upload for attachmentsJustin Nuß2014-07-241-10/+5
|
* Fix missing . (dot) in issue templatesJustin Nuß2014-07-241-1/+1
|
* Add delete route for attachments, remove upload buttons from issues/commentsJustin Nuß2014-07-241-0/+4
|
* WIP: Allow attachments for issues, not only commentsJustin Nuß2014-07-231-0/+6
|
* fix #273Unknown2014-07-041-0/+2
|
* In progress of name template name constantUnknown2014-06-221-0/+112