Commit Graph

289 Commits (493b6c252f1ec2e28b7593bad52f3acdbf6d3801)

Author SHA1 Message Date
Christian Rijke 18afbd5ae0 Use before_filter for new 'quoted' action. 12 years ago
Christian Rijke e1fa5c6eac Implement new route and controller action for issue quotes. 12 years ago
Philipp Tessenow ec3829e11b be careful with nested namespace'd controllers in our controllers 12 years ago
Philipp Tessenow 9d09782dc4 Revert "revise: ugly hack to circumvent acitve record to explode because _two_ (yes TWO. in numbers: 2) instances of the Tracker class are loaded at the same time." 12 years ago
Philipp Tessenow 1845c2b6ba revise: ugly hack to circumvent acitve record to explode because _two_ (yes TWO. in numbers: 2) instances of the Tracker class are loaded at the same time. 12 years ago
Jens Ulferts b32b88d6dc no longer loads priority and workflow as the edit form is no longer rendered directly 12 years ago
Jens Ulferts 857dd7c4d2 uses ajaxAppend for loading the issue#edit form 12 years ago
Jens Ulferts f135d4cfbe eager loads assigned to on ancestors/descendants 12 years ago
Jens Ulferts 8f3aee5d4d eager load objects associated with the changeset 12 years ago
Jens Ulferts 9b8cad4395 eager loads objects associated to issue 12 years ago
Jens Ulferts 2c22694e98 eager loads objects associated to the issue's relations 12 years ago
Jens Ulferts 3a8753d1b5 eager loads models associated with the issues ancestors and descendants 12 years ago
Martin Linkhorst 2d3b20d905 define the default sort order at a single place 12 years ago
Felix Schäfer 84e4701d8b Copy watchers when copying an issue 12 years ago
Dennis Schmidt eed22278b4 updating issue's priority correctly again 12 years ago
Jens Ulferts 0d597b5363 rewrites routes for issues and associated resources 12 years ago
Jens Ulferts 2a804a0c7c removes deprecated verify declarations from issues_controller 12 years ago
Martin Linkhorst ce54e60201 updated .rhtml to .html.erb in the code 12 years ago
Jens Ulferts ad5f3095a6 check for having global permission to export_issues if no project is provided 12 years ago
Martin Linkhorst 97ff222d1c Only allow project admins to export issues. export formats are: atom, rss, api, xls, csv, pdf. #25512 13 years ago
Gregor Schmidt b65160c936 Less coupled fix for 7632483c - initial journal handling 13 years ago
Felix Schäfer cb2bde31ee Re-merge feature/2.4.0/default_sort_issues_by_parent 13 years ago
Romano Licker 511635888e [designfix] recall before_filter in order to trigger 13 years ago
Felix Schäfer afb4e6968f Correct missing query object on IssuesController#all 13 years ago
Romano Licker 65d485dbde [#692 #559] Grouping issues menu 13 years ago
jwollert 5cd220737d extract preperation steps (retrieving/building a query from params) to before_filters, so plugins can chain after them to some extent 13 years ago
Felix Schäfer 033cef6f53 Change default issue sort to by parent. 13 years ago
Holger Just 91070236db Set source encoding to UTF-8 13 years ago
Felix Schäfer aac42afdaa Add setting to set today as the start date for new issues. #355 13 years ago
Holger Just d62a4f1d28 Consider user's timezone for default issue start date 13 years ago
Eric Davis c034d5e548 [#398] Remove helpers from IssuesController 14 years ago
Holger Just 07185fb169 [#436] Remove trailing whitespace 14 years ago
Eric Davis 99507a0391 [#197] Upgrade the copyright in the code files 14 years ago
Eric Davis e131c3b531 [#197] Remove old copyrights 14 years ago
Eric Davis 1eee7312f6 [#289] Remove single helpers in favor of :all in ApplicationController 14 years ago
Jean-Philippe Lang bb4a10fc85 Fixed: bulk destroying parent and child issues raises a stale object error (#7920). 14 years ago
Jean-Philippe Lang 35a848dac7 Initialize TimeEntry with issue and project for the issue edit form. 14 years ago
Eric Davis b96115bf7b [#310 LSS#5727] Add checkbox option to determine if issue emails should be sent 14 years ago
Jean-Philippe Lang c2a530f8c8 Moves relations fetching from views to the controller and skip invalid relations (#7385). 14 years ago
Toshi MARUYAMA 3ad213c29a Fix associated revisions label on issue page. 14 years ago
Jean-Philippe Lang 00d50157d3 Restores object count and adds offset/limit attributes to API responses for paginated collections (#6140). 14 years ago
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