[magnolia-dev] WebDav connection

2005-06-17 Thread Michael Aemisegger
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

[magnolia-dev] Refactoring Trees

2005-06-21 Thread Michael Aemisegger
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

Re: [magnolia-dev] Refactoring Trees

2005-06-21 Thread Michael Aemisegger
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

Re: [magnolia-dev] WebDav connection

2005-06-23 Thread Michael Aemisegger
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

Re: [magnolia-dev] eclipse WTP & JSP-debugging

2005-07-14 Thread Michael Aemisegger
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

Re: [magnolia-dev] eclipse WTP & JSP-debugging

2005-07-14 Thread Michael Aemisegger
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

Re: [magnolia-dev] eclipse WTP & JSP-debugging

2005-07-14 Thread Michael Aemisegger
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

Re: [magnolia-dev] eclipse WTP & JSP-debugging

2005-07-14 Thread Michael Aemisegger
Boris Kraft wrote: Could you be so kind and attach your receiver config to make chainsaw painless for newbies? -- Cheers, Michael for

[magnolia-dev] Compiling magnolia with Eclipse compiler

2005-07-27 Thread Michael Aemisegger
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:

Re: [magnolia-dev] [JIRA] Created: (MAGNOLIA-511) Make it easiear to extend DialogDialog

2005-07-29 Thread Michael Aemisegger
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

Re: [magnolia-dev] [JIRA] Created: (MAGNOLIA-511) Make it easiear to extend DialogDialog

2005-07-29 Thread Michael Aemisegger
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

Re: [magnolia-dev] Compiling magnolia with Eclipse compiler

2005-07-30 Thread Michael Aemisegger
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

Re: [magnolia-dev] Compiling magnolia with Eclipse compiler

2005-07-30 Thread Michael Aemisegger
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

Re: [magnolia-dev] Compiling magnolia with Eclipse compiler

2005-07-30 Thread Michael Aemisegger
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

Re: [magnolia-dev] Compiling magnolia with Eclipse compiler

2005-07-30 Thread Michael Aemisegger
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

Re: [magnolia-dev] Compiling magnolia with Eclipse compiler

2005-08-05 Thread Michael Aemisegger
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

Re: [magnolia-dev] Developing Features - Dynamic Select

2005-09-08 Thread Michael Aemisegger
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

Re: [magnolia-dev] jeceira

2005-09-12 Thread Michael Aemisegger
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

Re: [magnolia-dev] jeceira

2005-09-12 Thread Michael Aemisegger
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

Re: [magnolia-dev] jeceira

2005-09-12 Thread Michael Aemisegger
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

Re: [magnolia-dev] Own html-controls set and storing values

2005-09-19 Thread Michael Aemisegger
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

Re: [magnolia-dev] Own html-controls set and storing values

2005-09-19 Thread Michael Aemisegger
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

Re: [magnolia-dev] How to set custom attribute via JSP code?

2005-09-19 Thread Michael Aemisegger
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

Re: [magnolia-dev] How to set custom attribute via JSP code?

2005-09-19 Thread Michael Aemisegger
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

Re: [magnolia-dev] Own html-controls set and storing values

2005-09-19 Thread Michael Aemisegger
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

Re: [magnolia-dev] Transactional Activation

2005-09-22 Thread Michael Aemisegger
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

Re: [magnolia-dev] Transactional Activation

2005-09-24 Thread Michael Aemisegger
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

Re: [magnolia-dev] jcr:uuid/mgnl:uuid replication

2005-09-24 Thread Michael Aemisegger
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

Re: [magnolia-dev] jcr:uuid/mgnl:uuid replication

2005-09-25 Thread Michael Aemisegger
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

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

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] [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] Impossible to use FCKeditors ConnectorServlet for FileUpload within MagnoliaAuthor-Context?

2005-10-03 Thread Michael Aemisegger
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

Re: [magnolia-dev] I18N

2005-10-05 Thread Michael Aemisegger
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

Re: [magnolia-dev] logout: fixing MAGNOLIA-87

2005-10-06 Thread Michael Aemisegger
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

Re: [magnolia-dev] logout: fixing MAGNOLIA-87

2005-10-06 Thread Michael Aemisegger
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

Re: [magnolia-dev] ControlSuper confusing API

2005-10-12 Thread Michael Aemisegger
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

Re: [magnolia-dev] [magnolia-svn] r1658 - in magnolia/branches/magnolia2.1/src/main/info/magnolia: cms/gui/dialog cms/i18n module/admininterface/dialogs module/admininterface/trees

2005-10-12 Thread Michael Aemisegger
[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

Re: [magnolia-dev] [magnolia-svn] r1658 - in magnolia/branches/magnolia2.1/src/main/info/magnolia: cms/gui/dialog cms/i18n module/admininterface/dialogs module/admininterface/trees

2005-10-12 Thread Michael Aemisegger
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

Re: [magnolia-dev] ControlSuper confusing API

2005-10-13 Thread Michael Aemisegger
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

Re: [magnolia-dev] New Feature: Publisher role

2005-10-13 Thread Michael Aemisegger
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

Re: [magnolia-dev] [JIRA] Commented: (MAGNOLIA-554) exception in Config/modules/templating/Templates

2005-10-21 Thread Michael Aemisegger
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

Re: [magnolia-dev] Magnolia JSF

2006-02-06 Thread Michael Aemisegger
(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

Re: [magnolia-dev] [JIRA] Updated: (MAGNOLIA-761) Modules

2006-03-03 Thread Michael Aemisegger
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

Re: [magnolia-dev] [JIRA] Commented: (MAGNOLIA-761) Modules

2006-03-13 Thread Michael Aemisegger
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

Re: [magnolia-dev] [JIRA] Commented: (MAGNOLIA-765) Session clustering failing

2006-03-14 Thread Michael Aemisegger
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

Re: [magnolia-dev] [magnolia-svn] r2343 - in magnolia/trunk: magnolia/src/main/webapp/WEB-INF/config/default magnolia/src/main/webapp/admintemplates/js magnolia-core/src/main/java/info/magnolia/cms/se

2006-03-16 Thread Michael Aemisegger
[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

Re: [magnolia-dev] the public-author question (long)

2006-04-25 Thread Michael Aemisegger
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

Re: [magnolia-dev] AW: [magnolia-dev] java 1.5 API usage

2006-05-08 Thread Michael Aemisegger
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'

Re: [magnolia-dev] server testing

2006-05-16 Thread Michael Aemisegger
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

Re: [magnolia-dev] [magnolia-svn] r3392 - magnolia/trunk/magnolia-module-openwfe/src/main/java/info/magnolia/module/owfe/commands/flow

2006-06-07 Thread Michael Aemisegger
[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

Re: [magnolia-dev] item cannot be saved because it has been modified externally

2006-06-15 Thread Michael Aemisegger
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

Re: [magnolia-dev] Memory issues: Asking for help

2006-07-13 Thread Michael Aemisegger
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

[magnolia-dev] [JIRA] Commented: (MAGNOLIA-465) Clean up web.xml

2005-06-21 Thread Michael Aemisegger (JIRA)
[ 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

[magnolia-dev] [JIRA] Commented: (MAGNOLIA-465) Clean up web.xml

2005-06-21 Thread Michael Aemisegger (JIRA)
[ 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

[magnolia-dev] [JIRA] Commented: (MAGNOLIA-411) public instance in deployed war file

2005-07-14 Thread Michael Aemisegger (JIRA)
[ 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

[magnolia-dev] [JIRA] Created: (MAGNOLIA-479) Increase the readability for bright texts on dark background

2005-07-15 Thread Michael Aemisegger (JIRA)
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

[magnolia-dev] [JIRA] Created: (MAGNOLIA-480) Use standard 'move'-Icon

2005-07-15 Thread Michael Aemisegger (JIRA)
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

[magnolia-dev] [JIRA] Created: (MAGNOLIA-481) Use double arrow symbol for 'Activate incl. sub pages' context menu item

2005-07-15 Thread Michael Aemisegger (JIRA)
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

[magnolia-dev] [JIRA] Created: (MAGNOLIA-482) Add tool tips to status icon

2005-07-15 Thread Michael Aemisegger (JIRA)
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

[magnolia-dev] [JIRA] Created: (MAGNOLIA-483) Add title to status column

2005-07-15 Thread Michael Aemisegger (JIRA)
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

[magnolia-dev] [JIRA] Created: (MAGNOLIA-489) Height and width passed to mgnlOpenWindow() are ignored

2005-07-20 Thread Michael Aemisegger (JIRA)
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

[magnolia-dev] [JIRA] Commented: (MAGNOLIA-489) Height and width passed to mgnlOpenWindow() are ignored

2005-07-20 Thread Michael Aemisegger (JIRA)
[ 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

[magnolia-dev] [JIRA] Created: (MAGNOLIA-490) make tree handlers independent of repositories

2005-07-20 Thread Michael Aemisegger (JIRA)
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 '

[magnolia-dev] [JIRA] Commented: (MAGNOLIA-490) make tree handlers independent of repositories

2005-07-20 Thread Michael Aemisegger (JIRA)
[ 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

[magnolia-dev] [JIRA] Commented: (MAGNOLIA-490) make tree handlers independent of repositories

2005-07-20 Thread Michael Aemisegger (JIRA)
[ 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

[magnolia-dev] [JIRA] Created: (MAGNOLIA-494) i18n property files are stored as ISO-8859-1 instead of UTF8

2005-07-21 Thread Michael Aemisegger (JIRA)
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

[magnolia-dev] [JIRA] Created: (MAGNOLIA-495) the role ACL does not get updated

2005-07-21 Thread Michael Aemisegger (JIRA)
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

[magnolia-dev] [JIRA] Created: (MAGNOLIA-496) Javascript error after switching the template

2005-07-21 Thread Michael Aemisegger (JIRA)
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

[magnolia-dev] [JIRA] Commented: (MAGNOLIA-495) the role ACL does not get updated

2005-07-21 Thread Michael Aemisegger (JIRA)
[ 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'. >

[magnolia-dev] [JIRA] Created: (MAGNOLIA-497) German translation of Mod. date is missing

2005-07-21 Thread Michael Aemisegger (JIRA)
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

[magnolia-dev] [JIRA] Commented: (MAGNOLIA-495) the role ACL does not get updated

2005-07-21 Thread Michael Aemisegger (JIRA)
[ 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

[magnolia-dev] [JIRA] Commented: (MAGNOLIA-494) i18n property files are stored as ISO-8859-1 instead of UTF8

2005-07-21 Thread Michael Aemisegger (JIRA)
[ 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

[magnolia-dev] [JIRA] Commented: (MAGNOLIA-496) Javascript error after switching the template

2005-07-24 Thread Michael Aemisegger (JIRA)
[ 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-dev] [JIRA] Created: (MAGNOLIA-499) Allow for images to illustrate options in ButtonSet Controls (Radio buttons, Checkbox buttons)

2005-07-24 Thread Michael Aemisegger (JIRA)
: 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

[magnolia-dev] [JIRA] Commented: (MAGNOLIA-499) Allow for images to illustrate options in ButtonSet Controls (Radio buttons, Checkbox buttons)

2005-07-24 Thread Michael Aemisegger (JIRA)
[ 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&#x

[magnolia-dev] [JIRA] Created: (MAGNOLIA-500) DialogMVCHandler cannot handle arbitrary nodeCollections as target

2005-07-24 Thread Michael Aemisegger (JIRA)
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

[magnolia-dev] [JIRA] Created: (MAGNOLIA-501) custom tag 'IfExisting' and 'IfNotExisting'

2005-07-24 Thread Michael Aemisegger (JIRA)
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

[magnolia-dev] [JIRA] Updated: (MAGNOLIA-501) custom tag 'IfExisting' and 'IfNotExisting'

2005-07-24 Thread Michael Aemisegger (JIRA)
[ http://jira.magnolia.info/browse/MAGNOLIA-501?page=all ] Michael Aemisegger updated MAGNOLIA-501: Attachment: IfExisting.java IfNotExisting.java > custom tag 'IfExisting' and &

[magnolia-dev] [JIRA] Created: (MAGNOLIA-503) Simplify extending ParagraphEditDialog

2005-07-25 Thread Michael Aemisegger (JIRA)
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

[magnolia-dev] [JIRA] Created: (MAGNOLIA-505) Date Control Button uses too much space and forces browser to show scrollbars

2005-07-26 Thread Michael Aemisegger (JIRA)
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

[magnolia-dev] [JIRA] Updated: (MAGNOLIA-505) Date Control Button uses too much space and forces browser to show scrollbars

2005-07-26 Thread Michael Aemisegger (JIRA)
[ 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

[magnolia-dev] [JIRA] Created: (MAGNOLIA-506) The 'Ok' and 'Cancel' buttons in the date dialog have no german translation

2005-07-26 Thread Michael Aemisegger (JIRA)
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

[magnolia-dev] [JIRA] Commented: (MAGNOLIA-505) Date Control Button uses too much space and forces browser to show scrollbars

2005-07-26 Thread Michael Aemisegger (JIRA)
[ 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

[magnolia-dev] [JIRA] Commented: (MAGNOLIA-505) Date Control Button uses too much space and forces browser to show scrollbars

2005-07-26 Thread Michael Aemisegger (JIRA)
[ 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

[magnolia-dev] [JIRA] Commented: (MAGNOLIA-505) Date Control Button uses too much space and forces browser to show scrollbars

2005-07-26 Thread Michael Aemisegger (JIRA)
[ 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

[magnolia-dev] [JIRA] Created: (MAGNOLIA-508) Binary data does not get copied properly

2005-07-27 Thread Michael Aemisegger (JIRA)
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

[magnolia-dev] [JIRA] Created: (MAGNOLIA-511) Make it easiear to extend DialogDialog

2005-07-28 Thread Michael Aemisegger (JIRA)
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

[magnolia-dev] [JIRA] Created: (MAGNOLIA-512) Make it easier to extend Save.java

2005-07-30 Thread Michael Aemisegger (JIRA)
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

[magnolia-dev] [JIRA] Created: (MAGNOLIA-516) Follow-Up: Make it easier to extend Save.java

2005-08-05 Thread Michael Aemisegger (JIRA)
: 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

[magnolia-dev] [JIRA] Created: (MAGNOLIA-518) Use mgnl:uuid for internal links entered through the link control

2005-08-08 Thread Michael Aemisegger (JIRA)
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

[magnolia-dev] [JIRA] Commented: (MAGNOLIA-407) intern link stored with contextpath in kupu

2005-08-08 Thread Michael Aemisegger (JIRA)
[ 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

[magnolia-dev] [JIRA] Created: (MAGNOLIA-519) Use jcr:uuid instead of mgnl:uuid for internal links

2005-08-08 Thread Michael Aemisegger (JIRA)
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

[magnolia-dev] [JIRA] Commented: (MAGNOLIA-519) Use jcr:uuid instead of mgnl:uuid for internal links

2005-08-08 Thread Michael Aemisegger (JIRA)
[ 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

[magnolia-dev] [JIRA] Commented: (MAGNOLIA-508) Binary data does not get copied properly

2005-08-10 Thread Michael Aemisegger (JIRA)
[ 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

[magnolia-dev] [JIRA] Created: (MAGNOLIA-529) Filenames with special characters produce 403

2005-08-23 Thread Michael Aemisegger (JIRA)
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

[magnolia-dev] [JIRA] Created: (MAGNOLIA-536) Make it easier to extend

2005-09-01 Thread Michael Aemisegger (JIRA)
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

[magnolia-dev] [JIRA] Commented: (MAGNOLIA-536) Make it easier to extend

2005-09-01 Thread Michael Aemisegger (JIRA)
[ 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

[magnolia-dev] [JIRA] Created: (MAGNOLIA-537) Make it easier to extend Out.java

2005-09-01 Thread Michael Aemisegger (JIRA)
: 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

[magnolia-dev] [JIRA] Created: (MAGNOLIA-538) Make it easier to extend AdminTreeMVCHandler.java and Tree.java

2005-09-01 Thread Michael Aemisegger (JIRA)
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   2   >