Commit Graph

69 Commits (ceb5e682dbe7bdf48ca81bd3d1c36e82823fb047)
 

Author SHA1 Message Date
Richard ceb5e682db Looking through all locales for custom field names. 11 years ago
Richard 95e953fa5b Using current locale to look for custom field names. 11 years ago
Richard 7d57d358f7 Does not show non-existant field labels. 11 years ago
Richard 8e0a544545 Updated readme. 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 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
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
Richard a56dc885ab Added a seed for default config. 11 years ago
Richard b00a712e81 removed standing data migration. 11 years ago
Richard 2293e86133 Manually changed date of migration so that standing data comes in after all the fields are there. 11 years ago
Richard c7af0e7512 Sorted out gem dependencies. 11 years ago
Richard 7f1b80cd63 Orientation not required since it has default landscape. Removed from default config migration. 11 years ago
Richard fac0f95498 Added some basic features for CRUD. What a gigantic pain in my arse. 11 years ago
Richard 91b6fcb46e Moved english locales into plugin. 11 years ago
Richard e4fc7549c8 Moved admin menu item loading into the engine file. Now everything is in the plugin and nothing is required in the openproject app (i think:/) 11 years ago
Richard 84f75ac3ee Included a rows yaml validator for configs. 11 years ago
Richard 9b947099c7 Added some view specs. 11 years ago
Richard 8ef7dd34f8 Added some controller specs and put some validation on the config model. 11 years ago
Richard 0eba424adf did some copy pasting to get configs crud to look like other admin sections. 11 years ago
Richard 571702a539 cleaned out application controllers and views so that only the config admin stuff is left. any pdf generation should be implemented in the controllers of whatever is using the plugin. 11 years ago
Richard b8a23f7416 Raising and catching badly formed yaml errors. 11 years ago
Richard 815b47a139 using "default" config if not specified. 11 years ago