summaryrefslogtreecommitdiffstats
path: root/public/js
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2Unknwon2015-08-101-1/+11
|\ | | | | | | | | | | # Conflicts: # modules/bindata/bindata.go # public/css/gogs.min.css
| * new top menuFernando San Julián2015-08-101-1/+11
| |
* | finish create issue with milestone and assigneeUnknwon2015-08-101-19/+32
| |
* | finish create issue with milestoneUnknwon2015-08-101-60/+89
| |
* | finish create issue with labelsUnknwon2015-08-101-17/+58
| |
* | upgrade new issue to SUI v2Unknwon2015-08-101-2/+4
| |
* | Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2Unknwon2015-08-102-10/+19
|\| | | | | | | | | | | | | # Conflicts: # modules/bindata/bindata.go # public/css/gogs.min.css # templates/repo/header.tmpl
| * list view: issue, label, milestoneUnknwon2015-08-092-10/+19
| |
* | UI: create issue with title and contentUnknwon2015-08-091-0/+20
| |
* | auto-redirect when finish filter branchUnknwon2015-08-081-3/+2
| |
* | WIP: create PR - choose branchUnknwon2015-08-081-0/+11
|/
* #334: Add Deployment Key SupportUnknwon2015-08-061-0/+7
|
* Merge branch 'develop' of github.com:gogits/gogs into feature/milestoneUnknwon2015-08-051-26/+52
|\ | | | | | | | | | | | | # Conflicts: # gogs.go # models/issue.go # templates/.VERSION
| * #1299 force downcase e-mailUnknwon2015-08-051-1/+1
| |
| * add clipboard API supportFernando San Julián2015-08-031-26/+52
| |
* | finish new milestone pageUnknwon2015-08-051-15/+20
| |
* | milestone: editUnknwon2015-08-051-2/+2
| |
* | milestone: create pageUnknwon2015-08-0555-2477/+2129
| |
* | milestone: list viewUnknwon2015-08-031-0/+3
|/
* autofocus for new and edit issue formsFernando San Julián2015-07-311-0/+1
|
* UI: CURD labelsUnknwon2015-07-242-5/+36
| | | | - fix update lable break connection with repository
* UI: basic label listUnknwon2015-07-244-1/+30
| | | | - create new label
* UI: basci issue list without filtersUnknwon2015-07-241-1/+1
| | | | | - fix isRead check - fix paging
* UI: issues - finish basic frameUnknwon2015-07-241-0/+3
|
* UI: install - doneUnknwon2015-07-091-0/+1
|
* UI: install - new versionUnknwon2015-07-081-0/+2
|
* UI: install - database settingsUnknwon2015-07-081-2/+39
|
* update UI frameworkUnknwon2015-07-075-19/+14
|
* home: new UIUnknwon2015-03-074-0/+28
|
* public/ng: fix auto-completion #832Unknwon2015-02-011-16/+0
|
* add full name to found users' listDeiwin Sarjas2014-12-021-1/+8
|
* take params for milestone and assignee from query instead of path argsVyacheslav Bakhmutov2014-09-031-1/+1
|
* Removed trailing white spacesTristan Storch2014-08-301-13/+13
| | | | | | | | | | 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 wrong selector for AJAX issue creation.Justin Nuß2014-08-041-2/+2
|
* Merge pull request #311 from nuss-justin/issue/281无闻2014-08-011-0/+14
|\ | | | | Fix #281. Add mouse-over precise time and on-click switch listener.
| * Merge branch 'dev' of https://github.com/gogits/Gogs into issue/281Justin Nuß2014-07-261-6/+168
| |\ | | | | | | | | | | | | Conflicts: modules/base/tool.go
| * | Fix #281. Add mouse-over precise time and on-click switch listener.Justin Nuß2014-07-241-0/+14
| | |
* | | Merge pull request #332 from acusti/dev无闻2014-07-261-20/+18
|\ \ \ | |_|/ |/| | Styling plus a couple small fixes for issue attachments (& misc cleanup)
| * | Semicolons for consistency ;);Andrew Patton2014-07-251-3/+3
| | |
| * | Trivial cleanupAndrew Patton2014-07-251-3/+3
| | | | | | | | | | | | | | | using `event.preventDefault` instead of `return false` for being more explicit
| * | Use console.log instead of breakpointAndrew Patton2014-07-251-1/+1
| | |
| * | Fix typosAndrew Patton2014-07-251-2/+2
| | |
| * | Fix “Submitting” state of Close issue inputAndrew Patton2014-07-251-1/+1
| | | | | | | | | | | | | | | If .btn-default isn’t removed, .btn-default and .btn-warning styles conflict
| * | Small whitespace cleanupAndrew Patton2014-07-251-9/+7
| | |
| * | Fix for erroneous Submitting mode on buttonAndrew Patton2014-07-251-1/+1
| | | | | | | | | | | | | | | Click handler was also attaching to “Select Attachments” button, so modified selector to grab #issue-reply-btn by ID and submit button
* | | Merge pull request #325 from nuss-justin/dev无闻2014-07-251-0/+6
|\ \ \ | |/ / |/| | Remove 'None yet' message when adding first label to issue.
| * | Remove 'None yet' message when adding first label to issue.Justin Nuß2014-07-251-0/+6
| | |
* | | Save comment/issue drafts in sessionStorage.Justin Nuß2014-07-251-1/+59
|/ /
* | Remove debug comment.Justin Nuß2014-07-251-1/+1
| |
* | Fix IE bug and show errors.Justin Nuß2014-07-251-6/+30
| |