Re: [oxid-dev-general] Release candidate 1 for OXID eShop version 4.7/5.0

2012-10-12 Thread Gernot Payer
Hi Marco,

thanks for the links, this looks really promising. I did a quick tour
through the scripts and template files and these new changes definitly
go in the right direction.

Expecially the new widget classes are really nice.

And here I have a feature request for another widget class:
oxwTopArticleList!
At the moment the top products functionality is still fixed in oxUBase
and is still called getTop5ArticleList().
And this limit of five articles is still implicitly hardcoded. Yes,
oxarticlelist::loadTop5Articles can take a limit parameter, but no
current caller uses it.

As a widget this feature could be used much more flexibly (e.g. not
only in the sidebar) and finally the limit might be configurable.
Either as a oxid_include_widget parameter or somewhere in the admin
settings.

I'm looking forward to it! :)

grüße
Gernot Payer

Am Thu, 11 Oct 2012 19:54:27 +
schrieb Marco Steinhaeuser marco.steinhaeu...@oxid-esales.com:

 Hi everybody,
 
 RC1 is out for OXID eShop version 4.7/5.0.
 Same place for information and links to downloads:
 http://wiki.oxidforge.org/Downloads/4.7.0_5.0.0
 
 Regards
 Marco
 ___
 dev-general mailing list
 dev-general@lists.oxidforge.org
 http://dir.gmane.org/gmane.comp.php.oxid.general
 



-- 
***
Dipl.-Inf. Gernot Payer
Software-Entwickler

shoptimax GmbH
Guntherstraße 45a
90461 Nürnberg
Amtsgericht Nürnberg HRB 21703
GF Friedrich Schreieck

Tel.: 0911/25566-17
Fax:  0911/25566-29
pa...@shoptimax.de
http://www.shoptimax.de
***

___
dev-general mailing list
dev-general@lists.oxidforge.org
http://dir.gmane.org/gmane.comp.php.oxid.general

Re: [oxid-dev-general] Release candidate 1 for OXID eShop version 4.7/5.0

2012-10-12 Thread Frank Zunderer
Hi All,

 

i already stated that i really like the new folder structure. 

 

But I agree with Joscha, I hope the templates will move back to /out in the
final version. This makes things more complicated while giving no real
benefit. On the one hand there are efforts to keep all module files inside
the module folder for easy handling and distribution, now on the other hand
with templates you tear the template folder, which should be one unit,
apart.

 

Also I don’t really see the benefit of renaming files like topcategories.tpl
to categorylist.tpl. What’s wrong with the old name?

 

Regards,

Frank

 

 

 

 

 

Von: dev-general-boun...@lists.oxidforge.org
[mailto:dev-general-boun...@lists.oxidforge.org] Im Auftrag von Joscha Krug
| marmalade.de
Gesendet: Donnerstag, 11. Oktober 2012 23:09
An: dev-general@lists.oxidforge.org
Betreff: Re: [oxid-dev-general] Release candidate 1 for OXID eShop version
4.7/5.0

 

Hi guys,

thanks for the new version.
I checked it out.

There are a few questions and hints:

1) Why are Frontend-Controllers directly in application/controllers while
controllers for the backend are in the subfolder /admin? In
application/views you have separated the folders.

2) I have seen that Smarty-Templates are moved to application/views/tplname
while static files to that template still in out/tplname. If you want to
sell ready-made templates that makes everything more complicated.

3) You changed the template-structure from 4.4.8 to 4.5 and now again to 4.7
/ 5.0. Again: If you want to sell ready made templates, like we do with our
mobile Template oxmob.de, that means that there is absolutely no chance to
keep them updated without maintaining separate versions! Please:Think, how
you want to change it - move the files and then leave them, where they are!
Keep the API stable. Keep in mind, that if your changes are that huge, you
will definitivly BREAK things.

4) A feature request according to that would be a more powerful template
inheritance to have three levels (your template - bought template -
azure/basic). Already send that to Erik.

So, keep up the good work but have in mind what the cosequences are for your
partners.

Best Joscha




//-

 

marmalade.de
Joscha Krug

 

 http://www.marmalade.de/ www.marmalade.de
k...@marmalade.de

 

Leibnizstr.25
39104 Magdeburg
GERMANY

 

phone: +49 (0) 391 / 559 22 104
fax:  +49 (0) 391 / 559 22 106

OXMOB | mobile Template
http://www.oxmob.de/?pk_campaign=OXMOB%20%7C%20E-Mail-Linkpk_kwd=normalEma
il 
Das einfach geniale OXID eShop Modul.
Ab sofort in unserem Online-Shop
http://www.marmalade.de/shop/Templates/OXMOB-OXID-eShop-mobile-Template.htm
l?pk_campaign=OXMOB%20%7C%20E-Mail-Linkpk_kwd=normalEmail  erhältlich.

Am 11.10.2012 21:54, schrieb Marco Steinhaeuser:

Hi everybody,
 
RC1 is out for OXID eShop version 4.7/5.0.
Same place for information and links to downloads:
http://wiki.oxidforge.org/Downloads/4.7.0_5.0.0
 
Regards
Marco
___
dev-general mailing list
dev-general@lists.oxidforge.org
http://dir.gmane.org/gmane.comp.php.oxid.general

 

___
dev-general mailing list
dev-general@lists.oxidforge.org
http://dir.gmane.org/gmane.comp.php.oxid.general

[oxid-dev-general] Release candidate 1 for OXID eShop version 4.7/5.0

2012-10-11 Thread Marco Steinhaeuser
Hi everybody,

RC1 is out for OXID eShop version 4.7/5.0.
Same place for information and links to downloads:
http://wiki.oxidforge.org/Downloads/4.7.0_5.0.0

Regards
Marco
___
dev-general mailing list
dev-general@lists.oxidforge.org
http://dir.gmane.org/gmane.comp.php.oxid.general


Re: [oxid-dev-general] Release candidate 1 for OXID eShop version 4.7/5.0

2012-10-11 Thread Joscha Krug | marmalade.de
Hi guys,

thanks for the new version.
I checked it out.

There are a few questions and hints:

1) Why are Frontend-Controllers directly in application/controllers
while controllers for the backend are in the subfolder /admin? In
application/views you have separated the folders.

2) I have seen that Smarty-Templates are moved to
application/views/tplname while static files to that template still in
out/tplname. If you want to sell ready-made templates that makes
everything more complicated.

3) You changed the template-structure from 4.4.8 to 4.5 and now again to
4.7 / 5.0. Again: If you want to sell ready made templates, like we do
with our mobile Template oxmob.de, that means that there is absolutely
no chance to keep them updated without maintaining separate versions!
Please:Think, how you want to change it - move the files and then leave
them, where they are! Keep the API stable. Keep in mind, that if your
changes are that huge, you will definitivly BREAK things.

4) A feature request according to that would be a more powerful template
inheritance to have three levels (your template - bought template -
azure/basic). Already send that to Erik.

So, keep up the good work but have in mind what the cosequences are for
your partners.

Best Joscha



//-
 
marmalade.de
Joscha Krug
 
www.marmalade.de http://www.marmalade.de/
k...@marmalade.de mailto:k...@marmalade.de
 
Leibnizstr.25
39104 Magdeburg
GERMANY
 
phone: +49 (0) 391 / 559 22 104
fax:  +49 (0) 391 / 559 22 106

*OXMOB | mobile Template
http://www.oxmob.de/?pk_campaign=OXMOB%20%7C%20E-Mail-Linkpk_kwd=normalEmail*
Das einfach geniale OXID eShop Modul.
Ab sofort in unserem Online-Shop
http://www.marmalade.de/shop/Templates/OXMOB-OXID-eShop-mobile-Template.html?pk_campaign=OXMOB%20%7C%20E-Mail-Linkpk_kwd=normalEmail
erhältlich.

Am 11.10.2012 21:54, schrieb Marco Steinhaeuser:
 Hi everybody,

 RC1 is out for OXID eShop version 4.7/5.0.
 Same place for information and links to downloads:
 http://wiki.oxidforge.org/Downloads/4.7.0_5.0.0

 Regards
 Marco
 ___
 dev-general mailing list
 dev-general@lists.oxidforge.org
 http://dir.gmane.org/gmane.comp.php.oxid.general

___
dev-general mailing list
dev-general@lists.oxidforge.org
http://dir.gmane.org/gmane.comp.php.oxid.general