summaryrefslogtreecommitdiffstats
path: root/public/css
Commit message (Collapse)AuthorAgeFilesLines
* fix autocomplete on migrationUnknwon2015-08-151-1/+1
|
* #1180 and #1250: migrationUnknwon2015-08-151-1/+1
|
* able sort issuesUnknwon2015-08-151-1/+1
|
* able edit issue labels/milestone/assigneeUnknwon2015-08-151-1/+1
|
* fix issue list assignee positionUnknwon2015-08-141-1/+1
|
* Show owner/poster tags of comments and fix #1312Unknwon2015-08-141-1/+1
|
* finish close/reopen issueUnknwon2015-08-131-1/+1
|
* Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2Unknwon2015-08-121-1/+1
|\ | | | | | | | | # Conflicts: # public/css/gogs.min.css
| * fix on #1466Unknwon2015-08-121-1/+1
| |
* | add comment form UIUnknwon2015-08-121-1/+1
| |
* | finish view issue without comments and opsUnknwon2015-08-121-1/+1
|/
* finish attachments when create issueUnknwon2015-08-111-1/+1
|
* finish create issue attachment UIUnknwon2015-08-112-1/+389
|
* finish new issue action and mentionsUnknwon2015-08-101-1/+1
|
* Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2Unknwon2015-08-101-1/+1
|\ | | | | | | | | | | # Conflicts: # modules/bindata/bindata.go # public/css/gogs.min.css
| * minor fix on #1460Unknwon2015-08-101-1/+1
| |
| * new top menuFernando San Julián2015-08-101-1/+1
| |
* | finish create issue with milestone and assigneeUnknwon2015-08-101-1/+1
| |
* | finish create issue with milestoneUnknwon2015-08-101-1/+1
| |
* | finish create issue with labelsUnknwon2015-08-101-1/+1
| |
* | upgrade new issue to SUI v2Unknwon2015-08-101-1/+1
| |
* | Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2Unknwon2015-08-102-3/+3
|\| | | | | | | | | | | | | # Conflicts: # modules/bindata/bindata.go # public/css/gogs.min.css # templates/repo/header.tmpl
| * finish transforming to v2Unknwon2015-08-101-1/+1
| |
| * list view: issue, label, milestoneUnknwon2015-08-092-3/+3
| |
* | UI: create issue with title and contentUnknwon2015-08-091-1/+1
| |
* | WIP: create PR - choose branchUnknwon2015-08-081-1/+1
|/
* fix css ruleUnknwon2015-08-081-1/+1
|
* improve fork processUnknwon2015-08-081-1/+1
|
* #334: Add Deployment Key SupportUnknwon2015-08-061-1/+1
|
* finish new milestone pageUnknwon2015-08-051-1/+1
|
* milestone: create pageUnknwon2015-08-053-791/+546
|
* milestone: paginationUnknwon2015-08-041-1/+1
|
* milestone: list viewUnknwon2015-08-031-1/+1
|
* new markdown stylesFernando San Julián2015-08-011-215/+344
|
* better pagingUnknwon2015-07-281-1/+1
|
* new issue and label pageUnknwon2015-07-251-1/+1
|
* UI: CURD labelsUnknwon2015-07-242-10/+1
| | | | - fix update lable break connection with repository
* fix css compressionUnknwon2015-07-241-1143/+1
|
* UI: basic label listUnknwon2015-07-242-1/+1421
| | | | - 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-1/+1
|
* UI: install - new versionUnknwon2015-07-081-1/+1
|
* UI: install - database settingsUnknwon2015-07-081-1/+1
|
* update UI frameworkUnknwon2015-07-071-2/+2
|
* #1073 #1162 issue ID constraint failedUnknwon2015-03-271-1/+1
|
* add sr-only class, change to new tag lineUnknwon2015-03-201-921/+1
|
* home: new UIUnknwon2015-03-0714-2/+1949
|
* add commit compare functionalityChristopher Brickley2014-09-011-0/+7
|
* Removed trailing white spacesTristan Storch2014-08-301-2/+2
| | | | | | | | | | 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.
* Merge pull request #336 from adelq/responsive-layouts无闻2014-07-281-3/+3
|\ | | | | Avoid using fixed width in CSS for layouts