summaryrefslogtreecommitdiffstats
path: root/test/functional/issues_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r2250 and r2251 from trunk.Jean-Philippe Lang2009-01-101-0/+18
* Merged r2226 and r2233 from trunk.Jean-Philippe Lang2009-01-051-2/+10
* Merged r2116, r2117 and r2187 from trunk.Jean-Philippe Lang2008-12-311-13/+0
* Merged r2164 to r2167, r2188 and r2189 from trunk.Jean-Philippe Lang2008-12-311-0/+24
* Merged r2168 to r2171 from trunk.Jean-Philippe Lang2008-12-241-0/+10
* Cross-project gantt and calendar (#1157).Jean-Philippe Lang2008-12-051-0/+24
* Fixed a failing assertion in test_post_edit_with_attachment_only that wouldEric Davis2008-10-021-0/+4
* Fixed: cross-project issue list should not show issues of projects for which ...Jean-Philippe Lang2008-09-251-0/+11
* Functional tests fail when run on their own (#1895).Jean-Philippe Lang2008-09-141-0/+1
* Adds support for free ticket filtering and custom queries on Calendar.Jean-Philippe Lang2008-09-111-2/+9
* Adds support for free ticket filtering and custom queries on Gantt chart.Jean-Philippe Lang2008-09-101-0/+35
* One-click bulk edition using the issue list context menu within the same proj...Jean-Philippe Lang2008-08-261-2/+8
* Fixes custom fields display order at several places (#1768).Jean-Philippe Lang2008-08-111-1/+1
* Fixed: issues always created with default tracker (#1553).Jean-Philippe Lang2008-06-301-1/+2
* Custom fields refactoring: most of code moved from controllers to models (usi...Jean-Philippe Lang2008-06-271-5/+82
* File viewer for attached text files.Jean-Philippe Lang2008-06-091-0/+2
* Fixes functional tests broken by r1501.Jean-Philippe Lang2008-06-071-3/+3
* Adds a Reply link to each issue note (#739). Reply is pre-filled with the quo...Jean-Philippe Lang2008-05-301-0/+16
* Fixed: private subprojects are listed on the issues view (#1217).Jean-Philippe Lang2008-05-141-0/+31
* Fixed: Updating tickets add a time log with zero hours (#1147).Jean-Philippe Lang2008-04-301-9/+16
* Custom fields (list and boolean) can be used as criteria in time report (#1012).Jean-Philippe Lang2008-04-091-2/+3
* Prevent NoMethodError on nil class if custom_fields params is not present in ...Jean-Philippe Lang2008-04-011-0/+10
* Fixed: when bulk editing, setting "Assigned to" to "nobody" causes an sql err...Jean-Philippe Lang2008-03-261-0/+10
* Fix tests broken by r1243 (Redirect to issue page after creating a new issue).Jean-Philippe Lang2008-03-151-1/+1
* Display links to Atom feeds (closes #496, #750).Jean-Philippe Lang2008-03-051-1/+1
* Let the user choose when deleting issues with reported hours (closes #734, #71):Jean-Philippe Lang2008-02-291-4/+40
* Adds an optional description to attachments.Jean-Philippe Lang2008-02-291-1/+1
* Issue list now supports bulk edit/move/delete (#563, #607). For now, issues f...Jean-Philippe Lang2008-02-101-2/+117
* Merged IssuesController #edit and #update into a single actions.Jean-Philippe Lang2008-02-091-17/+10
* Added default value for custom fields. Fixed javascript on custom field form ...Jean-Philippe Lang2008-01-201-3/+16
* ProjectsController#add_issue moved to IssuesController#new.Jean-Philippe Lang2008-01-201-0/+50
* Merged IssuesController change_status and add_note actions.Jean-Philippe Lang2008-01-061-9/+113
* Add email notification to IssuesController#edit.Jean-Philippe Lang2007-12-191-2/+14
* Project identifier is now used in URLs (instead of project id).Jean-Philippe Lang2007-12-171-1/+1
* Added some functional tests and a CVS test repository.Jean-Philippe Lang2007-12-131-1/+11
* Added some functional tests (issues).Jean-Philippe Lang2007-12-121-0/+67
* ProjectsController#list_issues, #export_issues_csv and #export_issues_pdf mer...Jean-Philippe Lang2007-11-051-0/+86