| Commit message (Expand) | Author | Age | Files | Lines |
* | One click filter in search view (#2865). | Jean-Philippe Lang | 2013-08-05 | 1 | -4/+16 |
* | Fixed that standard fields disabled still appear in email notifications (#145... | Jean-Philippe Lang | 2013-08-05 | 3 | -19/+24 |
* | Moved CUSTOM_FIELDS_TABS out of the model. | Jean-Philippe Lang | 2013-08-04 | 2 | -24/+22 |
* | remove trailing white-spaces from ApplicationHelper | Toshi MARUYAMA | 2013-08-03 | 1 | -6/+6 |
* | replace tab to space at ApplicationHelper | Toshi MARUYAMA | 2013-08-03 | 1 | -1/+1 |
* | remove ineffective "logger.info" and "logger.error" check from MailHandler mo... | Toshi MARUYAMA | 2013-08-03 | 1 | -9/+9 |
* | Broken tests (#14491). | Jean-Philippe Lang | 2013-07-29 | 1 | -1/+0 |
* | Use the default project when receiving an email with an invalid project keywo... | Jean-Philippe Lang | 2013-07-29 | 1 | -0/+8 |
* | Fixed that open/closed counts on issues summary are not displayed with SQLSer... | Jean-Philippe Lang | 2013-07-28 | 1 | -1/+1 |
* | Filtering issues on "related to" may ignore other filters (#14401). | Jean-Philippe Lang | 2013-07-28 | 1 | -3/+2 |
* | Spent time details and report should ignore 'Setting.display_subprojects_issu... | Jean-Philippe Lang | 2013-07-28 | 1 | -2/+0 |
* | Additional status transitions for assignees do not work if assigned to a grou... | Jean-Philippe Lang | 2013-07-28 | 1 | -2/+6 |
* | Missing Sort Column Label and Center Align on Admin-Enumerations (#14516). | Jean-Philippe Lang | 2013-07-28 | 1 | -2/+2 |
* | Adds missing html titles (#14517). | Jean-Philippe Lang | 2013-07-28 | 29 | -43/+34 |
* | Set titles on Groups pages (#14517) | Jean-Philippe Lang | 2013-07-28 | 4 | -6/+4 |
* | Adds a helper for building h2 tags and setting html_title (#14517). | Jean-Philippe Lang | 2013-07-28 | 1 | -1/+20 |
* | Don't use finder options. | Jean-Philippe Lang | 2013-07-28 | 1 | -12/+3 |
* | Preload some associations. | Jean-Philippe Lang | 2013-07-28 | 1 | -8/+5 |
* | Fixed that sorting time entries by custom field raises a SQL error (#14366). | Jean-Philippe Lang | 2013-07-28 | 2 | -9/+14 |
* | Fixed that displaying time entries with custom field column raises an error (... | Jean-Philippe Lang | 2013-07-24 | 2 | -1/+5 |
* | Don't hardcode news model in Comment. | Jean-Philippe Lang | 2013-07-15 | 1 | -2/+3 |
* | Use AR callbacks instead of observers (removed in Rails4) for notifications. | Jean-Philippe Lang | 2013-07-14 | 14 | -169/+69 |
* | Ability to save Gantt query filters (#7836). | Jean-Philippe Lang | 2013-07-14 | 5 | -8/+68 |
* | Test failures with ruby1.8. | Jean-Philippe Lang | 2013-07-13 | 1 | -0/+1 |
* | ruby1.8 compatibility. | Jean-Philippe Lang | 2013-07-13 | 1 | -1/+2 |
* | Use Hash#reject that returns a Hash with ruby1.8 when Hash#select that return... | Jean-Philippe Lang | 2013-07-13 | 1 | -2/+4 |
* | Don't notify users about relations that are not visible (#1005). | Jean-Philippe Lang | 2013-07-13 | 2 | -3/+17 |
* | Fixed that relations to issues that are not visible are displayed in the issu... | Jean-Philippe Lang | 2013-07-13 | 1 | -0/+3 |
* | Role-based issue custom field visibility (#5037). | Jean-Philippe Lang | 2013-07-13 | 26 | -72/+253 |
* | Removed dead code. | Jean-Philippe Lang | 2013-07-13 | 1 | -25/+0 |
* | Log email delivery errors (#14403). | Jean-Philippe Lang | 2013-07-13 | 1 | -1/+11 |
* | Exception message may not be UTF-8 encoded. | Jean-Philippe Lang | 2013-07-12 | 1 | -1/+1 |
* | Fixed one query per member on project settings. | Jean-Philippe Lang | 2013-07-11 | 1 | -1/+1 |
* | One query is enough. | Jean-Philippe Lang | 2013-07-11 | 1 | -2/+2 |
* | Adds 'assigned-to-my-group' css class to issues that are assigned to a user's... | Jean-Philippe Lang | 2013-07-11 | 1 | -3/+6 |
* | Issue-notes Redmine links: append actual note reference to rendered links (#1... | Jean-Philippe Lang | 2013-07-11 | 1 | -1/+1 |
* | Useless "edit" link in workflow menu (#12824). | Jean-Philippe Lang | 2013-07-11 | 3 | -7/+2 |
* | Role based custom queries (#1019). | Jean-Philippe Lang | 2013-07-11 | 7 | -16/+85 |
* | gender neutral source comment at app/models/user.rb | Toshi MARUYAMA | 2013-07-06 | 1 | -1/+1 |
* | gender neutral source comment at app/models/mailer.rb | Toshi MARUYAMA | 2013-07-06 | 1 | -1/+2 |
* | gender neutral source comment at app/controllers/projects_controller.rb | Toshi MARUYAMA | 2013-07-06 | 1 | -1/+1 |
* | Code cleanup. | Jean-Philippe Lang | 2013-06-13 | 1 | -10/+13 |
* | Fixed tests broken by r11965. | Jean-Philippe Lang | 2013-06-12 | 1 | -5/+2 |
* | Adds User#builtin_role. | Jean-Philippe Lang | 2013-06-12 | 2 | -5/+12 |
* | Preload boards projects. | Jean-Philippe Lang | 2013-06-12 | 1 | -1/+1 |
* | Cleanup of finders with :conditions option. | Jean-Philippe Lang | 2013-06-12 | 18 | -116/+104 |
* | Don't redirect XHR requests to /login. | Jean-Philippe Lang | 2013-06-12 | 1 | -1/+7 |
* | Use #find_issues as before filter for issues context menu. | Jean-Philippe Lang | 2013-06-11 | 1 | -4/+2 |
* | Adds Watcher.any_watched? to check if at least one object of a collection is ... | Jean-Philippe Lang | 2013-06-11 | 2 | -1/+14 |
* | Perf: preload a few associations for bulk operations. | Jean-Philippe Lang | 2013-06-11 | 1 | -1/+1 |