Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | comletely remove v1 UI files of Gogs | Unknwon | 2015-08-15 | |
| | ||||
* | fix autocomplete on migration | Unknwon | 2015-08-15 | |
| | ||||
* | #1180 and #1250: migration | Unknwon | 2015-08-15 | |
| | ||||
* | able sort issues | Unknwon | 2015-08-15 | |
| | ||||
* | able edit issue labels/milestone/assignee | Unknwon | 2015-08-15 | |
| | ||||
* | fix issue list assignee position | Unknwon | 2015-08-14 | |
| | ||||
* | Show owner/poster tags of comments and fix #1312 | Unknwon | 2015-08-14 | |
| | ||||
* | finish close/reopen issue | Unknwon | 2015-08-13 | |
| | ||||
* | Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2 | Unknwon | 2015-08-12 | |
|\ | | | | | | | | | # Conflicts: # public/css/gogs.min.css | |||
| * | fix on #1466 | Unknwon | 2015-08-12 | |
| | | ||||
* | | add comment form UI | Unknwon | 2015-08-12 | |
| | | ||||
* | | finish view issue without comments and ops | Unknwon | 2015-08-12 | |
|/ | ||||
* | finish attachments when create issue | Unknwon | 2015-08-11 | |
| | ||||
* | finish create issue attachment UI | Unknwon | 2015-08-11 | |
| | ||||
* | finish new issue action and mentions | Unknwon | 2015-08-10 | |
| | ||||
* | Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2 | Unknwon | 2015-08-10 | |
|\ | | | | | | | | | | | # Conflicts: # modules/bindata/bindata.go # public/css/gogs.min.css | |||
| * | minor fix on #1460 | Unknwon | 2015-08-10 | |
| | | ||||
| * | new top menu | Fernando San Julián | 2015-08-10 | |
| | | ||||
* | | finish create issue with milestone and assignee | Unknwon | 2015-08-10 | |
| | | ||||
* | | finish create issue with milestone | Unknwon | 2015-08-10 | |
| | | ||||
* | | finish create issue with labels | Unknwon | 2015-08-10 | |
| | | ||||
* | | upgrade new issue to SUI v2 | Unknwon | 2015-08-10 | |
| | | ||||
* | | Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2 | Unknwon | 2015-08-10 | |
|\| | | | | | | | | | | | | | # Conflicts: # modules/bindata/bindata.go # public/css/gogs.min.css # templates/repo/header.tmpl | |||
| * | finish transforming to v2 | Unknwon | 2015-08-10 | |
| | | ||||
| * | list view: issue, label, milestone | Unknwon | 2015-08-09 | |
| | | ||||
* | | UI: create issue with title and content | Unknwon | 2015-08-09 | |
| | | ||||
* | | WIP: create PR - choose branch | Unknwon | 2015-08-08 | |
|/ | ||||
* | fix css rule | Unknwon | 2015-08-08 | |
| | ||||
* | improve fork process | Unknwon | 2015-08-08 | |
| | ||||
* | #334: Add Deployment Key Support | Unknwon | 2015-08-06 | |
| | ||||
* | finish new milestone page | Unknwon | 2015-08-05 | |
| | ||||
* | milestone: create page | Unknwon | 2015-08-05 | |
| | ||||
* | milestone: pagination | Unknwon | 2015-08-04 | |
| | ||||
* | milestone: list view | Unknwon | 2015-08-03 | |
| | ||||
* | new markdown styles | Fernando San Julián | 2015-08-01 | |
| | ||||
* | better paging | Unknwon | 2015-07-28 | |
| | ||||
* | new issue and label page | Unknwon | 2015-07-25 | |
| | ||||
* | UI: CURD labels | Unknwon | 2015-07-24 | |
| | | | | - fix update lable break connection with repository | |||
* | fix css compression | Unknwon | 2015-07-24 | |
| | ||||
* | UI: basic label list | Unknwon | 2015-07-24 | |
| | | | | - create new label | |||
* | UI: basci issue list without filters | Unknwon | 2015-07-24 | |
| | | | | | - fix isRead check - fix paging | |||
* | UI: issues - finish basic frame | Unknwon | 2015-07-24 | |
| | ||||
* | UI: install - new version | Unknwon | 2015-07-08 | |
| | ||||
* | UI: install - database settings | Unknwon | 2015-07-08 | |
| | ||||
* | update UI framework | Unknwon | 2015-07-07 | |
| | ||||
* | #1073 #1162 issue ID constraint failed | Unknwon | 2015-03-27 | |
| | ||||
* | add sr-only class, change to new tag line | Unknwon | 2015-03-20 | |
| | ||||
* | home: new UI | Unknwon | 2015-03-07 | |
| | ||||
* | add commit compare functionality | Christopher Brickley | 2014-09-01 | |
| | ||||
* | 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. |