summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Fixed that filtering may return unwanted blank values (#14051).Jean-Philippe Lang2013-05-161-2/+5
* Fixed that values of custom fields are not kept in issues when copying a proj...Jean-Philippe Lang2013-05-131-0/+3
* Update notified_project_ids while saving record.Jean-Philippe Lang2013-05-131-4/+16
* Fixed that locking and unlocking a user resets the email notification checkbo...Jean-Philippe Lang2013-05-132-1/+4
* Fix handling multiple text parts in email (#13646).Jean-Philippe Lang2013-05-121-4/+13
* Issue#children is never nil (#14015).Jean-Philippe Lang2013-05-121-1/+1
* Check inclusion only once (#14015).Jean-Philippe Lang2013-05-121-6/+10
* Replaces camelcase variable names (#14015).Jean-Philippe Lang2013-05-121-12/+12
* Removes some empty lines (#14015).Jean-Philippe Lang2013-05-121-13/+0
* Removes then's (#14015).Jean-Philippe Lang2013-05-121-7/+7
* Replaces camelcase variable names (#14015).Jean-Philippe Lang2013-05-121-30/+28
* Improved Issue#all_dependent_issues (#14015).Jean-Philippe Lang2013-05-121-9/+101
* Adds a method for extracting MailHandler options from ENV.Jean-Philippe Lang2013-05-041-0/+13
* Fixed that deleting a system activity with children in use raises an error (#...Jean-Philippe Lang2013-05-011-2/+6
* Propose system activities only when reassigning time entries (#13783).Jean-Philippe Lang2013-05-011-0/+1
* Fixed: Unable to set custom fields for versions using the REST API (#13850).Jean-Philippe Lang2013-05-011-1/+2
* remove trailing white-space from app/models/project.rbToshi MARUYAMA2013-04-211-1/+1
* remove trailing white-spaces and redundant empty line from app/models/issue_q...Toshi MARUYAMA2013-04-191-2/+1
* remove trailing white-space from app/models/role.rbToshi MARUYAMA2013-04-121-1/+1
* Fixed that r11641 prevents precedes/follows relations between subtasks (#13586).Jean-Philippe Lang2013-03-261-2/+6
* remove trailing white-space from app/models/setting.rbToshi MARUYAMA2013-03-251-1/+1
* remove trailing white-space from app/models/user_preference.rbToshi MARUYAMA2013-03-201-1/+1
* remove trailing white space from app/models/version.rbToshi MARUYAMA2013-03-191-1/+1
* fix broken tests on Rails 3.2.13 with Ruby 1.8 (#12399, #12375)Toshi MARUYAMA2013-03-191-31/+1
* replace tab to space at app/models/mail_handler.rbToshi MARUYAMA2013-03-181-1/+1
* Code cleanup.Jean-Philippe Lang2013-03-171-19/+7
* Fixed: Circular loop when using relations and subtasks (#8794).Jean-Philippe Lang2013-03-171-0/+14
* Fixed: subtasks don't resepect following/precedes relations on creation (#129...Jean-Philippe Lang2013-03-171-1/+1
* Moves Project#users to a regular method.Jean-Philippe Lang2013-03-121-1/+5
* Moves Project#principals to a regular method.Jean-Philippe Lang2013-03-121-1/+5
* Prevent one query per User#member_of? call after r11508 (#13301).Jean-Philippe Lang2013-03-121-1/+5
* Mail handler: set mail_notification to only_my_events when creating a new use...Jean-Philippe Lang2013-03-111-0/+1
* use %r{} instead of // at app/models/repository/subversion.rbToshi MARUYAMA2013-03-071-1/+1
* Mail handler: adds --no-notification option to disable notifications to the c...Jean-Philippe Lang2013-03-031-0/+4
* Mail handler: adds --no-account-notice option for not sending account informa...Jean-Philippe Lang2013-03-031-2/+5
* Mail handler: adds --default-group option to add created user to one or more ...Jean-Philippe Lang2013-03-032-0/+15
* Fixed that copying an issue as a child of itself creates an extra issue (#133...Jean-Philippe Lang2013-03-011-5/+12
* Adds "tracker-[id]" CSS class to issues (#13309).Jean-Philippe Lang2013-03-011-1/+1
* Performance: avoid querying all memberships in User#roles_for_project (#13301).Jean-Philippe Lang2013-03-011-1/+13
* Fixed that #reload raises a Stack too deep error with ruby 2.0.Jean-Philippe Lang2013-02-283-3/+6
* Code cleanup.Jean-Philippe Lang2013-02-281-2/+2
* Don't reload the issue in after_save callback.Jean-Philippe Lang2013-02-281-3/+0
* Time entry with 2 digits year should not validate (#3107).Jean-Philippe Lang2013-02-241-0/+1
* Fixed that relations may not be refreshed when adding a follows relation (#13...Jean-Philippe Lang2013-02-241-0/+1
* Use User#generate_password in MailHandler.Jean-Philippe Lang2013-02-231-3/+1
* Option to generate a random password on user creation/update.Jean-Philippe Lang2013-02-231-7/+19
* Refactor: makes issue id a regular QueryColumn.Jean-Philippe Lang2013-02-232-7/+10
* fix typo at app/models/user.rb (#5719)Toshi MARUYAMA2013-02-181-2/+2
* Optimizes the SQL query behind Principal#member_of.Jean-Philippe Lang2013-02-171-1/+1
* replace tabs to spaces at app/models/issue.rbToshi MARUYAMA2013-02-171-2/+2