[magnolia-dev] [JIRA] (MGNLUI-3537) Extending SwitchableField

2015-08-27 Thread JIRA (on behalf of Vincent Gombert)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Vincent Gombert created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Magnolia UI /  MGNLUI-3537 
 
 
 
  Extending SwitchableField  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Improvement 
 
 
 

Affects Versions:
 

 5.4.1, 5.3.10 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Components:
 

 dialogs 
 
 
 

Created:
 

 27/Aug/15 3:28 PM 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Vincent Gombert 
 
 
 

Security Level:
 

 Public 
 
 
 
 
 
 
 
 
 
 
While creating an extension of SwitchableField, i needed to override 2 classes that might be improved: 
 

SwitchableFieldFactory might use the D class parameter to extend AbstractFieldFactory and D might extend SwitchableFieldDefinition (which leads to SwitchableFieldFactoryD extends SwitchableFieldDefinition extends AbstractFieldFactoryD, PropertysetItem)
 

SwitchableField might declare its member fieldMap as protected or provide a 

[magnolia-dev] [JIRA] (MGNLUI-3536) Unable to save dialog after uploading new image into dam

2015-08-27 Thread JIRA (on behalf of Jaroslav Simak)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jaroslav Simak updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Magnolia UI /  MGNLUI-3536 
 
 
 
  Unable to save dialog after uploading new image into dam  
 
 
 
 
 
 
 
 
 

Change By:
 
 Jaroslav Simak 
 
 
 

Story Points:
 
 3 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.11#64026-sha1:78f6ec4) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




Forlistdetails,see:http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively,useourforums:http://forum.magnolia-cms.com/
Tounsubscribe,E-mailto:dev-list-unsubscr...@magnolia-cms.com





[magnolia-dev] [JIRA] (MGNLUI-3536) Unable to save dialog after uploading new image into dam

2015-08-27 Thread JIRA (on behalf of Jaroslav Simak)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jaroslav Simak updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Magnolia UI /  MGNLUI-3536 
 
 
 
  Unable to save dialog after uploading new image into dam  
 
 
 
 
 
 
 
 
 

Change By:
 
 Jaroslav Simak 
 
 
 

Sprint:
 
 Sprint7(Kromeriz) 
 
 
 
 
 
 
 
 
 
 Whensavingdialogwithnewlyuploadedimagejavax.jcr.nodetype.ConstraintViolationException:Unabletoperformoperation.Nodeisprotected.isthrown. Icanreproducethisissueonlatest5.4.2-SNAPSHOT(withdamversion2.1.1) {code}2015-08-2714:35:39,382ERRORinfo.magnolia.ui.contentapp.detail.DetailPresenter:Anerroroccurredwhileexecutinganaction.info.magnolia.ui.api.action.ActionExecutionException:javax.jcr.nodetype.ConstraintViolationException:Unabletoperformoperation.Nodeisprotected. atinfo.magnolia.ui.form.action.SaveFormAction.execute(SaveFormAction.java:95) atinfo.magnolia.ui.api.action.AbstractActionExecutor.execute(AbstractActionExecutor.java:62) atinfo.magnolia.ui.contentapp.detail.DetailPresenter.onActionFired(DetailPresenter.java:261) atinfo.magnolia.ui.dialog.actionarea.renderer.DefaultEditorActionRenderer$DefaultActionView$1.buttonClick(DefaultEditorActionRenderer.java:67) atsun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethod) atsun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) atsun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) atjava.lang.reflect.Method.invoke(Method.java:606) atcom.vaadin.event.ListenerMethod.receiveEvent(ListenerMethod.java:508) atcom.vaadin.event.EventRouter.fireEvent(EventRouter.java:198) atcom.vaadin.event.EventRouter.fireEvent(EventRouter.java:161) atcom.vaadin.server.AbstractClientConnector.fireEvent(AbstractClientConnector.java:977) atcom.vaadin.ui.Button.fireClick(Button.java:393) atcom.vaadin.ui.Button$1.click(Button.java:61) atsun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethod) atsun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) atsun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) atjava.lang.reflect.Method.invoke(Method.java:606) atcom.vaadin.server.ServerRpcManager.applyInvocation(ServerRpcManager.java:168) atcom.vaadin.server.ServerRpcManager.applyInvocation(ServerRpcManager.java:118) atcom.vaadin.server.communication.ServerRpcHandler.handleInvocations(ServerRpcHandler.java:291) atcom.vaadin.server.communication.ServerRpcHandler.handleRpc(ServerRpcHandler.java:184) atcom.vaadin.server.communication.UidlRequestHandler.synchronizedHandleRequest(UidlRequestHandler.java:92) atcom.vaadin.server.SynchronizedRequestHandler.handleRequest(SynchronizedRequestHandler.java:41) atcom.vaadin.server.VaadinService.handleRequest(VaadinService.java:1408) atcom.vaadin.server.VaadinServlet.service(VaadinServlet.java:350) atinfo.magnolia.ui.admincentral.AdmincentralVaadinServlet.service(AdmincentralVaadinServlet.java:131) atjavax.servlet.http.HttpServlet.service(HttpServlet.java:731) atinfo.magnolia.cms.filters.ServletDispatchingFilter.doFilter(ServletDispatchingFilter.java:148) 

[magnolia-dev] [JIRA] (MGNLUI-3536) Unable to save dialog after uploading new image into dam

2015-08-27 Thread JIRA (on behalf of Milan Divilek)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Milan Divilek updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Magnolia UI /  MGNLUI-3536 
 
 
 
  Unable to save dialog after uploading new image into dam  
 
 
 
 
 
 
 
 
 

Change By:
 
 Milan Divilek 
 
 
 
 
 
 
 
 
 
 Whensavingdialogwithnewlyuploadedimagejavax.jcr.nodetype.ConstraintViolationException:Unabletoperformoperation.Nodeisprotected.isthrown. Icanreproducethisissueonlatest5.4.2-SNAPSHOT(withdamversion2.1.1) {code}2015-08-2714:35:39,382ERRORinfo.magnolia.ui.contentapp.detail.DetailPresenter:Anerroroccurredwhileexecutinganaction.info.magnolia.ui.api.action.ActionExecutionException:javax.jcr.nodetype.ConstraintViolationException:Unabletoperformoperation.Nodeisprotected. atinfo.magnolia.ui.form.action.SaveFormAction.execute(SaveFormAction.java:95) atinfo.magnolia.ui.api.action.AbstractActionExecutor.execute(AbstractActionExecutor.java:62) atinfo.magnolia.ui.contentapp.detail.DetailPresenter.onActionFired(DetailPresenter.java:261) atinfo.magnolia.ui.dialog.actionarea.renderer.DefaultEditorActionRenderer$DefaultActionView$1.buttonClick(DefaultEditorActionRenderer.java:67) atsun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethod) atsun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) atsun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) atjava.lang.reflect.Method.invoke(Method.java:606) atcom.vaadin.event.ListenerMethod.receiveEvent(ListenerMethod.java:508) atcom.vaadin.event.EventRouter.fireEvent(EventRouter.java:198) atcom.vaadin.event.EventRouter.fireEvent(EventRouter.java:161) atcom.vaadin.server.AbstractClientConnector.fireEvent(AbstractClientConnector.java:977) atcom.vaadin.ui.Button.fireClick(Button.java:393) atcom.vaadin.ui.Button$1.click(Button.java:61) atsun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethod) atsun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) atsun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) atjava.lang.reflect.Method.invoke(Method.java:606) atcom.vaadin.server.ServerRpcManager.applyInvocation(ServerRpcManager.java:168) atcom.vaadin.server.ServerRpcManager.applyInvocation(ServerRpcManager.java:118) atcom.vaadin.server.communication.ServerRpcHandler.handleInvocations(ServerRpcHandler.java:291) atcom.vaadin.server.communication.ServerRpcHandler.handleRpc(ServerRpcHandler.java:184) atcom.vaadin.server.communication.UidlRequestHandler.synchronizedHandleRequest(UidlRequestHandler.java:92) atcom.vaadin.server.SynchronizedRequestHandler.handleRequest(SynchronizedRequestHandler.java:41) atcom.vaadin.server.VaadinService.handleRequest(VaadinService.java:1408) atcom.vaadin.server.VaadinServlet.service(VaadinServlet.java:350) atinfo.magnolia.ui.admincentral.AdmincentralVaadinServlet.service(AdmincentralVaadinServlet.java:131) atjavax.servlet.http.HttpServlet.service(HttpServlet.java:731) atinfo.magnolia.cms.filters.ServletDispatchingFilter.doFilter(ServletDispatchingFilter.java:148) atinfo.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:85) atinfo.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:79) atinfo.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:81) atinfo.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:81) 

[magnolia-dev] [JIRA] (MGNLUI-3536) Unable to save dialog after uploading new image into dam

2015-08-27 Thread JIRA (on behalf of Jaroslav Simak)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jaroslav Simak updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Magnolia UI /  MGNLUI-3536 
 
 
 
  Unable to save dialog after uploading new image into dam  
 
 
 
 
 
 
 
 
 

Change By:
 
 Jaroslav Simak 
 
 
 

Assignee:
 
 JaroslavSimak 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.11#64026-sha1:78f6ec4) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




Forlistdetails,see:http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively,useourforums:http://forum.magnolia-cms.com/
Tounsubscribe,E-mailto:dev-list-unsubscr...@magnolia-cms.com





[magnolia-dev] [JIRA] (MGNLUI-3536) Unable to save dialog after uploading new image into dam

2015-08-27 Thread JIRA (on behalf of Milan Divilek)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Milan Divilek created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Magnolia UI /  MGNLUI-3536 
 
 
 
  Unable to save dialog after uploading new image into dam  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 27/Aug/15 2:47 PM 
 
 
 

Fix Versions:
 

 5.4.2 
 
 
 

Priority:
 
  Critical 
 
 
 

Reporter:
 
 Milan Divilek 
 
 
 

Security Level:
 

 Public 
 
 
 
 
 
 
 
 
 
 
When saving dialog with newly uploaded image javax.jcr.nodetype.ConstraintViolationException: Unable to perform operation. Node is protected. is thrown. 

 

2015-08-27 14:35:39,382 ERROR info.magnolia.ui.contentapp.detail.DetailPresenter: An error occurred while executing an action.
info.magnolia.ui.api.action.ActionExecutionException: javax.jcr.nodetype.ConstraintViolationException: Unable to perform operation. Node is protected.
	at info.magnolia.ui.form.action.SaveFormAction.execute(SaveFormAction.java:95)
	at info.magnolia.ui.api.action.AbstractActionExecutor.execute(AbstractActionExecutor.java:62)
	at info.magnolia.ui.contentapp.detail.DetailPresenter.onActionFired(DetailPresenter.java:261)
	at info.magnolia.ui.dialog.actionarea.renderer.DefaultEditorActionRenderer$DefaultActionView$1.buttonClick(DefaultEditorActionRenderer.java:67)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at 

[magnolia-dev] [JIRA] (MGNLUI-3536) Unable to save dialog after uploading new image into dam

2015-08-27 Thread JIRA (on behalf of Jaroslav Simak)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jaroslav Simak updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Magnolia UI /  MGNLUI-3536 
 
 
 
  Unable to save dialog after uploading new image into dam  
 
 
 
 
 
 
 
 
 

Change By:
 
 Jaroslav Simak 
 
 
 

Labels:
 
 selected_for_sprint 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.11#64026-sha1:78f6ec4) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




Forlistdetails,see:http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively,useourforums:http://forum.magnolia-cms.com/
Tounsubscribe,E-mailto:dev-list-unsubscr...@magnolia-cms.com





[magnolia-dev] [JIRA] (MGNLUI-3536) Unable to save dialog after uploading new image into dam

2015-08-27 Thread JIRA (on behalf of Milan Divilek)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Milan Divilek updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Magnolia UI /  MGNLUI-3536 
 
 
 
  Unable to save dialog after uploading new image into dam  
 
 
 
 
 
 
 
 
 

Change By:
 
 Milan Divilek 
 
 
 
 
 
 
 
 
 
 Whensavingdialogwithnewlyuploadedimagejavax.jcr.nodetype.ConstraintViolationException:Unabletoperformoperation.Nodeisprotected.isthrown. Icanreproducethisissueonlatest5.4.2-SNAPSHOT(withdamversion2.1.1),butM5.4.1seemsok. {code}2015-08-2714:35:39,382ERRORinfo.magnolia.ui.contentapp.detail.DetailPresenter:Anerroroccurredwhileexecutinganaction.info.magnolia.ui.api.action.ActionExecutionException:javax.jcr.nodetype.ConstraintViolationException:Unabletoperformoperation.Nodeisprotected. atinfo.magnolia.ui.form.action.SaveFormAction.execute(SaveFormAction.java:95) atinfo.magnolia.ui.api.action.AbstractActionExecutor.execute(AbstractActionExecutor.java:62) atinfo.magnolia.ui.contentapp.detail.DetailPresenter.onActionFired(DetailPresenter.java:261) atinfo.magnolia.ui.dialog.actionarea.renderer.DefaultEditorActionRenderer$DefaultActionView$1.buttonClick(DefaultEditorActionRenderer.java:67) atsun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethod) atsun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) atsun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) atjava.lang.reflect.Method.invoke(Method.java:606) atcom.vaadin.event.ListenerMethod.receiveEvent(ListenerMethod.java:508) atcom.vaadin.event.EventRouter.fireEvent(EventRouter.java:198) atcom.vaadin.event.EventRouter.fireEvent(EventRouter.java:161) atcom.vaadin.server.AbstractClientConnector.fireEvent(AbstractClientConnector.java:977) atcom.vaadin.ui.Button.fireClick(Button.java:393) atcom.vaadin.ui.Button$1.click(Button.java:61) atsun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethod) atsun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) atsun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) atjava.lang.reflect.Method.invoke(Method.java:606) atcom.vaadin.server.ServerRpcManager.applyInvocation(ServerRpcManager.java:168) atcom.vaadin.server.ServerRpcManager.applyInvocation(ServerRpcManager.java:118) atcom.vaadin.server.communication.ServerRpcHandler.handleInvocations(ServerRpcHandler.java:291) atcom.vaadin.server.communication.ServerRpcHandler.handleRpc(ServerRpcHandler.java:184) atcom.vaadin.server.communication.UidlRequestHandler.synchronizedHandleRequest(UidlRequestHandler.java:92) atcom.vaadin.server.SynchronizedRequestHandler.handleRequest(SynchronizedRequestHandler.java:41) atcom.vaadin.server.VaadinService.handleRequest(VaadinService.java:1408) atcom.vaadin.server.VaadinServlet.service(VaadinServlet.java:350) atinfo.magnolia.ui.admincentral.AdmincentralVaadinServlet.service(AdmincentralVaadinServlet.java:131) atjavax.servlet.http.HttpServlet.service(HttpServlet.java:731) atinfo.magnolia.cms.filters.ServletDispatchingFilter.doFilter(ServletDispatchingFilter.java:148) atinfo.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:85) atinfo.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:79) atinfo.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:81) atinfo.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:81) 

[magnolia-dev] [JIRA] (MTE-42) Searching below root path '/' will result in no results

2015-08-27 Thread JIRA (on behalf of Jordie Diepeveen)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jordie Diepeveen created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Magnolia Templating Essentials /  MTE-42 
 
 
 
  Searching below root path '/' will result in no results  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Affects Versions:
 

 0.5 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 27/Aug/15 2:35 PM 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Jordie Diepeveen 
 
 
 
 
 
 
 
 
 
 
When using SearchTemplatingFunctions#searchContent(String, String, String, String) with the following settings: (educations, antropologie, /, mgnl:education), the results are always 0. 
The query which is internally used by the searchContent method is: SELECT rep:excerpt() from mgnl:education WHERE jcr:path like '//%' AND contains(., 'antropologie') ORDER BY jcr:score() DESC 
The problem is the like '//%'  part. When changing it to like '/%' , it's working. 
E.g. SELECT rep:excerpt() from mgnl:education WHERE jcr:path like '/%' AND contains(., 'antropologie') ORDER BY jcr:score() DESC 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
  

[magnolia-dev] Resource app edit Jsp file of my blossom module

2015-08-27 Thread via Magnolia Forums
Hi all,

I have used the resource app to edit the JSP file of my blossom module. But 
haven't any changed in my page. Please help to show me how to edit my blossom 
's JSP file in resource app. Thanks

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=0741762e-d34e-400a-8d81-fda39ccd255d



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: dev-list-unsubscr...@magnolia-cms.com




[magnolia-dev] [JIRA] (MGNLUI-3326) Implement sorting by column in trees

2015-08-27 Thread JIRA (on behalf of Andreas Weder)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Andreas Weder updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Magnolia UI /  MGNLUI-3326 
 
 
 
  Implement sorting by column in trees  
 
 
 
 
 
 
 
 
 

Change By:
 
 Andreas Weder 
 
 
 

Labels:
 
 appssupport to-estimate ux 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.11#64026-sha1:78f6ec4) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




Forlistdetails,see:http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively,useourforums:http://forum.magnolia-cms.com/
Tounsubscribe,E-mailto:dev-list-unsubscr...@magnolia-cms.com





[magnolia-dev] [JIRA] (MGNLREST-65) Depth argument not handled correctly with nodes API

2015-08-27 Thread JIRA (on behalf of Evzen Fochr)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Evzen Fochr updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Magnolia REST Framework /  MGNLREST-65 
 
 
 
  Depth argument not handled correctly with nodes API  
 
 
 
 
 
 
 
 
 

Change By:
 
 Evzen Fochr 
 
 
 

Fix Version/s:
 
 1.1.1 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.11#64026-sha1:78f6ec4) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




Forlistdetails,see:http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively,useourforums:http://forum.magnolia-cms.com/
Tounsubscribe,E-mailto:dev-list-unsubscr...@magnolia-cms.com





[magnolia-dev] [JIRA] (MGNLREST-42) Create integration tests for the rest services

2015-08-27 Thread JIRA (on behalf of Evzen Fochr)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Evzen Fochr updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Magnolia REST Framework /  MGNLREST-42 
 
 
 
  Create integration tests for the rest services  
 
 
 
 
 
 
 
 
 

Change By:
 
 Evzen Fochr 
 
 
 

Fix Version/s:
 
 Backlog 
 
 
 

Fix Version/s:
 
 1.0.x 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.11#64026-sha1:78f6ec4) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




Forlistdetails,see:http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively,useourforums:http://forum.magnolia-cms.com/
Tounsubscribe,E-mailto:dev-list-unsubscr...@magnolia-cms.com





[magnolia-dev] [JIRA] (MGNLREST-52) Default apiBasepath should include default ctx (magnoliaAuthor/magnoliaPublic) of bundle

2015-08-27 Thread JIRA (on behalf of Evzen Fochr)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Evzen Fochr updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Magnolia REST Framework /  MGNLREST-52 
 
 
 
  Default apiBasepath should include default ctx (magnoliaAuthor/magnoliaPublic) of bundle  
 
 
 
 
 
 
 
 
 

Change By:
 
 Evzen Fochr 
 
 
 

Fix Version/s:
 
 Backlog 
 
 
 

Fix Version/s:
 
 1.0.x 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.11#64026-sha1:78f6ec4) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




Forlistdetails,see:http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively,useourforums:http://forum.magnolia-cms.com/
Tounsubscribe,E-mailto:dev-list-unsubscr...@magnolia-cms.com





[magnolia-dev] [JIRA] (MGNLREST-53) Rest Tools app does not work without additional configuration and shows cryptic error message.

2015-08-27 Thread JIRA (on behalf of Evzen Fochr)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Evzen Fochr updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Magnolia REST Framework /  MGNLREST-53 
 
 
 
  Rest Tools app does not work without additional configuration and shows cryptic error message.  
 
 
 
 
 
 
 
 
 

Change By:
 
 Evzen Fochr 
 
 
 

Fix Version/s:
 
 Backlog 
 
 
 

Fix Version/s:
 
 1.0.x 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.11#64026-sha1:78f6ec4) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




Forlistdetails,see:http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively,useourforums:http://forum.magnolia-cms.com/
Tounsubscribe,E-mailto:dev-list-unsubscr...@magnolia-cms.com





[magnolia-dev] [JIRA] (MGNLREST-65) Depth argument not handled correctly with nodes API

2015-08-27 Thread JIRA (on behalf of Evzen Fochr)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Evzen Fochr updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Magnolia REST Framework /  MGNLREST-65 
 
 
 
  Depth argument not handled correctly with nodes API  
 
 
 
 
 
 
 
 
 

Change By:
 
 Evzen Fochr 
 
 
 

Fix Version/s:
 
 1.0.6 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.11#64026-sha1:78f6ec4) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




Forlistdetails,see:http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively,useourforums:http://forum.magnolia-cms.com/
Tounsubscribe,E-mailto:dev-list-unsubscr...@magnolia-cms.com





[magnolia-dev] [JIRA] (MGNLREST-48) Replace java.util.Map in CommandEndpoint by custom map implementation

2015-08-27 Thread JIRA (on behalf of Evzen Fochr)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Evzen Fochr updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Magnolia REST Framework /  MGNLREST-48 
 
 
 
  Replace java.util.Map in CommandEndpoint by custom map implementation  
 
 
 
 
 
 
 
 
 

Change By:
 
 Evzen Fochr 
 
 
 

Fix Version/s:
 
 Backlog 
 
 
 

Fix Version/s:
 
 1.0.x 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.11#64026-sha1:78f6ec4) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




Forlistdetails,see:http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively,useourforums:http://forum.magnolia-cms.com/
Tounsubscribe,E-mailto:dev-list-unsubscr...@magnolia-cms.com





[magnolia-dev] [JIRA] (MGNLREST-60) RESTEasy dependency should be upgraded to 3.0.10.Final

2015-08-27 Thread JIRA (on behalf of Evzen Fochr)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Evzen Fochr updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Magnolia REST Framework /  MGNLREST-60 
 
 
 
  RESTEasy dependency should be upgraded to 3.0.10.Final   
 
 
 
 
 
 
 
 
 

Change By:
 
 Evzen Fochr 
 
 
 

Fix Version/s:
 
 Backlog 
 
 
 

Fix Version/s:
 
 1.0.x 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.11#64026-sha1:78f6ec4) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




Forlistdetails,see:http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively,useourforums:http://forum.magnolia-cms.com/
Tounsubscribe,E-mailto:dev-list-unsubscr...@magnolia-cms.com





[magnolia-dev] [JIRA] (MGNLREST-53) Rest Tools app does not work without additional configuration and shows cryptic error message.

2015-08-27 Thread JIRA (on behalf of Evzen Fochr)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Evzen Fochr updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Magnolia REST Framework /  MGNLREST-53 
 
 
 
  Rest Tools app does not work without additional configuration and shows cryptic error message.  
 
 
 
 
 
 
 
 
 

Change By:
 
 Evzen Fochr 
 
 
 

Fix Version/s:
 
 1.1.x 
 
 
 

Fix Version/s:
 
 Backlog 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.11#64026-sha1:78f6ec4) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




Forlistdetails,see:http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively,useourforums:http://forum.magnolia-cms.com/
Tounsubscribe,E-mailto:dev-list-unsubscr...@magnolia-cms.com





[magnolia-dev] [JIRA] (MGNLREST-48) Replace java.util.Map in CommandEndpoint by custom map implementation

2015-08-27 Thread JIRA (on behalf of Evzen Fochr)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Evzen Fochr updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Magnolia REST Framework /  MGNLREST-48 
 
 
 
  Replace java.util.Map in CommandEndpoint by custom map implementation  
 
 
 
 
 
 
 
 
 

Change By:
 
 Evzen Fochr 
 
 
 

Fix Version/s:
 
 1.1.x 
 
 
 

Fix Version/s:
 
 Backlog 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.11#64026-sha1:78f6ec4) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




Forlistdetails,see:http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively,useourforums:http://forum.magnolia-cms.com/
Tounsubscribe,E-mailto:dev-list-unsubscr...@magnolia-cms.com





[magnolia-dev] [JIRA] (MGNLREST-60) RESTEasy dependency should be upgraded to 3.0.10.Final

2015-08-27 Thread JIRA (on behalf of Evzen Fochr)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Evzen Fochr updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Magnolia REST Framework /  MGNLREST-60 
 
 
 
  RESTEasy dependency should be upgraded to 3.0.10.Final   
 
 
 
 
 
 
 
 
 

Change By:
 
 Evzen Fochr 
 
 
 

Fix Version/s:
 
 1.1.x 
 
 
 

Fix Version/s:
 
 Backlog 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.11#64026-sha1:78f6ec4) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




Forlistdetails,see:http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively,useourforums:http://forum.magnolia-cms.com/
Tounsubscribe,E-mailto:dev-list-unsubscr...@magnolia-cms.com





[magnolia-dev] [JIRA] (MGNLREST-42) Create integration tests for the rest services

2015-08-27 Thread JIRA (on behalf of Evzen Fochr)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Evzen Fochr updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Magnolia REST Framework /  MGNLREST-42 
 
 
 
  Create integration tests for the rest services  
 
 
 
 
 
 
 
 
 

Change By:
 
 Evzen Fochr 
 
 
 

Fix Version/s:
 
 1.1.x 
 
 
 

Fix Version/s:
 
 Backlog 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.11#64026-sha1:78f6ec4) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




Forlistdetails,see:http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively,useourforums:http://forum.magnolia-cms.com/
Tounsubscribe,E-mailto:dev-list-unsubscr...@magnolia-cms.com





[magnolia-dev] [JIRA] (MGNLREST-52) Default apiBasepath should include default ctx (magnoliaAuthor/magnoliaPublic) of bundle

2015-08-27 Thread JIRA (on behalf of Evzen Fochr)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Evzen Fochr updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Magnolia REST Framework /  MGNLREST-52 
 
 
 
  Default apiBasepath should include default ctx (magnoliaAuthor/magnoliaPublic) of bundle  
 
 
 
 
 
 
 
 
 

Change By:
 
 Evzen Fochr 
 
 
 

Fix Version/s:
 
 1.1.x 
 
 
 

Fix Version/s:
 
 Backlog 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.11#64026-sha1:78f6ec4) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




Forlistdetails,see:http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively,useourforums:http://forum.magnolia-cms.com/
Tounsubscribe,E-mailto:dev-list-unsubscr...@magnolia-cms.com





[magnolia-dev] [JIRA] (MGNLREST-65) Depth argument not handled correctly with nodes API

2015-08-27 Thread JIRA (on behalf of Evzen Fochr)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Evzen Fochr updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Magnolia REST Framework /  MGNLREST-65 
 
 
 
  Depth argument not handled correctly with nodes API  
 
 
 
 
 
 
 
 
 

Change By:
 
 Evzen Fochr 
 
 
 

Sprint:
 
 Sprint7(Kromeriz) 
 
 
 

Labels:
 
 rest selected_for_sprint support 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.11#64026-sha1:78f6ec4) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




Forlistdetails,see:http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively,useourforums:http://forum.magnolia-cms.com/
Tounsubscribe,E-mailto:dev-list-unsubscr...@magnolia-cms.com





[magnolia-dev] [JIRA] (MGNLREST-65) Depth argument not handled correctly with nodes API

2015-08-27 Thread JIRA (on behalf of Evzen Fochr)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Evzen Fochr updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Magnolia REST Framework /  MGNLREST-65 
 
 
 
  Depth argument not handled correctly with nodes API  
 
 
 
 
 
 
 
 
 

Change By:
 
 Evzen Fochr 
 
 
 

Assignee:
 
 EvzenFochr 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.11#64026-sha1:78f6ec4) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




Forlistdetails,see:http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively,useourforums:http://forum.magnolia-cms.com/
Tounsubscribe,E-mailto:dev-list-unsubscr...@magnolia-cms.com





[magnolia-dev] [JIRA] (MGNLREST-65) Depth argument not handled correctly with nodes API

2015-08-27 Thread JIRA (on behalf of Evzen Fochr)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Evzen Fochr updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Magnolia REST Framework /  MGNLREST-65 
 
 
 
  Depth argument not handled correctly with nodes API  
 
 
 
 
 
 
 
 
 

Change By:
 
 Evzen Fochr 
 
 
 

Story Points:
 
 2 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.11#64026-sha1:78f6ec4) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




Forlistdetails,see:http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively,useourforums:http://forum.magnolia-cms.com/
Tounsubscribe,E-mailto:dev-list-unsubscr...@magnolia-cms.com