Commit Graph

197 Commits (a2440eb2692748e07d480f7fc0348ce9f1d78882)

Author SHA1 Message Date
Henriette Dinger dcb434bfbd Unified the use of 'lock' and 'delete' for cost types 9 years ago
Jens Ulferts d61cae99dd rewrite method for clarity 9 years ago
Mohamed Wael Khobalatte e2d0172353 Move add budget to toolbar 9 years ago
Mohamed Wael Khobalatte 42ef7877c1 Add better worded notice for created logged cost 9 years ago
Mohamed Wael Khobalatte 2facb6bfb1 Prepare plugin for strong params 9 years ago
Jan Sandbrink 24a0c77b86 Fix HTTP 500 in CostlogController 9 years ago
Jan Sandbrink 0bbf8ca508 Replace two occurences of Project.allowed_to_condition 9 years ago
Alex Coles 88715c2021 Fix obsolete finder w/cond. in CostTypesController 9 years ago
Alex Coles 8cb645f314 Fix obsolete calls to calculation methods w/cond. 9 years ago
Alex Coles 3e5f5a17fd Migrate further AR finders with conditions 9 years ago
Jens Ulferts f83713d855 various finder replacement to be rails 4.1 compatible 9 years ago
Jan Sandbrink f4a00a7a0e fix silly find_all_by_ replacement 9 years ago
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