aboutsummaryrefslogtreecommitdiff
path: root/templates/repo/issue
Commit message (Collapse)AuthorAge
...
* milestone: list viewUnknwon2015-08-03
|
* autofocus for new and edit issue formsFernando San Julián2015-07-31
|
* pagination in repo issues page only if neededFernando San Julián2015-07-30
|
* better pagingUnknwon2015-07-28
|
* fix paging links and issue countUnknwon2015-07-25
|
* new issue and label pageUnknwon2015-07-25
|
* UI: CURD labelsUnknwon2015-07-24
| | | | - fix update lable break connection with repository
* UI: basic label listUnknwon2015-07-24
| | | | - create new label
* UI: basci issue list without filtersUnknwon2015-07-24
| | | | | - fix isRead check - fix paging
* UI: issues - finish basic frameUnknwon2015-07-24
|
* fix suburl for jsUnknwon2015-07-16
|
* UI: install - new versionUnknwon2015-07-08
|
* UI compatibilityUnknwon2015-03-21
|
* fix #828, may cause unintentional break in other features, but security is no.1Unknwon2015-01-20
|
* Fix user linksJames Cracknell2014-11-28
|
* add omitted langVyacheslav Bakhmutov2014-10-11
|
* add omitted langVyacheslav Bakhmutov2014-10-08
|
* Add suburl supportUnknwon2014-09-19
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-18
| | | | | | | | | | | | | | 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
* Removed trailing white spacesTristan Storch2014-08-30
| | | | | | | | | | 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.
* Mirror fix on templateUnknwon2014-07-30
|
* Huge updates!!!!! Be careful to merge!!!!Unknwon2014-07-26
|
* Fix IE bug and show errors.Justin Nuß2014-07-25
|
* Fix #318. Switch to JS(ON) implementation for issue/comment creation.Justin Nuß2014-07-25
|
* Fix #321. Allow empty comments as long as there are attachments.Justin Nuß2014-07-25
|
* Allow disabling uploadsJustin Nuß2014-07-24
|
* Add file upload for attachmentsJustin Nuß2014-07-24
|
* Show attachments in issues/comments and add preview for imagesJustin Nuß2014-07-24
|
* Fix missing . (dot) in issue templatesJustin Nuß2014-07-24
|
* Merge branch 'dev' into feature/attachmentsJustin Nuß2014-07-24
|\ | | | | | | | | | | Conflicts: models/issue.go routers/repo/issue.go
| * Update template and style, only close commit if commit is in same repositoryJustin Nuß2014-07-24
| |
* | Add delete route for attachments, remove upload buttons from issues/commentsJustin Nuß2014-07-24
| |
* | WIP: Allow attachments for issues, not only commentsJustin Nuß2014-07-23
| |
* | WIP: Allow attachments for commentsJustin Nuß2014-07-23
|/
* Fix issue #288. Only show label form if repository collaborator/adminJustin Nuß2014-07-22
|
* fix #273Unknown2014-07-04
|
* In progress of name template name constantUnknown2014-06-22