summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Add permission option to wiki page activity provider.Jean-Philippe Lang2011-04-051-0/+1
* Makes visible scopes accept projects option and deprecate Project.visible_by.Jean-Philippe Lang2011-04-058-22/+27
* add bulk edit and bulk update actions for time entries (#7996).Toshi MARUYAMA2011-04-041-0/+6
* Do not load projects association in #rolled_up_trackers.Jean-Philippe Lang2011-04-021-1/+1
* Skip a few count(*) SQL queries on the issue list.Jean-Philippe Lang2011-04-021-6/+11
* Fixed: list of users for adding to a group may be empty if 100 first users ha...Jean-Philippe Lang2011-04-011-0/+4
* Fixes #possible_values_options when given an object with nil project.Jean-Philippe Lang2011-04-011-1/+1
* Adds User and Version custom field format that can be used to reference a pro...Jean-Philippe Lang2011-04-012-3/+35
* Modules selection lost on project form after validation failure (#8012).Jean-Philippe Lang2011-03-301-4/+1
* Save queries.Jean-Philippe Lang2011-03-281-1/+1
* Save 1 query + 1 cache hit in #shared_versions for root projects.Jean-Philippe Lang2011-03-281-2/+4
* Fixed links in new file notification broken by r4051 (#6590).Jean-Philippe Lang2011-03-271-2/+2
* Do not send reminders to locked users (#5773).Jean-Philippe Lang2011-03-271-1/+1
* Adds css classes to parent/child issues (#7986).Jean-Philippe Lang2011-03-251-0/+2
* Fixes sort parameter in reminder email links (#7963).Jean-Philippe Lang2011-03-241-1/+1
* Fixed: news comments not deleted when deleting a project (#7904).Jean-Philippe Lang2011-03-201-1/+1
* Fixed: children projects are deleted instead of being destroyed when destroyi...Jean-Philippe Lang2011-03-201-9/+2
* Prevent error when referencing an issue without project (#7890).Jean-Philippe Lang2011-03-161-1/+1
* Adds a Group filter on the admin users list (#7893).Jean-Philippe Lang2011-03-161-0/+5
* Replaces TimeEntry.visible_by with a visible scope.Jean-Philippe Lang2011-03-161-2/+9
* scm: mercurial: increase limit of branch directory latest changesets.Toshi MARUYAMA2011-03-161-1/+4
* scm: set supporting directory revisions or not at scm level.Toshi MARUYAMA2011-03-164-0/+16
* scm: set supporting all revisions or not at scm level.Toshi MARUYAMA2011-03-162-3/+11
* Adds a visible scope to the Journal model.Jean-Philippe Lang2011-03-151-2/+7
* Adds Issue#visible_condition to build issue visibility statement.Jean-Philippe Lang2011-03-152-2/+7
* Changed the way the visibility SQL statement is built.Jean-Philippe Lang2011-03-152-12/+36
* scm: mercurial: branches and tags are enable in model (#1981, #7246).Toshi MARUYAMA2011-03-141-8/+0
* scm: mercurial: latest changesets support named branch (#7246).Toshi MARUYAMA2011-03-141-2/+11
* scm: mercurial: latest changesets improvement and supporting tag (#1981).Toshi MARUYAMA2011-03-141-11/+23
* Check for a valid time entry if comments have been entered when updating an i...Jean-Philippe Lang2011-03-131-1/+1
* Fixed: mail handler keywords are not removed when updating issues (#7785).Jean-Philippe Lang2011-03-131-1/+2
* Prevent SystemStackError on Issue#all_dependent_issues with mutiple circular ...Jean-Philippe Lang2011-03-131-3/+3
* Moved wiki page updated_on eager load to a scope and fixed timestamp titles o...Jean-Philippe Lang2011-03-121-0/+18
* Fixed: wiki page with backslash in title can not be found (#7589).Jean-Philippe Lang2011-03-121-2/+2
* scm: cvs: fix missing author, revision and comment in tree view (#4270).Toshi MARUYAMA2011-03-111-3/+3
* scm: mercurial: add :order => 'id DESC' explicitly for MySQL test fails.Toshi MARUYAMA2011-03-111-2/+9
* scm: cvs: code clean up model.Toshi MARUYAMA2011-03-111-5/+7
* Code cleanup.Jean-Philippe Lang2011-03-101-5/+0
* scm: git: insert revisions to database with reverse commit order (#7821, #5357).Toshi MARUYAMA2011-03-101-1/+1
* Adds email notifications support for news comments (#2074).Jean-Philippe Lang2011-03-043-3/+54
* scm: add feature of per project repository log encoding setting (#1735).Toshi MARUYAMA2011-03-014-4/+7
* scm: add scm specific human_attribute_name for input validation.Toshi MARUYAMA2011-03-016-0/+43
* scm: git: use --encoding=UTF-8 in "git log" (#3396).Toshi MARUYAMA2011-02-281-0/+4
* scm: ignore log encoding setting in Subversion and Mercurial (#7597).Toshi MARUYAMA2011-02-285-20/+31
* scm: return if str.blank? in to_utf8(str).Toshi MARUYAMA2011-02-281-0/+1
* scm: git: move saving changesets from adapter to model (#3396).Toshi MARUYAMA2011-02-281-1/+22
* Keep track of issue description changes (#746).Jean-Philippe Lang2011-02-272-10/+5
* Extracts a diff helper from the WikiDiff class.Jean-Philippe Lang2011-02-271-8/+4
* Fixes syntax for time logging in commit messages (#7630, #7718).Jean-Philippe Lang2011-02-261-2/+4
* Adds support for SCM/LDAP passwords encryption in the database (#7411).Jean-Philippe Lang2011-02-263-2/+23