summaryrefslogtreecommitdiffstats
path: root/app/views/common
Commit message (Expand)AuthorAgeFilesLines
* Add view for "no preview" repository files (#22482).Jean-Philippe Lang2016-05-081-0/+1
* Replace Date.today with User.current.today (#22320).Jean-Philippe Lang2016-05-071-1/+1
* Add inline image preview/display for attachments and repository entries (#220...Jean-Philippe Lang2016-04-111-0/+1
* Tab left/right buttons for project menu (#20632).Jean-Philippe Lang2016-01-161-5/+0
* Removed unneeded #h calls in views.Jean-Philippe Lang2015-02-232-4/+4
* Use named routes or helpers.Jean-Philippe Lang2014-11-261-1/+1
* Restores commits reverted when rails-4.1 branch was merged (#18174).Jean-Philippe Lang2014-10-241-2/+2
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-2/+2
* Use type="button" instead of return false; (#17401).Jean-Philippe Lang2014-07-141-2/+2
* Don't submit the form when tabs are inside a form (#16708).Jean-Philippe Lang2014-04-261-2/+2
* Reverts r12855.Jean-Philippe Lang2014-02-071-1/+0
* Adds JS response support to #render_error (#15760).Jean-Philippe Lang2014-02-071-0/+1
* Show tabs for existing custom field types only and adds a view for choosing t...Jean-Philippe Lang2014-02-071-2/+0
* Rails4: add ApplicationHelper#truncate_single_line_raw method replacing trunc...Toshi MARUYAMA2014-02-061-3/+3
* Adds favicon to ATOM feeds (#14309).Jean-Philippe Lang2014-01-121-0/+1
* Highlighting of source link target line (#13746).Jean-Philippe Lang2013-05-181-2/+2
* Update URL when changing tab (#13900).Jean-Baptiste Barth2013-05-021-1/+1
* move utf8 encoding from view to UnifiedDiff (#12641)Toshi MARUYAMA2013-03-071-5/+5
* remove unnecessary h() from diff filename (#12641)Toshi MARUYAMA2013-03-071-2/+2
* Merged ajax_upload branch (#3957).Jean-Philippe Lang2012-12-101-1/+1
* Hard-coded "Back" on 404 view (#12231).Jean-Philippe Lang2012-10-281-1/+1
* Fixed that git diff displays deleted files as /dev/null (#11868).Jean-Philippe Lang2012-09-181-1/+2
* JQuery in, Prototype/Scriptaculous out (#11445).Jean-Philippe Lang2012-07-221-2/+2
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-2/+2
* Adds a template for API error messages so that it does not depend on AR::Erro...Jean-Philippe Lang2012-03-041-0/+5
* Rails3: prevent double rendering file view and annotate on Rails 3.0.11 and R...Toshi MARUYAMA2012-02-251-2/+2
* Rails3: view: html_safe for common/_diff.html.erbToshi MARUYAMA2012-02-221-3/+3
* Fixed double escaping of Atom feed links.Etienne Massip2012-01-141-2/+2
* Rails3: view: html_safe for common/_calendar.html.erbToshi MARUYAMA2011-12-211-2/+2
* Do not show the paragraph if no message is set.Jean-Philippe Lang2011-11-201-1/+3
* scm: attachment: remove "to_utf8" methods from helpers (#2371)Toshi MARUYAMA2011-11-202-6/+14
* code layout clean up app/views/common/_diff.html.erbToshi MARUYAMA2011-11-201-1/+3
* code layout clean up app/views/common/_file.html.erbToshi MARUYAMA2011-11-201-2/+9
* Rails3: rename app/views/common/feed.atom.rxml to app/views/common/feed.atom....Toshi MARUYAMA2011-10-041-0/+0
* Remove unecessary page title HTML escaping from views (#9252).Etienne Massip2011-10-021-1/+1
* replace tabs to spaces at app/views/common/_tabs.html.erbToshi MARUYAMA2011-09-181-4/+4
* remove a trailing tab from app/views/common/_calendar.html.erbToshi MARUYAMA2011-09-171-1/+1
* remove trailing white-spaces from app/views/common/_calendar.html.erbToshi MARUYAMA2011-09-171-1/+1
* remove trailing white-spaces from app/views/common/_tabs.html.erbToshi MARUYAMA2011-09-171-2/+2
* rename .rhtml to .html.erb of app/views/common/_diff.rhtml.Toshi MARUYAMA2011-08-241-0/+0
* rename .rhtml to .html.erb of app/views/common/_preview.rhtml.Toshi MARUYAMA2011-08-241-0/+0
* rename .rhtml to .html.erb of app/views/common/_file.rhtml.Toshi MARUYAMA2011-08-241-0/+0
* rename .rhtml to .html.erb of app/views/common/_calendar.rhtml.Toshi MARUYAMA2011-08-241-0/+0
* rename .rhtml to .html.erb of app/views/common/_tabs.rhtml.Toshi MARUYAMA2011-08-241-0/+0
* HTML escape at app/views/common/error.html.erb.Toshi MARUYAMA2011-08-021-1/+1
* HTML escape at app/views/common/_diff.rhtml.Toshi MARUYAMA2011-08-021-2/+2
* set svn:eol-style=native app/views/common/error.html.erb.Toshi MARUYAMA2011-05-211-6/+6
* Highlight changes inside diff lines (#7139).Jean-Philippe Lang2011-03-111-30/+20
* Strip non utf8 content when displaying diff (ruby1.9 compatibility).Jean-Philippe Lang2011-01-011-2/+2
* Refactor: merged error rendering methods.Jean-Philippe Lang2010-10-233-12/+6