1
0
mirror of https://github.com/ToxicCrack/PrintABrick.git synced 2025-05-21 06:30:10 -07:00

141 Commits

Author SHA1 Message Date
David Hübner
254add244d Add asset images 2017-04-13 18:54:28 +02:00
David Hübner
5b6bc7b6c8 Use local wsdl file to avoid SOAP uncatchable FatalErrorException 2017-04-13 18:48:56 +02:00
David Hübner
7a2afca00a Update Twig Extension 2017-04-11 17:33:56 +02:00
David Hübner
2dcde6c742 Improve Rebrickable repositories 2017-04-11 17:33:18 +02:00
David Hübner
23acea2a18 Add Set filter form, Move Model filter 2017-04-11 17:32:45 +02:00
David Hübner
c755f0f418 Fix Inventory_Set entity 2017-04-11 17:31:44 +02:00
David Hübner
3135105d0b Remove forgotten type Repository 2017-04-11 17:31:09 +02:00
David Hübner
794202d05d Move ldraw dir dependency from config to command 2017-04-11 17:30:20 +02:00
David Hübner
59eff0e0bd Add loader exceptions 2017-04-11 17:28:29 +02:00
David Hübner
814138aeb2 Improve Dat Parser 2017-04-11 17:27:02 +02:00
David Hübner
8ddf1a7263 Update templates 2017-04-10 17:02:46 +02:00
David Hübner
9e9bcfe928 Add Inventory_Set Repository, Fix Set Entity 2017-04-10 17:01:35 +02:00
David Hübner
f5e2cbc61e Add Rebrickable Inventory Set entity 2017-04-10 17:00:09 +02:00
David Hübner
d9261ecd46 Remove unused Liip imagine loader 2017-04-10 16:58:47 +02:00
David Hübner
cf341d03aa Add Twig extensions 2017-04-10 16:57:47 +02:00
David Hübner
4e0fa748a6 Add Brickset set information actions 2017-04-10 16:56:15 +02:00
David Hübner
04a2754425 Fix LDraw entities persistence annotation 2017-04-10 16:54:36 +02:00
David Hübner
36a4e0e73d Recursive load ldraw model subparts, Enable single model load 2017-04-10 16:52:31 +02:00
David Hübner
2976f6b801 Update Controllers 2017-04-07 19:07:15 +02:00
David Hübner
00e70875ff Setup Liip imagine budle to cache images 2017-04-07 03:01:32 +02:00
David Hübner
f79d63be1b WIP 2017-04-06 16:27:18 +02:00
David Hübner
f226447a36 Fix inventory_part entity 2017-04-06 12:31:15 +02:00
David Hübner
3540a203e3 Update controllers and views 2017-04-05 19:49:30 +02:00
David Hübner
436624f751 Fix service config 2017-04-05 19:31:56 +02:00
David Hübner
649121f1dc Add RelationLoader service
Service for loading relation between rebrickable parts and ldraw models
2017-04-05 19:30:06 +02:00
David Hübner
df1053dd92 Remove CollectionService 2017-04-05 19:24:01 +02:00
David Hübner
c3abee1eb8 Add RebrickableLoader
Add service for loading rebrickable csv files
2017-04-05 19:23:08 +02:00
David Hübner
b373ee94f7 Add Dat file parser 2017-04-05 17:07:45 +02:00
David Hübner
775af7c23b Update LDraw entites structure
Uprate LDraw Entity structure to store information about model alias ids and known subparts of model
2017-04-05 17:04:54 +02:00
David Hübner
6421ed66f2 Add getPartsByLDrawNumber api function
Add function to fetch rebrickable parts related to LDraw model by number
2017-04-05 16:57:45 +02:00
David Hübner
6fb797a124 Add ApiExceptions 2017-04-05 16:56:15 +02:00
David Hübner
4c78346c89 Fix LDrawLoader 2017-03-27 19:06:56 +02:00
David Hübner
3bd04a3b94 Update controllers 2017-03-27 18:33:17 +02:00
David Hübner
a6a8f9cd8c Define menu as service 2017-03-27 18:32:00 +02:00
David Hübner
f2cfaf197f Add LDraw Part filter 2017-03-27 18:30:23 +02:00
David Hübner
b6295d34ea Refactor data loaders 2017-03-27 18:25:49 +02:00
David Hübner
81094348bf Refactor services configuration 2017-03-27 18:25:08 +02:00
David Hübner
8ebde0c02f Add LDraw entity managers 2017-03-27 18:21:44 +02:00
David Hübner
060e8ed0d3 Add traits 2017-03-24 15:34:59 +01:00
David Hübner
21df3fa58b Add repositories for rebrickable entities 2017-03-24 15:29:47 +01:00
David Hübner
35db648f5c Move ldraw entitty repositories to ldraw namespace 2017-03-24 15:27:46 +01:00
David Hübner
b1dfc3f5bc Do not load lodraw printed parts with standart id 2017-03-16 15:47:19 +01:00
David Hübner
97bae052ff Do not load ldraw shortcut parts of stickers 2017-03-16 02:49:15 +01:00
David Hübner
874d72c7bc Update Rebrickable API getPart 2017-03-16 02:48:08 +01:00
David Hübner
77f0e169c1 Add entity repositories 2017-03-16 02:43:10 +01:00
David Hübner
ebe636a324 Add debug views of parts/sets 2017-03-14 18:58:49 +01:00
David Hübner
979985759b Load png image of models
Load images of model with LDView
2017-03-14 18:56:14 +01:00
David Hübner
15089022f1 Add Part_Relation class
Add Part_Relation to store references between parts
2017-03-14 18:52:50 +01:00
David Hübner
e8d3c937d8 Load rebrickable csv files
Fast loag rebrickable csv files by running mysql LOAD DATA INFILE
2017-03-13 14:26:53 +01:00
David Hübner
6f33519ea9 Update Rebrickable entities
Update entities  to match Rebrickable v3 table structure
2017-03-13 14:12:35 +01:00