summaryrefslogtreecommitdiff
path: root/app/views/projects/commits
Commit message (Expand)AuthorAgeFilesLines
* Add current_ref helper methodheader-titlesDmitriy Zaporozhets2015-09-141-2/+2
* Style commits, branches and tags pages to match new UIDmitriy Zaporozhets2015-09-072-17/+14
* Merge branch 'ui-improvements' into 'master'Dmitriy Zaporozhets2015-07-011-2/+1
|\
| * Fix commits feed buttonDmitriy Zaporozhets2015-07-011-1/+1
| * Make commits atom feed button smallerDmitriy Zaporozhets2015-06-301-1/+0
* | Cache commits listDmitriy Zaporozhets2015-06-301-28/+29
|/
* Use `skip_js` for commit timestampsRobert Speicher2015-06-171-1/+1
* Fix Atom feeds.Douwe Maan2015-05-211-1/+1
* Use count badges with number_with_delimiter helper for issue, commit countDmitriy Zaporozhets2015-05-141-1/+1
* Add icons to more tabs.Douwe Maan2015-05-121-1/+6
* Fix commits feed button.create-merge-requestDouwe Maan2015-05-101-4/+4
* Add Create Merge Request buttons to commits page and push event.Douwe Maan2015-05-091-5/+11
* Link Commits tab to current branch from Compare page.Douwe Maan2015-05-091-1/+1
* Add a page title to every page.Douwe Maan2015-04-301-0/+1
* No longer needed to pass project argument to commit methods.Douwe Maan2015-04-241-1/+1
* Let commit model know about its project.Douwe Maan2015-04-241-2/+2
* Remove unnecessary private_token params.atom-feeds-everywhereDouwe Maan2015-04-231-1/+1
* Make links and titles of atom feeds consistent.Douwe Maan2015-04-232-8/+8
* Add atom link tag to every page that has one.Douwe Maan2015-04-231-0/+4
* Clean up code around commit mentions.Douwe Maan2015-04-151-1/+1
* Added badge to commits tabPhil Hughes2015-03-301-1/+3
* Don't include system notes in issue/MR comment count.notes-count-without-systemDouwe Maan2015-03-231-1/+1
* Merge branch 'master' into rails-4.1.9Vinnie Okada2015-02-212-11/+14
|\
| * Minor css improvementsDmitriy Zaporozhets2015-02-201-2/+3
| * Improve commits page UIDmitriy Zaporozhets2015-02-191-3/+3
| * Refactor commits cssDmitriy Zaporozhets2015-02-191-1/+1
| * Improve commits UIDmitriy Zaporozhets2015-02-192-7/+9
* | Upgrade to Rails 4.1.9Vinnie Okada2015-02-145-14/+14
|/
* Fix commits paginationDmitriy Zaporozhets2015-01-171-0/+3
* Pass source project variable to commits list on MR pageDmitriy Zaporozhets2015-01-062-2/+2
* Remove commit indicator from path on Commits tabCiro Santilli2014-11-161-2/+0
* Use 8chars short sha for commit in viewsDmitriy Zaporozhets2014-10-102-2/+2
* Upgrade to Font Awesome v4.2Sullivan SENECHAL2014-10-033-3/+3
* Rewrite graphs featureDmitriy Zaporozhets2014-09-261-4/+0
* Factor out commit list from compare and new MR.Ciro Santilli2014-09-141-0/+11
* update tags count if tag gets deletedRobert Schilling2014-09-121-1/+1
* Fix all broken stuff after diff refactoringDmitriy Zaporozhets2014-09-081-26/+0
* Refactor diff viewsDmitriy Zaporozhets2014-09-089-243/+2
* CleanupMarin Jankovski2014-09-081-13/+6
* Now refactor all to work properly.Marin Jankovski2014-09-081-34/+26
* Color the lines correctly.Marin Jankovski2014-09-081-8/+10
* Don't show the line numbers if the lines were removed.Marin Jankovski2014-09-081-2/+6
* Take the next type into considerationMarin Jankovski2014-09-081-2/+3
* Coloring.Marin Jankovski2014-09-081-10/+13
* Take added or removed file into account.Marin Jankovski2014-09-081-9/+14
* File mode changed note.Marin Jankovski2014-09-081-2/+6
* Remove duplication, expand for next_line.Marin Jankovski2014-09-082-2/+9
* Duplicate the behaviour and refactor for use with parallel diff.Marin Jankovski2014-09-081-6/+7
* Parallel diff in two columns.Marin Jankovski2014-09-081-35/+15
* Merge pull request #7609 from cirosantilli/rm-haml-stringsDmitriy Zaporozhets2014-08-281-1/+1
|\