Hi devs
Asset management is progressing and I'd like to develop a prototype for WebDav
connection. I know there is WebDav code cluttered all over the sources.
Does anybody already use WebDav capabilities?
If so, can you share some insights?
--
Cheers,
Michael
Dear devs
I'm volunteering to refactor the admin trees. I'd like to do so because model,
view and control in the trees are still mingled which makes it difficult to
extend the admin views and introduce new functionality like new tree node types.
The background of my initiative is that I'd als
Philipp Bracher wrote:
Very interested! can you provide access.
I will give you the credentials off the list. Contact me on
skype: michael.aemisegger
Yahoo: a_e_m_i
as soon as we have created your account and checked-in the newest version which
should be by thursday.
Goes your implementati
Michael Aemisegger wrote:
Asset management is progressing and I'd like to develop a prototype for
WebDav connection. I know there is WebDav code cluttered all over the
sources.
Does anybody already use WebDav capabilities?
If so, can you share some insights?
On the user list, Boris
Fabrizio Giustina wrote:
anyway while debugging, I find a lot easier to redirect both tomcat
log and log4j messages to stdout (the eclipse console view), so you
don't have to look at the logs at all.
I even like chainsaw more than stdout. Chainsaw allows for filtering log
messages on class, le
The correct link is:
http://logging.apache.org/log4j/docs/webstart/chainsaw/chainsawWebStart.jnlp
--
Cheers,
Michael
for list details see
http://www.magnolia.info/en/magnolia/developer.html
And here the description:
http://logging.apache.org/log4j/docs/chainsaw.html
Sorry for the multi-post.
Michael Aemisegger wrote:
The correct link is:
http://logging.apache.org/log4j/docs/webstart/chainsaw/chainsawWebStart.jnlp
--
Cheers,
Michael
Boris Kraft wrote:
Could you be so kind and attach your receiver config to make chainsaw
painless for newbies?
--
Cheers,
Michael
for
Hi
Does anybody know how to teach maven to use the eclipse compiler. I'd like to
make use of the hot code replacement feature of eclipse. This allows to
decrease development cycles dramatically.
So far, I tried to put the necessary jars in ${maven.home}/lib and to modify
maven.properties:
Philipp Bracher wrote:
I have problems to apply this patch since eclipse has problems to find
matches. Do you use our format conventions (in eclipse)? If not please
see:
http://magnolia.sourceforge.net/developer/coding_conventions.html
In fact, I use the eclipse formatter supplied by Fabri
Philipp Bracher wrote:
When i use the Unix patch command it works ... so i use this instead of
the sensible eclipse ;-)
Hhm, I use
diff -uBbPr
on my RedHat9 box to create the patch. Maybe eclipse requires different
options. A cursory search on google didn't tell me much.
--
Cheers,
Michael
Hi Fabrizio
Since I got no reply, I try to ask you, the maven specialist, directly.
Did you ever try to use hot code replacement for magnolia together with eclipse?
Or do you have an idea how to make it work?
--
Cheers,
Michael
Michael Aemisegger wrote:
Hi
Does anybody know how to teach
Alexandru Popescu wrote:
Did you ever try to use hot code replacement for magnolia together
with eclipse?
Or do you have an idea how to make it work?
I don't think the jdt compiler is offering an adapter that Ant is able
to use. Most probably you should write one in order to have this kind
Alexandru Popescu wrote:
Alexandru Popescu wrote:
Did you ever try to use hot code replacement for magnolia together
with eclipse?
Or do you have an idea how to make it work?
I don't think the jdt compiler is offering an adapter that Ant is
able to use. Most probably you should write one
Alexandru Popescu wrote:
Thanks for the tip. Here is a tip for you too:
http://maven.apache.org/reference/plugins/java/properties.html.
Seems you cannot do it.
Then again, see
http://jira.codehaus.org/browse/MPJAVA-17?page=all
And IIRC somewhere on a maven page I saw that build.compiler can
Fabrizio Giustina wrote:
funny, it works ;)
just put the required jars in maven/lib, set the build.compiler
property, and list the jars in maven/bin/forehead.conf:
[root]
...
${maven.home}/lib/org.eclipse.jdt.core_3.1.0.jar
${maven.home}/lib/jdtCompilerAdapter.jar
After returning
Boris Kraft wrote:
I'm developing a new Control that is a DynamicSelect, it extend the
features
of DialogSelect in a dynamic way.
Basycally, you create a dialog with this control, and set options to the
"page path", the content collection and the field you want to get.
With these informations
Philipp Bracher wrote:
It seams that jackrabbit does not always update the session properly
(there are maybe still some bugs), perhaps we can change to the model
you proposed.
see http://issues.apache.org/jira/browse/JCR-155
Hopefully this bug is fixed. However, I still suffered from this bug
Fabrizio Giustina wrote:
In the past we were used to link the snapshot version in project.xml
but this becomes problematic when changes in jackrabbit require a
change to the repository configuration file (and this will happen
again soon, due to the restructuring that's going on for the
jackrabbit
Philipp Bracher wrote:
It seams that jackrabbit does not always update the session properly
(there are maybe still some bugs), perhaps we can change to the model
you proposed.
see http://issues.apache.org/jira/browse/JCR-155
The fix is very new (7. September)
Any chance to upgrade to the
Tomasz Mazan wrote:
I'm trying to build my own control-set i.e. : 4 x input-text, 2 x
select, 3 x radio, but I don't want to save their values as separated
content nodes. I need to store them in one node, custom-separated (I
must invent it, but something like key1=value1&key2=value2 but it
doe
Tomasz Mazan wrote:
I have application using struts, and now I want to create control to
configure struts via web. So for selected page, which contains form
being sent to action, i want to define forwards, but I don't know how
many forwards could be for page - one could have action.succes /
ac
Tomasz Mazan wrote:
Hi
I need for my dialog custom attribute depended on page.
Something like :
paragraph="customParagraph"/>
and then I need to have access to that param inside code of my custom
control (for example drawHtml(Writer) method) included in dialog for
customParagra
Tomasz Mazan wrote:
Sending to dev-list is not coinsidence, i hope. I think it's so tricky
that only developers could help me :-) Really. But I'll send it on
user-list of course.
No need to. All devs also read the user list.
--
Cheers,
Michael
Tomasz Mazan wrote:
Another, way would be a similar solution to the role ACL dialog where
you can add, edit and delete entries. It would be great to have this
functionality generalized for ordinary controls.
Is there any example which could show me using this dialog ?
see it in action in the
Alexandru Popescu wrote:
Please add your comments to the above proposal. Your help is needed and
highly appreciate.
IMHO, there are 2 issues that are far more important than transactional
activation:
1. preserve jcr UUIDs upon activation, so that UUIDs on author and public
instance are the s
Alexandru Popescu wrote:
IMHO, there are 2 issues that are far more important than
transactional activation:
1. preserve jcr UUIDs upon activation, so that UUIDs on author and
public instance are the same.
2. incremental delivery
Michael let's start 2 new threads about UUID preservation and
Alexandru Popescu wrote:
However, by further researching the JSR170 API, there seems to be
another way that allows also the replication of jcr:uuid over
workspaces: clone-ing mechanism.
This is specified in
[7] 4.11.1.1 Relation Between Nodes and Version Histories (pg.36):
[quote]
If a versio
Alexandru Popescu wrote:
1/ repositories cannot be distributed? what do you mean by this? is it
a requirement to have Magnolia instance and repository instance on the
same machine? (at most this can be a restriction of jackrabbit and not
Magnolia).
I meant, that you can not have workspace A of
[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
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
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
Christian P. Praher wrote:
I have a question concerning the standard FCKeditor file-upload browsers
ConnectorServlet to upload images and files. It took me quite a while to
integrate the file-upload-ability of the FCKeditor into Magnolia, since I
always got an error 203 from the file-browser, whe
Nicolas wrote:
On the downside, batch edit will be a pain so once this is done, we
need some kind of xsl transformation while exporting and importing.
So maybe another navigation tab just for i18n would be useful. (Edit,
and special import/export xslized ...)
I'd prefer to keep properties in
Philipp Bracher wrote:
I think we should definitely change to a form base authentication. I
think it's less effort to do this than to implement some tricky logout
mechanism for the basic authentication mechanism. Going through some
info found on the net it looks like that there is no solution w
Alexandru Popescu wrote:
would it be possible to have a popup login form? so you don't loose
your page context and no redirects back and forth to login form.
I usually don't like popups :-).
Also once you have logged out you will not need anymore the page context
you where working on.
Imo i
Philipp Bracher wrote:
- WebWork (http://www.opensymphony.com/webwork)
- Tapestry (http://jakarta.apache.org/tapestry/)
- Wicket (http://wicket.sourceforge.net/)
- JSF
Good list. If you checkout please consider:
- we use the framework only for the dialogs (controls)
- we do not replace the Entr
[EMAIL PROTECTED] wrote:
> Log:
> - dialogs/controls can define there own message bundle
> - chains with Messages.setFallbackMessages(Messages) possible
> - TemplateMessagesUtil still working but deprecated
Just curious, do the dialogs respect the user preferences or go they synchron
with the
Philipp Bracher wrote:
> Log:
> - dialogs/controls can define there own message bundle
> - chains with Messages.setFallbackMessages(Messages) possible
> - TemplateMessagesUtil still working but deprecated
Just curious, do the dialogs respect the user preferences or go they
synchron with the la
Boris Kraft wrote:
You are correct, the level of effort would be substantial, but I can
easily envision a Magnolia 3.0 release with a revised Spring-enabled
Ioc/AOP architecture that provides a truly flexible, lightweight
solution that can be deployed into any J2EE server environment and
easil
Kyle Gabhart wrote:
I'm having trouble finding where in the source code permissions are
evaluated to determine whether or not to enable context menu
capabilities for a given node in the tree. I could just apply the
changes to the part of the source that I understand (i.e. the
info.magnolia.mo
Markus Strickler wrote:
Alternatively just don't allow renaming/deletion of published
nodes, so you have to retract a node first, before you can
delete it.
This could be the best solution of a usability point of view.
Lenya does it like that, AFAIK.
OpenCMS allows you to move pages that are
(Philipp Bracher) wrote:
I made the base framework for the future magnolia JSF interface
(Tree, Dialogs,...):
- configured by spring (mapping, properties of pages)
- templated pages and components (FreeMarker)
- Wicket like view tree building (no JSP, full control to the code,
you know wha
Philipp Bracher (JIRA) wrote:
[ http://jira.magnolia.info/browse/MAGNOLIA-761?page=all ]
C) remove admindocroot and admintemplates
- only the template and paragraph jsps and resources are extracted from the jar
and written to the filesystem
- the resources used in the admin interface ar
Hello
Philipp Bracher (JIRA) wrote:
[ http://jira.magnolia.info/browse/MAGNOLIA-761?page=comments#action_11769 ]
Philipp Bracher commented on MAGNOLIA-761:
--
I have changed the following (not yet checked in):
Better initialization process:
- Modul
Philipp Bracher (JIRA) wrote:
[ http://jira.magnolia.info/browse/MAGNOLIA-765?page=comments#action_11774 ]
Philipp Bracher commented on MAGNOLIA-765:
--
The users content node and the hierarchymanagers are not serializable. This is
a well known prob
[EMAIL PROTECTED] wrote:
Log:
the resources aren't cached if the magnolia.debug property is set to true
Is this reasonable? If you want to debug, you most probably want to
debug a system as close to the productive environment as possible.
I don't know what else this property triggers but may
Sameer Charles wrote:
To me it seems like we are missing basic content separation, if you
have proper content structure the problems you described should never
occur
let me explain,
Now imagine you have a wiki, forum, guestbook or the like, where
content is created from the public side (n
Ralf Hirning wrote:
I definitely vote for JDK 1.4. If you work at large companies the
introduction of new versions of basic infrastructure like Application
Servers is very slow.
I know companies who are just upgrading from WebSphere AS 4 to WAS 5 which
means change from JDK 1.3 to JDK 1.4
I'
Hi
Philipp Bracher wrote:
we are using modello (I think the modello site on codehaus is actually
down)
with modello you have to specify bean<>xml mappings in an xml file:
javabean code, readers, writers (and optionally xml schemas,
documentation or more) are generated automatically. There is so
[EMAIL PROTECTED] wrote:
Author: philipp
Date: 2006-06-07 18:55:47 +0200 (Wed, 07 Jun 2006)
New Revision: 3392
Modified:
magnolia/trunk/magnolia-module-openwfe/src/main/java/info/magnolia/module/owfe/commands/flow/TimeBasedFlowActivationCommand.java
Log:
- name of worlflow: scheduledActivati
Hi Nico
Nicolas Modrzyk wrote:
When two users log in with the same account (for example:
superuser/superuser) the logs are bombed with the same recurring
exception:
javax.jcr.InvalidItemStateException ...lastAccess: the item cannot be
saved because it has been modified externally.
I also suff
Philipp Bracher wrote:
On Jul 13, 2006, at 6:12 AM, Nicolas Modrzyk wrote:
One last point, opening each and every dialog of the whole site is
increasing the memory, and never released either. Maybe we should
have some timeouts for cached dialogs as well.
I will have a look at that one. This
[ http://jira.magnolia.info/browse/MAGNOLIA-465?page=comments#action_10943
]
Michael Aemisegger commented on MAGNOLIA-465:
-
A nasty comment. What about a proven framework? Sorry, couldn't resist.
> Clean up
[ http://jira.magnolia.info/browse/MAGNOLIA-465?page=comments#action_10945
]
Michael Aemisegger commented on MAGNOLIA-465:
-
Sure, I understand. By no means, I wanted to start the discussion again. Just
wanted to be annoying and mean. I
[ http://jira.magnolia.info/browse/MAGNOLIA-411?page=comments#action_11009
]
Michael Aemisegger commented on MAGNOLIA-411:
-
In my custom build process I solve this requirement with different instance
specific property files for the ant
Versions: 2.1 RC1
Environment: all
Reporter: Michael Aemisegger
Assigned to: Boris Kraft
Priority: Trivial
I've been advised by usability experts. Here's their Feedback:
Increase the contrast for bright texts (preferably use white) on dark background
- button texts
- tab ti
Use standard 'move'-Icon
Key: MAGNOLIA-480
URL: http://jira.magnolia.info/browse/MAGNOLIA-480
Project: magnolia wcm
Type: Improvement
Components: gui-admin
Versions: 2.1 RC1
Environment: all
Reporter: Michael
mprovement
Components: gui-admin
Versions: 2.1 RC1
Environment: all
Reporter: Michael Aemisegger
Assigned to: Boris Kraft
Priority: Trivial
It is somewhat confusing that the same icon is used for different meanings.
What about using a double arrow icon for the 'Activate incl. sub
Add tool tips to status icon
Key: MAGNOLIA-482
URL: http://jira.magnolia.info/browse/MAGNOLIA-482
Project: magnolia wcm
Type: Improvement
Components: gui-admin
Versions: 2.1 RC1
Environment: all
Reporter: Michael
Add title to status column
--
Key: MAGNOLIA-483
URL: http://jira.magnolia.info/browse/MAGNOLIA-483
Project: magnolia wcm
Type: Improvement
Components: gui-admin
Versions: 2.1 RC1
Environment: all
Reporter: Michael Aemisegger
Environment: Firefox
Reporter: Michael Aemisegger
Assigned to: Boris Kraft
Height and width passed to mgnlOpenWindow() are first used but then the dialog
resizes itself.
see
function mgnlOpenWindow(url,width,height)
in
/admindocroot/js/general.js
--
This message is automatically
[ http://jira.magnolia.info/browse/MAGNOLIA-489?page=comments#action_11053
]
Michael Aemisegger commented on MAGNOLIA-489:
-
This is espiacially annoying if you have custom configuration for the rich text
editor and increase the height of the
Environment: all
Reporter: Michael Aemisegger
Assigned to: Boris Kraft
tree handlers should not be tied to a particular repository. I suggest to
introduce a new request parameter 'mgnlTreeHandler' to be passed around where
it is needed instead of using the request parameter '
[ http://jira.magnolia.info/browse/MAGNOLIA-490?page=comments#action_11054
]
Michael Aemisegger commented on MAGNOLIA-490:
-
ok, I just noticed
/**
* Override this method if you are not using the same name for the tree and
the
[ http://jira.magnolia.info/browse/MAGNOLIA-490?page=comments#action_11056
]
Michael Aemisegger commented on MAGNOLIA-490:
-
Tree.java:
getRepository() should be replaced by getName() in the method
getHtmlFooter():
html.append(&quo
Environment: all
Reporter: Michael Aemisegger
Assigned to: Boris Kraft
Shouldn't the properties files be stored in UTF8 encoding?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia
the role ACL does not get updated
-
Key: MAGNOLIA-495
URL: http://jira.magnolia.info/browse/MAGNOLIA-495
Project: magnolia wcm
Type: Bug
Components: core
Versions: 2.1 RC1
Environment: all
Reporter: Michael Aemisegger
1.0.4
Reporter: Michael Aemisegger
Assigned to: Boris Kraft
After switching the template of a page following javascript error is thrown:
Error: node has no properties
Source File:
http://demoauthor.magnolia.info/magnoliaAuthor/admintemplates/js/admincentral.jsp
Line: 1676
--
This
[ http://jira.magnolia.info/browse/MAGNOLIA-495?page=comments#action_11061
]
Michael Aemisegger commented on MAGNOLIA-495:
-
The same is true for the user properties. I tried to switch the default
language for the user 'admin'.
>
German translation of Mod. date is missing
--
Key: MAGNOLIA-497
URL: http://jira.magnolia.info/browse/MAGNOLIA-497
Project: magnolia wcm
Type: Bug
Components: i18n
Environment: all
Reporter: Michael Aemisegger
[ http://jira.magnolia.info/browse/MAGNOLIA-495?page=comments#action_11065
]
Michael Aemisegger commented on MAGNOLIA-495:
-
you are right, with a new session the ACLs were correct.
> the role ACL does not get upda
[ http://jira.magnolia.info/browse/MAGNOLIA-494?page=comments#action_11066
]
Michael Aemisegger commented on MAGNOLIA-494:
-
Are you sure about that?
Wouldn't the system property
-Dfile.encoding=UTF-8
help?
I'm not sure, though. I t
[ http://jira.magnolia.info/browse/MAGNOLIA-496?page=comments#action_11091
]
Michael Aemisegger commented on MAGNOLIA-496:
-
As the URL indicates, I used http://demoauthor.magnolia.info instance to
reproduce this error. If you use Firefox and
: magnolia wcm
Type: New Feature
Components: templating module
Versions: 2.1 RC1
Environment: all
Reporter: Michael Aemisegger
Assigned to: Boris Kraft
Following patches allow images to be added to dialogs with options, e.g. a
radio button list.
- Each button (radio
[ http://jira.magnolia.info/browse/MAGNOLIA-499?page=comments#action_11092
]
Michael Aemisegger commented on MAGNOLIA-499:
-
(Please note, that above it should read:
- a custom css class can be configured through the property 'cssClass
Versions: 2.1 RC1
Environment: all
Reporter: Michael Aemisegger
Assigned to: Boris Kraft
Priority: Critical
The DialogMVCHandler has lost a feature compared to previous releases. It is
less general.
It is not possible anymore to target any content container to store data
entered
Environment: all
Reporter: Michael Aemisegger
Assigned to: Boris Kraft
Attachments: IfExisting.java, IfNotExisting.java
The custom tags IfEmpty and IfNotEmpty are very slow when evaluating binary
data. Because these tags load the binary data into memory they also consum a
lot of resou
[ http://jira.magnolia.info/browse/MAGNOLIA-501?page=all ]
Michael Aemisegger updated MAGNOLIA-501:
Attachment: IfExisting.java
IfNotExisting.java
> custom tag 'IfExisting' and &
Reporter: Michael Aemisegger
Assigned to: Boris Kraft
Priority: Minor
While extending ParagraphEditDialog, I noticed it would be easier and less
redundant if the member 'paragraph' had a getter method.
BTW, I won't be offended if not all my patches get applied. I just tr
Components: templating module
Versions: 2.1 RC1
Environment: Firefox 1.0.4, RedHat 9
Reporter: Michael Aemisegger
Assigned to: Boris Kraft
Attachments: snapshot22.png
Would it be an option to reduce the size of the edit field?
--
This message is automatically generated by JIRA.
-
If
[ http://jira.magnolia.info/browse/MAGNOLIA-505?page=all ]
Michael Aemisegger updated MAGNOLIA-505:
Attachment: snapshot22.png
> Date Control Button uses too much space and forces browser to show scrollb
pe: Bug
Components: gui-admin
Versions: 2.1 RC1
Environment: all
Reporter: Michael Aemisegger
Assigned to: Boris Kraft
Priority: Minor
maybe also other languages are missing?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectl
[ http://jira.magnolia.info/browse/MAGNOLIA-505?page=comments#action_11130
]
Michael Aemisegger commented on MAGNOLIA-505:
-
it should be taken into account that the size of the date control button
differs for different languages.
> D
[ http://jira.magnolia.info/browse/MAGNOLIA-505?page=comments#action_11131
]
Michael Aemisegger commented on MAGNOLIA-505:
-
the same is true for the internal link control button.
> Date Control Button uses too much space and forces browser
[ http://jira.magnolia.info/browse/MAGNOLIA-505?page=comments#action_11132
]
Michael Aemisegger commented on MAGNOLIA-505:
-
a workaround is to set the width of the control in question. Still it would
make sense to have a working default setting
Binary data does not get copied properly
Key: MAGNOLIA-508
URL: http://jira.magnolia.info/browse/MAGNOLIA-508
Project: magnolia wcm
Type: Bug
Versions: 2.1 RC1
Environment: all
Reporter: Michael Aemisegger
Reporter: Michael Aemisegger
Assigned to: Boris Kraft
I splitted the methods drawHtmlPostSubs(Writer) and drawHtmlPreSubs(Writer)
into several methods and made them protected. Before, when extending
DialogDialog.java a lot of unnecessary redundant code got spread all over the
subclasses which is
Make it easier to extend Save.java
--
Key: MAGNOLIA-512
URL: http://jira.magnolia.info/browse/MAGNOLIA-512
Project: magnolia wcm
Type: Improvement
Versions: 2.1 RC1
Environment: all
Reporter: Michael Aemisegger
Assigned
: all
Reporter: Michael Aemisegger
Assigned to: Boris Kraft
Since the method getRichEditValueStr(String value, int isRichEditValue) is
static, it is not possible to change the saving policy for editor html without
redundantly copying several methods to the extending class.
I made
Versions: 2.1 RC 3
Environment: all
Reporter: Michael Aemisegger
Assigned to: Boris Kraft
Links entered through the link control (i.e. not entered through any rich edit
control) should be treated the same way as for rich edit controls
Unfortunately, the hidden SaveInfo form parameters
[ http://jira.magnolia.info/browse/MAGNOLIA-407?page=comments#action_11166
]
Michael Aemisegger commented on MAGNOLIA-407:
-
The design of mgnl:uuid contains attributes that do not fit well into the
design of jackrabbit. IMHO the 'namespac
Use jcr:uuid instead of mgnl:uuid for internal links
Key: MAGNOLIA-519
URL: http://jira.magnolia.info/browse/MAGNOLIA-519
Project: magnolia wcm
Type: Sub-task
Reporter: Michael Aemisegger
Assigned to: Boris
[ http://jira.magnolia.info/browse/MAGNOLIA-519?page=comments#action_11167
]
Michael Aemisegger commented on MAGNOLIA-519:
-
A precondition for this is an alternative activation mechanism that is based on
xml export/import. Xml export/import
[ http://jira.magnolia.info/browse/MAGNOLIA-508?page=comments#action_11176
]
Michael Aemisegger commented on MAGNOLIA-508:
-
I could not reproduce this error anymore. Please close the issue.
> Binary data does not get copied prope
Reporter: Michael Aemisegger
Assigned to: Boris Kraft
Example: If the filename specified in the samples download paragraph contains
special characters (e.g. german umlaute), then magnolia returns a 403 http
status code. Even if the requested filename is URL encoded.
In
Make it easier to extend
-
Key: MAGNOLIA-536
URL: http://jira.magnolia.info/browse/MAGNOLIA-536
Project: magnolia wcm
Type: Improvement
Components: core
Versions: 2.1 Final
Environment: all
Reporter: Michael Aemisegger
[ http://jira.magnolia.info/browse/MAGNOLIA-536?page=comments#action_11241
]
Michael Aemisegger commented on MAGNOLIA-536:
-
Should read 'Make it easier to extend SimpleExchangeServlet'
> Make it eas
: Michael Aemisegger
Assigned to: Boris Kraft
Priority: Minor
the patch allows to override display for subclasses.
patch for revision 1437 of tagged version /magnolia2.1 :
diff -uBbPr
/home/maem/workspace/Pagnolia2.1/src/originals/magnolia-2.1/src/main/info/magnolia/cms/taglibs/Out.java
/home
Versions: 2.1 Final
Environment: all
Reporter: Michael Aemisegger
Assigned to: Boris Kraft
the private member tree should be accessed only through its getter. If not,
it's impossible to extend AdminTreeMVCHandler.java and use a specialization of
Tree.java.
patch for revision 14
1 - 100 of 112 matches
Mail list logo