Commit Graph

60 Commits (4a0fce56232a9b9469beaa8f4e9e0669574b141a)
 

Author SHA1 Message Date
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
Richard 62e9c4d43f now have a create action for taskboard cards. we will want to move all of this into a proper admin section for taskboard cards. 11 years ago
Richard 516dde86e4 wrote some tests. really not all that much to test:/ 11 years ago
Richard 11ed6be091 option to render line underneath row. 11 years ago
Richard 1fa1a9a2f0 rending multiple cards per page, as defined in the config. 11 years ago
Richard 945079fdf4 set up specs. added orientation to config. 11 years ago
Richard 4f7712555b Basic rendering of child elements. 11 years ago
Richard aaca1dbd9c hard coded documente generator to render all pages, one per page. 11 years ago
Richard a1cf452aa7 pruning empty rows before calculating row sizes. 11 years ago
Richard bc2cafa68e column widths being calculated from config values. 11 years ago