summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Make sure users don't get notified for thing they can not view (#3589).Jean-Philippe Lang2009-12-136-19/+54
* Moves watchers filtering logic to ActsAsWatchable.Jean-Philippe Lang2009-12-131-7/+0
* Makes user unwatch what he can no longer view after its permissions have chan...Jean-Philippe Lang2009-12-137-2/+73
* Copy issue relations when copying a project. (#3367)Eric Davis2009-12-131-0/+31
* Display users then groups on project memberships view (#4389).Jean-Philippe Lang2009-12-122-6/+6
* Issue#done_ratio should not break if status is nil.Jean-Philippe Lang2009-12-121-2/+2
* Retrieve root_url if needed (#4377).Jean-Philippe Lang2009-12-121-1/+1
* Allow blank value for IssueStatus#default_done_ratio.Jean-Philippe Lang2009-12-122-2/+3
* Adds workflow copy functionality (#1727).Jean-Philippe Lang2009-12-123-16/+50
* Refactor conditions.Eric Davis2009-12-121-1/+1
* Search mail addresses in Principal#likeEric Davis2009-12-121-2/+2
* Adds a Setting to control how an Issue's done_ratio is calculated:Eric Davis2009-12-112-1/+40
* Fixes tracker_id and custom_field_values assignment order for issues (#4353).Jean-Philippe Lang2009-12-091-0/+14
* Ignore subversion root_url case when extracting relative url.Jean-Philippe Lang2009-12-091-1/+1
* Optimize updates of issue's shared versions.Jean-Philippe Lang2009-12-083-10/+27
* No need to update issues from the version's project.Jean-Philippe Lang2009-12-081-1/+1
* Optimize issue updates when a version sharing changes.Jean-Philippe Lang2009-12-083-6/+10
* Fixed: Subversion#latest_changesets ignores revision argument (#4360).Jean-Philippe Lang2009-12-081-1/+1
* Fixes Project#shared_versions for descendants sharing (#465).Jean-Philippe Lang2009-12-071-2/+2
* Version sharing (#465) + optional inclusion of subprojects in the roadmap vie...Jean-Philippe Lang2009-12-064-10/+101
* Enhanced the Issue Bulk Copy feature:Eric Davis2009-12-042-1/+20
* Do not notify users that are no longer allowed to view an issue (#3589, #4263).Jean-Philippe Lang2009-12-032-5/+20
* Fixed: "None" category issue count is empty while grouping by category (#4308).Jean-Philippe Lang2009-12-022-4/+36
* Remove duplicate validation.Jean-Philippe Lang2009-11-291-4/+0
* Enable tracker update on issue edit form (#2405).Jean-Philippe Lang2009-11-291-0/+12
* Adds dynamic columns selection on the issue list (#4272).Jean-Philippe Lang2009-11-281-2/+8
* Rescue invalid query statement error with an error message.Jean-Philippe Lang2009-11-281-0/+13
* Move issues, journals, versions queries from IssuesController to Query model.Jean-Philippe Lang2009-11-281-0/+49
* Reverts r3072 (#4302: error raised when sorting on an association not include...Jean-Philippe Lang2009-11-271-11/+5
* Show last update datetime (last attachment added) on document list (#4232).Jean-Philippe Lang2009-11-261-0/+8
* Changes misleading scopes on Enumeration.Jean-Philippe Lang2009-11-212-17/+9
* Load roles when loading project members.Jean-Philippe Lang2009-11-201-1/+1
* Avoid useless database queries.Jean-Philippe Lang2009-11-201-1/+1
* Copy issue status on project copy (#3877).Jean-Philippe Lang2009-11-161-0/+1
* Optimize associations loading on the issue list.Jean-Philippe Lang2009-11-161-5/+11
* Allow issue grouping by custom field (#2679).Jean-Philippe Lang2009-11-161-0/+11
* Adds custom fields for versions (#4219).Jean-Philippe Lang2009-11-152-0/+23
* Remove dead code.Jean-Philippe Lang2009-11-151-15/+0
* Allow non admin users to add subprojects (#2963).Jean-Philippe Lang2009-11-151-7/+35
* Fixed: Project#enabled_module_names= does not test if a module is already ena...Jean-Philippe Lang2009-11-131-1/+1
* Allow [#id] as subject to reply by email (#3653).Jean-Philippe Lang2009-11-111-2/+2
* Fixes ApplicationHelper#link_to_userJean-Philippe Lang2009-11-111-1/+1
* Adds a link to automatically close completed versions in project settings (#1...Jean-Philippe Lang2009-11-091-0/+11
* Ignore emails received from the application emission address to avoid hell cy...Jean-Philippe Lang2009-11-081-3/+9
* Adds version status to limit issue assignments (#1245).Jean-Philippe Lang2009-11-082-1/+35
* Fixed: Pre-filled time tracking date ignores timezone (#4160).Jean-Philippe Lang2009-11-061-0/+9
* Allow project forums copy.Jean-Philippe Lang2009-10-251-1/+11
* Prevent mass-assignment warnings.Jean-Philippe Lang2009-10-251-1/+1
* Reset timestamps and wiki page hierarchy on project copy.Jean-Philippe Lang2009-10-252-5/+5
* Prevent mass-assignment warnings.Jean-Philippe Lang2009-10-251-7/+7