[magnolia-dev] [JIRA] Created: (MGNLDAM-2) Implement Bicubic interpolation for resizing on thumbnail generation

2012-10-26 Thread JIRA (on behalf of Christopher Zimmermann)
Implement Bicubic interpolation for resizing on thumbnail generation


 Key: MGNLDAM-2
 URL: http://jira.magnolia-cms.com/browse/MGNLDAM-2
 Project: Magnolia DAM Module
  Issue Type: Improvement
Affects Versions: 1.0 Alpha S8
Reporter: Christopher Zimmermann
Assignee: Christopher Zimmermann


Bilinear interpolation is the default in BasicResizer.java.
But it looks bad and Bicubic looks good. But bicubic is much slower. 2 to 4 
times slower in my tests.

In experiments, I was able to change a specific resize operation 
"BoundedResize" to be able to accept an "interpolation" node on its 
configuration. 

But I want to see if its possible in a more generic way to set "interpolation" 
as a parameter, so it doesnt have to be built in specifiically for every 
operation.
BoundedResize extends AbstractCropAndResize.java which has a BasicResizer as a 
member.
Is there not a way to configure the BasicResizer itself via configuration node? 
Perhaps. I will ask Gregory.

For best quality bicubic would be used everywhere - but bilinear resizing is 
passable for bigger images. It looks bad on small images.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira





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] Created: (MGNLUI-109) Replace content2bean with node2bean

2012-10-26 Thread JIRA (on behalf of Jaroslav Simak)
Replace content2bean with node2bean
---

 Key: MGNLUI-109
 URL: http://jira.magnolia-cms.com/browse/MGNLUI-109
 Project: Magnolia UI
  Issue Type: Task
  Security Level: Public
Reporter: Jaroslav Simak
Assignee: Jaroslav Simak
 Fix For: 5.0




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira





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] Created: (DOCU-334) Update Module documentation

2012-10-26 Thread JIRA (on behalf of Gavan Stockdale)
Update Module documentation
---

 Key: DOCU-334
 URL: http://jira.magnolia-cms.com/browse/DOCU-334
 Project: Documentation
  Issue Type: Improvement
  Security Level: Public
Reporter: Gavan Stockdale
Assignee: Antti Hietala


Update/check module documentation for consistency and compliance with 4.5 
Identify cases where tutorials could be appropriate.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira





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] Created: (MGNLPUR-74) Error during Login

2012-10-26 Thread JIRA (on behalf of Sankaragomathi V)
Error during Login
--

 Key: MGNLPUR-74
 URL: http://jira.magnolia-cms.com/browse/MGNLPUR-74
 Project: Magnolia Public User Registration
  Issue Type: Bug
 Environment: Microsoft Windows XP, 2 GB RAM
Reporter: Sankaragomathi V
Assignee: Grégory Joseph
Priority: Blocker
 Attachments: PURError.JPG, RegistrationSuccess.JPG

We tried creating users using Public User Registration(PUR) Module in Magnolia 
Version 4.5.2. We were able to successfully register users.But when we try to 
login using the same user id, it throws up error saying "Error during Login". 
No Exception seen in the console/Server log. This issue exists in version 4.5.3 
as well.

Please help us in registering a user and use the same details for login. Please 
find attached the screenshot for Profile registration and Login

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

   



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] Created: (MAGNOLIA-4628) Guice Exception while deploying Magnolia in JBoss Application Server

2012-10-26 Thread JIRA (on behalf of Sankaragomathi V)
Guice Exception while deploying Magnolia in JBoss Application Server


 Key: MAGNOLIA-4628
 URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-4628
 Project: Magnolia
  Issue Type: Bug
  Security Level: Public
Affects Versions: 4.5.2
 Environment: Microsoft Windows XP
Reporter: Sankaragomathi V
Priority: Blocker


After Clustering JBoss App Server,when deploying Magnolia on the Cluster we 
encountered Guice Exception. We referred Magnolia Community Forums and the 
issue (Guice Creation error) is still open in the forum. Please let us know how 
to overcome this exception.
Please find below the exception
 
at info.magnolia.cms.core.version.VersionManager.(VersionManager.java:65)
at 
info.magnolia.objectfactory.guice.GuiceComponentConfigurationModule.bindImplementation(GuiceComponentConfigurationModule.java:155)
while locating info.magnolia.cms.core.version.VersionManager
Caused by: java.lang.NullPointerException
at 
info.magnolia.cms.core.version.BaseVersionManager$1.exec(BaseVersionManager.java:126)
at 
info.magnolia.cms.core.version.BaseVersionManager$1.exec(BaseVersionManager.java:121)
at info.magnolia.cms.security.JCRSessionOp.exec(JCRSessionOp.java:69)
at info.magnolia.context.MgnlContext.doInSystemContext(MgnlContext.java:403)
at info.magnolia.context.MgnlContext.doInSystemContext(MgnlContext.java:376)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira





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] Updated: (BLOSSOM-97) magnolia-module-blossom-extension-data 2.0.1 has transitive dependency on info.magnolia:magnolia-module-scheduler 1.4.2 which is not compatible with Magnol

2012-10-26 Thread JIRA (on behalf of Tobias Mattsson)

 [ 
http://jira.magnolia-cms.com/browse/BLOSSOM-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tobias Mattsson updated BLOSSOM-97:
---

Fix Version/s: Data Extension 2.0.2

> magnolia-module-blossom-extension-data 2.0.1 has transitive dependency on 
> info.magnolia:magnolia-module-scheduler 1.4.2 which is not compatible with 
> Magnolia 4.5.4
> ---
>
> Key: BLOSSOM-97
> URL: http://jira.magnolia-cms.com/browse/BLOSSOM-97
> Project: Magnolia Blossom Module
>  Issue Type: Bug
>  Components: data-extension
>Affects Versions: Data Extension 2.0.1
>Reporter: Tomas Brimor
>Assignee: Tobias Mattsson
>Priority: Blocker
> Fix For: Data Extension 2.0.2
>
>
> {code}
> [INFO] |  +- 
> info.magnolia:magnolia-module-blossom-extension-data:jar:2.0.1:compile
> [INFO] |  |  \- info.magnolia:magnolia-module-data:jar:1.7:compile
> [INFO] |  | \- info.magnolia:magnolia-module-scheduler:jar:1.4.2:compile
> {code}
> {code}
> 2012-10-24 13:34:41,719 ERROR 
> info.magnolia.init.MagnoliaServletContextListener : Oops, Magnolia could not 
> be started
> info.magnolia.module.model.reader.ModuleDependencyException: Module Magnolia 
> Tools Project (version 1.2.0) is dependent on scheduler version 1.5/*, but 
> Magnolia Scheduler Module (version 1.4.2) is currently installed.
> {code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira





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] Created: (DOCU-335) Document how to create an article template with floating in main area

2012-10-26 Thread JIRA (on behalf of Ruth Stocks)
Document how to create an article template with floating in main area
-

 Key: DOCU-335
 URL: http://jira.magnolia-cms.com/browse/DOCU-335
 Project: Documentation
  Issue Type: Task
  Security Level: Public
Reporter: Ruth Stocks
Assignee: Ruth Stocks




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira





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] Updated: (BLOSSOM-97) magnolia-module-blossom-extension-data 2.0.1 has transitive dependency on info.magnolia:magnolia-module-scheduler 1.4.2 which is not compatible with Magnol

2012-10-26 Thread JIRA (on behalf of Tobias Mattsson)

 [ 
http://jira.magnolia-cms.com/browse/BLOSSOM-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tobias Mattsson updated BLOSSOM-97:
---

Priority: Major  (was: Blocker)

> magnolia-module-blossom-extension-data 2.0.1 has transitive dependency on 
> info.magnolia:magnolia-module-scheduler 1.4.2 which is not compatible with 
> Magnolia 4.5.4
> ---
>
> Key: BLOSSOM-97
> URL: http://jira.magnolia-cms.com/browse/BLOSSOM-97
> Project: Magnolia Blossom Module
>  Issue Type: Bug
>  Components: data-extension
>Affects Versions: Data Extension 2.0.1
>Reporter: Tomas Brimor
>Assignee: Tobias Mattsson
>Priority: Major
> Fix For: Data Extension 2.0.2
>
>
> {code}
> [INFO] |  +- 
> info.magnolia:magnolia-module-blossom-extension-data:jar:2.0.1:compile
> [INFO] |  |  \- info.magnolia:magnolia-module-data:jar:1.7:compile
> [INFO] |  | \- info.magnolia:magnolia-module-scheduler:jar:1.4.2:compile
> {code}
> {code}
> 2012-10-24 13:34:41,719 ERROR 
> info.magnolia.init.MagnoliaServletContextListener : Oops, Magnolia could not 
> be started
> info.magnolia.module.model.reader.ModuleDependencyException: Module Magnolia 
> Tools Project (version 1.2.0) is dependent on scheduler version 1.5/*, but 
> Magnolia Scheduler Module (version 1.4.2) is currently installed.
> {code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira





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] Updated: (MGNLSTK-1017) Don't use member of TemplateDefinitionRegistry in TemplateCategoryUtil

2012-10-26 Thread on behalf of Roman Kovařík

 [ 
http://jira.magnolia-cms.com/browse/MGNLSTK-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Roman Kovařík updated MGNLSTK-1017:
---

Affects Version/s: 2.0
   (was: 2.0.6)

> Don't use member of TemplateDefinitionRegistry in TemplateCategoryUtil
> --
>
> Key: MGNLSTK-1017
> URL: http://jira.magnolia-cms.com/browse/MGNLSTK-1017
> Project: Magnolia Standard Templating Kit
>  Issue Type: Bug
>  Components: templates
>Affects Versions: 2.0
>Reporter: Roman Kovařík
>Assignee: Roman Kovařík
>Priority: Major
> Fix For: 2.0.7
>
>
> Don't allow to have 2 instances of TemplateDefinitionRegistry in 
> TemplateCategoryUtil.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

   



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] Created: (MGNLSTK-1017) Don't use member of TemplateDefinitionRegistry in TemplateCategoryUtil

2012-10-26 Thread on behalf of Roman Kovařík
Don't use member of TemplateDefinitionRegistry in TemplateCategoryUtil
--

 Key: MGNLSTK-1017
 URL: http://jira.magnolia-cms.com/browse/MGNLSTK-1017
 Project: Magnolia Standard Templating Kit
  Issue Type: Bug
  Components: templates
Affects Versions: 2.0.6
Reporter: Roman Kovařík
Assignee: Roman Kovařík
Priority: Major
 Fix For: 2.0.7


Don't allow to have 2 instances of TemplateDefinitionRegistry in 
TemplateCategoryUtil.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

   



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] Created: (MGNLUI-110) SubApp: pass SubAppContext to SubApp instead of AppContext

2012-10-26 Thread JIRA (on behalf of Espen Jervidalo)
SubApp: pass SubAppContext to SubApp instead of AppContext
--

 Key: MGNLUI-110
 URL: http://jira.magnolia-cms.com/browse/MGNLUI-110
 Project: Magnolia UI
  Issue Type: Sub-task
  Security Level: Public
Affects Versions: 5.0 Alpha1 S7
Reporter: Espen Jervidalo
 Fix For: 5.0 Alpha1 S8




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira





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] Created: (MGNLUI-111) workbench definition part of subapp descriptor, not app descriptor

2012-10-26 Thread JIRA (on behalf of Espen Jervidalo)
workbench definition part of subapp descriptor, not app descriptor
--

 Key: MGNLUI-111
 URL: http://jira.magnolia-cms.com/browse/MGNLUI-111
 Project: Magnolia UI
  Issue Type: Sub-task
  Security Level: Public
Affects Versions: 5.0 Alpha1 S7
Reporter: Espen Jervidalo
 Fix For: 5.0 Alpha1 S8




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira





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] Created: (MGNLMIGRATION-147) Create a page to use ReportGenerator and add an item into the Tools menu

2012-10-26 Thread JIRA (on behalf of Jozef Chocholacek)
Create a page to use ReportGenerator and add an item into the Tools menu


 Key: MGNLMIGRATION-147
 URL: http://jira.magnolia-cms.com/browse/MGNLMIGRATION-147
 Project: Magnolia Migration
  Issue Type: Sub-task
Reporter: Jozef Chocholacek
Assignee: Jozef Chocholacek




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira





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] Updated: (MGNLMIGRATION-147) Create a page to use ReportGenerator and add an item into the Tools menu

2012-10-26 Thread JIRA (on behalf of Jozef Chocholacek)

 [ 
http://jira.magnolia-cms.com/browse/MGNLMIGRATION-147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jozef Chocholacek updated MGNLMIGRATION-147:


Fix Version/s: 1.2
  Description: Create an Admin-interface page which will use the 
ReportGenerator, add a "Migration Report" item to the Tools menu.

> Create a page to use ReportGenerator and add an item into the Tools menu
> 
>
> Key: MGNLMIGRATION-147
> URL: http://jira.magnolia-cms.com/browse/MGNLMIGRATION-147
> Project: Magnolia Migration
>  Issue Type: Sub-task
>Reporter: Jozef Chocholacek
>Assignee: Jozef Chocholacek
> Fix For: 1.2
>
>
> Create an Admin-interface page which will use the ReportGenerator, add a 
> "Migration Report" item to the Tools menu.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira





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: