summaryrefslogtreecommitdiffstats
path: root/app/views/repositories/_revisions.html.erb
Commit message (Expand)AuthorAgeFilesLines
* Fix that "View differences" buttons on RepositoriesController#diff page does ...Go MAEDA2020-11-121-6/+6
* Incorrect position of the revision graph (#33896, #33383).Go MAEDA2020-10-151-8/+8
* Wrap submit tags with p.Jean-Philippe Lang2019-12-201-2/+10
* "View differences" buttons are shown in the repository page even without "Bro...Jean-Philippe Lang2019-03-301-1/+1
* Add "View Differences" button above wiki and repository revisions table (#122...Go MAEDA2018-09-181-1/+2
* Display commit messages like in 3.3 on revision list (#26403).Jean-Philippe Lang2017-07-221-1/+1
* Use css pseudo-classes instead of cycle("odd", "even") (#15361).Jean-Philippe Lang2017-01-251-1/+1
* Adds a setting to enable/disable formatting of commit messages (#22758).Jean-Philippe Lang2016-12-121-1/+1
* Reverts r16051 and r16050 for now (#15361).Jean-Philippe Lang2016-12-031-1/+1
* Use css pseudo-classes instead "odd", "even" classes (#15361).Jean-Philippe Lang2016-12-031-1/+1
* Use #link_to_user (#23998).Jean-Philippe Lang2016-10-091-1/+1
* Adds link to author in revisions list (#23998).Jean-Philippe Lang2016-10-091-1/+1
* Make full revision table available on mobile devices (#22336).Jean-Philippe Lang2016-04-031-0/+2
* Backport r13313 from rails-4.1 to trunk.Toshi MARUYAMA2014-09-141-2/+2
* Rails4: replace ActionView::Helpers::TextHelper#truncate by String#truncate a...Toshi MARUYAMA2014-02-061-1/+1
* remove unneeded h() from app/views/repositories/_revisions.html.erbToshi MARUYAMA2014-02-051-1/+1
* JQuery in, Prototype/Scriptaculous out (#11445).Jean-Philippe Lang2012-07-221-2/+2
* scm: fix revision graph left paddingToshi MARUYAMA2012-05-041-1/+4
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-1/+1
* Moved revision graph holder div out of the table structure.Etienne Massip2012-02-111-15/+15
* Use of local variable for consistency.Etienne Massip2012-02-111-1/+1
* Integrated revision graph into scmid column.Etienne Massip2012-02-111-30/+17
* Revision graph code cleanup.Etienne Massip2012-02-041-9/+9
* code layout cleanup app/views/repositories/_revisions.html.erbToshi MARUYAMA2012-01-261-1/+5
* Adds support for multiple repositories per project (#779).Jean-Philippe Lang2012-01-151-2/+3
* scm: git: mercurial: not show revision graph in sub directory (#5501)Toshi MARUYAMA2011-12-011-4/+5
* scm: git: mercurial: add a new feature of revision graph (#5501)Toshi MARUYAMA2011-11-031-1/+28
* scm: view: add #to_s to changeset.author (#5501)Toshi MARUYAMA2011-10-211-1/+1
* scm: view: truncate author with length 30 (#5501)Toshi MARUYAMA2011-10-211-1/+1
* rename .rhtml to .html.erb of app/views/repositories/_revisions.rhtml.Toshi MARUYAMA2011-08-231-0/+28