Commit Graph

581 Commits (0bcedb8c0b66c82e1fb19d09235609575f0c1409)

Author SHA1 Message Date
Sebastian Schuster 2a83bf4434 Adapted the copying of values from other cost objects to not work around the mass assignment protection 12 years ago
Christian Rijke b9d35ecead Trim whitespace. 12 years ago
Christian Rijke 654296b189 Migrate callbacks to new syntax. 12 years ago
Christian Rijke ee54cd3bfe Migrate callbacks to new syntax. 12 years ago
Christian Rijke 649901452b Migrate active model callbacks to Rails 3 syntax. 12 years ago
Sebastian Schuster 97128d3964 Manually took id and type out of copying cost objects so they are not prevented by the mass assignment protection 12 years ago
Sebastian Schuster 58fab0dea4 Removed attr_accessible for cost models and replaced with strong parameters 12 years ago
Sebastian Schuster ead64bdcd4 Moved including the shared header to the start of the views so it ends up 12 years ago
Sebastian Schuster 6af7713863 Removed blank 12 years ago
Sebastian Schuster c5839e3847 Moved content_for(header) into the shared header partial, readded the 12 years ago
Sebastian Schuster 44dd4e5b63 Added newline at end of file 12 years ago
Sebastian Schuster 5d12373f25 Replaced indiviual asset includes with global include of shared header in all views 12 years ago
Sebastian Schuster 1493dc9d8e Added shared header file to include costs assets in all views 12 years ago
Sebastian Schuster e5493ce1fc Added costs.js file including all other costs javascript files to be used by the asset pipeline 12 years ago
Sebastian Schuster 10992d4524 Updates costs css to use core asset_path helper 12 years ago
Sebastian Schuster 8ca4d66992 Removed init.rb, moved assets to new locations, renamed settings view 12 years ago
Jens Ulferts 6daf7d3eb9 replaces hash path with named path 12 years ago
Jens Ulferts 1a73c899ae fixes wrong syntax 12 years ago
Jens Ulferts 24e4fccfda rewrites no longer supported javascript helper call 12 years ago
Jens Ulferts dea8c7f69b settings are now placed unter openproject_costs 12 years ago
Jens Ulferts ae3b7a348f turns hard reference to CostQuery into a soft one 12 years ago
Jens Ulferts ad4b81654a whitespace fixes 12 years ago
Jens Ulferts 6955d6875c splits up controller methods without cleaning them up much 12 years ago
Jens Ulferts 33afeecaa3 adds = to form blocks 12 years ago
Jens Ulferts e48a1b8dec renames costlog details to index 12 years ago
Jens Ulferts 9fbcb42934 protects cost_entry with strong_parameters 12 years ago
Jens Ulferts 561f34d64f adapts settings reference to new name 12 years ago
Jens Ulferts 2984376dd6 adapts user deletion callback to new self 12 years ago
Jens Ulferts 9524098b8c adapts custom form call to changed signature 12 years ago
Jens Ulferts 0b78982493 renames rhtml to html.erb 12 years ago
Jens Ulferts 9ad36deafc fully specifies included module 12 years ago
Jens Ulferts 2091487720 uses correct declaration for an array 12 years ago
Jens Ulferts f948c27a9b correctly references DeletedUserFallback module 12 years ago
Jens Ulferts 058d46f686 renames all named_scopes to scopes 12 years ago
Jens Ulferts b4cc859139 fixes budget creation 12 years ago
Jens Ulferts 84e89f0b90 completely removes custom allowance evaluation (granular_for, inheritance) 12 years ago
Jens Ulferts 6c3150e110 removes explicit width in progress bar 12 years ago
Jens Ulferts a9718fd122 fixes image on budget table header 12 years ago
Jens Ulferts 03fed796f6 removes disregarding validation in test environment 12 years ago
Jens Ulferts 750a321889 whitespace and commented out code removal 12 years ago
Jens Ulferts 45c801fb51 renders the current users id when the user is only allowed to edit for self 12 years ago
Jens Ulferts bb1af7e193 removes unused partial 12 years ago
Jens Ulferts 19d8b4e102 removes invasive javascript click handler 12 years ago
Romano Licker 39f653900e replace old icons with new core icons 12 years ago
Gregor Schmidt e510f814a7 Removing incomplete patches to group/membership models 12 years ago
Jens Ulferts 1ec84d6cc7 refactoring rate querying to no longer be dependent on the existence of a user 13 years ago
Jens Ulferts b69d6dca86 have a deleted_user_fallback mixin and cost_entry, labor_budget_item and rate using it 13 years ago
Jens Ulferts 72b7922e72 adding missing validations to labor budget items, specs for the model 13 years ago
Jens Ulferts 6bd3d4a39a remove association definitions on hourly rate and default hourly rate that are already inherited from rate 13 years ago
Jens Ulferts 250330a2d2 removing duplicate validations on rate, refactoring date is a date validation 13 years ago