OSDN Git Service

Merged r6163, r6171, r6172, r6174 from trunk.
[redminele/redmine.git] / test / functional / issues_controller_test.rb
2009-01-04 Jean-Philippe LangMove PDF stuff to a single helper.
2008-12-24 Jean-Philippe LangValidates sort_key and sort_order params (#2378).
2008-12-22 Jean-Philippe LangAdds watchers selection on new issue form (#398). Permi...
2008-12-09 Jean-Philippe LangAttachmentsController now handles attachments deletion.
2008-12-05 Jean-Philippe LangCross-project gantt and calendar (#1157).
2008-10-02 Eric DavisFixed a failing assertion in test_post_edit_with_attach...
2008-09-25 Jean-Philippe LangFixed: cross-project issue list should not show issues...
2008-09-14 Jean-Philippe LangFunctional tests fail when run on their own (#1895).
2008-09-11 Jean-Philippe LangAdds support for free ticket filtering and custom queri...
2008-09-10 Jean-Philippe LangAdds support for free ticket filtering and custom queri...
2008-08-26 Jean-Philippe LangOne-click bulk edition using the issue list context...
2008-08-11 Jean-Philippe LangFixes custom fields display order at several places...
2008-06-30 Jean-Philippe LangFixed: issues always created with default tracker ...
2008-06-27 Jean-Philippe LangCustom fields refactoring: most of code moved from...
2008-06-09 Jean-Philippe LangFile viewer for attached text files.
2008-06-07 Jean-Philippe LangFixes functional tests broken by r1501.
2008-05-30 Jean-Philippe LangAdds a Reply link to each issue note (#739). Reply...
2008-05-14 Jean-Philippe LangFixed: private subprojects are listed on the issues...
2008-04-30 Jean-Philippe LangFixed: Updating tickets add a time log with zero hours...
2008-04-09 Jean-Philippe LangCustom fields (list and boolean) can be used as criteri...
2008-04-01 Jean-Philippe LangPrevent NoMethodError on nil class if custom_fields...
2008-03-26 Jean-Philippe LangFixed: when bulk editing, setting "Assigned to" to...
2008-03-15 Jean-Philippe LangFix tests broken by r1243 (Redirect to issue page after...
2008-03-05 Jean-Philippe LangDisplay links to Atom feeds (closes #496, #750).
2008-02-29 Jean-Philippe LangLet the user choose when deleting issues with reported...
2008-02-29 Jean-Philippe LangAdds an optional description to attachments.
2008-02-10 Jean-Philippe LangIssue list now supports bulk edit/move/delete (#563...
2008-02-09 Jean-Philippe LangMerged IssuesController #edit and #update into a single...
2008-01-20 Jean-Philippe LangAdded default value for custom fields. Fixed javascript...
2008-01-20 Jean-Philippe LangProjectsController#add_issue moved to IssuesController...
2008-01-06 Jean-Philippe LangMerged IssuesController change_status and add_note...
2007-12-19 Jean-Philippe LangAdd email notification to IssuesController#edit.
2007-12-17 Jean-Philippe LangProject identifier is now used in URLs (instead of...
2007-12-13 Jean-Philippe LangAdded some functional tests and a CVS test repository.
2007-12-12 Jean-Philippe LangAdded some functional tests (issues).
2007-11-05 Jean-Philippe LangProjectsController#list_issues, #export_issues_csv...