[magnolia-user] Re: Retrieve selected values from checkbox dialog via JCR.

2014-03-24 Thread Andrew Lazere (via Magnolia Forums)
The link for the photo is not showing up for me even though I added it to imgur. Here is the link below though. [url]http://imgur.com/cuaiyUi[/url] -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=04157a35-21b6-4b1d-abe1-e64df820953b

[magnolia-user] Retrieve selected values from checkbox dialog via JCR.

2014-03-24 Thread Andrew Lazere (via Magnolia Forums)
I have three checkboxes that I added to the page properties dialog that appears in the upper right hand corner of a template I created. It is structured like so... [img]http://imgur.com/cuaiyUi[/img] Within a modelClass I created for an area, how do I retrieve the data values of the "category"

[magnolia-user] Blossom and Apps

2014-03-24 Thread Yves Tanas (via Magnolia Forums)
Can i write a magnolia app of the admincenter with blossom, or do i really need to klick it together in the admin interface ? -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=b4d74a5e-5488-497c-9b6f-2718ffe5b0ec ---

[magnolia-user] Communicate with repository via java

2014-03-24 Thread Yves Tanas (via Magnolia Forums)
How would i do sth. like this ... ? i still can't find anything on how to access these repositories from outside magnolia. Any good documents about that ? private UserRepository repository; @Autowired public RepositoryUserDetailsService(UserRepository repository) { this.repos

[magnolia-user] Newbee Question on ftl usage, credentials and the userprofile

2014-03-24 Thread Yves Tanas (via Magnolia Forums)
I have made myself an Extended Userprofile, given an extra value: public static String SOCIALINPROVIDER = "socialInProvider"; private SocialMediaService signInProvider; This will be used to store find extra connection data, if available. so now i have to adapt the user-registration form a

[magnolia-user] Re: Spring Blossom and STK

2014-03-24 Thread Ravi Singh (via Magnolia Forums)
Hi Francisco, I'm trying to do the same, can you share your setup information to make your blossom component appear on editor. Thanks, Ravi -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=346c70c8-cc2f-417c-a91d-89341eafe407 ---

Re: [magnolia-user] auto-saving to magnolia bootstrap files

2014-03-24 Thread Ulrich Scheidegger
Well, of course you will not be able to update the bootstrap file inside the JAR. But you could simply export the page as XML to some defined path. So yes, it is possible. For activation it's easier though: The activation command can be reconfigured to include more sub-commands. So you could a

[magnolia-user] auto-saving to magnolia bootstrap files

2014-03-24 Thread Vinny
Is it possible to have a page in magnolia create or update it's equivalent bootstrap file after it has been modified/activated? Thanks, Vincent For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternati

Re: [magnolia-user] Is it possible to reload a boostrap xml at runtime?

2014-03-24 Thread Vinny
Yes, thank you. That is very cool. I heart Groovy. -- biz: http://www.linkedin.com/in/vincentstoessel/ personal: http://xaymaca.tumblr.com/ On Mon, Mar 24, 2014 at 10:54 AM, Ulrich Scheidegger < willscheideg...@mac.com> wrote: > Sure. You can do it programmatically at runtime, e.g. in a Groovy

Re: [magnolia-user] Aggregating external RSS content into a Page

2014-03-24 Thread Nils Breunese
Kevin K. Han wrote: > I've configured an RSS Aggregator but could not incorporate into a Page. It > does not appear as a Component which I can select and insert. What do I need > to do? If someone could provide some simple steps on how to aggregate > external RSS content into a Page would be ap

Re: [magnolia-user] Re: Exception while boostraping an ACL role

2014-03-24 Thread Nils Breunese
Fabrice Lazzari wrote: > I've been debugging the JCR code these last hours, hoping I can understand > what's happening and why my bootstrap is failing. Unfortunately I know the > JCR too bad to figure out what's going on. Hope there will be someone here > able to help out. > > Seems it is no p

[magnolia-user] Aggregating external RSS content into a Page

2014-03-24 Thread Kevin K. Han (via Magnolia Forums)
I've configured an RSS Aggregator but could not incorporate into a Page. It does not appear as a Component which I can select and insert. What do I need to do? If someone could provide some simple steps on how to aggregate external RSS content into a Page would be appreciated. Thanks! -- Conte

[magnolia-user] Remove root node from URL when accessing page from webssite workspace

2014-03-24 Thread Emil Selmeryd (via Magnolia Forums)
In Magnolia 4.5.11, you can use site definition (domains and mappings) to remove the root node from the URL for example: [code]www.mysite.com/mySite/contact //can be accessed from www.mysite.com/contact[/code] but is it possible to achieve the same thing when double clicking on a page in the

Re: [magnolia-user] Is it possible to reload a boostrap xml at runtime?

2014-03-24 Thread Ulrich Scheidegger
Sure. You can do it programmatically at runtime, e.g. in a Groovy script. For instance if you would like to re-bootstrap the xml containing the superuser account: BootstrapUtil.bootstrap(new String[]{"/mgnl-bootstrap/core/users.system.superuser.xml"}, ImportUUIDBehavior.IMPORT_UUID_COLLISION_R

[magnolia-user] Is it possible to reload a boostrap xml at runtime?

2014-03-24 Thread Vinny
Hello, Is it possible to have a bootstrap file currently deployed on a public instance reloaded without restarting the pub instance? TIA, Vincent For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Altern

[magnolia-user] Re: Exception while boostraping an ACL role

2014-03-24 Thread Fabrice Lazzari (via Magnolia Forums)
Hello all, I've been debugging the JCR code these last hours, hoping I can understand what's happening and why my bootstrap is failing. Unfortunately I know the JCR too bad to figure out what's going on. Hope there will be someone here able to help out. Seems it is no permission problem. Every

[magnolia-user] Re: CKEditor JSConfig

2014-03-24 Thread via Magnolia Forums
Hi Geoffrey, FYI the plugin.js file is located at /VAADIN/js/magnolialink/plugin.js but it should be resolved just fine afaik. Additionally you may consider using config.extraPlugins and/or config.removePlugins instead of config.plugins directly. Now on the serious side of things, CKEditor is