summaryrefslogtreecommitdiffstats
path: root/templates/repo/pulls
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos in i18n variable names. (#4080)Matthew Richardson2018-07-041-2/+2
|
* Responsive view (#2750)Morgan Bazalgette2017-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Viewport meta tag * responsive: dashboard * responsive: issues page * responsive: Explore page * responsive: navbar, and some navbar css refactoring * responsive: button for collapsing navbar in mobile view * Mark the hamburger button as active when pressed * better homepage for responsive views * Bring back jump class in navbar The class was necessary, because this way the dropdown doesn't assume the contents of the selected item. * make repository homes responsive * Make file view page responsive * Make forms look good on responsive views * make commits and commit diff view responsive * issues and PRs * responsive wiki * Don't place auto-init far off the page * Minor changes to amend broken stuff minor improvements - make login/sign up in navbar stackable - make navbar in explore and sign in not stackable Change selected class in TestPullCompare Fix typo that happened when rebasing fix dashboard on org view improve profile UI Use clearing on file diff to fix broken UI caused by floating elements remove unresolved merge conflict, and | Sanitize Fix repo home not loading
* Fix so that user can still fork his own repository to owned organizations ↵Lauris BH2017-10-151-10/+10
| | | | | | | | | | (#2699) * Fix so that user can still fork his own repository to his organizations * Fix to only use owned organizations * Add integration test for forking own repository to owned organization
* resolved #310: hide fork to self (#323)Lunny Xiao2016-12-011-1/+1
|
* Web editor: improve edit fileUnknwon2016-08-282-2/+2
|
* #3348 always use relative avatar link in the templateUnknwon2016-08-051-3/+3
|
* Refactor User.Id to User.IDUnknwon2016-07-241-4/+4
|
* Fix problems with '#' in branchnameOdin Ugedal2016-03-151-2/+2
| | | | | Add proper escaping of '#' in branchname in compare when doing pull requests. This addresses issue #2822.
* Fix pull request availability checkUnknwon2016-03-063-4/+4
|
* #1597 support pull requests in same repositoryUnknwon2016-03-041-2/+2
|
* Change colour of numbers on pull request tabs if greater than zerochriswatt2016-02-281-3/+3
|
* #2014 allow switch branches between two orgs in compose PRUnknwon2015-12-201-2/+2
|
* #2251 fix button nameUnknwon2015-12-192-2/+2
|
* Indent all templates with tabsAdam Strzelecki2015-12-085-117/+117
| | | | | | | | | | | | This commit improves templates readability, since all of them use consistent indent with all template command blocks indented too. 1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks such as {{if}} {{with}} 2. Cleans all trailing white-space 3. Adds trailing last line-break to each file
* UI: long organization name in create repository owner listUnknwon2015-11-181-4/+4
|
* fix #1981Unknwon2015-11-181-2/+2
|
* New/reopen PR checks if there is any unmerged and open PRUnknwon2015-10-181-1/+1
|
* basic PR featureUnknwon2015-09-021-4/+4
|
* PR: nothing to commit and has pull request checkUnknwon2015-09-021-1/+11
|
* finish PR UIUnknwon2015-09-024-5/+60
|
* work on PR conversationUnknwon2015-09-011-0/+3
|
* #1021 Forked repo unavailable after deleting original repoUnknwon2015-09-011-1/+1
|
* fix dropdown searchUnknwon2015-08-311-6/+6
|
* fix menu overflowUnknwon2015-08-261-2/+3
|
* upgrade new issue to SUI v2Unknwon2015-08-101-2/+2
|
* Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2Unknwon2015-08-101-3/+3
|\ | | | | | | | | | | | | # Conflicts: # modules/bindata/bindata.go # public/css/gogs.min.css # templates/repo/header.tmpl
| * Generate random avatar based on e-mail when disable GravatarUnknwon2015-08-091-3/+3
| |
* | UI: create issue with title and contentUnknwon2015-08-091-0/+1
| |
* | auto-redirect when finish filter branchUnknwon2015-08-081-2/+2
| |
* | WIP: create PR - choose branchUnknwon2015-08-081-0/+51
|/
* better fork permission checkUnknwon2015-08-081-0/+2
|
* improve fork processUnknwon2015-08-081-0/+69