summaryrefslogtreecommitdiff
path: root/app/views/commits
Commit message (Expand)AuthorAgeFilesLines
* Add commit full time tooltip to `commited_ago`Dmitry Medvinsky2013-02-191-1/+1
* Reduce size of nav panel. Fixed nav background for IE. Refactored mars themeDmitriy Zaporozhets2013-02-161-1/+1
* Merge branch 'refactor/css' of dev.gitlabhq.com:gitlab/gitlabhqDmitriy Zaporozhets2013-01-303-5/+5
|\
| * remove old alert messagesDmitriy Zaporozhets2013-01-301-1/+1
| * replace right with pull-rightDmitriy Zaporozhets2013-01-303-4/+4
* | Merge pull request #2837 from xudiera/masterDmitriy Zaporozhets2013-01-301-1/+1
|\ \ | |/ |/|
| * Fixed a grammar mistake in alert-message.block-messageCarlos Xudiera2013-01-291-1/+1
* | refactor buttons pt2Dmitriy Zaporozhets2013-01-291-1/+1
* | refactor buttons pt1Dmitriy Zaporozhets2013-01-291-1/+1
|/
* Updated commit diff view with some minor visual modificationsKoen Punt2013-01-274-44/+95
* fix 1145Dmitriy Zaporozhets2013-01-251-1/+1
* change logic on line_codeDmitriy Zaporozhets2013-01-151-1/+1
* Merge commit 'master' into discussionsRiyad Preukschas2013-01-155-23/+26
|\
| * Remove unused methodsDmitriy Zaporozhets2013-01-051-2/+2
| * Fixed styles, ProjectHook specs etcDmitriy Zaporozhets2013-01-051-1/+1
| * use ui-box as for allDmitriy Zaporozhets2013-01-042-17/+20
| * REpostiry, Team modelsDmitriy Zaporozhets2013-01-031-3/+3
| * Fix routing issues when navigating over tree, commits etcDmitriy Zaporozhets2012-12-251-1/+1
* | Merge branch 'master' into discussionsRiyad Preukschas2012-12-231-1/+1
|\ \ | |/
| * Refactor css lists. Use well-list classDmitriy Zaporozhets2012-12-181-1/+1
* | Move diff notes into the actual diff content columnRiyad Preukschas2012-12-031-4/+4
* | Rename commits/text_file partial to text_diffRiyad Preukschas2012-12-032-2/+2
* | Rename diff note partialsRiyad Preukschas2012-12-031-2/+2
* | Fix parameter passing and wording for per line notesRiyad Preukschas2012-12-031-1/+1
|/
* commit diff - check if prev_commit is not nilJohannes Schleifenbaum2012-12-011-1/+1
* Change "Get Patch" buttons to dropdowns orffering patches and diffsRiyad Preukschas2012-11-251-3/+8
* Implemented bootstrap 2.2.1.1. Restyled header panelDmitriy Zaporozhets2012-11-201-6/+6
* Optimized commit diff views, now showing file size and file mode changesKoen Punt2012-11-182-25/+39
* Improve lists. Remove unneccessary paddingDmitriy Zaporozhets2012-11-111-2/+2
* Stats pagerandx2012-11-101-0/+5
* Add 'breadcrumbs' helper for Commit breadcrumb linksRobert Speicher2012-11-011-8/+1
* Fix invalid template path for huge commitDmitriy Zaporozhets2012-10-301-3/+0
* Use #author_link for blame, commits and treeRiyad Preukschas2012-10-272-5/+3
* Reduce max commit diff size. Added Commit::DIFF_SAFE_SIZEDmitriy Zaporozhets2012-10-251-4/+4
* Add links to the note source if the note is mixed inRiyad Preukschas2012-10-101-1/+1
* Add notes count to commits in lists.Riyad Preukschas2012-10-101-0/+7
* Use branches.length and tags.length instead of [whatever]_countRobert Speicher2012-10-021-2/+2
* commit show page styled a bitDmitriy Zaporozhets2012-09-281-3/+3
* Fix blame markup & breadcrubs for commitsDmitriy Zaporozhets2012-09-271-1/+1
* Fixed updir method. Fixed breadcrumbs for commitsDmitriy Zaporozhets2012-09-271-2/+2
* Replace various "active tab" checks with nav_linkRobert Speicher2012-09-261-8/+8
* Fix paths in commits/_headRobert Speicher2012-09-261-3/+3
* Compare views and cleanupRobert Speicher2012-09-261-2/+2
* Fix atom feed linksRobert Speicher2012-09-262-3/+3
* Update usages of project_commit[s] route helpersRobert Speicher2012-09-262-2/+2
* Use Commits#show instead of Commits#indexRobert Speicher2012-09-263-0/+0
* Remove Commits#compare, add CompareControllerRobert Speicher2012-09-261-53/+0
* Add BlobController, remove Refs#blobRobert Speicher2012-09-261-1/+1
* Update usages of tree_file_project_ref_path to project_tree_pathRobert Speicher2012-09-263-3/+3
* Use Commit#show instead of Commits#show to view a single commitRobert Speicher2012-09-262-14/+3