aboutsummaryrefslogtreecommitdiff
path: root/routes/repo/issue.go
Commit message (Collapse)AuthorAge
* internal: move packages under this directory (#5836)Unknwon2019-10-24
| | | | | | | | | | | | | | | | | | * Rename pkg -> internal * Rename routes -> route * Move route -> internal/route * Rename models -> db * Move db -> internal/db * Fix route2 -> route * Move cmd -> internal/cmd * Bump version
* Enable Go modules (#5835)Unknwon2019-10-23
| | | | | | | | | | | | | | | | * Remove vendor * Enable Go modules * ci: add command to fetch dependencies * ci: update setting * ci: update settings * Require Go 1.11 * Rename module name to gogs.io/gogs
* routes/repo/issue: implement issue pre-filling (#5521)Charles Kenney2018-11-20
| | | Signed-off-by: Charles Kenney <charlesc.kenney@gmail.com>
* routes/repo/issue: fix redirect with unexpected escape (#5443)Unknwon2018-09-30
|
* *: rename "gogits" to "gogs"Unknwon2018-05-27
|
* templates/repo/issue: rework escape delete branch link after merged pull ↵Unknwon2018-04-16
| | | | request (#4601)
* repo: improve error handling for PR #4803Unknwon2018-03-08
|
* repo: disallow web ui to delete protected branch after PR merged (#4803)bayangan19912018-03-08
| | | | | | | | | | * Disallow web ui to delete protected branch * Fix for branches not yet protected Had to change how error was handled. If a branch had not yet been protected the error would be generated. Reworked to start as false and then use the protected if it was found.
* Refactoring: rename package routers -> routesUnknwon2017-06-11