Commit Graph

184 Commits (a16afdb6b01bdf34e12aaac0651088d0997755e1)
 

Author SHA1 Message Date
Richard 8ef0e1f384 Added a help icon to the config rows textarea. 11 years ago
ulferts 654f2daba6 Merge pull request #13 from finnlabs/bug-4180-rows-text-area-full-width 11 years ago
ulferts a66db2c02f Merge pull request #11 from finnlabs/bug-4182-export-config-description 11 years ago
Jens Ulferts 122405b25b updates changelog 11 years ago
Jens Ulferts 5793c68c8a removes required mark from non required field 11 years ago
Richard 9774fd1982 Added description field to export card config model. 11 years ago
Richard 968a016fc2 Property "height" can now be set for a group. 11 years ago
Richard 8e0a544545 Updated readme. 11 years ago
Richard f211eecdf7 Changed german locale. 11 years ago
Richard 52b9278052 Rows text area has wiki-edit class. 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
ulferts 7090fa5c28 Merge pull request #10 from finnlabs/bug-4157-per-page-negative-integers-validation 11 years ago
Jens Ulferts dc9953b2e2 updates changelog #4157 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
manwithtwowatches dc95d1e9de Merge pull request #5 from finnlabs/fix/view_titles_4024 11 years ago
Richard c374d453ac Can now display custom field data on cards. 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
sschu 7575a620f8 Merge pull request #6 from finnlabs/copyright-update 11 years ago
Richard a533d4ae9f Changed the copyright message. 11 years ago
Richard 4a0fce5623 Forcing prawn 0.14.0 11 years ago
Hagen Schink ac14e7e770 Adds changelog entry 11 years ago
Hagen Schink c0992436dc Ads missing export card config view titles 11 years ago
Richard f25bdba573 Updated readme with row height info and removed copyright stuff. 11 years ago
manwithtwowatches ea48d9af7f Merge pull request #2 from finnlabs/indented-labels 11 years ago
Richard fb06a96322 Merge branch 'dev' into indented-labels 11 years ago
Richard 49e7f72fec Bold text on all labels. 11 years ago
ulferts af5058a40c Merge pull request #3 from finnlabs/truncated-text 11 years ago
Sebastian Schuster 194114695b Updated readme with reference to backlogs 11 years ago
Sebastian Schuster 6988cdebe2 Fixed copyright notice and adapted engine to use new plugins plugin 11 years ago
Sebastian Schuster 20319e268b Fixed readme and copyrights 11 years ago
Richard 61d354b859 This had already been implemented in the old version. Copy and paste ftw! 11 years ago
Richard f24905e492 Updated readme for new config value. 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
manwithtwowatches 2fb4a8c2ff Merge pull request #1 from finnlabs/card-groups 11 years ago
Richard 9fc5444fe4 Updated readme with new format. 11 years ago
Richard b1af1195aa Fixed up specs and features for new config rows format. 11 years ago
Richard 58669779dc Min row height is now checking all row columns. 11 years ago
Richard a64219fc22 Adjust group padding and made some adjustments to config format. 11 years ago
Richard 115d7c4a2f Introduced GroupElement class. Config syntax changed so that now rows have to be part of a group. 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 1a22dcdb35 Text size is now reduced before being truncated if min and max sizes are given in the config. 11 years ago
Richard c6686168b3 Renamed TaskboardCardConfiguration to ExportCardConfiguration. 11 years ago
Richard 3db636bcfa Row elements are now rendered inside their own bounding boxes and borders can be drawn around it by defining has_border on the row in the config. Column text can now be aligned. Removed copypasted crap from readme. 11 years ago
Richard ae0a5c58a7 Fixed readme text formatting - yaml was all messed up. 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