summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-0210-32/+29
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-0/+2
* Makes User.current thread safe (#12097).Jean-Philippe Lang2012-12-021-2/+2
* remove trailing white-spaces from app/models/repository.rbToshi MARUYAMA2012-11-281-2/+2
* code layout cleanup app/models/issue_relation.rbToshi MARUYAMA2012-11-281-17/+33
* Code cleanup.Jean-Philippe Lang2012-11-271-3/+1
* Code cleanup.Jean-Philippe Lang2012-11-273-7/+8
* Validate email only if changed.Jean-Philippe Lang2012-11-271-1/+1
* Code cleanup.Jean-Philippe Lang2012-11-271-1/+1
* Code cleanup.Jean-Philippe Lang2012-11-271-8/+8
* Fixed the behaviour for when rescheduling a parent task (#4590).Jean-Philippe Lang2012-11-241-1/+9
* Precede-Follow relation should move following issues earlier when reschedulin...Jean-Philippe Lang2012-11-241-3/+8
* Respond with 404 instead of 500 when requesting a wiki diff with invalid vers...Jean-Philippe Lang2012-11-241-1/+2
* Use Project.rebuild_tree! instead of .rebuild! in migration.Jean-Philippe Lang2012-11-231-0/+1
* Adds a Project.rebuild_tree! method to force the rebuild of the nested set.Jean-Philippe Lang2012-11-231-0/+9
* scm: git: fix tests fail when extra_info is nil (#12409)Toshi MARUYAMA2012-11-211-0/+1
* scm: git: fix changesets aren't read after clear_changesets call (#12409)Toshi MARUYAMA2012-11-212-0/+14
* fix non ASCII attachment filename encoding broken (MOJIBAKE) in receiving mai...Toshi MARUYAMA2012-11-211-1/+18
* Fixed that MailHandler raises an error when email has no subject header (#123...Jean-Philippe Lang2012-11-181-2/+3
* Code cleanup.Jean-Philippe Lang2012-11-181-0/+15
* fix receiving mail subject broken which does not begin with encoding name (#1...Toshi MARUYAMA2012-11-161-1/+2
* Fixed version date validation (#12359).Jean-Philippe Lang2012-11-151-0/+7
* Code cleanup.Jean-Philippe Lang2012-11-131-4/+4
* Adds table name to the SQL clause used by Principale.like scope.Jean-Philippe Lang2012-11-131-2/+3
* Code cleanup.Jean-Philippe Lang2012-11-131-3/+3
* Fixed that Principal#like scope does not work with cyrillic characters and Po...Jean-Philippe Lang2012-11-131-3/+3
* Fixed that watchers receive notifications for private comments without permis...Jean-Philippe Lang2012-11-052-1/+9
* New user name format: firstname + first letter of lastname (#12085).Jean-Philippe Lang2012-10-301-5/+10
* Changes how relative date filters work and adds specific filters for filterin...Jean-Philippe Lang2012-10-301-5/+21
* Validate value for date filters.Jean-Philippe Lang2012-10-301-1/+1
* Ability to sort issues by grouped column (#3511).Jean-Philippe Lang2012-10-291-3/+8
* Ignore non-working days when rescheduling an issue (#2161).Jean-Philippe Lang2012-10-292-5/+22
* Adds a textual css class for issue priorities (#12216).Jean-Philippe Lang2012-10-262-1/+35
* REST API for creating/updating wiki pages (#7082).Jean-Philippe Lang2012-10-251-1/+1
* REST API for retrieving wiki pages (#7082).Jean-Philippe Lang2012-10-251-1/+1
* Ability to delete a version from a wiki page history (#10852).Jean-Philippe Lang2012-10-231-0/+15
* Handle deleted wiki page versions (#10852).Jean-Philippe Lang2012-10-212-8/+17
* Adds links to locked users when current user is admin.Jean-Philippe Lang2012-10-181-0/+11
* Code cleanup.Jean-Philippe Lang2012-10-181-1/+1
* Fixed that invalid start date is ignored (#12092).Jean-Philippe Lang2012-10-181-1/+5
* Makes enumerations available through the REST API.Jean-Philippe Lang2012-10-171-0/+1
* Fixed that entering #nnn as parent task should validate (#11979).Jean-Philippe Lang2012-10-141-1/+2
* Make sure that custom field format cannot be changed.Jean-Philippe Lang2012-10-131-0/+5
* Fixed: No validation errors when entering an invalid "Parent task" (#11979).Jean-Philippe Lang2012-10-121-6/+12
* Fixed that User#allowed_to? should return true or false (#12078).Jean-Philippe Lang2012-10-121-7/+7
* Adds a setting to allow subtasks to belong to other projects (#5487).Jean-Philippe Lang2012-10-101-5/+26
* Adds label_any string for filters.Jean-Philippe Lang2012-10-041-1/+1
* Adds no_issue_in_project operator for relations filter (#3265).Jean-Philippe Lang2012-10-041-6/+8
* sort custom field issue filter by type and position (#12018)Toshi MARUYAMA2012-10-042-1/+7
* move CustomFieldsHelper tabs variable to model constant for common use (#12018)Toshi MARUYAMA2012-10-041-0/+21