summaryrefslogtreecommitdiffstats
path: root/app/views/repositories
Commit message (Expand)AuthorAgeFilesLines
* adjust source indents (#20298)Toshi MARUYAMA2015-08-121-33/+33
* "div" tag around revision details (#20298)Toshi MARUYAMA2015-08-121-0/+2
* Removed unneeded #h calls in views.Jean-Philippe Lang2015-02-235-9/+9
* Adds p/n access keys for previous/next links (#18692).Jean-Philippe Lang2014-12-241-2/+4
* Fixed "First argument in form cannot contain nil or be empty" error (#18275).Jean-Philippe Lang2014-11-281-3/+3
* Removed duplicate element ids.Jean-Philippe Lang2014-11-231-1/+1
* 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
* Rails4: replace ActionView::Helpers::TextHelper#truncate by String#truncate a...Toshi MARUYAMA2014-02-061-1/+1
* 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
* remove unneeded h() from app/views/repositories/_dir_list_content.html.erbToshi MARUYAMA2014-02-051-1/+1
* Use :button_save instead of :button_update on committers form (#15275).Jean-Philippe Lang2013-11-161-1/+1
* scm: fix annotate error with non ASCII author on Ruby 1.9 and Ruby 2.0 (#14931)Toshi MARUYAMA2013-09-181-1/+3
* scm: remove unnecessary h() from annotate author (#14931)Toshi MARUYAMA2013-09-181-1/+1
* code format cleanup app/views/repositories/annotate.html.erb (#14931)Toshi MARUYAMA2013-09-181-2/+10
* add changeset comment in revision page title (#14138)Toshi MARUYAMA2013-05-301-1/+5
* remove trailing white-space from app/views/repositories/_breadcrumbs.html.erbToshi MARUYAMA2013-05-241-1/+1
* Highlighting of source link target line for annotate view (#13746).Jean-Philippe Lang2013-05-181-2/+2
* remove width and height from repository stats embed tags (#1983, #13486)Toshi MARUYAMA2013-05-161-2/+2
* make height of "Commits per author" graph flexible (#1983, #13486)Toshi MARUYAMA2013-04-181-2/+10
* replace tabs to spaces at app/views/repositories/_navigation.html.erbToshi MARUYAMA2013-03-151-1/+1
* replace tabs to spaces and code cleanup at app/views/repositories/_form.html.erbToshi MARUYAMA2013-03-151-6/+10
* scm: use nil instead of @rev at revision text box of "View all revisions" pageToshi MARUYAMA2012-10-241-1/+1
* fix "Page not found" on OK button in SCM "View all revisions" page (#12196)Toshi MARUYAMA2012-10-241-1/+2
* explicitly define route at scm diff view (#11966)Toshi MARUYAMA2012-09-271-2/+3
* Use radio buttons instead of a select.Jean-Philippe Lang2012-09-181-5/+3
* Fixed that git diff displays deleted files as /dev/null (#11868).Jean-Philippe Lang2012-09-181-1/+1
* fix deprecation warning of the format in the template nameToshi MARUYAMA2012-09-181-1/+1
* Use javascript_tag.Jean-Philippe Lang2012-09-111-2/+3
* Moved the javascript includes in html head.Jean-Philippe Lang2012-09-111-2/+5
* remove redundant empty lines from app/views/repositories/_revision_graph.html...Toshi MARUYAMA2012-09-071-3/+0
* Upgrade to Rails 3.2.8 (#11758).Jean-Philippe Lang2012-09-021-1/+1
* Adds autocomplete to "Related issue" field on revision (#11102).Jean-Philippe Lang2012-08-091-0/+2
* replace tabs to spaces at app/views/repositories/_dir_list_content.html.erbToshi MARUYAMA2012-07-301-1/+1
* html5 compliance.Jean-Philippe Lang2012-07-291-1/+1
* Typo.Jean-Philippe Lang2012-07-291-1/+1
* Don't repeat revision on annotate view.Jean-Philippe Lang2012-07-281-4/+4
* Repository Identifier should be frozen (#11109).Jean-Philippe Lang2012-07-261-1/+4
* JQuery in, Prototype/Scriptaculous out (#11445).Jean-Philippe Lang2012-07-229-28/+20
* Removes RJS from RepositoriesController.Jean-Philippe Lang2012-07-192-0/+7
* Removes a call to link_to_remote.Jean-Philippe Lang2012-07-181-8/+8
* Deprecated :confirm => 'Text' option.Jean-Philippe Lang2012-07-071-1/+1
* Removed invalid nested p tags.Jean-Philippe Lang2012-06-183-6/+4
* Extract code from view.Jean-Philippe Lang2012-06-101-1/+1
* Adds a method to load changesets for repository entries.Jean-Philippe Lang2012-06-101-4/+3
* Fixed argument to repository_path that triggers an error with Rails 3.2.5.Jean-Philippe Lang2012-06-031-1/+1
* Renamed #changes association to #filechanges (clash with AR::Base.changes tha...Jean-Philippe Lang2012-06-031-1/+1
* route: scm: split entry and raw actionsToshi MARUYAMA2012-05-051-1/+5
* scm: fix revision graph left paddingToshi MARUYAMA2012-05-041-1/+4