Commit Graph

184 Commits (a4252b943ff12e21ccc53918bfffe5950f739b5d)

Author SHA1 Message Date
Jan Sandbrink 4b6cbf3a95 replace deprecated find_x_by_ AR finders 9 years ago
Alex Coles 126b0ce0f4 Prefer #map over #collect 9 years ago
Alex Coles ccb4268793 Normalise syntax with Rubocop 9 years ago
Alex Coles 16fb352d8d Use 1.9+ Hash syntax 9 years ago
Alex Coles 5f09485357 Remove all usages of unloadable 9 years ago
Oliver Günther c5c6dc3daf Move cost type administation menu from Module to Administration 10 years ago
Alex Coles e480aae38d Split CostTypesController#toggle_delete method 10 years ago
Markus Kahl 91f717168e allow deleting a user's rates 10 years ago
Jonas Heinrich 5e50fc0f2f fixes the nonfunctional order 10 years ago
Ion Biziiac ba89511d30 Fix rate update with invalid values 11 years ago
Sebastian Schuster 268567297c Added copyright notices 11 years ago
Sebastian Schuster 68457f4bea Comments removal 11 years ago
Sebastian Schuster 4c71fff5cd Migrated old plugin settings and fixed wrong asset path 11 years ago
Christian Rijke 7ce1ac2510 Update method name after migration. 11 years ago
Christian Rijke 9968db24b3 Renamte 'tracker' to 'type'. 11 years ago
Christian Rijke 57c9355b02 Use new PDF-Exporter module. 11 years ago
Christian Rijke b4ccc4851e Revert renaming for 'display_subprojects_issues' as it's not been migrated yet. 11 years ago
Christian Rijke 4d424a9a39 Replace 'issue' with 'work_package'. 11 years ago
Jens Ulferts f39f10d60c fixes references to now work_packages 11 years ago
Hagen Schink e97090ca6b Fix cost entry query 12 years ago
Hagen Schink 24b93f2f7f Fix edit view 12 years ago
Jens Ulferts 81079e4e96 adds pagination for budget index 12 years ago
Hagen Schink d3b04f9eab Fix index form 12 years ago
Hagen Schink 1cb137a6b5 Fix cukes 12 years ago
Hagen Schink 5ec2a40347 Fix specs 12 years ago
Sebastian Schuster 8331a6e767 Removed csv and atom export for costlogs as they have been copied from timelog 12 years ago
Sebastian Schuster d1e355a94e Reenabled the index action of the costlog controller to not redirect to reporting 12 years ago
Sebastian Schuster d25228cecb Removed preview for cost objects as it only renders descriptions anyway 12 years ago
Sebastian Schuster 38684d6c45 Removed verify as routes already ensure destroy is invoked with a post 12 years ago
Sebastian Schuster 0053451968 Removed bulk_edit and context_menu actions from before filter 12 years ago
Sebastian Schuster 243b4b2aba Introduced correct I18n pluralization for cost_type model name 12 years ago
Sebastian Schuster c163096a2b Moved a lot of translations to models and attributuses and adapted their invocation in the views, removed some unused translations 12 years ago
Sebastian Schuster e6a1ee33b5 Replaced find(:all,...) with .all(...) while we are at it because 12 years ago
Sebastian Schuster f531515058 Pluralized user_rate to user_rates as it actually refers to multiple rates 12 years ago
Jens Ulferts a9c9b12836 adds user_rates to permitted_params 12 years ago
Jens Ulferts 89a2c14518 removes post code branch as it will never be used in an edit action 12 years ago
Jens Ulferts e22c5f9802 removes no longer valid parameter in User#allowed_to? call 12 years ago
Christian Rijke 3429a9228c Add nil-check to avoid exception when previewing an unsaved budget. 12 years ago
Jens Ulferts 897676fa76 removes usage of StringIO for cost_object csv export 12 years ago
Jens Ulferts 389ac9c8ac removes project from csv export signature 12 years ago
Jens Ulferts e48ac168e5 removes pdf response to cost_objects#index 12 years ago
Christian Rijke 3bbdf01938 Preserve rate history and overwrite the last rate in the history only if rate.valid_from == today (otherwise create a new rate). 12 years ago
Jens Ulferts 3dd6202710 fixes cost_type deletion 12 years ago
Christian Rijke 46812b4010 Fix namespacing of generated urls and use named routes where possible. 12 years ago
Sebastian Schuster c71176f986 Added copy action for copying cost_objects 12 years ago
Jens Ulferts 7c9836fc3e fix permissions for hourly rates broken by splitting up edit 12 years ago
Jens Ulferts 1b9a38b203 cleans up cost_types_controller 12 years ago
Jens Ulferts 7e7679b0df fixes cost_type creation 12 years ago
Sebastian Schuster 3f542a4c4d Used strong parameters style mass assignments in cost_objects_controller and cost_types_controller 12 years ago
Jens Ulferts 6955d6875c splits up controller methods without cleaning them up much 12 years ago