Commit Graph

1053 Commits (9d4c7d44ce15f5bece49a7e7ca2e37cdd453c1d6)
 

Author SHA1 Message Date
cratz c9c4d5f79a Merge pull request #31 from finnlabs/feature/rails3_adapt_issues_controller_to_core 12 years ago
Jens Ulferts 230341723c copy changes to copied destroy of IssuesController 12 years ago
Christian Ratz 7d70be2556 fixes failing migrations 12 years ago
Christian Ratz e342891d2f Rails 3 RC1 release 12 years ago
Christian Rijke 8a35fbbcd5 Merge pull request #28 from finnlabs/feature/rails3_remove_context_menu 12 years ago
Christian Rijke b974b4bbb1 Merge pull request #30 from finnlabs/feature/rails3_fix_costobject#destroy 12 years ago
sschu 9e32a4420d Merge pull request #29 from finnlabs/feature/fix-rate-form-enter-keypress 12 years ago
Sebastian Schuster c293d64ca2 Fixed missing translation in deleted cost types list 12 years ago
sschu 78c7dfba2e Merge pull request #23 from finnlabs/feature/fix-hourly-rate-history 12 years ago
Sebastian Schuster c9187823ca Used factory girl and user logins instead of handwriting to the db and specifying ids 12 years ago
Christian Rijke 758878ff21 Remove unnecessary input fields and disable enter key. 12 years ago
Sebastian Schuster e7d86efb32 Added edit route for cost_objects 12 years ago
Sebastian Schuster e57cd74cde Changed destroy method to use delete instead of post 12 years ago
Sebastian Schuster 487a0ce2dc Fixed typos 12 years ago
Sebastian Schuster 38684d6c45 Removed verify as routes already ensure destroy is invoked with a post 12 years ago
cratz 533b9cbce7 Merge pull request #27 from finnlabs/feature/rails3_fix_postgres_cuke 12 years ago
Sebastian Schuster 31bb0ef2a3 Removed checkbox select column and context menu code from views 12 years ago
Sebastian Schuster 0053451968 Removed bulk_edit and context_menu actions from before filter 12 years ago
Sebastian Schuster 0b841888fc Fixed typos 12 years ago
Sebastian Schuster 9c05691f75 Defined default order for labor and material budget items being ordered by id ensuring the order of existing items always 12 years ago
cratz cf63b29a23 Merge pull request #26 from finnlabs/feature/rails3_fix_budgetcuke 12 years ago
Sebastian Schuster f946e2a542 Readded fieldset id and ensured it is unique since it was erroneously removed in another pull request 12 years ago
ulferts e359230f7c Merge pull request #25 from finnlabs/feature/rails3_reporting_fixes 12 years ago
ulferts 20b0247022 Merge pull request #18 from finnlabs/feature/fix-csv-export 12 years ago
Sebastian Schuster 54cc744127 Used correct attribute name in reporting view 12 years ago
Sebastian Schuster 1100a69ce6 Added missing caption for budget view 12 years ago
Sebastian Schuster 23ded26b44 Replaced caption with unit and unit_plural attributes for cost type 12 years ago
Sebastian Schuster 243b4b2aba Introduced correct I18n pluralization for cost_type model name 12 years ago
Sebastian Schuster 8b2231861b Fixed translations so cukes run again 12 years ago
Sebastian Schuster fe64a545bf Removed some functions that dont seem to be called and where marked as to be removed 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
Christian Rijke 7677cce4cb Upgrade to new CSV Writer syntax, update i18n labels and add missing translations. 12 years ago
sschu bea74c31d0 Merge pull request #16 from finnlabs/feature/fix-hourly-rate-update 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
ulferts b724606eec Merge pull request #19 from finnlabs/feature/rails3_copy_budgets 12 years ago
Jens Ulferts a9c9b12836 adds user_rates to permitted_params 12 years ago
Jens Ulferts 5c0c807b68 specs and refactors User#set_existing_rate 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 4616971935 Merge pull request #21 from finnlabs/feature/migrate-csv-export 12 years ago
Michael Frister 982d4154e0 Make CostEntry factory pass validation 12 years ago
Michael Frister 4185a41dce Namespace shared example groups conflicting with meetings 12 years ago
sschu c662fada59 Merge pull request #24 from finnlabs/feature/fix-budget-preview 12 years ago
Christian Rijke 3429a9228c Add nil-check to avoid exception when previewing an unsaved budget. 12 years ago
Christian Rijke b23e0b7cfb Add cukes for rate history behaviour. 12 years ago
Jens Ulferts 897676fa76 removes usage of StringIO for cost_object csv export 12 years ago
Jens Ulferts 8f65c84ef4 adds specs for cost_objects_helper 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