summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Store relation type instead of i18n key in journals (#15704).Jean-Philippe Lang2013-12-151-4/+4
* Fixed that filtering time entries on activity does not take care of activity ...Jean-Philippe Lang2013-12-151-1/+14
* Merged custom fields format refactoring.Jean-Philippe Lang2013-12-143-185/+66
* Fixed that validating a Setting with invalid name triggers an error (#15551).Jean-Philippe Lang2013-11-291-1/+3
* Log errors when moving attachments (#15295).Jean-Philippe Lang2013-11-091-7/+18
* Accept custom field format added at runtime (#15277).Jean-Philippe Lang2013-11-091-1/+1
* code format cleanup app/models/changeset.rbToshi MARUYAMA2013-10-241-2/+6
* code format cleanup app/models/issue.rbToshi MARUYAMA2013-10-241-2/+4
* Avoid a query if enabled_modules association is already loaded (#15058).Jean-Philippe Lang2013-10-201-1/+1
* Fixed that issue nested set update is triggered even if parent is not changed...Jean-Philippe Lang2013-10-201-28/+37
* Avoid N queries when displaying the issue list with custom fields.Jean-Philippe Lang2013-10-152-3/+12
* Fixed that viewing/editing a wiki page without WikiContent raises an error (#...Jean-Philippe Lang2013-10-131-1/+2
* Fixed that controller_issues_edit_before/after_save hooks have no controller ...Jean-Philippe Lang2013-10-131-24/+0
* Avoid lots of CustomField.find_by_id calls when displaying an issue history w...Jean-Philippe Lang2013-10-132-3/+23
* Fixed that the mail method should return a Mail::Message (#15113).Jean-Philippe Lang2013-10-131-5/+10
* Ability to define commit keywords per tracker (#7590).Jean-Philippe Lang2013-10-132-29/+31
* NoMethodError when uploading a file without logger (#14977).Jean-Philippe Lang2013-10-051-1/+1
* Don't update issues nor log time when importing old changesets (#4823).Jean-Philippe Lang2013-10-051-2/+5
* Pass the commit keyword used to update the issue to the plugin hook.Jean-Philippe Lang2013-10-051-1/+1
* Support for multiple issue update keywords/rules in commit messages (#4911).Jean-Philippe Lang2013-10-052-14/+81
* remove trailing white-spaces from app/models/custom_field.rbToshi MARUYAMA2013-09-301-2/+2
* Exclude attachments from incoming emails based on file name (#3413).Jean-Philippe Lang2013-09-291-0/+14
* REST API: custom fields definition (#11159).Jean-Philippe Lang2013-09-291-2/+4
* Prevents invalid SQL with invalid group_ids (#14902).Jean-Philippe Lang2013-09-251-2/+2
* Filters show issues with unused custom fields (#13537).Jean-Philippe Lang2013-09-131-0/+9
* Wrong done_ratio calculation for parent with subtask having estimated_hours=0...Jean-Philippe Lang2013-09-111-1/+2
* Strip eols from file names (#14819).Jean-Philippe Lang2013-09-111-2/+2
* Fixed usage of #attribute_present? in UserPreference (#13008).Jean-Philippe Lang2013-09-101-2/+2
* remove trailing white-space from app/models/journal.rbToshi MARUYAMA2013-09-051-1/+1
* code format cleanup app/models/issue.rbToshi MARUYAMA2013-08-061-1/+1
* Option to force a user to change his password (#3872).Jean-Philippe Lang2013-08-051-0/+5
* Moved CUSTOM_FIELDS_TABS out of the model.Jean-Philippe Lang2013-08-041-23/+0
* remove ineffective "logger.info" and "logger.error" check from MailHandler mo...Toshi MARUYAMA2013-08-031-9/+9
* Broken tests (#14491).Jean-Philippe Lang2013-07-291-1/+0
* Use the default project when receiving an email with an invalid project keywo...Jean-Philippe Lang2013-07-291-0/+8
* Filtering issues on "related to" may ignore other filters (#14401).Jean-Philippe Lang2013-07-281-3/+2
* Additional status transitions for assignees do not work if assigned to a grou...Jean-Philippe Lang2013-07-281-2/+6
* Fixed that sorting time entries by custom field raises a SQL error (#14366).Jean-Philippe Lang2013-07-281-0/+9
* Fixed that displaying time entries with custom field column raises an error (...Jean-Philippe Lang2013-07-242-1/+5
* Don't hardcode news model in Comment.Jean-Philippe Lang2013-07-151-2/+3
* Use AR callbacks instead of observers (removed in Rails4) for notifications.Jean-Philippe Lang2013-07-1414-169/+69
* Ability to save Gantt query filters (#7836).Jean-Philippe Lang2013-07-142-0/+26
* Use Hash#reject that returns a Hash with ruby1.8 when Hash#select that return...Jean-Philippe Lang2013-07-131-2/+4
* Don't notify users about relations that are not visible (#1005).Jean-Philippe Lang2013-07-132-3/+17
* Fixed that relations to issues that are not visible are displayed in the issu...Jean-Philippe Lang2013-07-131-0/+3
* Role-based issue custom field visibility (#5037).Jean-Philippe Lang2013-07-1312-51/+194
* Removed dead code.Jean-Philippe Lang2013-07-131-25/+0
* Log email delivery errors (#14403).Jean-Philippe Lang2013-07-131-1/+11
* Adds 'assigned-to-my-group' css class to issues that are assigned to a user's...Jean-Philippe Lang2013-07-111-3/+6
* Role based custom queries (#1019).Jean-Philippe Lang2013-07-113-7/+59