Commit Graph

299 Commits (b4ebb6b189b9c26813163345360f4ad01c2c5133)

Author SHA1 Message Date
Jean-Philippe Lang 224921460a Adds a pseudo format to api template names and overrides ActionController#default_template so that api templates are chosen automatically. 14 years ago
Jean-Philippe Lang 735a83c596 Converts IssuesController to use the new API template system and makes xml/json responses consistent (#6136). 14 years ago
Jean-Philippe Lang 8bb75da1ac Initialize TimeEntry attributes with params when editing an issue (#5441). 14 years ago
Jean-Philippe Lang 0eb7d8f614 Moved some permission checks for issue update from controller to model. 14 years ago
Jean-Philippe Lang 1c047dfeb8 Fixed: start date being filled with current date even when blank value is submitted (#6575). 14 years ago
Eric Davis c55e060bab Allow key authentication when deleting issues (with tests) #6447 14 years ago
Eric Davis 7d934c984a Allow key authentication when updating issues (with tests) #6447 14 years ago
Eric Davis 4b1dd334a5 Allow key authentication when creating issues (with tests) #6447 14 years ago
Jean-Baptiste Barth 156eca4d22 Added ability to edit issues from different project through contextual menu (#5332) 14 years ago
Jean-Baptiste Barth b255b7760a Added ability to delete issues from different projects through contextual menu (#5332) 14 years ago
Jean-Baptiste Barth 4853dd97fd Splitted #find_issues filter in ApplicationController to #find_issues and #check_project_uniqueness (#5332) 14 years ago
Jean-Baptiste Barth 2f380a7985 Fixed: don't reset watchers when changing tracker. #6479 14 years ago
Tim Felgentreff 68ae2d0dfd change issue specific journal query and show_details for journal helper 14 years ago
Jean-Baptiste Barth 12e10f6956 Fixed "Create and continue" redirection broken by recent changes. #6333 14 years ago
Eric Davis bdb3937e0f Rewrite the Gantt chart. #6276 14 years ago
Eric Davis f92dcdf50a Allow setting an issue's notes via params[:issue][:notes]. (XML API) 14 years ago
Eric Davis daa4272c0e Refactor: extract method in bulk_update. 14 years ago
Eric Davis 80256cf298 Refactor: extract #bulk_update method from IssuesController#bulk_edit. 14 years ago
Eric Davis b67b3820a1 Refactor: move IssuesController#changes to JournalsController#index. 14 years ago
Eric Davis 519069b867 Merged r4011 from trunk. 14 years ago
Eric Davis 27ef72c35e Merged r4006 from trunk. 14 years ago
Eric Davis dfd1d0c7fe Refactor: merge IssuesController#update_form into IssuesController#new 14 years ago
Eric Davis 1fcc1bdc89 Refactor: move IssuesController#context_menu to a new controller. 14 years ago
Eric Davis d1a9f81fc6 Merged r3947 from trunk. 14 years ago
Eric Davis 80e833cd88 Merged r3946 from trunk. 14 years ago
Eric Davis a12a073a6e Merged r3945 from trunk. 14 years ago
Eric Davis 2012c60bfd Merged r3941 from trunk. 14 years ago
Eric Davis 8ca6941a33 Merged r3940 from trunk. 14 years ago
Eric Davis 6e5f567346 Merged r3938 from trunk. 14 years ago
Eric Davis fab5064643 Merged r3936 from trunk. 14 years ago
Eric Davis 72ce3e18f8 Merged r3932 from trunk. 14 years ago
Eric Davis b5b8d34d94 Merged r3930 from trunk. 14 years ago
Eric Davis 2f529fd834 Merged r3918 from trunk. 14 years ago
Eric Davis 9892ede7b7 Merged r3917 from trunk. 14 years ago
Eric Davis 19bbb6e2cb Merged r3912 from trunk. 14 years ago
Eric Davis e6e21046c0 No more IssuesController#preview action. 14 years ago
Eric Davis 1f8d396e3f Refactor: move IssuesController#preview to a new controller. 14 years ago
Eric Davis 3eff27344b Refactor: move IssuesController#auto_complete to a new controller. #4382 14 years ago
Eric Davis 22c978ad94 Refactor: move IssuesController#reply to JournalsController 14 years ago
Eric Davis 13fe01a185 Refactor: pull up method to ApplicationController. 14 years ago
Eric Davis f18b126fba Refactor: Pull up method to ApplicationController. 14 years ago
Eric Davis ff43bb1a74 Refactor: Extract a new IssueMovesController from IssuesController. 14 years ago
Eric Davis 52c624aabd Refactor: extract method from #move and #perform_move. 14 years ago
Eric Davis a1b89a53eb Refactor: extract POST version of IssuesController#move to #perform_move. 14 years ago
Eric Davis 041bca6ac9 Refactor: start to split IssuesController#move into two separate actions. 14 years ago
Eric Davis e4af6e77a7 Refactor: extract method in IssuesController#move. 14 years ago
Eric Davis 8c79385261 Refactor: extract back_url method to ApplicationController. 14 years ago
Tim Felgentreff 5de0d0997f remove the reply action from IssueController, and use the JournalHelper API for that 14 years ago
Tim Felgentreff 96bbd94251 adjust for acts_as_journalized 15 years ago
Tim Felgentreff 867266e934 init_journal has now the old signature 15 years ago