Re: [magnolia-dev] [magnolia-user] Invalid HTML from cmsu:simpleNavigation tag

2005-09-27 Thread Fabrizio Giustina
You are right, I already saw that html "bug" when the patch that added the style parameter was added... anyway, I can't find a good reason why the simpleNavigationTag should support writing a container tag at all... can't you simply do: I would like to fix it in one of the following ways: -1

Re: [magnolia-dev] [magnolia-user] Invalid HTML from cmsu:simpleNavigation tag

2005-09-27 Thread Nicolas
Hi, I wrote the patch for SimpleNavigation ... When I wrote it, I could not use the div element at all because it was breaking my CSS, so I used the span one. The ul element was also transforming all my ul list in menus, which was a bit disturbing. I would go for option 1, change style to

[magnolia-dev] [JIRA] Assigned: (MAGNOLIA-543) Additional functionality - templates from subnodes of Config/module/templating/Templates are included in template select on Website panel

2005-09-27 Thread Sameer Charles (JIRA)
[ http://jira.magnolia.info/browse/MAGNOLIA-543?page=all ] Sameer Charles reassigned MAGNOLIA-543: --- Assign To: Philipp Bracher (was: Boris Kraft) > Additional functionality - templates from subnodes of > Config/module/templating/Templates are inc

Re: [magnolia-dev] [magnolia-svn] r1501 - magnolia/trunk/src/main/info/magnolia/cms/security

2005-09-27 Thread Michael Aemisegger
[EMAIL PROTECTED] wrote: Author: fgiust Date: 2005-09-27 09:49:40 +0200 (Tue, 27 Sep 2005) New Revision: 1501 Modified: magnolia/trunk/src/main/info/magnolia/cms/security/SessionAccessControl.java Log: avoid an NPE and output a better message: for some reason after a move operation in the con

[magnolia-dev] [JIRA] Closed: (MAGNOLIA-547) Workaround for non-synchronized sessions and unnecessary invalidation of session removed

2005-09-27 Thread Fabrizio Giustina (JIRA)
[ http://jira.magnolia.info/browse/MAGNOLIA-547?page=all ] Fabrizio Giustina closed MAGNOLIA-547: -- Fix Version: 2.2 M1 2.1.1 Resolution: Fixed Assign To: Fabrizio Giustina (was: Boris Kraft) committed to svn, thanks

Re: [magnolia-dev] [JIRA] Updated: (MAGNOLIA-543) Additional functionality - templates from subnodes of Config/module/templating/Templates are included in template select on Website panel

2005-09-27 Thread Alexandru Popescu
#: Tomasz Mazan (JIRA) changed the world a bit at a time by saying on 9/8/2005 12:10 PM :# [ http://jira.magnolia.info/browse/MAGNOLIA-543?page=all ] Tomasz Mazan updated MAGNOLIA-543: -- Attachment: Template.java Template.java contains described by t

Re: [magnolia-dev] [magnolia-user] Invalid HTML from cmsu:simpleNavigation tag

2005-09-27 Thread Alexandru Popescu
#: Fabrizio Giustina changed the world a bit at a time by saying on 9/27/2005 9:31 AM :# You are right, I already saw that html "bug" when the patch that added the style parameter was added... anyway, I can't find a good reason why the simpleNavigationTag should support writing a container tag

[magnolia-dev] [JIRA] Closed: (MAGNOLIA-543) Additional functionality - templates from subnodes of Config/module/templating/Templates are included in template select on Website panel

2005-09-27 Thread Fabrizio Giustina (JIRA)
[ http://jira.magnolia.info/browse/MAGNOLIA-543?page=all ] Fabrizio Giustina closed MAGNOLIA-543: -- Fix Version: 2.2 M1 Resolution: Fixed Assign To: Fabrizio Giustina (was: Philipp Bracher) Committed to svn for 2.2, with some modific

[magnolia-dev] [JIRA] Commented: (MAGNOLIA-547) Workaround for non-synchronized sessions and unnecessary invalidation of session removed

2005-09-27 Thread Sameer Charles (JIRA)
[ http://jira.magnolia.info/browse/MAGNOLIA-547?page=comments#action_11299 ] Sameer Charles commented on MAGNOLIA-547: - I do not see any reason of invalidating user after copy or move operation, although I remember in very early jcr implementation y

Re: [magnolia-dev] [JIRA] Updated: (MAGNOLIA-543) Additional functionality - templates from subnodes of Config/module/templating/Templates are included in template select on Website panel

2005-09-27 Thread Sameer Charles
Hi Alex basically it allows you to manage template configuration in a hierarchical manner, at the moment its all under one node. But in future we will have node types for all configuration items, for instance a node type mgnl:template so that you can define template anywhere you like and we

Re: [magnolia-dev] [JIRA] Updated: (MAGNOLIA-543) Additional functionality - templates from subnodes of Config/module/templating/Templates are included in template select on Website panel

2005-09-27 Thread Boris Kraft
On 27.09.2005, at 12:12, Alexandru Popescu wrote: Can somebody shed some light on what is this feature providing? Thanks a lot Hi Alex, sure thing ;-) templates can now be grouped/structured when being *defined* in adminCentral and still show up in the template selection popup (when you

[magnolia-dev] [JIRA] Commented: (MAGNOLIA-547) Workaround for non-synchronized sessions and unnecessary invalidation of session removed

2005-09-27 Thread Michael Aemisegger (JIRA)
[ http://jira.magnolia.info/browse/MAGNOLIA-547?page=comments#action_11300 ] Michael Aemisegger commented on MAGNOLIA-547: - The reason for the invalidation most probably was due to the jackrabbit bug http://issues.apache.org/jira/browse/JCR-155

Re: [magnolia-dev] [JIRA] Updated: (MAGNOLIA-543) Additional functionality - templates from subnodes of Config/module/templating/Templates are included in template select on Website panel

2005-09-27 Thread Alexandru Popescu
#: Sameer Charles changed the world a bit at a time by saying on 9/27/2005 12:10 PM :# Hi Alex basically it allows you to manage template configuration in a hierarchical manner, at the moment its all under one node. But in future we will have node types for all configuration items, for in

Re: [magnolia-dev] breaking magnolia into small pieces

2005-09-27 Thread Fabrizio Giustina
Nightly builds are stopped, I will start with the refactoring soon. On 9/26/05, Philipp Bracher wrote: > About the site: > Can we say that the site of the webapp is the main one? The one > containing the most important xdoc? Yes, we can kep all the docs be in webapp module... I will see how this

Re: [magnolia-dev] [JIRA] Updated: (MAGNOLIA-543) Additional functionality - templates from subnodes of Config/module/templating/Templates are included in template select on Website panel

2005-09-27 Thread Sameer Charles
Not only for template, if we have node types in place you can still configure as you described below. In addition if you wanna group templates with paragraphs something like + [templates] + - [twoColumnTemplates] + - - simpleTemplWithTwoColumns textAndImage SimpleText + - - a

Re: [magnolia-dev] breaking magnolia into small pieces

2005-09-27 Thread Michael Aemisegger
Fabrizio Giustina wrote: Nightly builds are stopped, I will start with the refactoring soon. The committers of Jackrabbit also moved to the multi project layout some time ago. Just recently they decided to revert the switch, because they found that the multi project layout is not yet mature e

Re: [magnolia-dev] breaking magnolia into small pieces

2005-09-27 Thread Fabrizio Giustina
Hi Alexandru On 9/25/05, Alexandru Popescu wrote: > Sorry to enter this in-house discussion but I would like to say that: > 1/ having to manage multiple projects is usually a harder job > 2/ separating packages is indeed a very good refactoring step > 3/ everything that is actually in magnolia ca

Re: [magnolia-dev] [JIRA] Updated: (MAGNOLIA-543) Additional functionality - templates from subnodes of Config/module/templating/Templates are included in template select on Website panel

2005-09-27 Thread Michael Aemisegger
Sameer Charles wrote: Not only for template, if we have node types in place you can still configure as you described below. In addition if you wanna group templates with paragraphs something like + [templates] + - [twoColumnTemplates] + - - simpleTemplWithTwoColumns textAndImage Sim

Re: [magnolia-dev] breaking magnolia into small pieces

2005-09-27 Thread Alexandru Popescu
#: Fabrizio Giustina changed the world a bit at a time by saying on 9/27/2005 12:29 PM :# Hi Alexandru On 9/25/05, Alexandru Popescu wrote: Sorry to enter this in-house discussion but I would like to say that: 1/ having to manage multiple projects is usually a harder job 2/ separating packag

Re: [magnolia-dev] breaking magnolia into small pieces

2005-09-27 Thread Fabrizio Giustina
Hi Michael On 9/27/05, Michael Aemisegger wrote: > The committers of Jackrabbit also moved to the multi project layout some time > ago. Just recently they decided to revert the switch, because they found that > the multi project layout is not yet mature enough, doesn't suite their needs > and is

Re: [magnolia-dev] breaking magnolia into small pieces

2005-09-27 Thread Alexandru Popescu
Sorry, I really didn't want to start a flame about maven vs ant here :-). Would it be possible to share your Eclipse files, just to understand how this organization will work? What WTP version are you using? 0.7 final or the 1.0M2? Congrats for becoming a maven committer ;-). > I absolutely d

Re: [magnolia-dev] breaking magnolia into small pieces

2005-09-27 Thread Fabrizio Giustina
On 9/27/05, Alexandru Popescu wrote: > Would it be possible to share your Eclipse files, just to understand how this > organization will work? > What WTP version are you using? 0.7 final or the 1.0M2? no need to share files: just run "maven eclipse" and they will magically show up ;) a full sup

Re: [magnolia-dev] breaking magnolia into small pieces

2005-09-27 Thread Alexandru Popescu
maven 1 or maven2? sorry to ask but I become confused :-). ./alex -- .the_mindstorm. On 9/27/05, Fabrizio Giustina wrote: > On 9/27/05, Alexandru Popescu wrote: > > Would it be possible to share your Eclipse files, just to understand how > > this organization will work? > > What WTP version a

Re: [magnolia-dev] breaking magnolia into small pieces

2005-09-27 Thread Fabrizio Giustina
the first two steps have been completed: - /magnolia/trunk has been moved to /magnolia/trunk/magnolia and it's the new webapp module - all the classes have been moved to the new magnolia-core module - the directory layout has been reorganized, and a working maven1 multiproject build is in place. T

Re: [magnolia-dev] breaking magnolia into small pieces

2005-09-27 Thread Alexandru Popescu
#: Fabrizio Giustina changed the world a bit at a time by saying on 9/27/2005 10:54 PM :# the first two steps have been completed: - /magnolia/trunk has been moved to /magnolia/trunk/magnolia and it's the new webapp module - all the classes have been moved to the new magnolia-core module - the

[magnolia-dev] [JIRA] Commented: (MAGNOLIA-487) single instance (admin and public in the same instance)

2005-09-27 Thread Janne Hietamäki (JIRA)
[ http://jira.magnolia.info/browse/MAGNOLIA-487?page=comments#action_11301 ] Janne Hietamäki commented on MAGNOLIA-487: -- I updated the patch and fixed a bug with caching. Seems to work like a charm now. The patch can be found at http://www.cemro