summaryrefslogtreecommitdiffstats
path: root/test/unit/project_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed: copied private queries not visible after project copy (#9520).Jean-Philippe Lang2011-11-111-0/+1
* Rails3: test: replace deprecated errors.on at test_validate_identifier of uni...Toshi MARUYAMA2011-10-071-1/+1
* Rails3: replace "all" fixtures at test/unit/project_test.rbToshi MARUYAMA2011-09-241-1/+12
* remove trailing white-spaces from test/unit/project_test.rb.Toshi MARUYAMA2011-08-211-85/+83
* Added Project#enable_module! and Project#disable_module! (#7115)Jean-Baptiste Barth2011-06-191-0/+48
* Modules selection lost on project form after validation failure (#8012).Jean-Philippe Lang2011-03-301-0/+8
* 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-2/+37
* Additional roles of a user who belongs to a group are not always copied when ...Jean-Philippe Lang2011-01-021-0/+16
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Select projects with issue_tracking module for gantt display and remove the n...Jean-Philippe Lang2010-12-071-16/+0
* Moves project attributes default assignments from ProjectsController#new to t...Jean-Philippe Lang2010-12-031-0/+29
* Allow non-unique names for projects (#630).Jean-Philippe Lang2010-11-111-1/+0
* Improved error message when trying to access an archived project (#2995).Jean-Philippe Lang2010-10-231-0/+2
* Change Project#notified_users to check for the 'all' notification option. #6541Eric Davis2010-10-101-0/+50
* Project tests updated.Jean-Philippe Lang2010-09-261-0/+4
* Rewrite the Gantt chart. #6276Eric Davis2010-09-101-0/+118
* Show subproject versions on the Roadmap.Eric Davis2010-05-271-0/+53
* Adds an assertion on issues deletion when deleting a project (#5381).Jean-Philippe Lang2010-04-271-2/+3
* Fixed: Project copy loses wiki pages hierarchy (#4797).Jean-Philippe Lang2010-02-111-4/+12
* Fixed: parent project field doesn't include blank value when a member with 'a...Jean-Philippe Lang2010-02-101-0/+42
* Updated object_daddy to a newer version (bugfixes)Eric Davis2010-02-081-1/+1
* Fixed: project copy doesn't copy group memberships (#3975).Jean-Philippe Lang2009-12-261-5/+5
* Project#activities should check all overridden activities, not just active ones.Eric Davis2009-12-241-0/+11
* Adds a 'Add subprojects' permission.Jean-Philippe Lang2009-12-241-1/+1
* Project custom fields are already copied via the Copy form. (#3367)Eric Davis2009-12-131-2/+0
* Copy issue relations when copying a project. (#3367)Eric Davis2009-12-131-3/+35
* Fixes Project#shared_versions for descendants sharing (#465).Jean-Philippe Lang2009-12-071-0/+50
* Version sharing (#465) + optional inclusion of subprojects in the roadmap vie...Jean-Philippe Lang2009-12-061-11/+101
* Copy issue status on project copy (#3877).Jean-Philippe Lang2009-11-161-0/+10
* Allow non admin users to add subprojects (#2963).Jean-Philippe Lang2009-11-151-0/+9
* 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-0/+9
* Add a test that breaks before r2967 (broken project wiki copy).Jean-Philippe Lang2009-10-251-2/+4
* Project copy: let the user choose what to copy from the source project (every...Jean-Philippe Lang2009-10-241-0/+12
* Added a Activities tab to Project SettingsEric Davis2009-10-211-0/+15
* Changed the Timelogs to use both the Systemwide and Project specific TimeEntr...Eric Davis2009-10-211-0/+47
* Added shoulda macros to test Project's associationsEric Davis2009-10-191-0/+24
* Replaced a custom test with a shoulda macro.Eric Davis2009-10-191-8/+7
* Improved Project#copy to copy more data from the source Project. #3367Eric Davis2009-10-191-1/+81
* Refactored duplicated test code to a setup.Eric Davis2009-10-191-42/+26
* Converted Project#copy test to use shouldaEric Davis2009-10-191-52/+55
* Adds missing native eol properties.Jean-Philippe Lang2009-09-201-353/+353
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* User groups branch merged.Jean-Philippe Lang2009-09-121-0/+12
* Prevent creation of project with identifier 'new' (#3602).Jean-Philippe Lang2009-07-181-1/+2
* Validate project identifier only when changed (#3352).Jean-Philippe Lang2009-05-251-0/+14
* Display all users roles on project overview (#3339).Jean-Philippe Lang2009-05-121-0/+8
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-2/+2
* Added the ability to copy a project in the Project Administration panel.Eric Davis2009-05-031-1/+85