| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged r16843 (#26403). | Jean-Philippe Lang | 2017-07-30 | 1 | -1/+1 |
* | Merged r16762 (#26350). | Jean-Philippe Lang | 2017-07-06 | 1 | -1/+1 |
* | Add download link to no preview message (#26035). | Jean-Philippe Lang | 2017-06-17 | 1 | -1/+9 |
* | Move download link to contextual area (#26035). | Jean-Philippe Lang | 2017-06-17 | 2 | -9/+9 |
* | Style links on repository entries as 2nd level tabs (like in settings) (#25999). | Jean-Philippe Lang | 2017-06-10 | 1 | -7/+16 |
* | Add download icon to download links on file and repo entry preview (#25999). | Jean-Philippe Lang | 2017-06-10 | 1 | -1/+1 |
* | View content of repository files by default, instead of its history (#25999). | Jean-Philippe Lang | 2017-06-10 | 3 | -3/+3 |
* | Use css pseudo-classes instead of cycle("odd", "even") (#15361). | Jean-Philippe Lang | 2017-01-25 | 2 | -2/+2 |
* | Typo: s/changset-comments/changeset-comments/ (#22758, #24604). | Jean-Philippe Lang | 2016-12-18 | 1 | -1/+1 |
* | Adds a setting to enable/disable formatting of commit messages (#22758). | Jean-Philippe Lang | 2016-12-12 | 2 | -2/+4 |
* | Reverts r16051 and r16050 for now (#15361). | Jean-Philippe Lang | 2016-12-03 | 2 | -2/+2 |
* | Use css pseudo-classes instead "odd", "even" classes (#15361). | Jean-Philippe Lang | 2016-12-03 | 2 | -2/+2 |
* | Use #link_to_user (#23998). | Jean-Philippe Lang | 2016-10-09 | 1 | -1/+1 |
* | Adds link to author in revisions list (#23998). | Jean-Philippe Lang | 2016-10-09 | 1 | -1/+1 |
* | Show revision details using the same structure and look from the journals det... | Jean-Philippe Lang | 2016-08-30 | 1 | -21/+16 |
* | Don't respond with the error template when annotate is not available. | Jean-Philippe Lang | 2016-07-17 | 1 | -1/+4 |
* | Don't generate urls with params. | Jean-Philippe Lang | 2016-07-10 | 3 | -6/+11 |
* | Don't generate urls with params. | Jean-Philippe Lang | 2016-07-10 | 1 | -1/+1 |
* | Add view for "no preview" repository files (#22482). | Jean-Philippe Lang | 2016-05-08 | 1 | -1/+3 |
* | Whitespace only change (#22058). | Jean-Philippe Lang | 2016-04-11 | 1 | -1/+1 |
* | Add inline image preview/display for attachments and repository entries (#220... | Jean-Philippe Lang | 2016-04-11 | 1 | -0/+4 |
* | Make full revision table available on mobile devices (#22336). | Jean-Philippe Lang | 2016-04-03 | 1 | -0/+2 |
* | Improve accessibility for icon-only links by adding hidden text (#21805). | Jean-Philippe Lang | 2016-03-20 | 1 | -1/+1 |
* | Tests broken (#4266). | Jean-Philippe Lang | 2016-01-31 | 1 | -3/+3 |
* | Display the changeset details when the diff is for a single changeset only (#... | Jean-Philippe Lang | 2016-01-31 | 1 | -0/+4 |
* | Locals are not used in the partial (#4266). | Jean-Philippe Lang | 2016-01-31 | 2 | -2/+2 |
* | Adds changeset comments to diff view (#4266). | Jean-Philippe Lang | 2016-01-31 | 3 | -46/+47 |
* | Replace uses of image_tag() with CSS (#21256). | Jean-Philippe Lang | 2016-01-20 | 1 | -2/+4 |
* | Use ul tags to do pagination (#21258). | Jean-Philippe Lang | 2015-11-28 | 1 | -1/+1 |
* | adjust source indents (#20298) | Toshi MARUYAMA | 2015-08-12 | 1 | -33/+33 |
* | "div" tag around revision details (#20298) | Toshi MARUYAMA | 2015-08-12 | 1 | -0/+2 |
* | Removed unneeded #h calls in views. | Jean-Philippe Lang | 2015-02-23 | 5 | -9/+9 |
* | Adds p/n access keys for previous/next links (#18692). | Jean-Philippe Lang | 2014-12-24 | 1 | -2/+4 |
* | Fixed "First argument in form cannot contain nil or be empty" error (#18275). | Jean-Philippe Lang | 2014-11-28 | 1 | -3/+3 |
* | Removed duplicate element ids. | Jean-Philippe Lang | 2014-11-23 | 1 | -1/+1 |
* | Backport r13313 from rails-4.1 to trunk. | Toshi MARUYAMA | 2014-09-14 | 1 | -2/+2 |
* | Rails4: replace ActionView::Helpers::TextHelper#truncate by String#truncate a... | Toshi MARUYAMA | 2014-02-06 | 1 | -1/+1 |
* | Rails4: replace ActionView::Helpers::TextHelper#truncate by String#truncate a... | Toshi MARUYAMA | 2014-02-06 | 1 | -1/+1 |
* | Rails4: replace ActionView::Helpers::TextHelper#truncate by String#truncate a... | Toshi MARUYAMA | 2014-02-06 | 1 | -1/+1 |
* | remove unneeded h() from app/views/repositories/_revisions.html.erb | Toshi MARUYAMA | 2014-02-05 | 1 | -1/+1 |
* | remove unneeded h() from app/views/repositories/_dir_list_content.html.erb | Toshi MARUYAMA | 2014-02-05 | 1 | -1/+1 |
* | Use :button_save instead of :button_update on committers form (#15275). | Jean-Philippe Lang | 2013-11-16 | 1 | -1/+1 |
* | scm: fix annotate error with non ASCII author on Ruby 1.9 and Ruby 2.0 (#14931) | Toshi MARUYAMA | 2013-09-18 | 1 | -1/+3 |
* | scm: remove unnecessary h() from annotate author (#14931) | Toshi MARUYAMA | 2013-09-18 | 1 | -1/+1 |
* | code format cleanup app/views/repositories/annotate.html.erb (#14931) | Toshi MARUYAMA | 2013-09-18 | 1 | -2/+10 |
* | add changeset comment in revision page title (#14138) | Toshi MARUYAMA | 2013-05-30 | 1 | -1/+5 |
* | remove trailing white-space from app/views/repositories/_breadcrumbs.html.erb | Toshi MARUYAMA | 2013-05-24 | 1 | -1/+1 |
* | Highlighting of source link target line for annotate view (#13746). | Jean-Philippe Lang | 2013-05-18 | 1 | -2/+2 |
* | remove width and height from repository stats embed tags (#1983, #13486) | Toshi MARUYAMA | 2013-05-16 | 1 | -2/+2 |
* | make height of "Commits per author" graph flexible (#1983, #13486) | Toshi MARUYAMA | 2013-04-18 | 1 | -2/+10 |