Fwd: Magnolia 4.2 beta 1 released

View: New views
4 Messages — Rating Filter:   Alert me  

Parent Message unknown Fwd: Magnolia 4.2 beta 1 released

by Philipp Bärfuss :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi,

We have released 4.2 beta1 (not yet applied any QA on that).

The releases are currently only available in our maven repositories.

Community Edition: http://repo.magnolia-cms.com/m2/info/magnolia/magnolia-tomcat-bundle/4.2-beta1

STK 1.2: http://repo.magnolia-cms.com/m2/info/magnolia/magnolia-standard-templating-kit-bundle/1.2-beta1

Enterprise Edition: http://files.magnolia-cms.com/4.2-beta1

Some of the modules have not be re-released and still have a milestone  
version because we have avoided releases where no changes have been  
made. The modules released as alpha or beta are not yet ready for  
being a release candidate but close to. These are:
- form
- public user registration
- STK
- WebDAV

We strive to release a first release candidate Wednesday.

Thanks!

- Philipp Bärfuss






----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <user-list-unsubscribe@...>
----------------------------------------------------------------


New Control

by Beno-IT :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


I am working on the development of new controls.
I need to create a double select item with multiple lines (add and delete button).
I took the DialogMultiSelect as reference but the implementation is not easy if you are new in Magnolia.

Can you help me with some implementation examples?

Best Regards,
Benoît

-----Original Message-----
From: user-list-owner@... [mailto:user-list-owner@...] On Behalf Of Philipp Bärfuss
Sent: lundi 9 novembre 2009 21:14
To: Magnolia Dev-List; Magnolia User-List
Subject: [magnolia-user] Fwd: Magnolia 4.2 beta 1 released


Hi,

We have released 4.2 beta1 (not yet applied any QA on that).

The releases are currently only available in our maven repositories.

Community Edition: http://repo.magnolia-cms.com/m2/info/magnolia/magnolia-tomcat-bundle/4.2-beta1

STK 1.2: http://repo.magnolia-cms.com/m2/info/magnolia/magnolia-standard-templating-kit-bundle/1.2-beta1

Enterprise Edition: http://files.magnolia-cms.com/4.2-beta1

Some of the modules have not be re-released and still have a milestone  
version because we have avoided releases where no changes have been  
made. The modules released as alpha or beta are not yet ready for  
being a release candidate but close to. These are:
- form
- public user registration
- STK
- WebDAV

We strive to release a first release candidate Wednesday.

Thanks!

- Philipp Bärfuss






----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <user-list-unsubscribe@...>
----------------------------------------------------------------


----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <user-list-unsubscribe@...>
----------------------------------------------------------------


RE: New Control

by Beno-IT :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Can I use MgnlDynamicTable with multiple values (2 Selects) by line?

Benoît

-----Original Message-----
From: user-list-owner@... [mailto:user-list-owner@...] On Behalf Of Benoit Segaert
Sent: mardi 10 novembre 2009 13:56
To: Magnolia User-List
Subject: [magnolia-user] New Control


I am working on the development of new controls.
I need to create a double select item with multiple lines (add and delete button).
I took the DialogMultiSelect as reference but the implementation is not easy if you are new in Magnolia.

Can you help me with some implementation examples?

Best Regards,
Benoît

-----Original Message-----
From: user-list-owner@... [mailto:user-list-owner@...] On Behalf Of Philipp Bärfuss
Sent: lundi 9 novembre 2009 21:14
To: Magnolia Dev-List; Magnolia User-List
Subject: [magnolia-user] Fwd: Magnolia 4.2 beta 1 released


Hi,

We have released 4.2 beta1 (not yet applied any QA on that).

The releases are currently only available in our maven repositories.

Community Edition: http://repo.magnolia-cms.com/m2/info/magnolia/magnolia-tomcat-bundle/4.2-beta1

STK 1.2: http://repo.magnolia-cms.com/m2/info/magnolia/magnolia-standard-templating-kit-bundle/1.2-beta1

Enterprise Edition: http://files.magnolia-cms.com/4.2-beta1

Some of the modules have not be re-released and still have a milestone  
version because we have avoided releases where no changes have been  
made. The modules released as alpha or beta are not yet ready for  
being a release candidate but close to. These are:
- form
- public user registration
- STK
- WebDAV

We strive to release a first release candidate Wednesday.

Thanks!

- Philipp Bärfuss






----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <user-list-unsubscribe@...>
----------------------------------------------------------------


----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <user-list-unsubscribe@...>
----------------------------------------------------------------


----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <user-list-unsubscribe@...>
----------------------------------------------------------------


Re: RE: New Control

by Jan Haderka-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


> I am working on the development of new controls.
> I need to create a double select item with multiple lines (add and delete button).
> I took the DialogMultiSelect as reference but the implementation is not easy if you are new in Magnolia.
>
> Can you help me with some implementation examples?
>

Afraid there are no good examples. You might want to look in
RSSAgregator. It defines 2 such controls - FeedsControl and
FiltersControl. The first one has 2 text fields, the second groups 2
combo boxes and the text field ... both are multi value. The common
functionality is extracted in MultiControl class.
OTOH, they are both used in the Data Module dialogs which are bit
special. Haven't tried to use them in normal dialogs.

HTH,
Jan


----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <user-list-unsubscribe@...>
----------------------------------------------------------------