Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | take params for milestone and assignee from query instead of path args | Vyacheslav Bakhmutov | 2014-09-03 |
| | |||
* | Removed trailing white spaces | Tristan Storch | 2014-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. | ||
* | Fix wrong selector for AJAX issue creation. | Justin Nuß | 2014-08-04 |
| | |||
* | Merge pull request #311 from nuss-justin/issue/281 | 无闻 | 2014-08-01 |
|\ | | | | | Fix #281. Add mouse-over precise time and on-click switch listener. | ||
| * | Merge branch 'dev' of https://github.com/gogits/Gogs into issue/281 | Justin Nuß | 2014-07-26 |
| |\ | | | | | | | | | | | | | Conflicts: modules/base/tool.go | ||
| * | | Fix #281. Add mouse-over precise time and on-click switch listener. | Justin Nuß | 2014-07-24 |
| | | | |||
* | | | Merge pull request #332 from acusti/dev | 无闻 | 2014-07-26 |
|\ \ \ | |_|/ |/| | | Styling plus a couple small fixes for issue attachments (& misc cleanup) | ||
| * | | Semicolons for consistency ;); | Andrew Patton | 2014-07-25 |
| | | | |||
| * | | Trivial cleanup | Andrew Patton | 2014-07-25 |
| | | | | | | | | | | | | | | | using `event.preventDefault` instead of `return false` for being more explicit | ||
| * | | Use console.log instead of breakpoint | Andrew Patton | 2014-07-25 |
| | | | |||
| * | | Fix typos | Andrew Patton | 2014-07-25 |
| | | | |||
| * | | Fix “Submitting” state of Close issue input | Andrew Patton | 2014-07-25 |
| | | | | | | | | | | | | | | | If .btn-default isn’t removed, .btn-default and .btn-warning styles conflict | ||
| * | | Small whitespace cleanup | Andrew Patton | 2014-07-25 |
| | | | |||
| * | | Fix for erroneous Submitting mode on button | Andrew Patton | 2014-07-25 |
| | | | | | | | | | | | | | | | 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-25 |
|\ \ \ | |/ / |/| | | Remove 'None yet' message when adding first label to issue. | ||
| * | | Remove 'None yet' message when adding first label to issue. | Justin Nuß | 2014-07-25 |
| | | | |||
* | | | Save comment/issue drafts in sessionStorage. | Justin Nuß | 2014-07-25 |
|/ / | |||
* | | Remove debug comment. | Justin Nuß | 2014-07-25 |
| | | |||
* | | 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 |
| | | |||
* | | Merge pull request #315 from nuss-justin/issue/313 | 无闻 | 2014-07-25 |
|\ \ | | | | | | | Fix #313. Repair broken image extension detection regex. | ||
| * | | Fix #313. Repair broken image extension detection regex. | Justin | 2014-07-24 |
| |/ | |||
* / | Fix #319 (user not-logged in error) | Andrew Patton | 2014-07-24 |
|/ | |||
* | Add file upload for attachments | Justin Nuß | 2014-07-24 |
| | |||
* | Show attachments in issues/comments and add preview for images | Justin Nuß | 2014-07-24 |
| | |||
* | WIP: Allow attachments for issues, not only comments | Justin Nuß | 2014-07-23 |
| | |||
* | WIP: Allow attachments for comments | Justin Nuß | 2014-07-23 |
| | |||
* | Merge pull request #299 from nuss-justin/issue/216 | 无闻 | 2014-07-22 |
|\ | | | | | Fix #216. Change milestones, labels and assigne without reloading the page | ||
| * | Fix #216. Change milestones, labels and assigne without reloading the page | Justin Nuß | 2014-07-22 |
| | | |||
* | | Fix unwatch button not working in Firefox | Justin Nuß | 2014-07-22 |
|/ | |||
* | add organization team-single page | fuxiaohei | 2014-07-07 |
| | |||
* | select owner when creating repository | fuxiaohei | 2014-06-25 |
| | |||
* | select owner when creating repository | fuxiaohei | 2014-06-25 |
| | |||
* | Fix #199 | Unknown | 2014-06-12 |
| | |||
* | issue ui update | FuXiaoHei | 2014-05-26 |
| | |||
* | fix issue label ajax | FuXiaoHei | 2014-05-24 |
| | |||
* | finish issue edit content preview | FuXiaoHei | 2014-05-21 |
| | |||
* | add issue label attach-detach ui | FuXiaoHei | 2014-05-19 |
| | |||
* | add label edit and manage ui | FuXiaoHei | 2014-05-19 |
| | |||
* | issue label ui design | FuXiaoHei | 2014-05-16 |
| | |||
* | add milestone in new-issue page | FuXiaoHei | 2014-05-14 |
| | |||
* | add milestone issue view ui | FuXiaoHei | 2014-05-14 |
| | |||
* | fix preview js | FuXiaoHei | 2014-05-12 |
| | |||
* | Finish issue assignee | Unknown | 2014-05-11 |
| | |||
* | Fix #173 | Unknown | 2014-05-11 |
| | |||
* | finish milestone add page | FuXiaoHei | 2014-05-09 |
| | |||
* | assignee ui in issue view | FuXiaoHei | 2014-05-09 |
| | |||
* | issue assignee ui | FuXiaoHei | 2014-05-08 |
| | |||
* | User code clean and ui improve | Unknown | 2014-05-05 |
| | |||
* | Clean api code | Unknown | 2014-05-05 |
| |