summaryrefslogtreecommitdiffstats
path: root/app/views/repositories
Commit message (Expand)AuthorAgeFilesLines
* Style links on repository entries as 2nd level tabs (like in settings) (#25999).Jean-Philippe Lang2017-06-101-7/+16
* Add download icon to download links on file and repo entry preview (#25999).Jean-Philippe Lang2017-06-101-1/+1
* View content of repository files by default, instead of its history (#25999).Jean-Philippe Lang2017-06-103-3/+3
* Use css pseudo-classes instead of cycle("odd", "even") (#15361).Jean-Philippe Lang2017-01-252-2/+2
* Typo: s/changset-comments/changeset-comments/ (#22758, #24604).Jean-Philippe Lang2016-12-181-1/+1
* Adds a setting to enable/disable formatting of commit messages (#22758).Jean-Philippe Lang2016-12-122-2/+4
* Reverts r16051 and r16050 for now (#15361).Jean-Philippe Lang2016-12-032-2/+2
* Use css pseudo-classes instead "odd", "even" classes (#15361).Jean-Philippe Lang2016-12-032-2/+2
* 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
* Show revision details using the same structure and look from the journals det...Jean-Philippe Lang2016-08-301-21/+16
* Don't respond with the error template when annotate is not available.Jean-Philippe Lang2016-07-171-1/+4
* Don't generate urls with params.Jean-Philippe Lang2016-07-103-6/+11
* Don't generate urls with params.Jean-Philippe Lang2016-07-101-1/+1
* Add view for "no preview" repository files (#22482).Jean-Philippe Lang2016-05-081-1/+3
* Whitespace only change (#22058).Jean-Philippe Lang2016-04-111-1/+1
* Add inline image preview/display for attachments and repository entries (#220...Jean-Philippe Lang2016-04-111-0/+4
* Make full revision table available on mobile devices (#22336).Jean-Philippe Lang2016-04-031-0/+2
* Improve accessibility for icon-only links by adding hidden text (#21805).Jean-Philippe Lang2016-03-201-1/+1
* Tests broken (#4266).Jean-Philippe Lang2016-01-311-3/+3
* Display the changeset details when the diff is for a single changeset only (#...Jean-Philippe Lang2016-01-311-0/+4
* Locals are not used in the partial (#4266).Jean-Philippe Lang2016-01-312-2/+2
* Adds changeset comments to diff view (#4266).Jean-Philippe Lang2016-01-313-46/+47
* Replace uses of image_tag() with CSS (#21256).Jean-Philippe Lang2016-01-201-2/+4
* Use ul tags to do pagination (#21258).Jean-Philippe Lang2015-11-281-1/+1
* 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