Commit Graph

882 Commits (31bb0ef2a34d6addd5f7bd7133edd1034ddf9e9a)
 

Author SHA1 Message Date
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
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
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
cratz 3957268280 Merge pull request #22 from finnlabs/feature/rails3_fix_i18n_patch 12 years ago
Jens Ulferts e4b0aa39a3 avoid patching i18n multiple times in development 12 years ago
Christian Rijke fc9453238b Replace iconv with string.encode. 12 years ago
Christian Rijke f2a49fa49a Migrate CSV exporter to new syntax, replace deprecated iconv with string.encode. 12 years ago
Christian Ratz 8b8fe39c20 updated version 12 years ago
Christian Ratz a31e324e08 fixed module structure 12 years ago
Christian Ratz 75b37e2c22 update gem version 12 years ago
ulferts d06b6c70d6 Merge pull request #20 from finnlabs/feature/rails3_fix_translations_in_hidden-for-sighted_fields 12 years ago
Sebastian Schuster ecf99ec5d4 A also removed all translations using field_ in non hidden_for_sighted fields 12 years ago
Sebastian Schuster ab6be1e99b Fixed missing translations in hidden-for-sighted fields 12 years ago
sschu 80cec805aa Merge pull request #9 from finnlabs/feature/rails3_fix_cost_type_deletion 12 years ago
sschu caae17efeb Merge pull request #15 from finnlabs/feature/rails3_remove_plugin_migrate_task 12 years ago
Christian Rijke 61d27d8390 Whitelist permitted parameters for rate update. 12 years ago
Sebastian Schuster fc2fd6ffd0 Removed erroneously added second cuke file, added newline to eof, renamed create_budget.feature to manage_budget.feature 12 years ago
Sebastian Schuster c84e722c79 Added newline at eof 12 years ago
Sebastian Schuster a1d4fc3e87 Added cukes for budget operations like creating, copying and modifying budgets 12 years ago
Michael Frister b1a7ef96fa Remove useless db:migrate:plugins rake task 12 years ago
Jens Ulferts 3dd6202710 fixes cost_type deletion 12 years ago
ulferts 615d0193b2 Merge pull request #14 from finnlabs/feature/fix-url-generation 12 years ago
Christian Rijke 033d043c6e Fix namespacing of generated urls and use named routes where possible. 12 years ago