summaryrefslogtreecommitdiffstats
path: root/test/functional/projects_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow non admin users to add subprojects (#2963).Jean-Philippe Lang2009-11-151-0/+17
* When a specific TimeEntryActivity are change, associated TimeEntries will beEric Davis2009-10-211-1/+62
* Added a Activities tab to Project SettingsEric Davis2009-10-211-1/+128
* Renames uploaded_test_file helper.Jean-Philippe Lang2009-10-101-2/+2
* Adds missing native eol properties.Jean-Philippe Lang2009-09-201-577/+577
* Fixed: Custom values with a nil value cause error on (project|account)/show (...Jean-Philippe Lang2009-09-201-567/+577
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Ability to allow non-admin users to create projects (#1007).Jean-Philippe Lang2009-05-171-0/+50
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-1/+1
* Added the ability to copy a project in the Project Administration panel.Eric Davis2009-05-031-2/+18
* Fixes tests broken by r2532 (#2853).Jean-Philippe Lang2009-02-281-2/+2
* Moves project menu tests to a dedicated integration test.Jean-Philippe Lang2009-02-211-32/+0
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-211-4/+4
* Adds (a maximum of 3) links to project ancestors in the page title (#2788).Jean-Philippe Lang2009-02-201-0/+16
* Converted routing and urls to follow the Rails REST convention.Eric Davis2009-01-261-23/+176
* Merged nested projects branch. Removes limit on subproject nesting (#594).Jean-Philippe Lang2009-01-241-5/+12
* Jump to the current tab when using the project quick-jump combo (#2364).Jean-Philippe Lang2008-12-301-0/+17
* Fixes functional test failures.Jean-Philippe Lang2008-12-271-2/+2
* Files module: makes version field non required (#1053).Jean-Philippe Lang2008-12-091-2/+47
* Makes activity view accept a user_id param to show user's activity (#1002).Jean-Philippe Lang2008-11-301-0/+18
* Adds a css class on menu items in order to apply item specific styles (eg. ic...Jean-Philippe Lang2008-11-271-3/+6
* Slight tests fixes.Jean-Philippe Lang2008-11-251-0/+1
* Adds support for free ticket filtering and custom queries on Calendar.Jean-Philippe Lang2008-09-111-26/+2
* Adds support for free ticket filtering and custom queries on Gantt chart.Jean-Philippe Lang2008-09-101-41/+0
* Merged hooks branch @ r1785 into trunk.Jean-Philippe Lang2008-09-051-0/+19
* Fixed: activity atom feed broken by r1701 (#1703).Jean-Philippe Lang2008-07-301-0/+6
* Activity refactoring.Jean-Philippe Lang2008-07-271-46/+15
* Menu mapper: add support for :before, :after and :last options to #push metho...Jean-Philippe Lang2008-07-131-0/+29
* Fixed: no :author method error on projects atom feed (#1623).Jean-Philippe Lang2008-07-121-0/+8
* Merged Rails 2.1 compatibility branch.Jean-Philippe Lang2008-07-041-1/+1
* Custom fields refactoring: most of code moved from controllers to models (usi...Jean-Philippe Lang2008-06-271-1/+1
* Fixes test broken by r1578.Jean-Philippe Lang2008-06-241-2/+2
* Moved ProjectsController#list to ProjectsController#index.Jean-Philippe Lang2008-05-261-7/+1
* Gantt chart: display issues that don't have a due date if they are assigned t...Jean-Philippe Lang2008-05-251-1/+10
* Fixed: Calendar and Gantt show private subprojects even if current user is no...Jean-Philippe Lang2008-05-141-2/+23
* Fixed: private subprojects names are revealed on the project overview (#1152).Jean-Philippe Lang2008-05-011-0/+15
* Add an icon to each event on the activity view.Jean-Philippe Lang2008-04-121-1/+1
* Activity enhancements:Jean-Philippe Lang2008-03-111-3/+55
* Display the last 30 days on the activity view rather than the current month.Jean-Philippe Lang2008-03-051-2/+2
* Issue list now supports bulk edit/move/delete (#563, #607). For now, issues f...Jean-Philippe Lang2008-02-101-26/+0
* Activity test fix (r1120).Jean-Philippe Lang2008-02-051-6/+8
* Fixed: custom field selection is not saved when unchecking them all on projec...Jean-Philippe Lang2008-01-201-1/+2
* ProjectsController#add_issue moved to IssuesController#new.Jean-Philippe Lang2008-01-201-19/+0
* On the calendar, the gantt and in the Tracker filter on the issue list, only ...Jean-Philippe Lang2008-01-161-3/+3
* Moved ProjectsController#list_documents and add_document to DocumentsControll...Jean-Philippe Lang2007-12-181-7/+0
* Project identifier is now used in URLs (instead of project id).Jean-Philippe Lang2007-12-171-5/+13
* Added some tests for projects controller and helper.Jean-Philippe Lang2007-12-141-1/+47
* Added some functional tests (projects and repositories).Jean-Philippe Lang2007-12-121-1/+56
* Project name format limitation removed (name can now contain any character).Jean-Philippe Lang2007-12-031-1/+8
* * Added links to previous and next revisions on revision view (patch by Cyril...Jean-Philippe Lang2007-12-011-1/+1