summaryrefslogtreecommitdiffstats
path: root/templates/repo/commits.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Add compare tag dropdown to releases page (#15695)Jonathan Tran2021-05-031-1/+1
| | | | | | | | | | * Add compare tag dropdown to releases page * Change defaults to be more intuitive and remove unneeded option * Fix to select branch on releases page Co-authored-by: Jonathan Tran <jon@allspice.io> Co-authored-by: Kyle D <kdumontnu@gmail.com>
* Add class to page content to unify top margin (#13766)silverwind2020-11-301-1/+1
| | | | | | | | | | | | | | | | | | | * Add class to page content to unify top margin Previously pages would individually set this margin but some didn't so content would stick to the header without any space. Resolve this by adding a new class that is added on all pages. The only place where we remove this margin again is on the pages with menu or wrapper in the header. * fix admin notices * fix team pages * fix loading segment on gitgraph for arc-green * fix last missing case Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Make SVG size argument optional (#12814)silverwind2020-09-111-1/+1
| | | | | Now defaults to 16 on both frontend and backend. Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Add Octicon SVG spritemap (#10107)John Olheiser2020-02-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add octicon SVG sprite Signed-off-by: jolheiser <john.olheiser@gmail.com> * Static prefix Signed-off-by: jolheiser <john.olheiser@gmail.com> * SVG for all repo icons Signed-off-by: jolheiser <john.olheiser@gmail.com> * make vendor Signed-off-by: jolheiser <john.olheiser@gmail.com> * Swap out octicons Signed-off-by: jolheiser <john.olheiser@gmail.com> * Move octicons to top of less imports Signed-off-by: jolheiser <john.olheiser@gmail.com> * Fix JS Signed-off-by: jolheiser <john.olheiser@gmail.com> * Definitely not a search/replace Signed-off-by: jolheiser <john.olheiser@gmail.com> * Missed regex Signed-off-by: jolheiser <john.olheiser@gmail.com> * Move to more generic calls and webpack Signed-off-by: jolheiser <john.olheiser@gmail.com> * make svg -> make webpack Signed-off-by: jolheiser <john.olheiser@gmail.com> * Remove svg-sprite Signed-off-by: jolheiser <john.olheiser@gmail.com> * Update tests Signed-off-by: jolheiser <john.olheiser@gmail.com> * Missed a test Signed-off-by: jolheiser <john.olheiser@gmail.com> * Remove svg from makefile Signed-off-by: jolheiser <john.olheiser@gmail.com> * Suggestions Signed-off-by: jolheiser <john.olheiser@gmail.com> * Attempt to fix test Signed-off-by: jolheiser <john.olheiser@gmail.com> * Update tests Signed-off-by: jolheiser <john.olheiser@gmail.com> * Revert timetracking test Signed-off-by: jolheiser <john.olheiser@gmail.com> * Swap .octicon for .svg in less Signed-off-by: jolheiser <john.olheiser@gmail.com> * Add aria-hidden Signed-off-by: jolheiser <john.olheiser@gmail.com> * Replace mega-octicon Signed-off-by: jolheiser <john.olheiser@gmail.com> * Fix webpack globbing on Windows Signed-off-by: jolheiser <john.olheiser@gmail.com> * Revert Co-Authored-By: silverwind <me@silverwind.io> * Fix octions from upstream Signed-off-by: jolheiser <john.olheiser@gmail.com> * Fix Vue and missed JS function Signed-off-by: jolheiser <john.olheiser@gmail.com> * Add JS helper and PWA Signed-off-by: jolheiser <john.olheiser@gmail.com> * Preload SVG Signed-off-by: jolheiser <john.olheiser@gmail.com> Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: techknowlogick <matti@mdranta.net>
* 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
* Rework button styles on repo and commit page (#3104)silverwind2017-12-071-1/+1
|
* Add branch overiew page (#2108)Bwko2017-10-261-12/+13
| | | | | | | | * Add branch overiew page * fix changed method name on sub menu * remove unused code
* Use whole button as linkPeter Žeby2017-03-271-3/+1
|
* Minor improvements on commit graph UI (#1380)Andrey Nering2017-03-241-2/+2
| | | | | | * Make "Commit Graph" link a button and translate it * Add title on Commit Graph page
* commithgraph / timeline (#428)Kjell Kvinge2016-12-291-2/+14
| | | | | | | | | | * Add model and tests for graph * Add route and router for graph * Add assets for graph * Add template for graph
* Break branch-selection dropdown into a templateAngus Gibson2015-12-091-44/+1
| | | | | We only handle branch selection for repo home and commits pages, so the redirection URL is based on PageIsCommits
* Dropdown on commits page to choose branch #1846Angus Gibson2015-12-091-0/+44
| | | | | | I've mostly duplicated the dropdown code from repo/home.tmpl, which basically only required a change to the URL. This could probably be broken out into something more modular.
* Indent all templates with tabsAdam Strzelecki2015-12-081-4/+4
| | | | | | | | | | | | 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: Always show menu on repo pagesAdam Strzelecki2015-12-031-1/+0
| | | | | Merges repo/sidebar.tmpl with repo/header.tmpl and makes every repo page use middleware.RepoRef() necessary to display information on this menu.
* UI: Make repository menu divide header and contentAdam Strzelecki2015-12-021-4/+4
| | | | | This is more inline with way GitHub looks like and feels much more natural and in style with rest of the interface.
* minor UI fix and fix ssh raceUnknwon2015-11-141-0/+1
|
* new commits tableUnknwon2015-08-201-8/+7
|
* UI: issues - finish basic frameUnknwon2015-07-241-1/+1
|
* Page: Commits and fix #249Unknwon2014-09-231-7/+8
|
* add commit compare functionalityChristopher Brickley2014-09-011-42/+1
|
* Huge updates!!!!! Be careful to merge!!!!Unknwon2014-07-261-1/+1
|
* Fix #166Unknown2014-05-121-2/+2
|
* Merge branch 'dev' of github.com:gogits/gogs into devUnknown2014-04-271-1/+1
|\ | | | | | | | | Conflicts: templates/repo/single_list.tmpl
| * Use commit summaries instead of full messagesChris Lee2014-04-271-1/+1
| |
* | HTTP no follow and offline modeUnknown2014-04-271-2/+2
|/
* Mirror bug fix on downloading zipUnknown2014-04-151-1/+1
|
* Add repo mirror and importUnknown2014-04-121-1/+1
|
* Pages in commits list pageUnknown2014-04-111-9/+4
|
* Add search commitsUnknown2014-04-111-6/+6
|
* add pager in commit-page, finish commit search formFuXiaoHei2014-04-111-3/+17
|
* fix read commit sourceslene2014-03-281-2/+2
|
* change css name styleFuXiaoHei2014-03-251-2/+2
|
* Watch backendUnknown2014-03-191-1/+1
|
* Bug fixUnknown2014-03-191-1/+1
|
* Render data in commit list pageUnknown2014-03-191-28/+15
|
* repo commit list uiFuXiaoHei2014-03-191-0/+38
|
* bug fixed for commits listLunny Xiao2014-03-191-2/+3
|
* add commitsLunny Xiao2014-03-171-0/+5
|
* Mirror changeUnknown2014-03-171-0/+9