summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* remove trailing white-spaces from app/models/issue_relation.rb.Toshi MARUYAMA2011-08-211-20/+20
* remove trailing white-spaces from app/models/issue_status.rb.Toshi MARUYAMA2011-08-211-16/+16
* remove trailing white-spaces from app/models/member.rb.Toshi MARUYAMA2011-08-211-14/+14
* remove trailing white-spaces from app/models/member_role.rb.Toshi MARUYAMA2011-08-211-11/+11
* remove trailing white-spaces from app/models/enumeration.rb.Toshi MARUYAMA2011-08-211-16/+16
* remove trailing white-spaces from app/models/query.rb.Toshi MARUYAMA2011-08-201-17/+17
* Include issues asigned to user's groups when using "assigned to me" filter (#...Jean-Philippe Lang2011-07-311-1/+8
* Fixes mail handler for when there's no attachments (#8651).Jean-Philippe Lang2011-07-291-1/+1
* Fixed: attachments from Apple Mail not added by mail handler (#8651).Jean-Philippe Lang2011-07-291-1/+1
* Fixed: file uploads broken by r6312 (#8912).Jean-Philippe Lang2011-07-291-1/+2
* Fixed: pagination do not show total visible issue count (#8633).Jean-Philippe Lang2011-07-241-1/+1
* Ability to load relations on /issues API (#7366).Jean-Philippe Lang2011-07-241-1/+11
* Fixed: MailHandler does not include JournalDetail for attached files (#7966).Jean-Philippe Lang2011-07-243-5/+11
* Assignee is removed on issue update if assignee account is locked (#8884).Jean-Philippe Lang2011-07-231-0/+1
* Ability to assign issues to groups (#2964).Jean-Philippe Lang2011-07-238-31/+76
* Refactor: extract specific filter statements to methods.Jean-Philippe Lang2011-07-201-58/+63
* Fixed: additional workflow transitions not available when set to both author ...Jean-Philippe Lang2011-07-201-8/+10
* Refactor builtin roles creation.Jean-Philippe Lang2011-07-201-17/+14
* Validate custom field regexp (#8865).Jean-Philippe Lang2011-07-201-0/+8
* More accurate date validation.Jean-Philippe Lang2011-07-111-1/+1
* Validate date filters values.Jean-Philippe Lang2011-07-111-0/+7
* Typo.Jean-Philippe Lang2011-07-111-1/+1
* Fixes "=" filter on float values.Jean-Philippe Lang2011-07-111-13/+25
* scm: mercurial: do nothing in fetching if info is nil (#8777).Toshi MARUYAMA2011-07-111-0/+1
* Keep invalid values and add validation error message.Jean-Philippe Lang2011-07-101-5/+5
* Reject non numeric values for numeric fields.Jean-Philippe Lang2011-07-101-1/+5
* Fixes filters on float values.Jean-Philippe Lang2011-07-101-6/+7
* Adds date based filters (#4729) and date range filter (#6954).Jean-Philippe Lang2011-07-101-31/+56
* scm: git: catch exception in model default_branch() (#8458, #6713).Toshi MARUYAMA2011-07-101-0/+3
* scm: mercurial: remove return value from model fetch_changesets().Toshi MARUYAMA2011-07-101-1/+0
* Adds "between" operator for numeric filters (#6180).Jean-Philippe Lang2011-07-101-1/+14
* Fixes "less than", "greater than" filters on custom fields with postgres (#61...Jean-Philippe Lang2011-07-091-2/+10
* Numeric operators for custom fields in query filters (#6180).Jean-Philippe Lang2011-07-091-0/+2
* Fixed: Wiki annotated page does not display author of version 1 (#8449).Jean-Philippe Lang2011-07-091-1/+5
* Adds visibility condition on parent project in API.Jean-Philippe Lang2011-07-091-0/+5
* Fixed: Setting issue attributes from mail should be case-insensitive (#8759).Jean-Philippe Lang2011-07-096-7/+15
* Makes custom queries available through the REST API (#5737).Jean-Philippe Lang2011-07-061-1/+11
* Makes relations resource shallow (#7366).Jean-Philippe Lang2011-07-051-0/+10
* Document why relation is reversed after validation.Jean-Philippe Lang2011-07-041-0/+2
* Set a default value for relation type.Jean-Philippe Lang2011-07-041-2/+10
* Adds REST API for issue relations (#7366).Jean-Philippe Lang2011-07-041-0/+5
* Do not show 2 validation errors when user mail is blank.Jean-Philippe Lang2011-07-031-1/+1
* Fixed: private queries should not be accessible to other users (#8729).Jean-Philippe Lang2011-07-031-0/+5
* Normalize issue description EOLs do prevent false journal details (#8712).Jean-Philippe Lang2011-07-021-0/+7
* Fixed: Workflow copy does not copy advanced workflow settings (#8739).Jean-Philippe Lang2011-07-021-2/+2
* Do not journalize blank description changes (#8712).Jean-Philippe Lang2011-07-021-1/+4
* scm: return nil at model default_branch and override at git model (#8458, #67...Toshi MARUYAMA2011-06-302-1/+5
* Fixed circular dependencies possibly introduced when using reverse relations,...Jean-Baptiste Barth2011-06-261-1/+6
* Added Project#enable_module! and Project#disable_module! (#7115)Jean-Baptiste Barth2011-06-191-1/+21
* replace RAILS_ROOT to Rails.root in setting model.Toshi MARUYAMA2011-06-161-1/+1