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
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
[ 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
[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
[ 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
#: 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
#: 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
[ 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
[ 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
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
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
[ 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
#: 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
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
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
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
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
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
#: 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
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
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
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
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
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
#: 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
[ 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
26 matches
Mail list logo