| Commit message (Expand) | Author | Age | Files | Lines |
* | Initialize watcher_user_ids for new records to prevent useless queries on eac... | Jean-Philippe Lang | 2012-01-08 | 1 | -0/+1 |
* | Check project assignment on issue copy/move. | Jean-Philippe Lang | 2012-01-08 | 1 | -4/+14 |
* | Use the regular issue form to copy a single issue. | Jean-Philippe Lang | 2012-01-08 | 1 | -1/+10 |
* | Deprecated Issue#move_to_project. | Jean-Philippe Lang | 2012-01-07 | 1 | -1/+10 |
* | Check permission before retrieving projects. | Jean-Philippe Lang | 2012-01-07 | 1 | -2/+4 |
* | Allows project to be changed from the regular issue update action (#4769, #98... | Jean-Philippe Lang | 2012-01-07 | 1 | -10/+36 |
* | Code cleanup. | Jean-Philippe Lang | 2012-01-06 | 1 | -13/+2 |
* | Code cleanup. | Jean-Philippe Lang | 2012-01-06 | 1 | -27/+33 |
* | Code cleanup. | Jean-Philippe Lang | 2012-01-06 | 1 | -13/+2 |
* | Extracted some code from #move_to_project to a callback. | Jean-Philippe Lang | 2012-01-06 | 1 | -29/+47 |
* | remove duplicate "private" from MailHandler model | Toshi MARUYAMA | 2012-01-06 | 1 | -2/+0 |
* | remove redundant "email" parameter from MailHandler#create_user_from_email | Toshi MARUYAMA | 2012-01-06 | 1 | -2/+2 |
* | Rails3: replace deprecated Errors#on to Errors#[] at app/models/mail_handler.rb | Toshi MARUYAMA | 2012-01-05 | 1 | -3/+3 |
* | code layout clean up app/models/news.rb | Toshi MARUYAMA | 2012-01-05 | 1 | -1/+4 |
* | Faster query. | Jean-Philippe Lang | 2012-01-03 | 1 | -2/+19 |
* | Rails3: model: mailer: use .to_s at redmine_headers method | Toshi MARUYAMA | 2012-01-02 | 1 | -1/+1 |
* | Rails3 compat. | Jean-Philippe Lang | 2012-01-01 | 1 | -1/+4 |
* | Order is already defined on attachments association. | Jean-Philippe Lang | 2012-01-01 | 1 | -1/+1 |
* | Do not add errors on attributes on fake attributes. | Jean-Philippe Lang | 2011-12-26 | 1 | -6/+11 |
* | Rails3 compatibility. | Jean-Philippe Lang | 2011-12-26 | 1 | -1/+1 |
* | Use :joins instead of :include in calculations. | Jean-Philippe Lang | 2011-12-26 | 1 | -2/+2 |
* | Code cleanup. | Jean-Philippe Lang | 2011-12-24 | 1 | -4/+5 |
* | Dup attributes instead of issue object. | Jean-Philippe Lang | 2011-12-24 | 1 | -5/+4 |
* | remove trailing white-spaces from app/models/user.rb | Toshi MARUYAMA | 2011-12-19 | 1 | -1/+1 |
* | Use validation callback. | Jean-Philippe Lang | 2011-12-18 | 1 | -3/+4 |
* | Removed unused scope. | Jean-Philippe Lang | 2011-12-18 | 1 | -6/+0 |
* | Removed unused scope. | Jean-Philippe Lang | 2011-12-18 | 1 | -6/+0 |
* | Use scoped method instead of merge_conditions. | Jean-Philippe Lang | 2011-12-18 | 1 | -6/+6 |
* | Removed after_initialize methods. | Jean-Philippe Lang | 2011-12-18 | 8 | -11/+14 |
* | Makes models #initialize accept additional arguments. | Jean-Philippe Lang | 2011-12-18 | 4 | -4/+4 |
* | human_attribute_name accepts optional argument. | Jean-Philippe Lang | 2011-12-18 | 8 | -16/+16 |
* | Use open scope in version issues count methods. | Jean-Philippe Lang | 2011-12-18 | 2 | -3/+6 |
* | Rails3.1 compatibility | Jean-Philippe Lang | 2011-12-18 | 1 | -1/+2 |
* | use same human_attribute_name logic with SCM models at group model (#9795) | Toshi MARUYAMA | 2011-12-15 | 1 | -2/+6 |
* | Fixed: Unrelated error message when creating a group with an invalid name (#9... | Jean-Philippe Lang | 2011-12-15 | 1 | -0/+4 |
* | Display issue form fields according to permissions. | Jean-Philippe Lang | 2011-12-15 | 1 | -0/+1 |
* | Restores migration broken by r8182 and removes default scope on Role (#9800). | Jean-Philippe Lang | 2011-12-14 | 1 | -1/+1 |
* | Save an @Issue#save@. | Etienne Massip | 2011-12-14 | 1 | -8/+12 |
* | Code cleanup. | Jean-Philippe Lang | 2011-12-13 | 1 | -7/+6 |
* | Use safe_attributes for issue watchers assignment. | Jean-Philippe Lang | 2011-12-13 | 1 | -1/+5 |
* | Rails3: model: replace deprecated before_validation method at CustomField model | Toshi MARUYAMA | 2011-12-11 | 1 | -1/+2 |
* | Resourcified enumerations. | Jean-Philippe Lang | 2011-12-11 | 1 | -0/+4 |
* | Extracted new_subclass_instance method to a module. | Jean-Philippe Lang | 2011-12-10 | 1 | -16/+2 |
* | Resourcified roles. | Jean-Philippe Lang | 2011-12-09 | 1 | -0/+1 |
* | Resourcified custom fields. | Jean-Philippe Lang | 2011-12-09 | 1 | -0/+16 |
* | Rails3: model: user: use ::Query instead of Query | Toshi MARUYAMA | 2011-12-09 | 1 | -2/+2 |
* | Makes project and tracker assigned first in #attributes= | Jean-Philippe Lang | 2011-12-08 | 1 | -7/+11 |
* | Tests broken with ruby1.8.6 (#9751). | Jean-Philippe Lang | 2011-12-08 | 1 | -1/+2 |
* | Rails3: model: Member: add virtual attribute to prevent error | Toshi MARUYAMA | 2011-12-08 | 1 | -0/+6 |
* | back out r8124 | Toshi MARUYAMA | 2011-12-08 | 1 | -1/+1 |