summaryrefslogtreecommitdiffstats
path: root/app/models/project.rb
Commit message (Expand)AuthorAgeFilesLines
* Do not try to copy relations for issues that could not be copied.Jean-Philippe Lang2010-12-101-1/+9
* Select projects with issue_tracking module for gantt display and remove the n...Jean-Philippe Lang2010-12-071-14/+10
* Moves project attributes default assignments from ProjectsController#new to t...Jean-Philippe Lang2010-12-031-1/+24
* Raised maximum length of project names and identifiers to 255 and 100 respect...Jean-Philippe Lang2010-11-141-2/+5
* Allow non-unique names for projects (#630).Jean-Philippe Lang2010-11-111-1/+1
* Improved error message when trying to access an archived project (#2995).Jean-Philippe Lang2010-10-231-0/+4
* Refactor: move method to model with compatibility wrapperEric Davis2010-10-221-0/+12
* Change Project#notified_users to check for the 'all' notification option. #6541Eric Davis2010-10-101-2/+3
* Converted User#mail_notification from a boolean to a string.Eric Davis2010-09-281-1/+1
* Revert "Fixed: gantt broken when no due date on project issues and versions."Eric Davis2010-09-261-3/+2
* Fixed: gantt broken when no due date on project issues and versions.Jean-Philippe Lang2010-09-261-2/+3
* Change the TimelogController's to/from dates based on the project time entriesEric Davis2010-09-141-0/+9
* Refactor: move method to Project#css_classesEric Davis2010-09-101-0/+8
* Rewrite the Gantt chart. #6276Eric Davis2010-09-101-0/+44
* Show subproject versions on the Roadmap.Eric Davis2010-05-271-0/+7
* Adds subtasking (#443) including:Jean-Philippe Lang2010-03-131-1/+11
* Optimize: Only select the name when getting the module names.Eric Davis2010-02-251-1/+1
* Fixed: projects are referenced by id in search results.Jean-Philippe Lang2010-02-241-1/+1
* Makes project identifiers searchable (#4897).Jean-Philippe Lang2010-02-241-1/+1
* Fixed: Project copy loses wiki pages hierarchy (#4797).Jean-Philippe Lang2010-02-111-0/+12
* Fixed: parent project field doesn't include blank value when a member with 'a...Jean-Philippe Lang2010-02-101-1/+1
* Fixed: deleting a project with subprojects breaks the project tree (#4701).Jean-Philippe Lang2010-01-311-2/+9
* Fixed: project copy doesn't copy group memberships (#3975).Jean-Philippe Lang2009-12-261-2/+7
* Project#activities should check all overridden activities, not just active ones.Eric Davis2009-12-241-3/+3
* Adds a 'Add subprojects' permission.Jean-Philippe Lang2009-12-241-1/+5
* Copy issue relations when copying a project. (#3367)Eric Davis2009-12-131-0/+31
* Optimize updates of issue's shared versions.Jean-Philippe Lang2009-12-081-1/+1
* Optimize issue updates when a version sharing changes.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-061-5/+34
* Do not notify users that are no longer allowed to view an issue (#3589, #4263).Jean-Philippe Lang2009-12-031-0/+5
* Changes misleading scopes on Enumeration.Jean-Philippe Lang2009-11-211-9/+5
* Load roles when loading project members.Jean-Philippe Lang2009-11-201-1/+1
* 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
* Adds a link to automatically close completed versions in project settings (#1...Jean-Philippe Lang2009-11-091-0/+11
* 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-251-4/+4
* Prevent mass-assignment warnings.Jean-Philippe Lang2009-10-251-7/+7
* Fixes project wiki copy.Jean-Philippe Lang2009-10-251-10/+17
* Project copy: let the user choose what to copy from the source project (every...Jean-Philippe Lang2009-10-241-62/+90
* When a specific TimeEntryActivity are change, associated TimeEntries will beEric Davis2009-10-211-7/+18
* Added a Activities tab to Project SettingsEric Davis2009-10-211-13/+71
* Changed the Timelogs to use both the Systemwide and Project specific TimeEntr...Eric Davis2009-10-211-0/+20
* Renamed Project#public named_scope so it will not override Ruby's public methodEric Davis2009-10-211-1/+1
* Improved Project#copy to copy more data from the source Project. #3367Eric Davis2009-10-191-0/+34
* Preselect the issue custom fields from the source project when copying. #4045Eric Davis2009-10-191-0/+1
* Slight change to the visibility SQL statement.Jean-Philippe Lang2009-09-121-1/+1