[magnolia-dev] [JIRA] (MGNLREST-73) When one endpoint definition fails to register, the rest of the to-be-registered endpoint will not get registered.

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

 
 
 
 
 
 
 
 Magnolia REST Framework /  MGNLREST-73 
 
 
 
  When one endpoint definition fails to register, the rest of the to-be-registered endpoint will not get registered.  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Affects Versions:
 

 1.1.1 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 24/Aug/16 7:43 AM 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Jordie Diepeveen 
 
 
 

Security Level:
 

 Public 
 
 
 
 
 
 
 
 
 
 
In the RestDispatcherServlet#init (line 112), all currently registered endpoints are being registered to the servlet. During this process, the Endpoint will be initialized. We had a scenario were one of the endpoint could not be initialized properly due to a wrong Generic type. The initialization process did throw a guice error without any real description of the failure, but this was not really the problem. The servlet threw an exception and did not register the rest of the valid endpoint keeping us in the dark about what in which endpoint did do wrong. 
I would like to suggest a try..catch around the line "registerEndpoint(endpointDefinition)" so developers know which Endpoint definition failed to register, and so that the rest of the endpoint are correctly registered (because they are fine). 
 
 
 
 
  

[magnolia-dev] [JIRA] (SUGGEST-48) searchfn in jsp

2016-08-23 Thread JIRA (on behalf of Richard Gange)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Richard Gange updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Suggestion Box /  SUGGEST-48 
 
 
 
  searchfn in jsp  
 
 
 
 
 
 
 
 
 

Change By:
 
 Richard Gange 
 
 
 
 
 
 
 
 
 
 how to build an searchPage in jsp with searchfn ? OR how to translate following to jsp ? {code} [#assign searchResults = searchfn.searchPages('hello', '/home') /]  [#if searchResults?has_content][#list searchResults as item]${item.title!}${item.excerpt!}[/#list][/#if] {code} 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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: 





[magnolia-dev] [JIRA] (DOCU-798) Apply 'YAML brush' to YAML code snippets - bulk change

2016-08-23 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-798 
 
 
 
  Apply 'YAML brush' to YAML code snippets - bulk change  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 
 
 
 
 
 
 
 Since Confluence can handle custom language brushes again and SYS-1120 is resolved now, we can again applying the YAML code style brush to code snippets done with one the code macros again.When the error with the custom brush appeared, we were changing the language style from {{YAML}} to {{_javascript_}} ,   via script (  see SYS-1120  via script ) .However, to run the script in the opposite direction seems dangerous, because we have _javascript_ code snippets which on which we want to keep the _javascript_ brush not applying the YAML brush.So ... the question is how to do a bulk change without "damaging" _javascript_ code snippets. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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: 





[magnolia-dev] [JIRA] (DOCU-798) Apply 'YAML brush' to YAML code snippets - bulk change

2016-08-23 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-798 
 
 
 
  Apply 'YAML brush' to YAML code snippets - bulk change  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Summary:
 
 Apply 'YAML brush' to YAML code snippets  - bulk change 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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: 





[magnolia-dev] [JIRA] (MGNLCE-53) Copy modules folder to public instance

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

 
 
 
 
 
 
 
 Magnolia Community Edition /  MGNLCE-53 
 
 
 
  Copy modules folder to public instance  
 
 
 
 
 
 
 
 
 

Change By:
 
 Evzen Fochr 
 
 
 

Fix Version/s:
 
 5.5 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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: 





[magnolia-dev] [JIRA] (DOCU-798) Apply 'YAML brush' to YAML code snippets - bulk change

2016-08-23 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-798 
 
 
 
  Apply 'YAML brush' to YAML code snippets - bulk change  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 
 
 
 
 
 
 
 Since Confluence can handle custom language brushes again and SYS-1120 is resolved now, we can again applying the YAML code style brush to code snippets done with one the code macros again.When the error with the custom brush appeared, we were changing the language style from {{YAML}} to {{_javascript_}}  via script (see SYS-1120).However, to run the script in the opposite direction seems dangerous, because we have _javascript_ code snippets  which  on which we want to keep the _javascript_ brush not applying the YAML brush.So ... the question is how to do a bulk change without "damaging" _javascript_ code snippets. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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: 





[magnolia-dev] [JIRA] (MGNLCE-53) Copy modules folder to public instance

2016-08-23 Thread JIRA (on behalf of Evzen Fochr)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Evzen Fochr created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Community Edition /  MGNLCE-53 
 
 
 
  Copy modules folder to public instance  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Improvement 
 
 
 

Assignee:
 
 Evzen Fochr 
 
 
 

Created:
 

 23/Aug/16 2:04 PM 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Evzen Fochr 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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: 





[magnolia-dev] [JIRA] (DOCU-798) Apply 'YAML brush' to YAML code snippets

2016-08-23 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-798 
 
 
 
  Apply 'YAML brush' to YAML code snippets  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Sys Help 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 23/Aug/16 1:58 PM 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Christoph Meier 
 
 
 

Security Level:
 

 Public 
 
 
 
 
 
 
 
 
 
 
Since Confluence can handle custom language brushes again and SYS-1120 is resolved now, we can again applying the YAML code style brush to code snippets done with one the code macros again. 
When the error with the custom brush appeared, we were changing the language style from YAML to _javascript_, see SYS-1120 via script. However, to run the script in the opposite direction seems dangerous, because we have _javascript_ code snippets which on which we want to keep the _javascript_ brush not applying the YAML brush. 
So ... the question is how to do a bulk change without "damaging" _javascript_ code snippets. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
  

[magnolia-dev] [JIRA] (PAGES-73) Add action to open the page in a browser tab

2016-08-23 Thread JIRA (on behalf of Oanh Thai Hoang)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Oanh Thai Hoang updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia pages module /  PAGES-73 
 
 
 
  Add action to open the page in a browser tab  
 
 
 
 
 
 
 
 
 

Change By:
 
 Oanh Thai Hoang 
 
 
 

Fix Version/s:
 
 5.5 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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: 





[magnolia-dev] [JIRA] (MGNLGS-127) Update org.apache.commons:commons-collections4 to version 4.1

2016-08-23 Thread JIRA (on behalf of Philip Mundt)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Philip Mundt created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Google Sitemap Module /  MGNLGS-127 
 
 
 
  Update org.apache.commons:commons-collections4 to version 4.1  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 
 Philip Mundt 
 
 
 

Created:
 

 23/Aug/16 1:28 PM 
 
 
 

Fix Versions:
 

 2.4 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Philip Mundt 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




[magnolia-dev] [JIRA] (MGNLACTIVATION-134) Update org.apache.commons:commons-collections4 to version 4.1

2016-08-23 Thread JIRA (on behalf of Cedric Reichenbach)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Cedric Reichenbach updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Activation Module /  MGNLACTIVATION-134 
 
 
 
  Update org.apache.commons:commons-collections4 to version 4.1  
 
 
 
 
 
 
 
 
 

Change By:
 
 Cedric Reichenbach 
 
 
 

Labels:
 
 blocked 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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: 





[magnolia-dev] [JIRA] (MGNLGS-126) Update org.apache.commons:commons-lang3 to version 3.4

2016-08-23 Thread JIRA (on behalf of Philip Mundt)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Philip Mundt created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Google Sitemap Module /  MGNLGS-126 
 
 
 
  Update org.apache.commons:commons-lang3 to version 3.4  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 
 Philip Mundt 
 
 
 

Created:
 

 23/Aug/16 12:48 PM 
 
 
 

Fix Versions:
 

 2.4 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Philip Mundt 
 
 
 
 
 
 
 
 
 
 
In preparation for the library update of org.apache.commons:commons-lang3 to version 3.4, we add an import to the dependency management section of magnolia-project so that the version of commons-lang3 is only managed in one place. Depending on the module this update includes removal of already existing deps in depMan section or addition of the dep to modules themselves. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 

[magnolia-dev] [JIRA] (MGNLUI-3988) After "Publish deletion" the view jump at the beginning of the pages tree and don't stay at the selected item

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

 
 
 
 
 
 
 
 Magnolia UI /  MGNLUI-3988 
 
 
 
  After "Publish deletion" the view jump at the beginning of the pages tree and don't stay at the selected item  
 
 
 
 
 
 
 
 
 

Change By:
 
 Jaroslav Simak 
 
 
 

Labels:
 
 blocked  usability 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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: 





[magnolia-dev] [JIRA] (MGNLDEMO-180) Move page variants example from travel home to contacts page

2016-08-23 Thread JIRA (on behalf of Federico Grilli)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Federico Grilli updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Demo Projects /  MGNLDEMO-180 
 
 
 
  Move page variants example from travel home to contacts page  
 
 
 
 
 
 
 
 
 

Change By:
 
 Federico Grilli 
 
 
 

Fix Version/s:
 
 0.14 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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: 





[magnolia-dev] [JIRA] (MGNLDEMO-180) Move page variants example from travel home to contacts page

2016-08-23 Thread JIRA (on behalf of Federico Grilli)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Federico Grilli updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Demo Projects /  MGNLDEMO-180 
 
 
 
  Move page variants example from travel home to contacts page  
 
 
 
 
 
 
 
 
 

Change By:
 
 Federico Grilli 
 
 
 

Assignee:
 
 Federico Grilli 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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: 





[magnolia-dev] [JIRA] (MGNLACTIVATION-135) multiple publishing leaves page in "modified" state

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

 
 
 
 
 
 
 
 Magnolia Activation Module /  MGNLACTIVATION-135 
 
 
 
  multiple publishing leaves page in "modified" state   
 
 
 
 
 
 
 
 
 

Change By:
 
 Evzen Fochr 
 
 
 

Labels:
 
 blocked 
 
 
 

Account:
 
 null (null) 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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: 





[magnolia-dev] [JIRA] (DOCU-797) Update Magnolia Now to the latest version

2016-08-23 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-797 
 
 
 
  Update Magnolia Now to the latest version  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Sub-task 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 23/Aug/16 12:01 PM 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Christoph Meier 
 
 
 

Security Level:
 

 Public 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




[magnolia-dev] [JIRA] (MGNLRSSAGG-207) Update org.apache.commons:commons-lang3 to version 3.4

2016-08-23 Thread JIRA (on behalf of Philip Mundt)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Philip Mundt updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia RSS Aggregator Module /  MGNLRSSAGG-207 
 
 
 
  Update org.apache.commons:commons-lang3 to version 3.4  
 
 
 
 
 
 
 
 
 

Change By:
 
 Philip Mundt 
 
 
 
 
 
 
 
 
 
 In preparation for the library update of {{org.apache.commons:commons-lang3}}  to version 3.4, we add an import to the dependency management section of {{magnolia-project}} so that the version of _commons-lang3_ is only managed in one place. Depending on the module this update includes removal of already existing deps in depMan section or addition of the dep to modules themselves. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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: 





[magnolia-dev] [JIRA] (MGNLGROOVY-150) Update org.apache.commons:commons-lang3 to version 3.4

2016-08-23 Thread JIRA (on behalf of Philip Mundt)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Philip Mundt updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Groovy Module /  MGNLGROOVY-150 
 
 
 
  Update org.apache.commons:commons-lang3 to version 3.4  
 
 
 
 
 
 
 
 
 

Change By:
 
 Philip Mundt 
 
 
 
 
 
 
 
 
 
 In preparation for the library update of {{org.apache.commons:commons-lang3}}  to version 3.4, we add an import to the dependency management section of {{magnolia-project}} so that the version of _commons-lang3_ is only managed in one place. Depending on the module this update includes removal of already existing deps in depMan section or addition of the dep to modules themselves. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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: 





[magnolia-dev] [JIRA] (MGNLTPLSMPL-24) Update org.apache.commons:commons-lang3 to version 3.4

2016-08-23 Thread JIRA (on behalf of Philip Mundt)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Philip Mundt updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Templating Samples /  MGNLTPLSMPL-24 
 
 
 
  Update org.apache.commons:commons-lang3 to version 3.4  
 
 
 
 
 
 
 
 
 

Change By:
 
 Philip Mundt 
 
 
 
 
 
 
 
 
 
 In preparation for the library update of {{org.apache.commons:commons-lang3}}  to version 3.4, we add an import to the dependency management section of {{magnolia-project}} so that the version of _commons-lang3_ is only managed in one place. Depending on the module this update includes removal of already existing deps in depMan section or addition of the dep to modules themselves. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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: 





[magnolia-dev] [JIRA] (MGNLGA-21) Update org.apache.commons:commons-lang3 to version 3.4

2016-08-23 Thread JIRA (on behalf of Philip Mundt)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Philip Mundt updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Google Analytics /  MGNLGA-21 
 
 
 
  Update org.apache.commons:commons-lang3 to version 3.4  
 
 
 
 
 
 
 
 
 

Change By:
 
 Philip Mundt 
 
 
 
 
 
 
 
 
 
 In preparation for the library update of {{org.apache.commons:commons-lang3}}  to version 3.4, we add an import to the dependency management section of {{magnolia-project}} so that the version of _commons-lang3_ is only managed in one place. Depending on the module this update includes removal of already existing deps in depMan section or addition of the dep to modules themselves. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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: 





[magnolia-dev] [JIRA] (MGNLDEMO-180) Move page variants example from travel home to contacts page

2016-08-23 Thread JIRA (on behalf of Antti Hietala)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Antti Hietala updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Demo Projects /  MGNLDEMO-180 
 
 
 
  Move page variants example from travel home to contacts page  
 
 
 
 
 
 
 
 
 

Change By:
 
 Antti Hietala 
 
 
 

Summary:
 
 Replace Move  page variants  with component variants in EE Pro  example from  travel  demo  home to contacts page 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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: 





[magnolia-dev] [JIRA] (MGNLDEMO-180) Replace page variants with component variants in EE Pro travel demo

2016-08-23 Thread JIRA (on behalf of Antti Hietala)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Antti Hietala updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Demo Projects /  MGNLDEMO-180 
 
 
 
  Replace page variants with component variants in EE Pro travel demo  
 
 
 
 
 
 
 
 
 

Change By:
 
 Antti Hietala 
 
 
 

Attachment:
 
 website.travel.contact.xml 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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: 





[magnolia-dev] [JIRA] (MGNLDEMO-180) Replace page variants with component variants in EE Pro travel demo

2016-08-23 Thread JIRA (on behalf of Antti Hietala)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Antti Hietala updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Demo Projects /  MGNLDEMO-180 
 
 
 
  Replace page variants with component variants in EE Pro travel demo  
 
 
 
 
 
 
 
 
 

Change By:
 
 Antti Hietala 
 
 
 
 
 
 
 
 
 
 To demonstrate component personalization, replace # Remove  page variants  with component  from the {{/travel}} page.# Create page  variants  in  for  the  tour carousel in the EE Pro  {{/  travel  demo /contact}} page .  Find a bootstrap XML attached. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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: 





[magnolia-dev] Re: Autodeployment

2016-08-23 Thread Daniel Baylon (via Magnolia Forums)
Hello Christoph,

[quote]

Once again: What do you want to achieve with the update? What has changed in 
the modules which you want to redeploy?

[/quote]

Say I just did add new label. Either way, I change something on the code that I 
rebuild a module. Once I rebuild the module, I build the whole war package for 
the deployment.

[quote]

And: Which servlet container / app-server are you suing? Tomcat? JBoss? 
WebLogic? Websphere? ...

[/quote]

I am using Tomcat 7. 

Regards,

Dan

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=e5e78cef-8b5e-41f6-882a-38fb9ce9db12



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-208) Update org.apache.commons:commons-collections4 to version 4.1

2016-08-23 Thread JIRA (on behalf of Maxime Michel)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Maxime Michel created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia RSS Aggregator Module /  MGNLRSSAGG-208 
 
 
 
  Update org.apache.commons:commons-collections4 to version 4.1  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 
 Maxime Michel 
 
 
 

Created:
 

 23/Aug/16 11:00 AM 
 
 
 

Fix Versions:
 

 2.5 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Maxime Michel 
 
 
 

Security Level:
 

 Public 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 

[magnolia-dev] [JIRA] (MGNLUI-3857) Provide css for page preview link in page bar editor

2016-08-23 Thread JIRA (on behalf of Oanh Thai Hoang)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Oanh Thai Hoang updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia UI /  MGNLUI-3857 
 
 
 
  Provide css for page preview link in page bar editor   
 
 
 
 
 
 
 
 
 

Change By:
 
 Oanh Thai Hoang 
 
 
 

Fix Version/s:
 
 5.5 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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: 





[magnolia-dev] [JIRA] (MGNLRSSAGG-207) Update org.apache.commons:commons-lang3 to version 3.4

2016-08-23 Thread JIRA (on behalf of Maxime Michel)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Maxime Michel created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia RSS Aggregator Module /  MGNLRSSAGG-207 
 
 
 
  Update org.apache.commons:commons-lang3 to version 3.4  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 
 Maxime Michel 
 
 
 

Created:
 

 23/Aug/16 10:49 AM 
 
 
 

Fix Versions:
 

 2.5 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Maxime Michel 
 
 
 

Security Level:
 

 Public 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
   

[magnolia-dev] [JIRA] (SUGGEST-48) searchfn in jsp

2016-08-23 Thread JIRA (on behalf of ihsan baspinar)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 ihsan baspinar updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Suggestion Box /  SUGGEST-48 
 
 
 
  searchfn in jsp  
 
 
 
 
 
 
 
 
 

Change By:
 
 ihsan baspinar 
 
 
 
 
 
 
 
 
 
 how to build an searchPage in jsp with searchfn ?  OR how to translate following to jsp ?[#assign searchResults = searchfn.searchPages('hello', '/home') /]  [#if searchResults?has_content][#list searchResults as item]${item.title!}${item.excerpt!}[/#list][/#if] 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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: 





[magnolia-dev] [JIRA] (SUGGEST-48) searchfn in jsp

2016-08-23 Thread JIRA (on behalf of ihsan baspinar)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 ihsan baspinar created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Suggestion Box /  SUGGEST-48 
 
 
 
  searchfn in jsp  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 23/Aug/16 10:12 AM 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 ihsan baspinar 
 
 
 
 
 
 
 
 
 
 
how to build an searchPage in jsp with searchfn ? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 

[magnolia-dev] Re: Autodeployment

2016-08-23 Thread Christoph Meier (via Magnolia Forums)
Hi Daniel

Once again: What do you want to achieve with the update? What has changed in 
the modules which you want to redeploy?

And: Which servlet container / app-server are you suing? Tomcat? JBoss? 
WebLogic? Websphere? ...

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=e5e78cef-8b5e-41f6-882a-38fb9ce9db12



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] (EXTIDX-20) Search singular and plural words in French

2016-08-23 Thread JIRA (on behalf of Anh Tuan TRUONG)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Anh Tuan TRUONG updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 External indexing and search engine services /  EXTIDX-20 
 
 
 
  Search singular and plural words in French  
 
 
 
 
 
 
 
 
 

Change By:
 
 Anh Tuan TRUONG 
 
 
 
 
 
 
 
 
 
 When I search some word at my search page, using fullTextSearch like query below:{code}SELECT * FROM [mgnl:content] AS t WHERE ISDESCENDANTNODE(['/']) AND (CONTAINS(name, 'chaussure')  ==> It only return results having "chaussure", other contents having "chaussures"not returned. (It consider singular and plural are 2 keywords) {code}How can I change configuration in somewhere so that Magnolia can consider 2 wordsabove are the same keyword (using French dictionary)?I see Magnolia wiki, I saw document https://wiki.magnolia-cms.com/display/WIKI/Search+Index+Configuration+File#SearchIndexConfigurationFile-Lucene.  and https://wiki.magnolia-cms.com/display/DEV/Indexing+configuration+-+optimizations+for+Magnolia+5Maybe I will change some configuration in file index_configuration.xml so that lucene will tokenize and index using French analyzer? And I've only apply this for specific workspaces (not all).   Thanks so much,Tuan 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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: 





[magnolia-dev] [JIRA] (MGNLUI-3835) Provide a way to disable drag and drop

2016-08-23 Thread JIRA (on behalf of Oanh Thai Hoang)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Oanh Thai Hoang updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia UI /  MGNLUI-3835 
 
 
 
  Provide a way to disable drag and drop  
 
 
 
 
 
 
 
 
 

Change By:
 
 Oanh Thai Hoang 
 
 
 

Original Estimate:
 
 4d 
 
 
 

Remaining Estimate:
 
 4d 
 
 
 

Account:
 
 null (null) 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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: 





[magnolia-dev] [JIRA] (EXTIDX-20) Search singular and plural words in French

2016-08-23 Thread JIRA (on behalf of Anh Tuan TRUONG)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Anh Tuan TRUONG created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 External indexing and search engine services /  EXTIDX-20 
 
 
 
  Search singular and plural words in French  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Support Request 
 
 
 

Assignee:
 
 Espen Jervidalo 
 
 
 

Created:
 

 23/Aug/16 9:09 AM 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Anh Tuan TRUONG 
 
 
 
 
 
 
 
 
 
 
When I search some word at my search page, using fullTextSearch like query below: 

 

SELECT * FROM [mgnl:content] AS t WHERE ISDESCENDANTNODE(['/']) AND 
(CONTAINS(name, 'chaussure')  

==> It only return results having "chaussure", other contents having "chaussures"

not returned. (It consider singular and plural are 2 keywords)  

 
How can I change configuration in somewhere so that Magnolia can consider 2 words 
above are the same keyword (using French dictionary)? 
I see Magnolia wiki, I saw document https://wiki.magnolia-cms.com/display/WIKI/Search+Index+Configuration+File#SearchIndexConfigurationFile-Lucene. and https://wiki.magnolia-cms.com/display/DEV/Indexing+configuration+-+optimizations+for+Magnolia+5 
Maybe I will change some configuration in file index_configuration.xml so that lucene will tokenize and index using French analyzer? 
Thanks so much, Tuan