summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Workflow enhancement: editable and required fields configurable by role, trac...Jean-Philippe Lang2012-07-157-46/+207
* Adds a scope for sorting groups.Jean-Philippe Lang2012-07-081-0/+2
* Fixed that deleting the last reply of a topic does not update last_reply_id.Jean-Philippe Lang2012-07-071-10/+6
* Code cleanup.Jean-Philippe Lang2012-07-071-8/+2
* Code cleanup.Jean-Philippe Lang2012-07-071-1/+1
* Displays thumbnails of attached images of the issue view (#1006).Jean-Philippe Lang2012-07-071-1/+32
* Adds a configurable timeout for LDAP authentication (#8978).Jean-Philippe Lang2012-07-072-9/+26
* Ignore emails with "Auto-Submitted: auto-*" header (#11338).Jean-Philippe Lang2012-07-071-6/+9
* Adds Private filter to the issue list (#8577).Jean-Philippe Lang2012-07-051-1/+13
* Makes Private column available on the issue list (#8577).Jean-Philippe Lang2012-07-051-0/+5
* Perf: don't load preferences for the anonymous user.Jean-Philippe Lang2012-07-051-0/+4
* Perf: use a custom decoder for Role#permissions instead of YAML.load.Jean-Philippe Lang2012-07-051-5/+14
* Ability to disable standard fields on a per tracker basis (#1091).Jean-Philippe Lang2012-07-053-7/+70
* Fixed: Can't filter for negative numeric custom field (#11307).Jean-Philippe Lang2012-07-041-2/+2
* Code cleanup.Jean-Philippe Lang2012-07-041-6/+1
* Moved logic relative to project status from User to Project model (#3640).Jean-Philippe Lang2012-06-252-6/+10
* Ability to close projects (read-only) (#3640).Jean-Philippe Lang2012-06-253-13/+30
* Removed test line committed accidently (#11073).Etienne Massip2012-06-231-1/+0
* Use base class name as customized type to fix @UserCustomField#order_statement@.Etienne Massip2012-06-231-2/+3
* Makes repository url read-only after saving.Jean-Philippe Lang2012-06-202-2/+5
* Safe attributes for repositories.Jean-Philippe Lang2012-06-192-0/+11
* Make repository identifier accept underscores (#11192).Jean-Philippe Lang2012-06-191-2/+2
* Fixed that deleting a project with subtasks may fail (#11185).Jean-Philippe Lang2012-06-181-0/+22
* Fixed that Subversion#load_entries_changesets raises an error if entries is nil.Jean-Philippe Lang2012-06-121-0/+2
* scm: mercurial: use Rails3 ActiveRecord syntax with same as git r9807 at find...Toshi MARUYAMA2012-06-111-4/+4
* Code cleanup.Jean-Philippe Lang2012-06-101-1/+6
* Code cleanup.Jean-Philippe Lang2012-06-101-4/+4
* Faster changesets loading for subversion.Jean-Philippe Lang2012-06-101-0/+16
* Adds a method to load changesets for repository entries.Jean-Philippe Lang2012-06-106-8/+20
* Make sure we look for a feeds token.Jean-Philippe Lang2012-06-101-1/+1
* Stringify tokens.Jean-Philippe Lang2012-06-101-3/+3
* Stringify User.try_to_login arguments.Jean-Philippe Lang2012-06-101-1/+4
* Fixed: German umlauts in Subject get striped with ruby1.8 (#11065).Jean-Philippe Lang2012-06-101-2/+19
* Fixed that custom_fields property is ignored for time entries in REST API (#1...Jean-Philippe Lang2012-06-091-1/+1
* Renamed #changes association to #filechanges (clash with AR::Base.changes tha...Jean-Philippe Lang2012-06-034-8/+8
* REST Api for Groups (#8981).Jean-Philippe Lang2012-06-031-0/+1
* Use safe_attributes in GroupsController.Jean-Philippe Lang2012-06-011-0/+7
* Replaced group[lastname] parameter with group[name].Jean-Philippe Lang2012-06-011-1/+7
* Fixed test failures on wiki_page updated_on eager loading (#10996).Jean-Philippe Lang2012-05-261-1/+1
* Fixed time zone issues introduced by r9719 (#10996).Jean-Philippe Lang2012-05-262-4/+19
* Code cleanup.Jean-Philippe Lang2012-05-251-1/+1
* Code cleanup.Jean-Philippe Lang2012-05-251-3/+2
* Code cleanup.Jean-Philippe Lang2012-05-252-9/+17
* Code cleanup.Jean-Philippe Lang2012-05-253-8/+5
* Code cleanup.Jean-Philippe Lang2012-05-251-6/+6
* Fixed that project identifier can always be updated (#11028).Jean-Philippe Lang2012-05-251-1/+1
* Fixed that updated_on is not updated when updating an issue (#10964).Jean-Philippe Lang2012-05-211-3/+8
* Restored List-Id header in email notifications (#10888).Jean-Philippe Lang2012-05-131-1/+2
* Adds all/none operators to text custom field filters (#9790).Jean-Philippe Lang2012-05-121-2/+2
* change mailer model method comments to Rails3 styleToshi MARUYAMA2012-05-091-35/+35