Search found 16 matches

by garwat82
17 May 2015, 19:32
Forum: Help
Topic: Product import and export
Replies: 13
Views: 17191

Re: Product import and export

aimeos wrote: Based on your code we've added a performance test for the product import and tuned it a bit. With some additional caching, we've managed to make the import almost 30% faster :-)
Cool!
I'm working on the catalog import now to make it complete.

Garret
by garwat82
12 May 2015, 15:10
Forum: Help
Topic: Product import and export
Replies: 13
Views: 17191

Re: Product import and export

Hi there

Finally, I've finished the product import for CSV files which is implemented as a job controller. It's able to import texts, media, prices and attribute as well as product references. The current code is available here: https://github.com/aimeos/arcavias-core/pull/13

Garret
by garwat82
10 Apr 2015, 14:36
Forum: Help
Topic: Product import and export
Replies: 13
Views: 17191

Re: Product import and export

Hi all Is there any results? If there is, I would like to look at the documentation or example. The sitemap export is final while the default format of the product export may need some more love. Nevertheless, if you plan to write your own export for a specific format, the current implementation is ...
by garwat82
03 Mar 2015, 18:15
Forum: Help
Topic: Partials for views
Replies: 2
Views: 5187

Re: Partials for views

In theory it isn't that much. You only have to add the "partial" helper to the view but it needs the template paths and that differ for job controller and html clients. I've solved this by passing the paths from outside and adaptes the commands and controllers accordingly. You can take my ...
by garwat82
03 Mar 2015, 15:46
Forum: Help
Topic: Partials for views
Replies: 2
Views: 5187

Partials for views

Hey Aimeos folks I'm still working on the product export from time to time and noticed that it would be nice to have partial templates just like in other template engines. The implementation as view helper was very simple and I've already created a pull request: https://github.com/aimeos/arcavias-co...
by garwat82
30 Jan 2015, 19:47
Forum: Symfony bundle
Topic: FosUserBundle
Replies: 5
Views: 8708

Re: FosUserBundle

I've used 2.0 branch of the FosUserBundle and I've added this to the require section of my composer.json: "friendsofsymfony/user-bundle": "~2.0@dev" In AppKernel::registerBundles() the bundle must be registered: new FOS\UserBundle\FOSUserBundle(), The config.yml needs these setti...
by garwat82
30 Jan 2015, 17:56
Forum: Symfony bundle
Topic: FosUserBundle
Replies: 5
Views: 8708

Re: FosUserBundle

The test are now working like expected

Garret
by garwat82
30 Jan 2015, 14:17
Forum: Symfony bundle
Topic: FosUserBundle
Replies: 5
Views: 8708

Re: FosUserBundle

Hey The necessary changes have been committed and as far as I can see, the tests for the core and the Symfony adapter succeed now. There's a pull request for the Symfony bundle as well and it may require some more attention because I've only added the FosUser entity and that's no used by default. Re...
by garwat82
26 Jan 2015, 14:35
Forum: Symfony bundle
Topic: FosUserBundle
Replies: 5
Views: 8708

FosUserBundle

Hey

I've managed to integrate the Symfony FosUserBundle (https://github.com/FriendsOfSymfony/FOSUserBundle) for registration, authentication and password reminder into my Aimeos Symfony project.
Are you also interested in using this in Aimeos instead of the current solution?

Regards,

Garret
by garwat82
15 Jan 2015, 21:55
Forum: Symfony bundle
Topic: Core parameters in Symfony routes
Replies: 5
Views: 8427

Re: Core parameters in Symfony routes

Hey folks

The necessary changes are done and the tests succeed: https://github.com/aimeos/arcavias-core/pull/4

Regards,

Garret