Commit Graph

29 Commits (67453e82326e3108aef586aef7923decf60a4462)

Author SHA1 Message Date
slawa 5d167c6ae7 Added an array with numeric properties and check is value format is correct 11 years ago
Sebastian Schuster a69d1d4ada Added class method to obtain default configuration 11 years ago
Richard 72e62a4ad5 Further yaml validation. 11 years ago
Richard 0ba8a42e4a WIP. added custom labels and label counts for lists. investigating failing tests. 11 years ago
Richard 968a016fc2 Property "height" can now be set for a group. 11 years ago
Richard 7f6318b562 Moved yaml error message into locales. 11 years ago
Richard 4d2227a75d Further checks for badly formed YAML. 11 years ago
Richard df051d6096 No longer need to have custom_field property on config, it just looks on the model to see if it has one. 11 years ago
Richard 0b68965f19 Added locales for export config yaml error messages. 11 years ago
Richard 3b5c114460 Added further validation to per_page field of configs to ensure positive numericality. Took the opportunity to write some better specs to test validation. 11 years ago
Richard ec399bc4fa WIP. config accepts custom_field property and checks model for custom fields if it's true. not tested at all. 11 years ago
Richard a533d4ae9f Changed the copyright message. 11 years ago
Sebastian Schuster 6988cdebe2 Fixed copyright notice and adapted engine to use new plugins plugin 11 years ago
Richard 24d28384c3 In the config file the value "indentation: true" will result in the column content being indented from the label if there is a label. 11 years ago
Richard b1af1195aa Fixed up specs and features for new config rows format. 11 years ago
Richard 07f1c58402 Added an active scope on config model. 11 years ago
Richard b7289bc0a3 Can now (de)activate configs in admin. Also fixed some features which weren't actually doing anything. 11 years ago
Richard c6686168b3 Renamed TaskboardCardConfiguration to ExportCardConfiguration. 11 years ago
Richard 3f47201817 Removed Identifier field from taskboard card config model as it was redundant. Added a readme. Added german locales. Fixed up the view specs so they actually do something. 11 years ago
Richard 7ee0929d0c Made various modifications as per Jens's pr review including: aesthetic changes to the generated pdf and tightening up the ui to prevent user from doing stupid stuff like deleting the default config. Fixed tests. 11 years ago
Richard 7f1b80cd63 Orientation not required since it has default landscape. Removed from default config migration. 11 years ago
Richard 84f75ac3ee Included a rows yaml validator for configs. 11 years ago
Richard 8ef7dd34f8 Added some controller specs and put some validation on the config model. 11 years ago
Richard b8a23f7416 Raising and catching badly formed yaml errors. 11 years ago
Richard 945079fdf4 set up specs. added orientation to config. 11 years ago
Richard 35cf6fad26 Altered config so that property id is column name. 11 years ago
Richard 6c228762ee Setup an open project plugin. Copy pasted over some of the code from the backlogs plugin to get a minimum pdf being rendered with prawn. Rigged it up to read in the config from new taskbord_card_configuration model. Just now only the page_size property is being used. This is a basic implementation of ticket 3501. 11 years ago