OSDN Git Service

Merged r6163, r6171, r6172, r6174 from trunk.
[redminele/redmine.git] / test / functional / issues_controller_test.rb
2011-07-03 Jean-Philippe LangMerged r6163, r6171, r6172, r6174 from trunk.
2011-07-02 Jean-Philippe LangMerged r5991 from trunk.
2011-06-20 Jean-Baptiste BarthMerged r6099 from trunk.
2011-05-16 Toshi MARUYAMAremove trailing white-spaces from functional IssuesCont...
2011-04-15 Jean-Philippe LangPrivate issues (#7414).
2011-04-07 Jean-Philippe LangFixed: empty list for user/version custom fields on...
2011-04-05 Jean-Philippe LangWrap text custom fields in the issue list (#8064).
2011-04-05 Jean-Philippe LangRemoved a duplicate test.
2011-04-03 Jean-Philippe LangShorten query[column_names] param name.
2011-04-01 Jean-Philippe LangFixed: bulk destroying parent and child issues raises...
2011-04-01 Jean-Philippe LangShortens filter param names.
2011-03-27 Jean-Philippe LangAllow bulk editing of parent issue (#5831).
2011-03-13 Jean-Philippe LangCheck for a valid time entry if comments have been...
2010-12-18 Jean-Philippe LangFixed: issue description Quote button lost by r3941...
2010-12-12 Jean-Baptiste BarthUse absolute paths in test/**/* requires for Ruby 1...
2010-11-20 Jean-Philippe LangFixed: submitting a non numerical parent task input...
2010-11-17 Jean-Philippe LangInitialize TimeEntry attributes with params when editin...
2010-11-11 Jean-Philippe LangMoved some permission checks for issue update from...
2010-11-07 Jean-Philippe LangFixed: unchecking status filter on the issue list has...
2010-11-06 Jean-Philippe LangFixed: start date being filled with current date even...
2010-10-23 Jean-Philippe LangRefactor: merged error rendering methods.
2010-10-08 Jean-Baptiste BarthAdded ability to edit issues from different project...
2010-10-07 Jean-Baptiste BarthAdded ability to delete issues from different projects...
2010-09-11 Jean-Baptiste BarthFixed "Create and continue" redirection broken by recen...
2010-08-24 Eric DavisRefactor: extract #bulk_update method from IssuesContro...
2010-08-23 Eric DavisRefactor: move IssuesController#changes to JournalsCont...
2010-08-20 Eric DavisRefactor: merge IssuesController#update_form into Issue...
2010-08-19 Eric DavisRefactor: move IssuesController#context_menu to a new...
2010-08-18 Eric DavisRefactor: move IssuesController#preview to a new contro...
2010-08-17 Eric DavisRefactor: move IssuesController#auto_complete to a...
2010-08-16 Eric DavisRefactor: move IssuesController#reply to JournalsController
2010-08-11 Eric DavisRefactor: Extract a new IssueMovesController from Issue...
2010-08-06 Eric DavisRefactor: start to split IssuesController#move into...
2010-05-03 Eric DavisRefactor: move Project Calendar to it's own controller.
2010-05-01 Jean-Philippe LangFixes strange random test failures with Mysql.
2010-04-30 Jean-Philippe LangFixes some parameters in functional tests.
2010-04-28 Eric DavisRefactor: Move gantts to a separate controller.
2010-04-22 Eric DavisRefactor: Split IssuesController#new to #new and #creat...
2010-04-20 Eric DavisMove more routing tests into the routing integration...
2010-04-12 Jean-Philippe LangFixes a test failure with SQLite3 due to transaction...
2010-04-11 Jean-Philippe LangFixes Issue#save_issue_with_child_records so that time...
2010-04-11 Jean-Philippe LangFixed: issue optimistic locking broken by r3308 (#5280).
2010-03-28 Jean-Philippe LangPreview description if it was edited while updating...
2010-03-20 Jean-Philippe LangCleans up status assignment in IssuesController#new...
2010-03-13 Jean-Philippe LangAdds subtasking (#443) including:
2010-03-10 Eric DavisUse assert_select to check the download link. (#4204)
2010-03-03 Eric DavisAdded test for when an attachment fails to save.
2010-03-02 Eric DavisFixes failing tests from r3521
2010-03-01 Eric DavisVerify issues are updated by HTTP PUT only. Regression...
2010-02-24 Eric DavisRefactor: Start to extract IssuesController#edit into...
2010-02-23 Jean-Philippe LangBulk edit refactoring.
2010-02-22 Eric DavisMoved the IssuesController routing tests to an integrat...
2010-01-18 Jean-Philippe LangFixed: PDF export of a issue list grouped by a custom...
2010-01-14 Eric DavisCleaned up the IssueController redirects to use the...
2010-01-12 Jean-Philippe LangSet a white list of issue attributes that can be mass...
2010-01-03 Jean-Philippe LangAllow bulk edit custom fields of any type (#461).
2010-01-03 Jean-Philippe LangFixed: bulk edit doesn't include global custom fields...
2009-12-21 Jean-Philippe LangFixes odd test failures.
2009-12-09 Jean-Philippe LangFixes that issue copy/move throws an error when status...
2009-12-08 Jean-Philippe LangFixes a test broken by r3127.
2009-12-06 Jean-Philippe LangVersion sharing (#465) + optional inclusion of subproje...
2009-12-04 Eric DavisEnhanced the Issue Bulk Copy feature:
2009-12-02 Jean-Philippe LangFixed: "None" category issue count is empty while group...
2009-11-29 Jean-Philippe LangEnable tracker update on issue edit form (#2405).
2009-11-28 Jean-Philippe LangAdds dynamic columns selection on the issue list (...
2009-11-27 Jean-Philippe LangFixes fixtures loading.
2009-11-27 Jean-Philippe LangAdd failing test for #4302.
2009-11-16 Jean-Philippe LangAllow issue grouping by custom field (#2679).
2009-11-15 Jean-Philippe LangAdds a 'Move and follow' button on Move/Copy view to...
2009-11-14 Jean-Philippe LangAdd view_issues permission (#3187).
2009-11-12 Eric DavisAdding the body of the feed to the failure message...
2009-11-04 Jean-Philippe LangUse FasterCSV or ruby1.9 CSV instead of ruby1.8 builtin...
2009-10-24 Jean-Philippe LangReverts r2770 (#3391).
2009-10-21 Jean-Philippe LangContextual quick search (#3263).
2009-10-10 Jean-Philippe LangRenames uploaded_test_file helper.
2009-09-13 Eric DavisUpgraded to Rails 2.3.4 (#3597)
2009-05-30 Eric DavisChanged Enumerations to use a Single Table Inheritance
2009-05-30 Eric DavisFixed failing test in #3391. Quotes (") are html escaped.
2009-05-26 Jean-Philippe LangFIxed: inline images not displayed in atom feeds (...
2009-05-14 Jean-Philippe LangFixed: issue status bulk edit broken by r2726 (#3347).
2009-05-13 Jean-Philippe LangFixed: issue bulk edit view broken by r2726 (#3347).
2009-05-13 Jean-Philippe LangFixed: issue move by non-admin broken by r2726 (#3354).
2009-05-10 Jean-Philippe LangAllows multiple roles on the same project (#706). Prere...
2009-04-26 Jean-Philippe LangTicket grouping (#2679).
2009-04-19 Jean-Philippe LangFixed: Issue status in the notify email's subject is...
2009-03-28 Eric DavisAdded observers to watch model objects for mail deliver...
2009-03-12 Jean-Philippe LangFixing tests (sort refactoring).
2009-03-07 Jean-Philippe LangAdds a sortable "Project" column to the issue list.
2009-03-01 Jean-Philippe LangFixed that some error messages were not displayed ...
2009-02-21 Jean-Philippe LangMerged Rails 2.2 branch. Redmine now requires Rails...
2009-02-15 Jean-Philippe LangReplaces Enumeration.get_values and Enumeration.default...
2009-01-31 Jean-Philippe LangFixed: issue details view discloses relations to issues...
2009-01-26 Eric DavisConverted routing and urls to follow the Rails REST...
2009-01-25 Jean-Philippe LangAbility to bulk edit custom fields of type 'list' ...
2009-01-25 Jean-Philippe LangAdds ability to bulk copy issues (#1847).
2009-01-16 Jean-Philippe LangAdds a 'Create and continue' button on the new issue...
2009-01-12 Jean-Philippe LangFixes r2226: exporting an issue with attachments to...
2009-01-09 Jean-Philippe LangFixed: no error is raised when entering invalid hours...
2009-01-07 Jean-Philippe LangFixes functional test broken by r2246.
2009-01-04 Jean-Philippe LangSlight changes in functional tests.
next