Page 1 of 1
1.3.0
Posted: Sun 4. Mar 2007, 12:23
by update
Oliver wrote:
Release 1.3.0 is in preparation and will have plug-in technique by default
Does this mean no more fiddling with source code while the system is pulling itself the necessary files to be included? This really would be very cool!
And
finalizing permissions
Really eagerly awaiting the coming release!
claus
Posted: Sun 4. Mar 2007, 12:32
by jsw_nz
this all sounds very good.
OliG's implementation plug-in architecture hopefully will lead to new horizon's including the distribution of custom contentparts - using plug-in API.
At least I hope

Posted: Sun 4. Mar 2007, 13:22
by pico
sounds great
hope we will get a Documentation for this API too
Posted: Sun 4. Mar 2007, 13:25
by sustia
Great new, I can't wait for the new coming release

Posted: Sun 4. Mar 2007, 14:02
by kubens
This sounds so promissing
this all sounds very good.
OliG's implementation plug-in architecture hopefully will lead to new horizon's including the distribution of custom contentparts - using plug-in API.
At least I hope Smile
Today this is almost possible. You can create
custom contentparts with little effort and you must just update one original file (article.contenttype.inc.php) otherwise your custom contenparts wont listed inside the backoffice. At this moment I test my custom contentparts which I developed in the past with 1.2.9 and they work without any modifications very well in 1.2.9 too
BR
Wolfgang
Posted: Sun 4. Mar 2007, 16:21
by jsw_nz
Hehe - leave it to Kubens 'to find a way' -
will definitely look into this - thanks for that link

Posted: Sun 4. Mar 2007, 16:40
by oeconom
I just want to say "thank you" to Oliver for keeping us up to date about his activites and what to expect to come next.
No need for timelines or pressure, just good to know where everything's going to (as so many of you demanded...!)
So:
Thank you Oliver
Have a good sunday, too,
FELIX
Posted: Sun 4. Mar 2007, 16:47
by update
Just couldn't have expressed it better. Many thanks from me too...

Posted: Sun 4. Mar 2007, 16:50
by oeconom
...wir Kasselaner sprechen halt aus einem Rohr

Posted: Sun 4. Mar 2007, 18:22
by update

Kasseler, Kasseläner ooops!
Posted: Sun 4. Mar 2007, 18:31
by oeconom
Was nun?
Ich bin Kasselaner.
Für alle unbeteiligten zum Thema Kassel und ihrer Bewohner hier ein Beitrag zur kulturellen Bildung:
- - Kasseler = zugezogener Einwohner von Kassel
- Kasselaner = in Kassel geboren
- Kasseläner = mindestens in zweiter Generation in Kassel ansässig und geboren
Gruß,
FELIX
Posted: Sun 4. Mar 2007, 18:40
by update
Posted: Thu 8. Mar 2007, 12:15
by Oliver Georgi
kubens wrote:Today this is almost possible. You can create
custom contentparts with little effort and you must just update one original file (article.contenttype.inc.php) otherwise your custom contenparts wont listed inside the backoffice.
If you use my plug-in definitions there is NO need to touch article.contenttype.inc.php in any way. Modules/Plug-ins will be registered automatically based on module settings.
Oliver