[magnolia-dev] [JIRA] (MGNLUI-3408) Disappearing buttons when clicking "?" on top of the window

2015-09-17 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia UI /  MGNLUI-3408 
 
 
 
  Disappearing buttons when clicking "?" on top of the window  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Summary:
 
 Dissapearing Disappearing  buttons when clicking "?" on top of the window 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

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




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-3584) Ability to dynamically style cells and rows in tree and list views

2015-09-14 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia UI /  MGNLUI-3584 
 
 
 
  Ability to dynamically style cells and rows in tree and list views  
 
 
 
 
 
 
 
 
 
 
In this second version of the patch, we have configurability, but it shows a two-sided problem: StyleGenerators are a tad "complex" to write, and without lots of conditional statements, they unintuitively get applied to more rows or columns than necessary. 
Additionally, Vaadin seems to prefix the returned styles string with v-table-cell-content- or v-table-row-, which I also find counter intuitive. (especially since we potentially want to add several styles, and vaadin only prefixes the first (i.e it doesnt "parse" the returned space-separated string before prefixing)) 
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Attachment:
 
 RowStyle.java 
 
 
 

Attachment:
 
 ColStyle.java 
 
 
 

Attachment:
 
 MGNLUI-3584.v2.patch 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

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

[magnolia-dev] [JIRA] (MGNLUI-3584) Ability to dynamically style cells and rows in tree and list views

2015-09-13 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia UI /  MGNLUI-3584 
 
 
 
  Ability to dynamically style cells and rows in tree and list views  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Attachment:
 
 MGNLUI-3874.v1.patch 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

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




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-3584) Ability to dynamically style cells and rows in tree and list views

2015-09-13 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia UI /  MGNLUI-3584 
 
 
 
  Ability to dynamically style cells and rows in tree and list views  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  New Feature 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Components:
 

 workbench 
 
 
 

Created:
 

 14/Sep/15 5:28 AM 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Grégory Joseph 
 
 
 

Security Level:
 

 Public 
 
 
 
 
 
 
 
 
 
 
If one wants to style a cell or a complete row of a tree or list, the possibilities are limited to using a ColumnFormatter and wrap the data in a . This works to a certain extent, but is not elegant. Styling an entire row (e.g grey it out based on the status of the node) is only doable using nasty _javascript_ tricks. 
With the attached patch, we would allow developers to configure CellStyleGenerator at table/list level (to be used for styling rows) and at column level (to style cells).  AggregateCellStyleGenerator is provided so that we can simply pile up the configured generators with our default ones. Presumably, parts of this patch would be moved to info.magnolia.ui.workbench.list.ListPresenter#start, similarly to how we setup the column formatters. 
 
 
 
 
 
 
 

[magnolia-dev] [JIRA] (TWBTSTRP-29) new "how to" content (demo website)

2015-07-20 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Twitter Bootstrap Theme and Definition /  TWBTSTRP-29 
 
 
 
  new "how to" content (demo website)  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Comment:
 
 SUCCESS: Integrated in !https://jenkins.magnolia-cms.com/images/16x16/blue.png! [forge_twitter-bootstrap-module #48|https://jenkins.magnolia-cms.com/job/forge_twitter-bootstrap-module/48/]TWBTSTRP-29: part of new content (tgregovsky: rev 3a638a5a53294d06762d9289a437c6ca263c1caf) 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.7#64022-sha1:4cb2968) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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] (TWBTSTRP-29) new "how to" content (demo website)

2015-07-20 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Twitter Bootstrap Theme and Definition /  TWBTSTRP-29 
 
 
 
  new "how to" content (demo website)  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Comment:
 
 SUCCESS: Integrated in !https://jenkins.magnolia-cms.com/images/16x16/blue.png! [forge_twitter-bootstrap-module #49|https://jenkins.magnolia-cms.com/job/forge_twitter-bootstrap-module/49/]TWBTSTRP-29 (tgregovsky: rev 85954fc50cb65fabd58ee2834a8438447cc86c7b) 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.7#64022-sha1:4cb2968) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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-30) Extract language files to new per-language modules

2015-07-15 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia pages module /  PAGES-30 
 
 
 
  Extract language files to new per-language modules  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 
 Robert Šiška 
 
 
 

Created:
 

 15/Jul/15 3:09 PM 
 
 
 

Fix Versions:
 

 5.4.1 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Grégory Joseph 
 
 
 
 
 
 
 
 
 
 
We are creating new per-language modules which will contain language files for ~all modules in a given language. See links for details. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian

[magnolia-dev] [JIRA] (MTPLCOMP-7) Extract language files to new per-language modules

2015-07-15 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Templating Compatibility /  MTPLCOMP-7 
 
 
 
  Extract language files to new per-language modules  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 
 Robert Šiška 
 
 
 

Created:
 

 15/Jul/15 3:09 PM 
 
 
 

Fix Versions:
 

 5.0 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Grégory Joseph 
 
 
 
 
 
 
 
 
 
 
We are creating new per-language modules which will contain language files for ~all modules in a given language. See links for details. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent 

[magnolia-dev] [JIRA] (MGNLWORKFLOW-306) Extract language files to new per-language modules

2015-07-15 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Workflow Module /  MGNLWORKFLOW-306 
 
 
 
  Extract language files to new per-language modules  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 
 Robert Šiška 
 
 
 

Created:
 

 15/Jul/15 3:08 PM 
 
 
 

Fix Versions:
 

 5.5.1 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Grégory Joseph 
 
 
 
 
 
 
 
 
 
 
We are creating new per-language modules which will contain language files for ~all modules in a given language. See links for details. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent b

[magnolia-dev] [JIRA] (MGNLXLS-19) Extract language files to new per-language modules

2015-07-15 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Excel Renderer Module /  MGNLXLS-19 
 
 
 
  Extract language files to new per-language modules  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 
 Robert Šiška 
 
 
 

Created:
 

 15/Jul/15 3:09 PM 
 
 
 

Fix Versions:
 

 1.0 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Grégory Joseph 
 
 
 
 
 
 
 
 
 
 
We are creating new per-language modules which will contain language files for ~all modules in a given language. See links for details. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by 

[magnolia-dev] [JIRA] (MGNLRSSAGG-202) Extract language files to new per-language modules

2015-07-15 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia RSS Aggregator Module /  MGNLRSSAGG-202 
 
 
 
  Extract language files to new per-language modules  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 
 Robert Šiška 
 
 
 

Created:
 

 15/Jul/15 3:06 PM 
 
 
 

Fix Versions:
 

 2.4.1 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Grégory Joseph 
 
 
 

Security Level:
 

 Public 
 
 
 
 
 
 
 
 
 
 
We are creating new per-language modules which will contain language files for ~all modules in a given language. See links for details. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

[magnolia-dev] [JIRA] (MGNLTPLSMPL-18) Extract language files to new per-language modules

2015-07-15 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Templating Samples /  MGNLTPLSMPL-18 
 
 
 
  Extract language files to new per-language modules  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 
 Robert Šiška 
 
 
 

Created:
 

 15/Jul/15 3:07 PM 
 
 
 

Fix Versions:
 

 5.2.x 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Grégory Joseph 
 
 
 
 
 
 
 
 
 
 
We are creating new per-language modules which will contain language files for ~all modules in a given language. See links for details. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent 

[magnolia-dev] [JIRA] (MGNLMAIL-69) Extract language files to new per-language modules

2015-07-15 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Mail Module /  MGNLMAIL-69 
 
 
 
  Extract language files to new per-language modules  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 
 Robert Šiška 
 
 
 

Created:
 

 15/Jul/15 3:02 PM 
 
 
 

Fix Versions:
 

 5.2.3 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Grégory Joseph 
 
 
 
 
 
 
 
 
 
 
We are creating new per-language modules which will contain language files for ~all modules in a given language. See links for details. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassi

[magnolia-dev] [JIRA] (MGNLPUR-157) Extract language files to new per-language modules

2015-07-15 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Public User Registration /  MGNLPUR-157 
 
 
 
  Extract language files to new per-language modules  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 
 Robert Šiška 
 
 
 

Created:
 

 15/Jul/15 3:04 PM 
 
 
 

Fix Versions:
 

 2.4.4 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Grégory Joseph 
 
 
 
 
 
 
 
 
 
 
We are creating new per-language modules which will contain language files for ~all modules in a given language. See links for details. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was se

[magnolia-dev] [JIRA] (MGNLFORUM-288) Extract language files to new per-language modules

2015-07-15 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Forum Module /  MGNLFORUM-288 
 
 
 
  Extract language files to new per-language modules  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 
 Robert Šiška 
 
 
 

Created:
 

 15/Jul/15 3:00 PM 
 
 
 

Fix Versions:
 

 3.4.x 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Grégory Joseph 
 
 
 

Security Level:
 

 Public 
 
 
 
 
 
 
 
 
 
 
We are creating new per-language modules which will contain language files for ~all modules in a given language. See links for details. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
   

[magnolia-dev] [JIRA] (MGNLPOLL-13) Extract language files to new per-language modules

2015-07-15 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Poll Module /  MGNLPOLL-13 
 
 
 
  Extract language files to new per-language modules  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 
 Robert Šiška 
 
 
 

Created:
 

 15/Jul/15 3:04 PM 
 
 
 

Fix Versions:
 

 1.0 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Grégory Joseph 
 
 
 
 
 
 
 
 
 
 
We are creating new per-language modules which will contain language files for ~all modules in a given language. See links for details. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian

[magnolia-dev] [JIRA] (MGNLFORM-266) Extract language files to new per-language modules

2015-07-15 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Form Module /  MGNLFORM-266 
 
 
 
  Extract language files to new per-language modules  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 
 Robert Šiška 
 
 
 

Created:
 

 15/Jul/15 3:00 PM 
 
 
 

Fix Versions:
 

 1.4.13 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Grégory Joseph 
 
 
 

Security Level:
 

 Public 
 
 
 
 
 
 
 
 
 
 
We are creating new per-language modules which will contain language files for ~all modules in a given language. See links for details. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 

[magnolia-dev] [JIRA] (MGNLOPENID-16) Extract language files to new per-language modules

2015-07-15 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia OpenID Module /  MGNLOPENID-16 
 
 
 
  Extract language files to new per-language modules  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 
 Robert Šiška 
 
 
 

Created:
 

 15/Jul/15 3:02 PM 
 
 
 

Fix Versions:
 

 1.0 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Grégory Joseph 
 
 
 
 
 
 
 
 
 
 
We are creating new per-language modules which will contain language files for ~all modules in a given language. See links for details. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlas

[magnolia-dev] [JIRA] (MGNLGS-108) Extract language files to new per-language modules

2015-07-15 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Google Sitemap Module /  MGNLGS-108 
 
 
 
  Extract language files to new per-language modules  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 
 Robert Šiška 
 
 
 

Created:
 

 15/Jul/15 3:01 PM 
 
 
 

Fix Versions:
 

 2.3.1 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Grégory Joseph 
 
 
 
 
 
 
 
 
 
 
We are creating new per-language modules which will contain language files for ~all modules in a given language. See links for details. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent b

[magnolia-dev] [JIRA] (MGNLGROOVY-140) Extract language files to new per-language modules

2015-07-15 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Groovy Module /  MGNLGROOVY-140 
 
 
 
  Extract language files to new per-language modules  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 
 Robert Šiška 
 
 
 

Created:
 

 15/Jul/15 3:01 PM 
 
 
 

Fix Versions:
 

 2.4.1 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Grégory Joseph 
 
 
 

Security Level:
 

 Public 
 
 
 
 
 
 
 
 
 
 
We are creating new per-language modules which will contain language files for ~all modules in a given language. See links for details. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

[magnolia-dev] [JIRA] (MGNLDMS-281) Extract language files to new per-language modules

2015-07-15 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia DMS Module /  MGNLDMS-281 
 
 
 
  Extract language files to new per-language modules  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 
 Robert Šiška 
 
 
 

Created:
 

 15/Jul/15 3:00 PM 
 
 
 

Fix Versions:
 

 1.6.11 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Grégory Joseph 
 
 
 

Security Level:
 

 Public 
 
 
 
 
 
 
 
 
 
 
We are creating new per-language modules which will contain language files for ~all modules in a given language. See links for details. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
  

[magnolia-dev] [JIRA] (MGNLDATA-270) Extract language files to new per-language modules

2015-07-15 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Data Module /  MGNLDATA-270 
 
 
 
  Extract language files to new per-language modules  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 
 Robert Šiška 
 
 
 

Created:
 

 15/Jul/15 2:59 PM 
 
 
 

Fix Versions:
 

 2.3.6 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Grégory Joseph 
 
 
 
 
 
 
 
 
 
 
We are creating new per-language modules which will contain language files for ~all modules in a given language. See links for details. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlass

[magnolia-dev] [JIRA] (MGNLCACHE-118) Extract language files to new per-language modules

2015-07-15 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Cache Module /  MGNLCACHE-118 
 
 
 
  Extract language files to new per-language modules  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 
 Robert Šiška 
 
 
 

Created:
 

 15/Jul/15 2:56 PM 
 
 
 

Fix Versions:
 

 5.4.1 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Grégory Joseph 
 
 
 
 
 
 
 
 
 
 
We are creating new per-language modules which will contain language files for ~all modules in a given language. See links for details. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atla

[magnolia-dev] [JIRA] (MGNLDEMO-83) Extract language files to new per-language modules

2015-07-15 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Demo Projects /  MGNLDEMO-83 
 
 
 
  Extract language files to new per-language modules  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 
 Robert Šiška 
 
 
 

Created:
 

 15/Jul/15 2:59 PM 
 
 
 

Fix Versions:
 

 0.6 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Grégory Joseph 
 
 
 
 
 
 
 
 
 
 
We are creating new per-language modules which will contain language files for ~all modules in a given language. See links for details. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassi

[magnolia-dev] [JIRA] (MGNLBLOG-16) Extract language files to new per-language modules

2015-07-15 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Blog Module /  MGNLBLOG-16 
 
 
 
  Extract language files to new per-language modules  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 
 Robert Šiška 
 
 
 

Created:
 

 15/Jul/15 2:56 PM 
 
 
 

Fix Versions:
 

 2.5.1 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Grégory Joseph 
 
 
 
 
 
 
 
 
 
 
We are creating new per-language modules which will contain language files for ~all modules in a given language. See links for details. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassi

[magnolia-dev] [JIRA] (MAGNESCO-2) Extract language files to new per-language modules

2015-07-15 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Integration module for Magnolia and Alfresco /  MAGNESCO-2 
 
 
 
  Extract language files to new per-language modules  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 
 Robert Šiška 
 
 
 

Created:
 

 15/Jul/15 2:51 PM 
 
 
 

Fix Versions:
 

 1.0 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Grégory Joseph 
 
 
 
 
 
 
 
 
 
 
We are creating new per-language modules which will contain language files for ~all modules in a given language. See links for details. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This messag

[magnolia-dev] [JIRA] (MGNLACTIVATION-111) Extract language files to new per-language modules

2015-07-15 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Activation Module /  MGNLACTIVATION-111 
 
 
 
  Extract language files to new per-language modules  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 
 Robert Šiška 
 
 
 

Created:
 

 15/Jul/15 2:51 PM 
 
 
 

Fix Versions:
 

 5.3.x 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Grégory Joseph 
 
 
 
 
 
 
 
 
 
 
We are creating new per-language modules which will contain language files for ~all modules in a given language. See links for details. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was se

[magnolia-dev] [JIRA] (MGNLADMLEG-57) Extract language files to new per-language modules

2015-07-15 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Admininterface Legacy Module (4.x compatibility) /  MGNLADMLEG-57 
 
 
 
  Extract language files to new per-language modules  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 
 Robert Šiška 
 
 
 

Created:
 

 15/Jul/15 2:53 PM 
 
 
 

Fix Versions:
 

 5.2.x 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Grégory Joseph 
 
 
 

Security Level:
 

 Public 
 
 
 
 
 
 
 
 
 
 
We are creating new per-language modules which will contain language files for ~all modules in a given language. See links for details. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 

[magnolia-dev] [JIRA] (EXTLINKS-10) Extract language files to new per-language modules

2015-07-15 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 External Links App /  EXTLINKS-10 
 
 
 
  Extract language files to new per-language modules  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 
 Robert Šiška 
 
 
 

Created:
 

 15/Jul/15 2:40 PM 
 
 
 

Fix Versions:
 

 1.1.1 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Grégory Joseph 
 
 
 
 
 
 
 
 
 
 
We are creating new per-language modules which will contain language files for ~all modules in a given language. See links for details. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian

[magnolia-dev] [JIRA] (CNTCTSAPP-94) Extract language files to new per-language modules

2015-07-15 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Contacts Module /  CNTCTSAPP-94 
 
 
 
  Extract language files to new per-language modules  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 
 Robert Šiška 
 
 
 

Created:
 

 15/Jul/15 2:40 PM 
 
 
 

Fix Versions:
 

 1.4.1 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Grégory Joseph 
 
 
 
 
 
 
 
 
 
 
We are creating new per-language modules which will contain language files for ~all modules in a given language. See links for details. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by At

[magnolia-dev] [JIRA] (OAUTH-1) Basic impl for Google login

2015-07-09 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia OAuth Support /  OAUTH-1 
 
 
 
  Basic impl for Google login  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 
 Grégory Joseph 
 
 
 

Created:
 

 09/Jul/15 5:34 PM 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Grégory Joseph 
 
 
 
 
 
 
 
 
 
 
Since OpenId login was retired at Google, we need basic OAuth support, at least for our forum 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.7#64022-sha1:4cb2968) 
 
 
 
 
  
 
 
 
 
 
 
 

[magnolia-dev] [JIRA] (PAGES-18) Peter gets notified every time about missing page templates when opening Pages App

2015-07-07 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia pages module /  PAGES-18 
 
 
 
  Peter gets notified every time about missing page templates when opening Pages App  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Summary:
 
 Peter  get's  gets  notified every time about missing page templates when opening Pages App 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.7#64022-sha1:4cb2968) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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] (BUILD-216) Rename build-resource license-header-ignored.regex to license-header-generic.regex, so forge poms can respecify just the magnoliaLicenseStyle property

2015-07-07 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Build /  BUILD-216 
 
 
 
  Rename build-resource license-header-ignored.regex to license-header-generic.regex, so forge poms can respecify just the magnoliaLicenseStyle property  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 
 
 
 
 
 
 
 The current forge parent pom includes the following:{code} generic magnolia-build-resources/license-header-ignored.regex{code}If we renamed the build resource file {{license-header-ignored.regex}} to {{license-header-generic.regex}}, the second line above would not be necessary (it's set to {{magnolia-build-resources/license-header-$\{magnoliaLicenseStyle}.regex}} in the parent) , projects using the forge parent pom could simply redefine the {{magnoliaLicenseStyle}} property without having to redefine {{checkstyleHeader}} as well. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.7#64022-sha1:4cb2968) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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] (BUILD-216) Rename build-resource license-header-ignored.regex to license-header-generic.regex, so forge poms can respecify just the magnoliaLicenseStyle property

2015-07-07 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Build /  BUILD-216 
 
 
 
  Rename build-resource license-header-ignored.regex to license-header-generic.regex, so forge poms can respecify just the magnoliaLicenseStyle property  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Improvement 
 
 
 

Assignee:
 
 Grégory Joseph 
 
 
 

Components:
 

 Build Tools, Poms 
 
 
 

Created:
 

 07/Jul/15 3:29 PM 
 
 
 

Fix Versions:
 

 POMs 32, Build Resources 1.6.2 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Grégory Joseph 
 
 
 

Security Level:
 

 Public 
 
 
 
 
 
 
 
 
 
 
The current forge parent pom includes the following: 

 

 generic
 magnolia-build-resources/license-header-ignored.regex
 

 
If we renamed the build resource file license-header-ignored.regex to license-header-generic.regex, the second line above would not be necessary (it's set to magnolia-build-resources/license-header-${magnoliaLicenseStyle

[magnolia-dev] [JIRA] (MGNLUI-3459) Keep username on login error

2015-07-03 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia UI /  MGNLUI-3459 
 
 
 
  Keep username on login error  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Fix Version/s:
 
 Backlog 
 
 
 

Fix Version/s:
 
 5.3.10 
 
 
 

Fix Version/s:
 
 5.4.1 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.7#64022-sha1:4cb2968) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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-3418) Accessibility support in admin central forms and dialogs

2015-06-30 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia UI /  MGNLUI-3418 
 
 
 
  Accessibility support in admin central forms and dialogs  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Fix Version/s:
 
 5.4.1 
 
 
 

Fix Version/s:
 
 5.4 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.7#64022-sha1:4cb2968) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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-3408) Dissapearing buttons when clicking "?" on top of the window

2015-06-30 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia UI /  MGNLUI-3408 
 
 
 
  Dissapearing buttons when clicking "?" on top of the window  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Fix Version/s:
 
 5.4.1 
 
 
 

Fix Version/s:
 
 5.4 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.7#64022-sha1:4cb2968) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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-3419) Accessibility support in AppLauncher component

2015-06-30 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia UI /  MGNLUI-3419 
 
 
 
  Accessibility support in AppLauncher component  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Fix Version/s:
 
 5.3.10 
 
 
 

Fix Version/s:
 
 5.4.1 
 
 
 

Fix Version/s:
 
 5.3.x 
 
 
 

Fix Version/s:
 
 5.4 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.7#64022-sha1:4cb2968) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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-3415) Sometimes only one item gets handed over to actions

2015-06-30 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia UI /  MGNLUI-3415 
 
 
 
  Sometimes only one item gets handed over to actions  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Fix Version/s:
 
 5.4.1 
 
 
 

Fix Version/s:
 
 5.4 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.7#64022-sha1:4cb2968) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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-3420) Accessibility support in Actionbar component

2015-06-30 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia UI /  MGNLUI-3420 
 
 
 
  Accessibility support in Actionbar component  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Fix Version/s:
 
 5.4.1 
 
 
 

Fix Version/s:
 
 5.4 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.7#64022-sha1:4cb2968) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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-3440) Accessibility support for activation status

2015-06-30 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia UI /  MGNLUI-3440 
 
 
 
  Accessibility support for activation status  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Fix Version/s:
 
 5.4.1 
 
 
 

Fix Version/s:
 
 5.4 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.7#64022-sha1:4cb2968) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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-3416) EditorCallback#onCancel not called upon closing a dialog with x button instead of the cancel action

2015-06-30 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia UI /  MGNLUI-3416 
 
 
 
  EditorCallback#onCancel not called upon closing a dialog with x button instead of the cancel action  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Fix Version/s:
 
 5.4.1 
 
 
 

Fix Version/s:
 
 5.4 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.7#64022-sha1:4cb2968) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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-3477) Add UI translations for German, Spanish, French, Italian

2015-06-30 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia UI /  MGNLUI-3477 
 
 
 
  Add UI translations for German, Spanish, French, Italian  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Fix Version/s:
 
 5.4.1 
 
 
 

Fix Version/s:
 
 5.4 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.7#64022-sha1:4cb2968) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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] (BUILD-215) Magnolia Network Agreement (MNA) was renamed Magnolia License Agreement (MLA) "a long time ago"

2015-06-29 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Build /  BUILD-215 
 
 
 
  Magnolia Network Agreement (MNA) was renamed Magnolia License Agreement (MLA) "a long time ago"  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Grégory Joseph 
 
 
 

Created:
 

 29/Jun/15 11:10 AM 
 
 
 

Fix Versions:
 

 Build Resources 1.6.2, POMs 32 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Grégory Joseph 
 
 
 

Security Level:
 

 Public 
 
 
 
 
 
 
 
 
 
 
This will require a new version of build-resources. Perhaps to ensure backwards compatibility, we'll need to somehow maintain the MNA links(paths) 
find . -name pom.xml -exec grep -HiE 'mna|network' {} \; points to a least the following: 
 

 property (which can be used/changed in projects)
 

mna-licensed folder (used for READMEs etc ?)
 

 nodes in pom files.
 
 
 
 
 
 

[magnolia-dev] [JIRA] (MGNLUI-3458) Backwards compatibility in DialogDefinitionRegistry and providers

2015-06-26 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia UI /  MGNLUI-3458 
 
 
 
  Backwards compatibility in DialogDefinitionRegistry and providers  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Assignee:
 
 Mikaël Geljic Grégory Joseph 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.7#64022-sha1:4cb2968) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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] (ARCH-41) Add in archetypes ?

2015-06-24 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Maven Archetypes /  ARCH-41 
 
 
 
  Add  in archetypes ?  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Assignee:
 
 Joerg Bellmann Grégory Joseph 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.7#64022-sha1:4cb2968) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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] (BUILD-214) Use isolated classloader by default for tests

2015-06-23 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Build /  BUILD-214 
 
 
 
  Use isolated classloader by default for tests  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Summary:
 
 Use isolated classloader by default  fo rtests  for tests 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.1#64016-sha1:5d75814) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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] (BUILD-214) Use isolated classloader by default fo rtests

2015-06-22 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Build /  BUILD-214 
 
 
 
  Use isolated classloader by default fo rtests  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Improvement 
 
 
 

Assignee:
 
 Grégory Joseph 
 
 
 

Components:
 

 Poms 
 
 
 

Created:
 

 22/Jun/15 4:46 PM 
 
 
 

Fix Versions:
 

 POMs 32 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Grégory Joseph 
 
 
 

Security Level:
 

 Public 
 
 
 
 
 
 
 
 
 
 
In many projects (incl magnolia_main), we work around classloader issues (typically not finding bootstrap files), by setting useManifestOnlyJar to false. Setting useSystemClassLoader to false seems to be a more recent and better way to achieve the same. It seems that many of our projects require this workaround, and few, if any, will be hurt by it. See https://maven.apache.org/surefire/maven-surefire-plugin/examples/class-loading.html for details 
 
 
 
 
 
 
 
 
 
  

[magnolia-dev] [JIRA] (MGNLUI-3466) Move defaultLoginForm out of legacy-classpath origin

2015-06-19 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph reopened an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia UI /  MGNLUI-3466 
 
 
 
  Move defaultLoginForm out of legacy-classpath origin  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Resolution:
 
 Fixed 
 
 
 

Status:
 
 In QA Reopened 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.1#64016-sha1:5d75814) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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-3466) Move defaultLoginForm out of legacy-classpath origin

2015-06-19 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph reopened an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia UI /  MGNLUI-3466 
 
 
 
  Move defaultLoginForm out of legacy-classpath origin  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Resolution:
 
 Fixed 
 
 
 

Status:
 
 Resolved Reopened 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.1#64016-sha1:5d75814) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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-3466) Move defaultLoginForm out of legacy-classpath origin

2015-06-19 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia UI /  MGNLUI-3466 
 
 
 
  Move defaultLoginForm out of legacy-classpath origin  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Assignee:
 
 Grégory Joseph 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.1#64016-sha1:5d75814) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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-3466) Move defaultLoginForm out of legacy-classpath origin

2015-06-19 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia UI /  MGNLUI-3466 
 
 
 
  Move defaultLoginForm out of legacy-classpath origin  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Affects Versions:
 

 5.4 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Components:
 

 admincentral 
 
 
 

Created:
 

 19/Jun/15 12:08 PM 
 
 
 

Fix Versions:
 

 5.4 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Grégory Joseph 
 
 
 

Security Level:
 

 Public 
 
 
 
 
 
 
 
 
 
 
Since 

MAGNOLIA-6219
, resources under the mgnl-resources folder, which used to be served by the ClasspathSpool servlet, are considered "legacy" (they're served through LegacyClasspathOrigin for compatibility, but trigger warning l

[magnolia-dev] [JIRA] (MGNLSITE-20) Move Resource and CssFile classes from Resources to Site module where they belong

2015-06-18 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Site Module /  MGNLSITE-20 
 
 
 
  Move Resource and CssFile classes from Resources to Site module where they belong  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Assignee:
 
 Grégory Joseph 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.1#64016-sha1:5d75814) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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] (MGNLSITE-20) Move Resource and CssFile classes from Resources to Site module where they belong

2015-06-18 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Site Module /  MGNLSITE-20 
 
 
 
  Move Resource and CssFile classes from Resources to Site module where they belong  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Project:
 
 Magnolia  Resources  Site  Module 
 
 
 

Key:
 
 MGNLRES MGNLSITE - 172 20 
 
 
 

Fix Version/s:
 
 1.0 
 
 
 

Fix Version/s:
 
 2.4 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.1#64016-sha1:5d75814) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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-3459) Set focus on password on login error

2015-06-12 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia UI /  MGNLUI-3459 
 
 
 
  Set focus on password on login error  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 
 
 
 
 
 
 
 When a login error occurs, it's much more likely the password is wrong 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.1#64016-sha1:5d75814) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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-3459) Set focus on password on login error

2015-06-12 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia UI /  MGNLUI-3459 
 
 
 
  Set focus on password on login error  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Improvement 
 
 
 

Assignee:
 
 Grégory Joseph 
 
 
 

Created:
 

 12/Jun/15 3:15 PM 
 
 
 

Fix Versions:
 

 5.4 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Grégory Joseph 
 
 
 

Security Level:
 

 Public 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.1#64016-sha1:5d75814) 
 
 
 
 
 

[magnolia-dev] [JIRA] (MGNLUI-3459) Set focus on password on login error

2015-06-12 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia UI /  MGNLUI-3459 
 
 
 
  Set focus on password on login error  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Assignee:
 
 Grégory Joseph 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.1#64016-sha1:5d75814) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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-3459) Keep username on login error

2015-06-12 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia UI /  MGNLUI-3459 
 
 
 
  Keep username on login error  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 
 
 
 
 
 
 
 When a login error occurs, it's much more likely the password is wrong ; we should (probably?) keep the username field filled in, and set the focus on the password field. (we currently have both fields empty, and focus set on username field in any case) 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.1#64016-sha1:5d75814) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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-3459) Keep username on login error

2015-06-12 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia UI /  MGNLUI-3459 
 
 
 
  Keep username on login error  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Summary:
 
 Set focus Keep username  on  password on  login error 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.1#64016-sha1:5d75814) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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-106) Remove unnecessary tildeCacheResources from Cache module, fix browser cache config

2015-06-08 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Cache Module /  MGNLCACHE-106 
 
 
 
  Remove unnecessary tildeCacheResources from Cache module, fix browser cache config  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Summary:
 
 Remove unnecessary tildeCacheResources from Cache module , fix browser cache config 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.1#64016-sha1:5d75814) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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-106) Remove unnecessary tildeCacheResources from Cache module

2015-06-08 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Cache Module /  MGNLCACHE-106 
 
 
 
  Remove unnecessary tildeCacheResources from Cache module  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Assignee:
 
 Grégory Joseph 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.1#64016-sha1:5d75814) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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-106) Remove unnecessary tildeCacheResources from Cache module

2015-05-22 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Cache Module /  MGNLCACHE-106 
 
 
 
  Remove unnecessary tildeCacheResources from Cache module  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 22/May/15 4:44 PM 
 
 
 

Fix Versions:
 

 5.4 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Grégory Joseph 
 
 
 
 
 
 
 
 
 
 
See MGNLRES-152 to see why this isn't necessary anymore. This should never have been in cache module to start with. Was introduced in 

MAGNOLIA-4207
 (

SCRUM-699
). 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 

[magnolia-dev] [JIRA] (MGNLUI-3431) Replace usages of cloner by decorators

2015-05-18 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia UI /  MGNLUI-3431 
 
 
 
  Replace usages of cloner by decorators  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Components:
 

 configuration, content app 
 
 
 

Created:
 

 18/May/15 2:29 PM 
 
 
 

Fix Versions:
 

 5.5 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Grégory Joseph 
 
 
 

Security Level:
 

 Public 
 
 
 
 
 
 
 
 
 
 
For MGNLUI-3428, we introduced info.magnolia.ui.contentapp.DefinitionCloner to workaround problems we found when cloning definitions. 
Really though, those definitions should never have been cloned in the first place. The use-case is to slightly "customize" a given configured definition and reuse it in a slightly different context (e.g reuse a workbench config in a choose dialog) 
Not only does this cause unnecessary complexity (e.g doesn't play well with proxies), it's also just really unnecessary and unportable. Many usages explicitly cast to the Configured* implementation of their definition, to be able to call setter methods.

[magnolia-dev] [JIRA] (MGNLUI-3428) Using the move action in config app doesn't work (and can crash the JVM)

2015-05-18 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia UI /  MGNLUI-3428 
 
 
 
  Using the move action in config app doesn't work (and can crash the JVM)  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Assignee:
 
 Grégory Joseph 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.1#64016-sha1:5d75814) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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] (BUILD-212) Generate test-jars by default ?

2015-05-07 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Build /  BUILD-212 
 
 
 
  Generate test-jars by default ?  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Improvement 
 
 
 

Assignee:
 
 Grégory Joseph 
 
 
 

Created:
 

 07/May/15 6:52 PM 
 
 
 

Fix Versions:
 

 POMs 32 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Grégory Joseph 
 
 
 

Security Level:
 

 Public 
 
 
 
 
 
 
 
 
 
 
With 

BUILD-194
, we pre-configured test-jars to be easily generated for projects. I'd suggest we actually make this the default and thus set the  property to false by default. Projects can still easily opt-out if needed. TBD. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
   

[magnolia-dev] [JIRA] (BUILD-194) Pre-configure poms to generate test-jars

2015-05-07 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Build /  BUILD-194 
 
 
 
  Pre-configure poms to generate test-jars  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Summary:
 
 Publish Pre-configure poms to generate  test-jars  by default 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.1#64016-sha1:5d75814) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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] (BUILD-198) Use Animal Sniffer to make sure we don't accidentally introduce usage of APIs that don't exist in target JDK

2015-05-07 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Build /  BUILD-198 
 
 
 
  Use Animal Sniffer to make sure we don't accidentally introduce usage of APIs that don't exist in target JDK  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Issue Type:
 
 Task New Feature 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.1#64016-sha1:5d75814) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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] (BUILD-201) Expose parsed version properties for project.version and javaVersion

2015-05-07 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Build /  BUILD-201 
 
 
 
  Expose parsed version properties for project.version and javaVersion  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Issue Type:
 
 Task New Feature 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.1#64016-sha1:5d75814) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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] (BUILD-196) maven-clover2-plugin installs and overrides artifacts with clover-suffixed ones

2015-05-07 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Build /  BUILD-196 
 
 
 
  maven-clover2-plugin installs and overrides artifacts with clover-suffixed ones  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Issue Type:
 
 Task Bug 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.1#64016-sha1:5d75814) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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] (BUILD-207) Classes generated with APT are considered "duplicate" by compiler

2015-05-07 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Build /  BUILD-207 
 
 
 
  Classes generated with APT are considered "duplicate" by compiler  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Issue Type:
 
 Task Bug 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.1#64016-sha1:5d75814) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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] (BUILD-200) Introduce asciidoc for Javadoc

2015-05-07 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Build /  BUILD-200 
 
 
 
  Introduce asciidoc for Javadoc  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Issue Type:
 
 Task New Feature 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.1#64016-sha1:5d75814) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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] (BUILD-203) Bypass checkstyle for all generated sources

2015-05-07 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Build /  BUILD-203 
 
 
 
  Bypass checkstyle for all generated sources  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Fix Version/s:
 
 Build Resources 1.6.1 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.1#64016-sha1:5d75814) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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] (BUILD-203) Bypass checkstyle for all generated sources

2015-05-07 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Build /  BUILD-203 
 
 
 
  Bypass checkstyle for all generated sources  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Component/s:
 
 Build Tools 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.1#64016-sha1:5d75814) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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] (BUILD-206) Update Maven compiler plugin to 3.3

2015-05-07 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Build /  BUILD-206 
 
 
 
  Update Maven compiler plugin to 3.3  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Priority:
 
 Neutral Major 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.1#64016-sha1:5d75814) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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] (BUILD-210) Upgrade to Clover 4.0.4 and enable repositoryPollutionProtection

2015-05-07 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Build /  BUILD-210 
 
 
 
  Upgrade to Clover 4.0.4 and enable repositoryPollutionProtection  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Summary:
 
 Upgrade to Clover :  4.0.4 and  enable repositoryPollutionProtection 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.1#64016-sha1:5d75814) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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] (BUILD-198) Use Animal Sniffer to make sure we don't accidentally introduce usage of APIs that don't exist in target JDK

2015-05-07 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Build /  BUILD-198 
 
 
 
  Use Animal Sniffer to make sure we don't accidentally introduce usage of APIs that don't exist in target JDK  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Summary:
 
 Use  animal sniffer  Animal Sniffer  to make sure we don't accidentally introduce usage of APIs that don't exist in target JDK 
 
 
 

Priority:
 
 Neutral Major 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.1#64016-sha1:5d75814) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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] (BUILD-200) Introduce asciidoc for Javadoc

2015-05-07 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Build /  BUILD-200 
 
 
 
  Introduce asciidoc for Javadoc  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Priority:
 
 Neutral Major 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.1#64016-sha1:5d75814) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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] (BUILD-201) Expose parsed version properties for project.version and javaVersion

2015-05-07 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Build /  BUILD-201 
 
 
 
  Expose parsed version properties for project.version and javaVersion  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Priority:
 
 Neutral Major 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.1#64016-sha1:5d75814) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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] (BUILD-211) When running Clover, compiler still generates code twice, leading to duplicate classes

2015-05-07 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Build /  BUILD-211 
 
 
 
  When running Clover, compiler still generates code twice, leading to duplicate classes  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Fix Version/s:
 
 POMs 32 
 
 
 

Fix Version/s:
 
 POMs 31 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.1#64016-sha1:5d75814) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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] (BUILD-206) Update Maven compiler plugin to 3.3

2015-05-07 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Build /  BUILD-206 
 
 
 
  Update Maven compiler plugin to 3.3  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Summary:
 
 Update  maven-  Maven compiler plugin to 3.3 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.1#64016-sha1:5d75814) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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] (BUILD-209) Update javadoc plugin to 2.10.3

2015-05-07 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Build /  BUILD-209 
 
 
 
  Update javadoc plugin to 2.10.3  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Comment:
 
 Edit (moved comment to proper ticket), see https://jira.magnolia-cms.com/browse/BUILD-195?focusedCommentId=103568&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-103568 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.1#64016-sha1:5d75814) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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] (BUILD-207) Classes generated with APT are considered "duplicate" by compiler

2015-05-04 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Build /  BUILD-207 
 
 
 
  Classes generated with APT are considered "duplicate" by compiler  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Summary:
 
 Classes generated with APT are considered "duplicate"  by compiler 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.1#64016-sha1:5d75814) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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] (BUILD-211) When running Clover, compiler still generates code twice, leading to duplicate classes

2015-05-04 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Build /  BUILD-211 
 
 
 
  When running Clover, compiler still generates code twice, leading to duplicate classes  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Grégory Joseph 
 
 
 

Created:
 

 04/May/15 11:39 PM 
 
 
 

Fix Versions:
 

 POMs 31 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Grégory Joseph 
 
 
 

Security Level:
 

 Public 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.1#64016-sha1:5d75814) 
 
 
 

[magnolia-dev] [JIRA] (BUILD-211) When running Clover, compiler still generates code twice, leading to duplicate classes

2015-05-04 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Build /  BUILD-211 
 
 
 
  When running Clover, compiler still generates code twice, leading to duplicate classes  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Priority:
 
 Neutral Major 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.1#64016-sha1:5d75814) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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] (BUILD-210) Clover: enable repositoryPollutionProtection

2015-05-04 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Build /  BUILD-210 
 
 
 
  Clover: enable repositoryPollutionProtection  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Improvement 
 
 
 

Assignee:
 
 Grégory Joseph 
 
 
 

Created:
 

 04/May/15 2:41 PM 
 
 
 

Fix Versions:
 

 POMs 31 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Grégory Joseph 
 
 
 

Security Level:
 

 Public 
 
 
 
 
 
 
 
 
 
 
Following 

BUILD-196
 and CLOV-1668, Clover now has a repositoryPollutionProtection property which might help (even though since 

BUILD-196
, we should not be installing anything) 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 

[magnolia-dev] [JIRA] (BUILD-195) Disable doclint for javadoc (Cannot build javadoc of main on java 8)

2015-05-04 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Build /  BUILD-195 
 
 
 
  Disable doclint for javadoc (Cannot build javadoc of main on java 8)  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Assignee:
 
 Grégory Joseph 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.1#64016-sha1:5d75814) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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] (BUILD-209) Update javadoc plugin to 2.10.3

2015-05-04 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Build /  BUILD-209 
 
 
 
  Update javadoc plugin to 2.10.3  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 
 Grégory Joseph 
 
 
 

Created:
 

 04/May/15 12:25 PM 
 
 
 

Fix Versions:
 

 POMs 31 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Grégory Joseph 
 
 
 

Security Level:
 

 Public 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.1#64016-sha1:5d75814) 
 
 
 
 

[magnolia-dev] [JIRA] (BUILD-208) EE bundle's installer DMG is not built anymore

2015-04-29 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Build /  BUILD-208 
 
 
 
  EE bundle's installer DMG is not built anymore  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Summary:
 
 EE bundle's installer DMG is not  build  built  anymore 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.1#64016-sha1:5d75814) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




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] (BUILD-207) Classes generated with APT are considered "duplicate"

2015-04-15 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Build /  BUILD-207 
 
 
 
  Classes generated with APT are considered "duplicate"  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 
 Grégory Joseph 
 
 
 

Components:
 

 Poms 
 
 
 

Created:
 

 15/Apr/15 7:14 PM 
 
 
 

Fix Versions:
 

 POMs 31 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Grégory Joseph 
 
 
 

Security Level:
 

 Public 
 
 
 
 
 
 
 
 
 
 
Presumably because of MCOMPILER-157, if one runs mvn clean compile && mvn compile, the second compilation fails, claiming the generated classes are duplicated. 
The problem is also apparent when generating sites, because some report plugins fork a build and try to recompile the classes. 
This wasn't the case with maven-compiler-plugin 3.1, but it is with 3.2 and 3.3 
Setting useIncrementalCompilation seems to be a viable workaround for now. 
 
 
 
 
 
 
 

[magnolia-dev] [JIRA] (BUILD-206) Update maven-compiler plugin to 3.3

2015-04-15 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Build /  BUILD-206 
 
 
 
  Update maven-compiler plugin to 3.3  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 
 Grégory Joseph 
 
 
 

Components:
 

 Poms 
 
 
 

Created:
 

 15/Apr/15 7:09 PM 
 
 
 

Fix Versions:
 

 POMs 31 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Grégory Joseph 
 
 
 

Security Level:
 

 Public 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 

[magnolia-dev] [JIRA] (BUILD-205) Allow disabling installAtEnd over command line

2015-04-15 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Build /  BUILD-205 
 
 
 
  Allow disabling installAtEnd over command line  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Improvement 
 
 
 

Assignee:
 
 Grégory Joseph 
 
 
 

Created:
 

 15/Apr/15 5:21 PM 
 
 
 

Fix Versions:
 

 POMs 31 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Grégory Joseph 
 
 
 

Security Level:
 

 Public 
 
 
 
 
 
 
 
 
 
 
With 

BUILD-183
, we set installAtEnd to true in the install plugin's configuration. Unfortunately, that means this setting can't be overriden on a case-by-case basis. A simple workaround would be to expose the property in a  in the parent pom. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 

[magnolia-dev] [JIRA] (BUILD-194) Publish test-jars by default

2015-04-15 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Build /  BUILD-194 
 
 
 
  Publish test-jars by default  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Priority:
 
 Neutral Major 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.1#64016-sha1:5d75814) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] [JIRA] (BUILD-204) Test classes are compiled twice

2015-04-15 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Build /  BUILD-204 
 
 
 
  Test classes are compiled twice  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Grégory Joseph 
 
 
 

Components:
 

 Poms 
 
 
 

Created:
 

 15/Apr/15 1:36 PM 
 
 
 

Fix Versions:
 

 POMs 31 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Grégory Joseph 
 
 
 

Security Level:
 

 Public 
 
 
 
 
 
 
 
 
 
 
For some reason, it looks we're compiling test classes twice. Here's an edited excerpt of a build: 

 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ magnolia-resource-loader ---
[...]
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ magnolia-resource-loader ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 25 source files to /Users/gjoseph/Dev/magnolia/git/magnolia_main-clean-2/magnolia-resource-loader/target/classes
[...]
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (compile-tests) @ magnolia-resource-loader ---
[INFO] Changes detected - recompiling the module!
[INFO] Compi

[magnolia-dev] [JIRA] (BUILD-203) Bypass checkstyle for all generated sources

2015-04-15 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Build /  BUILD-203 
 
 
 
  Bypass checkstyle for all generated sources  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 
 
 
 
 
 
 
 We currently bypass checkstyle for clover-generated sources, but we probably want to bypass it for all.Leave this open for now because it's debatable. Tools like APT don't always let us hook in to add our license headers and such, but maybe we should actually fix that instead of bypassing.If we want it, this patch does the trick:{code}iff --git a/build-resources/src/main/resources/magnolia-build-resources/checkstyle-suppressions.xml b/build-resources/src/main/resources/magnolia-build-resources/checkstyle-suppressions.xmlindex 4b92104..faa6bcc 100644--- a/build-resources/src/main/resources/magnolia-build-resources/checkstyle-suppressions.xml+++ b/build-resources/src/main/resources/magnolia-build-resources/checkstyle-suppressions.xml@@ -9,4 +9,7 @@ +  +   ? sources/.*" checks=".*"/>+ {code} 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.1#64016-sha1:5d75814) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] [JIRA] (BUILD-203) Bypass checkstyle for all generated sources

2015-04-15 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Build /  BUILD-203 
 
 
 
  Bypass checkstyle for all generated sources  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Improvement 
 
 
 

Assignee:
 
 Grégory Joseph 
 
 
 

Components:
 

 Poms 
 
 
 

Created:
 

 15/Apr/15 1:27 PM 
 
 
 

Fix Versions:
 

 POMs 31 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Grégory Joseph 
 
 
 

Security Level:
 

 Public 
 
 
 
 
 
 
 
 
 
 
We currently bypass checkstyle for clover-generated sources, but we probably want to bypass it for all. Leave this open for now because it's debatable. Tools like APT don't always let us hook in to add our license headers and such, but maybe we should actually fix that instead of bypassing. 
If we want it, this patch does the trick: 

 
iff --git a/build-resources/src/main/resources/magnolia-build-resources/checkstyle-suppressions.xml b/build-resources/src/main/resources/magnolia-build-resources/checkstyle-suppressions.xml
index 4b92104..faa6bcc 100644
--- a/build-resources/src/main/

[magnolia-dev] [JIRA] (BUILD-89) Build on hudson occasionally reports false BuildError because of failed coverage

2015-03-18 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Build /  BUILD-89 
 
 
 
  Build on hudson occasionally reports false BuildError because of failed coverage  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Component/s:
 
 Build Tools 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] [JIRA] (BUILD-79) Examples in CMS taglib reference unreadable

2015-03-18 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Build /  BUILD-79 
 
 
 
  Examples in CMS taglib reference unreadable  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Fix Version/s:
 
 POMs 31 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] [JIRA] (BUILD-200) Introduce asciidoc for Javadoc

2015-03-17 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Build /  BUILD-200 
 
 
 
  Introduce asciidoc for Javadoc  
 
 
 
 
 
 
 
 
 
 
This script can be used, e.g: groovy ConvertJavadocToAsciiDoc.groovy ~/Dev/magnolia/git/magnolia_main/magnolia-core 
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Attachment:
 
 ConvertJavadocToAsciiDoc.groovy 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] [JIRA] (BUILD-160) Update Surefire (plugin and report) to 2.18.1

2015-03-16 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Build /  BUILD-160 
 
 
 
  Update Surefire (plugin and report) to 2.18.1  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 

Summary:
 
 Update Surefire (plugin and report) to 2. 17 18.1 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] [JIRA] (BUILD-194) Publish test-jars by default

2015-03-16 Thread on behalf of Grégory Joseph
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Grégory Joseph updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Build /  BUILD-194 
 
 
 
  Publish test-jars by default  
 
 
 
 
 
 
 
 
 

Change By:
 
 Grégory Joseph 
 
 
 
 
 
 
 
 
 
 Is there a reason We currently copy & paste this snippet when  we  don  need to share test-jars:{code:xml}  org.apache.maven.pluginsmaven-jar-plugintest-jarmaven-source-plugin  attach-test-sources  test-jar-no-fork  {code}Doing  this  ? :  in the parent pom by default might result in unnecessary disk space usage (and perhaps some confusion as to which projects do provide valuable reusable test code ) It'd be nice if we could somehow avoid the redundancy. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




  1   2   3   4   5   6   7   8   9   10   >