[magnolia-dev] [JIRA] (MGNLUI-4195) File Upload cannot set as mandatory
Title: Message Title Jan Haderka updated an issue Magnolia UI / MGNLUI-4195 File Upload cannot set as mandatory Change By: Jan Haderka Fix Version/s: 5.5.5 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLRESTCL-16) restfn.call() doesn't work if you need to pass multiple parameters of the same class
Title: Message Title Jan Haderka updated an issue REST Client / MGNLRESTCL-16 restfn.call() doesn't work if you need to pass multiple parameters of the same class Change By: Jan Haderka Priority: Neutral Major Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLUI-4195) File Upload cannot set as mandatory
Title: Message Title Jan Haderka updated an issue Magnolia UI / MGNLUI-4195 File Upload cannot set as mandatory Change By: Jan Haderka Fix Version/s: 5.5.5 Fix Version/s: 5.5.4 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLUI-3533) Using Switchable field with Composite field giving error
Title: Message Title Jan Haderka updated an issue Magnolia UI / MGNLUI-3533 Using Switchable field with Composite field giving error Change By: Jan Haderka *+ When Switchable Field contains a composite field then it is giving the following Exception +* {noformat} 2015-08-23 18:59:34,504 ERROR info.magnolia.ui.contentapp.detail.DetailPresenter: An error occurred while executing an action.info.magnolia.ui.api.action.ActionExecutionException: Action execution failed for action: commit at info.magnolia.ui.api.action.AbstractActionExecutor.execute(AbstractActionExecutor.java:64) at info.magnolia.ui.contentapp.detail.DetailPresenter.onActionFired(DetailPresenter.java:242) at info.magnolia.ui.dialog.actionarea.renderer.DefaultEditorActionRenderer$DefaultActionView$1.buttonClick(DefaultEditorActionRenderer.java:67) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.vaadin.event.ListenerMethod.receiveEvent(ListenerMethod.java:508) at com.vaadin.event.EventRouter.fireEvent(EventRouter.java:198) at com.vaadin.event.EventRouter.fireEvent(EventRouter.java:161) at com.vaadin.server.AbstractClientConnector.fireEvent(AbstractClientConnector.java:977) at com.vaadin.ui.Button.fireClick(Button.java:393) at com.vaadin.ui.Button$1.click(Button.java:61) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.vaadin.server.ServerRpcManager.applyInvocation(ServerRpcManager.java:168) at com.vaadin.server.ServerRpcManager.applyInvocation(ServerRpcManager.java:118) at com.vaadin.server.communication.ServerRpcHandler.handleInvocations(ServerRpcHandler.java:291) at com.vaadin.server.communication.ServerRpcHandler.handleRpc(ServerRpcHandler.java:184) at com.vaadin.server.communication.UidlRequestHandler.synchronizedHandleRequest(UidlRequestHandler.java:92) at com.vaadin.server.SynchronizedRequestHandler.handleRequest(SynchronizedRequestHandler.java:41) at com.vaadin.server.VaadinService.handleRequest(VaadinService.java:1408) at com.vaadin.server.VaadinServlet.service(VaadinServlet.java:350) at info.magnolia.ui.admincentral.AdmincentralVaadinServlet.service(AdmincentralVaadinServlet.java:136) at javax.servlet.http.HttpServlet.service(HttpServlet.java:722) at info.magnolia.cms.filters.ServletDispatchingFilter.doFilter(ServletDispatchingFilter.java:148) at info.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:85) at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:79) at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:81) at info.magnolia.cms.filters.MgnlFilterChain.doFilter(Mg
[magnolia-dev] [JIRA] (MGNLUI-4193) Conflict between jcrName and setNodeName()
Title: Message Title Jan Haderka created an issue Magnolia UI / MGNLUI-4193 Conflict between jcrName and setNodeName() Issue Type: Bug Assignee: Unassigned Created: 18/Apr/17 2:42 PM Priority: Neutral Reporter: Jan Haderka When setting names of the newly created nodes programatically there is a conflict if jcrName is also configured (e.g. you want to show your editors real name of the node, but in read only mode so that they can't change it and it is set according to predefined rules). To reproduce (in contacts app): #1 observe that upon creation of new contact, node is saved with name consisting of first letter of first name and full last name #2 in editor form add extra text field with name=jcrName #3 try to create new contact leaving newly created jcrName field empty #4 observe failure to save the dialog (btw save button stays blocked even after correcting the error. not very nice) #5 try to create new contact filling newly created jcrName field with some value (different than normally autogenerated value for contact node name) #6 observe that upon saving of the contact, value set in jcrName field is discarded and replaced with autogenerated value. Expected behavior: Either autogeneration always wins and thus it should not be required to fill such field with a value or existence of field (in rw mode) takes precedence over generated value and thus should not be overwritten. In RO mode on the otherhand (i.e. when field has set readOnly==true) it's value should be only displayed and not considered when saving the dialog at all (i.e. autogenerated node name mechanism wins).
[magnolia-dev] [JIRA] (MGNLUI-4193) Conflict between jcrName and setNodeName()
Title: Message Title Jan Haderka updated an issue Magnolia UI / MGNLUI-4193 Conflict between jcrName and setNodeName() Change By: Jan Haderka When setting names of the newly created nodes programatically there is a conflict if {{jcrName}} is also configured (e.g. you want to show your editors real name of the node, but in read only mode so that they can't change it and it is set according to predefined rules).To reproduce (in contacts app):#1 observe that upon creation of new contact, node is saved with name consisting of first letter of first name and full last name#2 in editor form add extra text field with {{name=jcrName}}#3 try to create new contact leaving newly created {{jcrName}} field empty#4 observe failure to save the dialog (btw {{save}} button stays blocked even after correcting the error. not very nice)#5 try to create new contact filling newly created {{jcrName}} field with some value (different than normally autogenerated value for contact node name)#6 observe that upon saving of the contact, value set in {{jcrName}} field is discarded and replaced with autogenerated value.Expected behavior:Either autogeneration always wins and thus it should not be required to fill such field with a valueorexistence of field (in rw mode) takes precedence over generated value and thus should not be overwritten.In RO mode on the otherhand (i.e. when field has set {{readOnly==true}}) it's value should be only displayed and not considered when saving the dialog at all (i.e. autogenerated node name mechanism wins). Also when saving fails, it fails with very counterproductive error:{code}info.magnolia.ui.api.action.ActionExecutionException: javax.jcr.PathNotFoundException: firstName at info.magnolia.ui.form.action.SaveFormAction.execute(SaveFormAction.java:92) at info.magnolia.ui.api.action.AbstractActionExecutor.execute(AbstractActionExecutor.java:62){code} Add Comment
[magnolia-dev] [JIRA] (LOGTOOLS-27) Support for keyboard shortcuts in log details view
Title: Message Title Jan Haderka created an issue Magnolia Log Tools / LOGTOOLS-27 Support for keyboard shortcuts in log details view Issue Type: Task Assignee: Unassigned Created: 10/Apr/17 4:04 PM Priority: Neutral Reporter: Jan Haderka Add support for keyboard shortcuts to simplify navigation through the logs in log view (up, down, page up, page down, ctrl+home, ctrl+end) Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf)
[magnolia-dev] [JIRA] (LOGTOOLS-26) Update the current log view (like tail -f)
Title: Message Title Jan Haderka created an issue Magnolia Log Tools / LOGTOOLS-26 Update the current log view (like tail -f) Issue Type: Task Assignee: Unassigned Created: 10/Apr/17 4:00 PM Priority: Neutral Reporter: Jan Haderka Provide view of the log that would be continuously updating/streaming (aka build progress in jenkins) Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf)
[magnolia-dev] [JIRA] (LOGTOOLS-24) Improvements to make the Log Viewer more useful for system administrators
Title: Message Title Jan Haderka updated an issue Magnolia Log Tools / LOGTOOLS-24 Improvements to make the Log Viewer more useful for system administrators Change By: Jan Haderka Epic Name: Log tools for admins Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (LOGTOOLS-25) Set the log level for multiple items at once
Title: Message Title Jan Haderka created an issue Magnolia Log Tools / LOGTOOLS-25 Set the log level for multiple items at once Issue Type: Task Assignee: Unassigned Created: 10/Apr/17 3:59 PM Priority: Neutral Reporter: Jan Haderka As admin it is sometimes useful to be able to change logging level for multiple items at once. It should be possible to select all items in the current view (e.g. when using quick filter on top) or select items individually by choosing one by one and then change logging level for all of them at once. Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf)
[magnolia-dev] [JIRA] (LOGTOOLS-24) Improvements to make the Log Viewer more useful for system administrators
Title: Message Title Jan Haderka updated an issue Magnolia Log Tools / LOGTOOLS-24 Improvements to make the Log Viewer more useful for system administrators Change By: Jan Haderka Issue Type: Improvement Epic Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (LANG-33) .
Title: Message Title Jan Haderka deleted an issue Language Bundles / LANG-33 . This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (PAGES-127) Warn on deletion of node with modified children
Title: Message Title Jan Haderka updated an issue Magnolia pages module / PAGES-127 Warn on deletion of node with modified children Change By: Jan Haderka Fix Version/s: 5.5.4 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLUI-4135) Enable reference-fields-by-name
Title: Message Title Jan Haderka updated an issue Magnolia UI / MGNLUI-4135 Enable reference-fields-by-name Change By: Jan Haderka Fix Version/s: 5.5.3 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MCTP-6) Allow loading of definition of workspace or content types without restart of the instance
Title: Message Title Jan Haderka updated an issue Magnolia Content Types Project / MCTP-6 Allow loading of definition of workspace or content types without restart of the instance Change By: Jan Haderka Issue Type: Task Improvement Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MCTP-6) Allow loading of definition of workspace or content types without restart of the instance
Title: Message Title Jan Haderka updated an issue Magnolia Content Types Project / MCTP-6 Allow loading of definition of workspace or content types without restart of the instance Change By: Jan Haderka Priority: Neutral Trivial Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MCTP-6) Allow loading of definition of workspace or content types without restart of the instance
Title: Message Title Jan Haderka created an issue Magnolia Content Types Project / MCTP-6 Allow loading of definition of workspace or content types without restart of the instance Issue Type: Task Assignee: Unassigned Created: 08/Mar/17 11:13 AM Fix Versions: 0.5.1 Priority: Neutral Reporter: Jan Haderka Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) --
[magnolia-dev] [JIRA] (MGNLUI-3577) Sortable property shouldn't sort by default
Title: Message Title Jan Haderka updated an issue Magnolia UI / MGNLUI-3577 Sortable property shouldn't sort by default Change By: Jan Haderka Fix Version/s: 5.4.12 Fix Version/s: 5.4.11 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLUI-3955) Switching authoring locale changes values of non-i18ned fields
Title: Message Title Jan Haderka updated an issue Magnolia UI / MGNLUI-3955 Switching authoring locale changes values of non-i18ned fields Change By: Jan Haderka Fix Version/s: 5.4.12 Fix Version/s: 5.4.11 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLWORKFLOW-349) Deletion workflow message should not be identical to publishing changes
Title: Message Title Jan Haderka updated an issue Magnolia Workflow Module / MGNLWORKFLOW-349 Deletion workflow message should not be identical to publishing changes Change By: Jan Haderka Fix Version/s: 5.5.5 Fix Version/s: 5.5.4 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLDEMO-204) Links to tours don't work if you access demo over a correctly configured domain
Title: Message Title Jan Haderka updated an issue Magnolia Demo Projects / MGNLDEMO-204 Links to tours don't work if you access demo over a correctly configured domain Change By: Jan Haderka Sprint: Basel 82 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLUI-4131) Prevent triggering actionbar actions twice by doubleclick
Title: Message Title Jan Haderka updated an issue Magnolia UI / MGNLUI-4131 Prevent triggering actionbar actions twice by doubleclick Change By: Jan Haderka Sprint: Kromeriz 82 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLUI-4131) Prevent triggering actionbar actions twice by doubleclick
Title: Message Title Jan Haderka updated an issue Magnolia UI / MGNLUI-4131 Prevent triggering actionbar actions twice by doubleclick Change By: Jan Haderka Story Points: 8 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLWORKFLOW-349) Deletion workflow message should not be identical to publishing changes
Title: Message Title Jan Haderka updated an issue Magnolia Workflow Module / MGNLWORKFLOW-349 Deletion workflow message should not be identical to publishing changes Change By: Jan Haderka Sprint: Kromeriz 81 82 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLUI-3577) Sortable property shouldn't sort by default
Title: Message Title Jan Haderka updated an issue Magnolia UI / MGNLUI-3577 Sortable property shouldn't sort by default Change By: Jan Haderka Sprint: Kromeriz 81 82 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLRSSAGG-209) The servlet should not give error 500 on non existing feeds.
Title: Message Title Jan Haderka updated an issue Magnolia RSS Aggregator Module / MGNLRSSAGG-209 The servlet should not give error 500 on non existing feeds. Change By: Jan Haderka Sprint: Kromeriz 81 82 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLACTIVATION-143) Create maven submodules
Title: Message Title Jan Haderka updated an issue Magnolia Activation Module / MGNLACTIVATION-143 Create maven submodules Change By: Jan Haderka Sprint: Kromeriz 81 82 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLUI-4081) readOnly checkbox doesn't appear in JCR data
Title: Message Title Jan Haderka updated an issue Magnolia UI / MGNLUI-4081 readOnly checkbox doesn't appear in JCR data Change By: Jan Haderka Sprint: Kromeriz 81 82 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLRSSAGG-209) The servlet should not give error 500 on non existing feeds.
Title: Message Title Jan Haderka updated an issue Magnolia RSS Aggregator Module / MGNLRSSAGG-209 The servlet should not give error 500 on non existing feeds. Change By: Jan Haderka Story Points: 3 5 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLRSSAGG-209) The servlet should not give error 500 on non existing feeds.
Title: Message Title Jan Haderka updated an issue Magnolia RSS Aggregator Module / MGNLRSSAGG-209 The servlet should not give error 500 on non existing feeds. Change By: Jan Haderka Story Points: 3 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (PAGES-118) Provide visual clues for possible URI2Repo and virtual URI mapping conflicts
Title: Message Title Jan Haderka updated an issue Magnolia pages module / PAGES-118 Provide visual clues for possible URI2Repo and virtual URI mapping conflicts Change By: Jan Haderka Story Points: 2 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLRSSAGG-209) The servlet should not give error 500 on non existing feeds.
Title: Message Title Jan Haderka updated an issue Magnolia RSS Aggregator Module / MGNLRSSAGG-209 The servlet should not give error 500 on non existing feeds. Change By: Jan Haderka Sprint: Kromeriz 81 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (PAGES-118) Provide visual clues for possible URI2Repo and virtual URI mapping conflicts
Title: Message Title Jan Haderka updated an issue Magnolia pages module / PAGES-118 Provide visual clues for possible URI2Repo and virtual URI mapping conflicts Change By: Jan Haderka Sprint: Kromeriz 81 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (PAGES-116) Multiple instances of same dialog opening
Title: Message Title Jan Haderka updated an issue Magnolia pages module / PAGES-116 Multiple instances of same dialog opening Change By: Jan Haderka Story Points: 8 13 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLUI-4081) readOnly checkbox doesn't appear in JCR data
Title: Message Title Jan Haderka updated an issue Magnolia UI / MGNLUI-4081 readOnly checkbox doesn't appear in JCR data Change By: Jan Haderka Assignee: Evzen Fochr Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLUI-3577) Sortable property shouldn't sort by default
Title: Message Title Jan Haderka updated an issue Magnolia UI / MGNLUI-3577 Sortable property shouldn't sort by default Change By: Jan Haderka Assignee: Robert Šiška Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLACTIVATION-144) Implement activation according to the concept
Title: Message Title Jan Haderka updated an issue Magnolia Activation Module / MGNLACTIVATION-144 Implement activation according to the concept Change By: Jan Haderka Sprint: Kromeriz 81 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLUI-3741) Admin Central unaccessible after unhandled exception
Title: Message Title Jan Haderka updated an issue Magnolia UI / MGNLUI-3741 Admin Central unaccessible after unhandled exception Change By: Jan Haderka Sprint: Kromeriz 81 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLACTIVATION-143) Split activation into submodules
Title: Message Title Jan Haderka updated an issue Magnolia Activation Module / MGNLACTIVATION-143 Split activation into submodules Change By: Jan Haderka Story Points: 8 21 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLACTIVATION-143) Split activation into submodules
Title: Message Title Jan Haderka updated an issue Magnolia Activation Module / MGNLACTIVATION-143 Split activation into submodules Change By: Jan Haderka Sprint: Kromeriz 80 81 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLGS-120) Unable to create pages with some names in website root (e.g.: /sitemaps)
Title: Message Title Jan Haderka updated an issue Magnolia Google Sitemap Module / MGNLGS-120 Unable to create pages with some names in website root (e.g.: /sitemaps) Change By: Jan Haderka Story Points: 0.5 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLWORKFLOW-334) Deletion workflow message should not be identical to publishing changes
Title: Message Title Jan Haderka updated an issue Magnolia Workflow Module / MGNLWORKFLOW-334 Deletion workflow message should not be identical to publishing changes Change By: Jan Haderka Sprint: Kromeriz 80 81 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLUI-4127) Applauncher layout without JCR config
Title: Message Title Jan Haderka updated an issue Magnolia UI / MGNLUI-4127 Applauncher layout without JCR config Change By: Jan Haderka Sprint: Kromeriz 80 81 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (JSMODELS-3) Research for performance optimizations for the javascript models (nashorn)
Title: Message Title Jan Haderka updated an issue Magnolia _javascript_ Models / JSMODELS-3 Research for performance optimizations for the _javascript_ models (nashorn) Change By: Jan Haderka Sprint: Kromeriz 80 81 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLUI-4081) readOnly checkbox doesn't appear in JCR data
Title: Message Title Jan Haderka updated an issue Magnolia UI / MGNLUI-4081 readOnly checkbox doesn't appear in JCR data Change By: Jan Haderka Sprint: Kromeriz 81 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLUI-3741) Admin Central unaccessible after unhandled exception
Title: Message Title Jan Haderka updated an issue Magnolia UI / MGNLUI-3741 Admin Central unaccessible after unhandled exception Change By: Jan Haderka Sprint: Kromeriz 81 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLUI-3577) Sortable property shouldn't sort by default
Title: Message Title Jan Haderka updated an issue Magnolia UI / MGNLUI-3577 Sortable property shouldn't sort by default Change By: Jan Haderka Sprint: Kromeriz 81 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (PAGES-116) Multiple instances of same dialog opening
Title: Message Title Jan Haderka updated an issue Magnolia pages module / PAGES-116 Multiple instances of same dialog opening Change By: Jan Haderka Sprint: Kromeriz 79 , Kromeriz 81 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (NPMCLI-72) Research and document how users can test their modules
Title: Message Title Jan Haderka updated an issue Magnolia CLI npm module / NPMCLI-72 Research and document how users can test their modules Change By: Jan Haderka Sprint: Basel 81 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (NPMCLI-72) Research and document how users can test their modules
Title: Message Title Jan Haderka updated an issue Magnolia CLI npm module / NPMCLI-72 Research and document how users can test their modules Change By: Jan Haderka Story Points: 5 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (NPMCLI-28) The help text for the commands are incorrect
Title: Message Title Jan Haderka updated an issue Magnolia CLI npm module / NPMCLI-28 The help text for the commands are incorrect Change By: Jan Haderka Story Points: 1 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (NPMCLI-70) create-page should warn or bail if the provided path is not a light module
Title: Message Title Jan Haderka updated an issue Magnolia CLI npm module / NPMCLI-70 create-page should warn or bail if the provided path is not a light module Change By: Jan Haderka Sprint: Basel 81 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (NPMCLI-28) The help text for the commands are incorrect
Title: Message Title Jan Haderka updated an issue Magnolia CLI npm module / NPMCLI-28 The help text for the commands are incorrect Change By: Jan Haderka Sprint: Basel 81 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (NPMCLI-78) Small screensize leads to broken progress bar
Title: Message Title Jan Haderka updated an issue Magnolia CLI npm module / NPMCLI-78 Small screensize leads to broken progress bar Change By: Jan Haderka Sprint: Basel 81 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (PAGES-118) Provide visual clues for possible URI2Repo and virtual URI mapping conflicts
Title: Message Title Jan Haderka updated an issue Magnolia pages module / PAGES-118 Provide visual clues for possible URI2Repo and virtual URI mapping conflicts Change By: Jan Haderka Attachment: Screen Shot 2017-01-24 at 17.02.29.png Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLUI-4084) Tree scroll position is not properly maintained (Firefox/Chrome)
Title: Message Title Jan Haderka updated an issue Magnolia UI / MGNLUI-4084 Tree scroll position is not properly maintained (Firefox/Chrome) Change By: Jan Haderka Fix Version/s: 5.4.11 Fix Version/s: 5.5.2 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLUI-4116) View scrolls back to the beginning upon browsing with Chrome
Title: Message Title Jan Haderka updated an issue Magnolia UI / MGNLUI-4116 View scrolls back to the beginning upon browsing with Chrome Change By: Jan Haderka Fix Version/s: 5.3.18 Fix Version/s: 5.4.11 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLGS-120) Unable to create pages with some names in website root (e.g.: /sitemaps)
Title: Message Title Jan Haderka updated an issue Magnolia Google Sitemap Module / MGNLGS-120 Unable to create pages with some names in website root (e.g.: /sitemaps) Change By: Jan Haderka Assignee: Jan Haderka Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (PAGES-118) Provide visual clues for possible URI2Repo and virtual URI mapping conflicts
Title: Message Title Jan Haderka updated an issue Magnolia pages module / PAGES-118 Provide visual clues for possible URI2Repo and virtual URI mapping conflicts Change By: Jan Haderka Original Estimate: 0.75d Remaining Estimate: 0.75d Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLACTIVATION-142) Activation split and refactoring
Title: Message Title Jan Haderka updated an issue Magnolia Activation Module / MGNLACTIVATION-142 Activation split and refactoring Change By: Jan Haderka Assignee: Jaroslav Simak Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLACTIVATION-142) Activation split and refactoring
Title: Message Title Jan Haderka created an issue Magnolia Activation Module / MGNLACTIVATION-142 Activation split and refactoring Issue Type: Epic Assignee: Unassigned Created: 23/Jan/17 9:20 AM Priority: Neutral Reporter: Jan Haderka split into submodules (UI vs rest) get rid of old Content API implement the concept [link pls] Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175b
[magnolia-dev] [JIRA] (MGNLACTIVATION-142) Activation split and refactoring
Title: Message Title Jan Haderka updated an issue Magnolia Activation Module / MGNLACTIVATION-142 Activation split and refactoring Change By: Jan Haderka Epic Colour: ghx-label- 6 2 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLWORKFLOW-334) Deletion workflow message should not be identical to publishing changes
Title: Message Title Jan Haderka updated an issue Magnolia Workflow Module / MGNLWORKFLOW-334 Deletion workflow message should not be identical to publishing changes Change By: Jan Haderka Assignee: Robert Šiška Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLUI-4088) Favorites: only works when the app is not open already and on top
Title: Message Title Jan Haderka updated an issue Magnolia UI / MGNLUI-4088 Favorites: only works when the app is not open already and on top Change By: Jan Haderka Assignee: Evzen Fochr Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (PAGES-109) New bar of inherited child areas are visible
Title: Message Title Jan Haderka updated an issue Magnolia pages module / PAGES-109 New bar of inherited child areas are visible Change By: Jan Haderka Story Points: 8 13 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLWORKFLOW-334) Deletion workflow message should not be identical to publishing changes
Title: Message Title Jan Haderka updated an issue Magnolia Workflow Module / MGNLWORKFLOW-334 Deletion workflow message should not be identical to publishing changes Change By: Jan Haderka Sprint: Kromeriz 80 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLUI-4088) Favorites: only works when the app is not open already and on top
Title: Message Title Jan Haderka updated an issue Magnolia UI / MGNLUI-4088 Favorites: only works when the app is not open already and on top Change By: Jan Haderka Sprint: Kromeriz 80 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLCACHE-164) Browser cache policy "never" is too broad
Title: Message Title Jan Haderka updated an issue Magnolia Cache Module / MGNLCACHE-164 Browser cache policy "never" is too broad Change By: Jan Haderka Story Points: 3 Sprint: Kromeriz 80 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLRSSAGG-209) The servlet should not give error 500 on non existing feeds.
Title: Message Title Jan Haderka updated an issue Magnolia RSS Aggregator Module / MGNLRSSAGG-209 The servlet should not give error 500 on non existing feeds. Change By: Jan Haderka Assignee: Jan Haderka Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (PAGES-118) Provide visual clues for possible URI2Repo and virtual URI mapping conflicts
Title: Message Title Jan Haderka updated an issue Magnolia pages module / PAGES-118 Provide visual clues for possible URI2Repo and virtual URI mapping conflicts Change By: Jan Haderka Assignee: Jan Haderka Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (PAGES-118) Provide visual clues for possible URI2Repo and virtual URI mapping conflicts
Title: Message Title Jan Haderka created an issue Magnolia pages module / PAGES-118 Provide visual clues for possible URI2Repo and virtual URI mapping conflicts Issue Type: Improvement Assignee: Unassigned Attachments: Screen Shot 2017-01-16 at 14.26.45.png, Screen Shot 2017-01-16 at 14.26.52.png Created: 16/Jan/17 2:28 PM Priority: Neutral Reporter: Jan Haderka Some times editors would name a page in a way that conflicts with existing mapping for repository or with virtual URI mapping. Sometimes newly created mappings inadvertly hide already existing pages. Troubleshooting such situations is usually difficult as there's no clue provided and as a result given page generates just 404 error. Aim is to provide clue for the editors in status column in pages app that such conflict might exist when we can detect it. Possible solution shown in attached screenshots. Add Comment
[magnolia-dev] [JIRA] (MGNLDEMO-205) Travel demo's menu is broken
Title: Message Title Jan Haderka updated an issue Magnolia Demo Projects / MGNLDEMO-205 Travel demo's menu is broken Change By: Jan Haderka Project: Magnolia pages module Demo Projects Key: PAGES MGNLDEMO - 88 205 Affects Version/s: 5.4.7 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (PAGES-108) Design nicer component copy-paste widget
Title: Message Title Jan Haderka updated an issue Magnolia pages module / PAGES-108 Design nicer component copy-paste widget Change By: Jan Haderka Summary: Design a neater nicer component copy-paste widget Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (CNTCTSAPP-98) Unable to create pages with some names in website root (e.g.: /contacts)
Title: Message Title Jan Haderka updated an issue Magnolia Contacts Module / CNTCTSAPP-98 Unable to create pages with some names in website root (e.g.: /contacts) Change By: Jan Haderka Story Points: 1 Sprint: Kromeriz 79 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLUI-3996) Multiple instances of same dialog opening
Title: Message Title Jan Haderka updated an issue Magnolia UI / MGNLUI-3996 Multiple instances of same dialog opening Change By: Jan Haderka Sprint: Kromeriz 78 79 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (PAGES-109) New bar of inherited child areas are visible
Title: Message Title Jan Haderka updated an issue Magnolia pages module / PAGES-109 New bar of inherited child areas are visible Change By: Jan Haderka Sprint: Kromeriz 78 79 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (CNTCTSAPP-98) Unable to create pages with some names in website root (e.g.: /contacts)
Title: Message Title Jan Haderka updated an issue Magnolia Contacts Module / CNTCTSAPP-98 Unable to create pages with some names in website root (e.g.: /contacts) Change By: Jan Haderka Assignee: Jan Haderka Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLUI-3602) info.magnolia.dam.app.ui.field.definition.DamUploadFieldDefinition is not i18n aware
Title: Message Title Jan Haderka updated an issue Magnolia UI / MGNLUI-3602 info.magnolia.dam.app.ui.field.definition.DamUploadFieldDefinition is not i18n aware Change By: Jan Haderka Sprint: Saigon 79 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLUI-4116) View scrolls back to the beginning upon browsing with Chrome
Title: Message Title Jan Haderka updated an issue Magnolia UI / MGNLUI-4116 View scrolls back to the beginning upon browsing with Chrome Change By: Jan Haderka Sprint: Saigon 79 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLUI-4084) Tree scroll position is not properly maintained (Firefox/Chrome)
Title: Message Title Jan Haderka updated an issue Magnolia UI / MGNLUI-4084 Tree scroll position is not properly maintained (Firefox/Chrome) Change By: Jan Haderka Sprint: Saigon 79 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLUI-3996) Multiple instances of same dialog opening
Title: Message Title Jan Haderka updated an issue Magnolia UI / MGNLUI-3996 Multiple instances of same dialog opening Change By: Jan Haderka Story Points: 5 8 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLUI-3996) Multiple instances of same dialog opening
Title: Message Title Jan Haderka updated an issue Magnolia UI / MGNLUI-3996 Multiple instances of same dialog opening Change By: Jan Haderka Sprint: Kromeriz 77 78 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (PAGES-109) New bar of inherited child areas are visible
Title: Message Title Jan Haderka updated an issue Magnolia pages module / PAGES-109 New bar of inherited child areas are visible Change By: Jan Haderka Sprint: Kromeriz 77 78 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (NPMCLI-48) add-availability not using main area when there is no area specified
Title: Message Title Jan Haderka updated an issue Magnolia CLI npm module / NPMCLI-48 add-availability not using main area when there is no area specified Change By: Jan Haderka Fix Version/s: 1.0.8 Fix Version/s: 1.0.7 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLUI-4014) Investigate into corner cases: Wrong timezone calculation in DateFieldFactory
Title: Message Title Jan Haderka updated an issue Magnolia UI / MGNLUI-4014 Investigate into corner cases: Wrong timezone calculation in DateFieldFactory Change By: Jan Haderka Fix Version/s: 5.5.2 Fix Version/s: 5.5.1 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLUI-4088) Favorites: only works when the app is not open already and on top
Title: Message Title Jan Haderka updated an issue Magnolia UI / MGNLUI-4088 Favorites: only works when the app is not open already and on top Change By: Jan Haderka Fix Version/s: 5.5.2 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLUI-4088) Favorites: only works when the app is not open already and on top
Title: Message Title Jan Haderka updated an issue Magnolia UI / MGNLUI-4088 Favorites: only works when the app is not open already and on top Change By: Jan Haderka Fix Version/s: 5.5.2 Fix Version/s: 5.5.1 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLUI-3996) Multiple instances of same dialog opening
Title: Message Title Jan Haderka updated an issue Magnolia UI / MGNLUI-3996 Multiple instances of same dialog opening Change By: Jan Haderka Assignee: Roman Kovařík Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (PAGES-109) New bar of inherited child areas are visible
Title: Message Title Jan Haderka updated an issue Magnolia pages module / PAGES-109 New bar of inherited child areas are visible Change By: Jan Haderka Assignee: Evzen Fochr Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLUI-3996) Multiple instances of same dialog opening
Title: Message Title Jan Haderka updated an issue Magnolia UI / MGNLUI-3996 Multiple instances of same dialog opening Change By: Jan Haderka Story Points: 5 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (PAGES-109) New bar of inherited child areas are visible
Title: Message Title Jan Haderka updated an issue Magnolia pages module / PAGES-109 New bar of inherited child areas are visible Change By: Jan Haderka Story Points: 8 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLCACHE-12) Browser cache should be disabled by default on author
Title: Message Title Jan Haderka updated an issue Magnolia Cache Module / MGNLCACHE-12 Browser cache should be disabled by default on author Change By: Jan Haderka Story Points: 2 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLCACHE-12) Browser cache should be disabled by default on author
Title: Message Title Jan Haderka updated an issue Magnolia Cache Module / MGNLCACHE-12 Browser cache should be disabled by default on author Change By: Jan Haderka Sprint: Kromeriz 76 (xmas) 77 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLGROOVY-158) Console leaks into other apps
Title: Message Title Jan Haderka created an issue Magnolia Groovy Module / MGNLGROOVY-158 Console leaks into other apps Issue Type: Bug Assignee: Unassigned Attachments: Screen Shot 2016-12-22 at 10.46.01.png Created: 22/Dec/16 10:48 AM Priority: Neutral Reporter: Jan Haderka open console, then switch to another app ... as a result console is leaking through. Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf)
[magnolia-dev] [JIRA] (MGNLUI-4100) Old properties are still present in bootstrap files
Title: Message Title Jan Haderka updated an issue Magnolia UI / MGNLUI-4100 Old properties are still present in bootstrap files Change By: Jan Haderka Sprint: Kromeriz 74 75 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLDEMO-200) Old properties still bootstrapped
Title: Message Title Jan Haderka updated an issue Magnolia Demo Projects / MGNLDEMO-200 Old properties still bootstrapped Change By: Jan Haderka Story Points: 0.5 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLDEMO-200) Old properties still bootstrapped
Title: Message Title Jan Haderka updated an issue Magnolia Demo Projects / MGNLDEMO-200 Old properties still bootstrapped Change By: Jan Haderka Sprint: Kromeriz 74 75 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLFORUM-294) Old and unnecessary properties are present in bootstrap files
Title: Message Title Jan Haderka updated an issue Magnolia Forum Module / MGNLFORUM-294 Old and unnecessary properties are present in bootstrap files Change By: Jan Haderka Story Points: 1 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLFORM-291) Dialogs and their fields contain old properties are still being bootstrapped
Title: Message Title Jan Haderka updated an issue Magnolia Form Module / MGNLFORM-291 Dialogs and their fields contain old properties are still being bootstrapped Change By: Jan Haderka Story Points: 1 Add Comment This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf) 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:
[magnolia-dev] [JIRA] (MGNLUI-3491) Switching the language in a content app bypasses validation
Title: Message Title Jan Haderka updated an issue Magnolia UI / MGNLUI-3491 Switching the language in a content app bypasses validation Change By: Jan Haderka Sprint: Saigon 75 Add Comment This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 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: