[magnolia-dev] [JIRA] (MGNLTAGS-44) Error when double click on folder

2014-07-25 Thread JIRA (on behalf of Peili Liang)
Peili Liang

[magnolia-dev] [JIRA] (MGNLTAGS-45) Reconfigure availability of de/activation and other actions

2014-07-25 Thread JIRA (on behalf of Peili Liang)
Peili Lia

[magnolia-dev] [JIRA] (MGNLTAGS-40) Use dedicated icon for "open dashboard" action

2014-07-25 Thread JIRA (on behalf of Peili Liang)
Peili Liang

[magnolia-dev] [JIRA] (DOCU-529) Modify the macros for the icons (node, folder, ...) in order to use images instead of the web-font

2014-07-25 Thread JIRA (on behalf of Christoph Meier)
Christoph Meier

[magnolia-dev] Re: Problem with MgnlUserManager

2014-07-25 Thread Shared account for Magnolia EE customers (via Magnolia Forums)
Thanks Josef, I try your code posted, and I hit the following error: [quote] No component configuration for type [info.magnolia.cms.security.UserManager] found. Please add a configuration to your module descriptor. [/quote] where is this configuration? Thanks Tony -- Context is everything

[magnolia-dev] Re: Problem with MgnlUserManager

2014-07-25 Thread via Magnolia Forums
Hi, Tony, sorry for mystifying you, the proper component for this is SecuritySupport [http://nexus.magnolia-cms.com/content/repositories/magnolia.public.sites/ref/5.3.1/apidocs/info/magnolia/cms/security/SecuritySupport.html]: [code]SecuritySupport securitySupport = Components.getComponent(Secu

[magnolia-dev] [JIRA] (BLOSSOM-186) Update sample to Magnolia 5.3.1 and DAM 2.0.1

2014-07-25 Thread JIRA (on behalf of Tobias Mattsson)
Tobias Ma

[magnolia-dev] [JIRA] (MGNLUI-3079) Internationalisation for assets is broken

2014-07-25 Thread JIRA (on behalf of Jan Schulte)
Jan Schul

[magnolia-dev] Re: Problem with MgnlUserManager

2014-07-25 Thread Shared account for Magnolia EE customers (via Magnolia Forums)
It works! Thanks Josef Regards Tony -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=9bb68f11-e557-400c-9284-def0bfadf314 For list details, see: http://www.magnolia-cms.com/community/mailing-li

[magnolia-dev] [JIRA] (BLOSSOM-187) Performance problem related to SpecialAttributeRequestWrapper

2014-07-25 Thread JIRA (on behalf of Tobias Mattsson)
Tobias Ma

[magnolia-dev] [JIRA] (MGNLUI-3062) Deleting not empty folders in groups and roles does not work - disable delete while not empty

2014-07-25 Thread JIRA (on behalf of Evzen Fochr)
Evzen Fochr

[magnolia-dev] [JIRA] (MGNLWORKFLOW-265) Fix delta between fresh install and instance migrated from 4.5

2014-07-25 Thread JIRA (on behalf of Daniel Lipp)
Daniel Li

[magnolia-dev] [JIRA] (MGNLWORKFLOW-265) Fix delta between fresh install and instance migrated from 4.5

2014-07-25 Thread JIRA (on behalf of Daniel Lipp)
Daniel Lipp

[magnolia-dev] [JIRA] (MGNLWORKFLOW-265) Fix delta between fresh install and instance migrated from 4.5

2014-07-25 Thread JIRA (on behalf of Daniel Lipp)
Daniel Lipp

[magnolia-dev] [JIRA] (VANITY-6) App stopping after starting in 5.3

2014-07-25 Thread on behalf of Michaël van der Mark
Michaël v

[magnolia-dev] [JIRA] (MGNLUI-3080) Page editor should not display 'Edit page properties' when page does not have a dialog

2014-07-25 Thread JIRA (on behalf of Tobias Mattsson)
Tobias Ma

[magnolia-dev] Re: why TemplateExporter can't Registered templates

2014-07-25 Thread Tobias Mattsson (via Magnolia Forums)
Hi Young Lee, I've reviewed the source and can't find anything that would cause this problem. At this point I'd suspect something is wrong with the IDE and project setup. Do you have the same problem running the blossom sample ? -- Context is everything: http://forum.magnolia-cms.com/forum/th

[magnolia-dev] [JIRA] (MGNLUI-3081) As a User I should be able to see which database Magnolia is using so I can provide that information when creating support tickets

2014-07-25 Thread JIRA (on behalf of Jan Haderka)
Jan Hader

[magnolia-dev] Re: Problem with MgnlUserManager

2014-07-25 Thread Shared account for Magnolia EE customers (via Magnolia Forums)
Sorry for bother again, but I thinked that with a UserManager I can change password for a random user. So Why I Hit the following exception [quote] ERRORE: Please use a specific instance of UserManager to do this. [/quote] in the following code? ( newPassword="randompassword" ) userManager.ch

[magnolia-dev] Re: Problem with MgnlUserManager

2014-07-25 Thread Ondrej Chytil (via Magnolia Forums)
Hi Tony, as the message says, you have to get UserManager for specific realm. Calling [code] UserManager userManager = securitySupport.getUserManager(); [/code] will get you DelegatingUserManager which throws UnsupportedOperationException at current implementation. I guess you created your user