| Commit message (Expand) | Author | Age | Files | Lines |
* | Turn on ssl Gravatars for all SSL requests. #5929 | Eric Davis | 2010-09-20 | 1 | -1/+1 |
* | Fix links to activity pages broken with r4047. #6392 | Jean-Baptiste Barth | 2010-09-16 | 1 | -1/+1 |
* | Rewrite the Gantt chart. #6276 | Eric Davis | 2010-09-10 | 1 | -0/+7 |
* | Change link_to_if_authorized to allow url paths. (Fixes #6195) | Eric Davis | 2010-09-06 | 1 | -1/+20 |
* | Add RTL support to the context menu. #6012 | Eric Davis | 2010-08-22 | 1 | -0/+5 |
* | Refactor: added link_to_project helper to handle links to projects | Jean-Baptiste Barth | 2010-08-08 | 1 | -6/+21 |
* | Added css classes to the HTML body based on the theme, controller, and action... | Eric Davis | 2010-08-04 | 1 | -0/+13 |
* | Use image_path for the favicon instead to pick up asset hosts. #3301 | Eric Davis | 2010-07-30 | 1 | -1/+1 |
* | Add a favicon link with support for suburi. #3301 | Eric Davis | 2010-07-29 | 1 | -0/+4 |
* | Adds text formatting to documents index (#202). | Jean-Philippe Lang | 2010-03-18 | 1 | -0/+10 |
* | Adds an helper for displaying the 'checked' image. | Jean-Philippe Lang | 2010-03-17 | 1 | -0/+6 |
* | Accept issue links inside brackets (#4418). | Jean-Philippe Lang | 2010-03-17 | 1 | -1/+1 |
* | Close unclosed pre/code tags (#4265). | Jean-Philippe Lang | 2010-03-15 | 1 | -0/+4 |
* | Do not parse redmine links inside pre/code tags (#1288). | Jean-Philippe Lang | 2010-03-15 | 1 | -5/+30 |
* | Extract parsing of inline attachments, wiki links and redmine links. | Jean-Philippe Lang | 2010-03-15 | 1 | -60/+60 |
* | Extract CodeRay calls to Redmine::SyntaxHighlighting (#2985). | Jean-Philippe Lang | 2010-03-14 | 1 | -4/+1 |
* | Optimization: load attachments when needed. | Jean-Philippe Lang | 2010-03-14 | 1 | -5/+4 |
* | Adds an helper for creating the context menu. | Jean-Philippe Lang | 2010-03-04 | 1 | -0/+11 |
* | Allow multiple selected projects in #project_tree_options_for_select | Eric Davis | 2010-03-03 | 1 | -1/+6 |
* | Fixed: Pound (#) followed by number with leading zero (0) removes leading zer... | Jean-Philippe Lang | 2010-02-18 | 1 | -6/+6 |
* | Adds projects links (#4812). | Jean-Philippe Lang | 2010-02-13 | 1 | -1/+11 |
* | Adds pagination to forum messages (#4664). | Jean-Philippe Lang | 2010-02-06 | 1 | -4/+5 |
* | Adds a setting to cache textile rendering (off by default). | Jean-Philippe Lang | 2010-02-06 | 1 | -2/+3 |
* | Moves attachments parsing after textile parsing so that: | Jean-Philippe Lang | 2009-12-27 | 1 | -7/+10 |
* | Added the revision title to any revision links. | Eric Davis | 2009-12-22 | 1 | -0/+9 |
* | Added a setting to configure the day that week start on (Monday or Sunday). (... | Eric Davis | 2009-12-13 | 1 | -0/+10 |
* | Roadmap: sort issues by project and prepend project name if different (#4373). | Jean-Philippe Lang | 2009-12-12 | 1 | -0/+2 |
* | Version sharing (#465) + optional inclusion of subprojects in the roadmap vie... | Jean-Philippe Lang | 2009-12-06 | 1 | -0/+8 |
* | Fixed roadmap progress display error (#4255). | Jean-Philippe Lang | 2009-11-21 | 1 | -3/+4 |
* | Add a setting to pick alternative Gravatar images. #2734 | Eric Davis | 2009-11-17 | 1 | -1/+1 |
* | Clean up ticket auto links. | Jean-Philippe Lang | 2009-11-14 | 1 | -2/+1 |
* | Refactoring ApplicationHelper#link_to_issue. | Jean-Philippe Lang | 2009-11-14 | 1 | -2/+22 |
* | Add view_issues permission (#3187). | Jean-Philippe Lang | 2009-11-14 | 1 | -1/+1 |
* | Fixes ApplicationHelper#link_to_user | Jean-Philippe Lang | 2009-11-11 | 1 | -3/+8 |
* | Sort the list of users to add to a group or project (#4150). | Jean-Philippe Lang | 2009-11-04 | 1 | -1/+1 |
* | AccountController#show (/account/show/:id) moved to UsersController#show (/us... | Jean-Philippe Lang | 2009-10-29 | 1 | -3/+2 |
* | Fixed error on repository when there are no comments in a changeset (#4126). | Jean-Philippe Lang | 2009-10-29 | 1 | -1/+1 |
* | Removes debug code. | Jean-Philippe Lang | 2009-10-24 | 1 | -1/+0 |
* | Small fix to HTML title. | Jean-Philippe Lang | 2009-10-24 | 1 | -1/+2 |
* | Sets the current project as the default value of project jump box (#4053). | Jean-Philippe Lang | 2009-10-24 | 1 | -2/+2 |
* | Fixes project shortcut combo. | Jean-Philippe Lang | 2009-10-11 | 1 | -2/+2 |
* | Refactoring of tabs rendering. | Jean-Philippe Lang | 2009-09-12 | 1 | -0/+9 |
* | User groups branch merged. | Jean-Philippe Lang | 2009-09-12 | 1 | -1/+13 |
* | Enable SSL gravatars when Redmine is using https. (#2718) | Eric Davis | 2009-08-02 | 1 | -0/+1 |
* | Do not require a non-word character after a comma in Redmine links (#3561). | Jean-Philippe Lang | 2009-07-04 | 1 | -1/+1 |
* | Adds issue last update timestamp (#3565). | Jean-Philippe Lang | 2009-07-04 | 1 | -5/+10 |
* | Allows multiple roles on the same project (#706). Prerequisite for user group... | Jean-Philippe Lang | 2009-05-10 | 1 | -4/+0 |
* | Adds more css classes to the roadmap issues (#3214). | Jean-Philippe Lang | 2009-04-25 | 1 | -3/+1 |
* | Fixed: Calendar popup broken by i18n refactoring (#3168). | Jean-Philippe Lang | 2009-04-24 | 1 | -1/+1 |
* | Trackers controller refactoring. | Jean-Philippe Lang | 2009-02-26 | 1 | -0/+7 |