| Commit message (Expand) | Author | Age | Files | Lines |
* | Hard-coded "Back" on 404 view (#12231). | Jean-Philippe Lang | 2012-10-28 | 1 | -1/+1 |
* | Fixed that git diff displays deleted files as /dev/null (#11868). | Jean-Philippe Lang | 2012-09-18 | 1 | -1/+2 |
* | JQuery in, Prototype/Scriptaculous out (#11445). | Jean-Philippe Lang | 2012-07-22 | 1 | -2/+2 |
* | Merged rails-3.2 branch. | Jean-Philippe Lang | 2012-04-25 | 1 | -2/+2 |
* | Adds a template for API error messages so that it does not depend on AR::Erro... | Jean-Philippe Lang | 2012-03-04 | 1 | -0/+5 |
* | Rails3: prevent double rendering file view and annotate on Rails 3.0.11 and R... | Toshi MARUYAMA | 2012-02-25 | 1 | -2/+2 |
* | Rails3: view: html_safe for common/_diff.html.erb | Toshi MARUYAMA | 2012-02-22 | 1 | -3/+3 |
* | Fixed double escaping of Atom feed links. | Etienne Massip | 2012-01-14 | 1 | -2/+2 |
* | Rails3: view: html_safe for common/_calendar.html.erb | Toshi MARUYAMA | 2011-12-21 | 1 | -2/+2 |
* | Do not show the paragraph if no message is set. | Jean-Philippe Lang | 2011-11-20 | 1 | -1/+3 |
* | scm: attachment: remove "to_utf8" methods from helpers (#2371) | Toshi MARUYAMA | 2011-11-20 | 2 | -6/+14 |
* | code layout clean up app/views/common/_diff.html.erb | Toshi MARUYAMA | 2011-11-20 | 1 | -1/+3 |
* | code layout clean up app/views/common/_file.html.erb | Toshi MARUYAMA | 2011-11-20 | 1 | -2/+9 |
* | Rails3: rename app/views/common/feed.atom.rxml to app/views/common/feed.atom.... | Toshi MARUYAMA | 2011-10-04 | 1 | -0/+0 |
* | Remove unecessary page title HTML escaping from views (#9252). | Etienne Massip | 2011-10-02 | 1 | -1/+1 |
* | replace tabs to spaces at app/views/common/_tabs.html.erb | Toshi MARUYAMA | 2011-09-18 | 1 | -4/+4 |
* | remove a trailing tab from app/views/common/_calendar.html.erb | Toshi MARUYAMA | 2011-09-17 | 1 | -1/+1 |
* | remove trailing white-spaces from app/views/common/_calendar.html.erb | Toshi MARUYAMA | 2011-09-17 | 1 | -1/+1 |
* | remove trailing white-spaces from app/views/common/_tabs.html.erb | Toshi MARUYAMA | 2011-09-17 | 1 | -2/+2 |
* | rename .rhtml to .html.erb of app/views/common/_diff.rhtml. | Toshi MARUYAMA | 2011-08-24 | 1 | -0/+0 |
* | rename .rhtml to .html.erb of app/views/common/_preview.rhtml. | Toshi MARUYAMA | 2011-08-24 | 1 | -0/+0 |
* | rename .rhtml to .html.erb of app/views/common/_file.rhtml. | Toshi MARUYAMA | 2011-08-24 | 1 | -0/+0 |
* | rename .rhtml to .html.erb of app/views/common/_calendar.rhtml. | Toshi MARUYAMA | 2011-08-24 | 1 | -0/+0 |
* | rename .rhtml to .html.erb of app/views/common/_tabs.rhtml. | Toshi MARUYAMA | 2011-08-24 | 1 | -0/+0 |
* | HTML escape at app/views/common/error.html.erb. | Toshi MARUYAMA | 2011-08-02 | 1 | -1/+1 |
* | HTML escape at app/views/common/_diff.rhtml. | Toshi MARUYAMA | 2011-08-02 | 1 | -2/+2 |
* | set svn:eol-style=native app/views/common/error.html.erb. | Toshi MARUYAMA | 2011-05-21 | 1 | -6/+6 |
* | Highlight changes inside diff lines (#7139). | Jean-Philippe Lang | 2011-03-11 | 1 | -30/+20 |
* | Strip non utf8 content when displaying diff (ruby1.9 compatibility). | Jean-Philippe Lang | 2011-01-01 | 1 | -2/+2 |
* | Refactor: merged error rendering methods. | Jean-Philippe Lang | 2010-10-23 | 3 | -12/+6 |
* | Improved error message when trying to access an archived project (#2995). | Jean-Philippe Lang | 2010-10-23 | 1 | -1/+1 |
* | Display the correct ISO week number on the project calendar. | Eric Davis | 2010-06-19 | 1 | -1/+1 |
* | Updated the project calendar for greater accessibility. | Eric Davis | 2010-06-15 | 1 | -2/+2 |
* | Replace the hardcoded "CodeRay" css class name for highlighted elements. | Jean-Philippe Lang | 2010-03-14 | 2 | -3/+3 |
* | Move hardcoded calendar images to css classes. | Jean-Philippe Lang | 2010-02-23 | 1 | -8/+1 |
* | Adds buttons to scroll the tabs when they overflow. | Jean-Philippe Lang | 2009-12-14 | 1 | -0/+9 |
* | Refactoring ApplicationHelper#link_to_issue. | Jean-Philippe Lang | 2009-11-14 | 1 | -1/+1 |
* | Refactoring of tabs rendering. | Jean-Philippe Lang | 2009-09-12 | 1 | -0/+19 |
* | FIxed: inline images not displayed in atom feeds (#3391). | Jean-Philippe Lang | 2009-05-26 | 1 | -1/+1 |
* | Fixed: Atom feeds leak email address (#3408). | Jean-Philippe Lang | 2009-05-25 | 1 | -1/+1 |
* | Adds hostname to Redmine links in atom feeds (#3275). | Jean-Philippe Lang | 2009-05-01 | 1 | -1/+1 |
* | Fixes self and alternate atom links (#3161). | Jean-Philippe Lang | 2009-04-26 | 1 | -2/+2 |
* | Adds more css classes to the roadmap issues (#3214). | Jean-Philippe Lang | 2009-04-25 | 1 | -1/+1 |
* | Adds css classes to the issues in the calendar (#2651). | Jean-Philippe Lang | 2009-03-07 | 1 | -1/+1 |
* | Clickable/linkable line #'s while browsing the repo or viewing a text file (#... | Jean-Philippe Lang | 2009-02-26 | 1 | -1/+1 |
* | Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2. | Jean-Philippe Lang | 2009-02-21 | 2 | -4/+4 |
* | Adds a setting to limit the number of diff lines that should be displayed (de... | Jean-Philippe Lang | 2008-12-07 | 1 | -1/+4 |
* | Follows r2110. | Jean-Philippe Lang | 2008-12-07 | 1 | -1/+1 |
* | Hide Redmine version in atom feeds and pdf properties (#794). | Jean-Philippe Lang | 2008-11-09 | 1 | -1/+1 |
* | Adds child_pages macro for wiki pages (#528). | Jean-Philippe Lang | 2008-07-26 | 1 | -1/+1 |