[magnolia-user] [announce] Magnolia CORE 5.4.14 is available

2017-10-19 Thread Christoph Meier (via Magnolia Forums)
Hi, We’re happy to announce the release of Magnolia CORE 5.4.14. Besides fixing a vulnerability in the Security app and some other minor bugs, this release brings also a change in the configuration of the LDAP Connector module. There is a link to the release notes below as usual. You can check

[magnolia-user] [announce] Magnolia CORE 5.5.6 is available

2017-08-29 Thread Christoph Meier (via Magnolia Forums)
Hi, We’re happy to announce the release of Magnolia CORE 5.5.6: Changes for authors: Introducing the Content Editor - An author-friendly interface that lets you create long-form content easily and publish it instantly. A mix of structured form fields and free-flow composition means you can reus

[magnolia-user] Re: cmsfn with angular

2017-07-25 Thread Christoph Meier (via Magnolia Forums)
Hi Mario My first hint is: Understand the freemarker [i]${myObject} expression[/i] :-) It is similar to the [i]#toString[/i] method in Java. Simply said freemarker applies #toString to the object (myObject). When you pass the typical [i]content[/i] object (which is of [i]type info.magnolia.jcr.

[magnolia-user] Re: cmsfn with angular

2017-07-24 Thread Christoph Meier (via Magnolia Forums)
Hi Mario You should explain a bit more in detail what exactly you are trying to do. >From what file have you pasted a snippet? Is it a template, If yes, what template ... page or component? Or are you working with "processed resources"? What is the context of the content object which you are usi

[magnolia-user] Re: Module requirements

2017-07-19 Thread Christoph Meier (via Magnolia Forums)
So ... If your module should be part of your Magnolia webapp or Magnolia bundle, make sure your new module is added to the webapp / bundle. Typically that's done with Maven dependency management. Run [code]mvn dependency:tree[/code] on the pom of your webapp to see whether your webapp really c

[magnolia-user] Re: REST module: Can't read swagger JSON

2017-07-17 Thread Christoph Meier (via Magnolia Forums)
Make sure you understand all tabs of a role how it is defined. (maybe i should improve the docs concerning this point.) You may want to screen-shot all the tabs of your rest role and send me links to this screen-shots. E.g. the role "demo-rest-role" as described here => https://goo.gl/GdYafb wou

[magnolia-user] Re: REST module: Can't read swagger JSON

2017-07-17 Thread Christoph Meier (via Magnolia Forums)
As Tomáš already mentioned. Make sure you avoid the "double slash" (see your URL above). Plus: Check your security settings! Make sure, that the user, which you are using, is granted access to /.rest/swagger* Check https://goo.gl/GdYafb and or https://goo.gl/a3nz5d and maybe https://goo.gl/y5v

[magnolia-user] Re: REST module: Can't read swagger JSON

2017-07-17 Thread Christoph Meier (via Magnolia Forums)
Caesar I don't know your setup. ¯\_(ツ)_/¯ But if you have a locally installed bundle from of our downloads, typically the apiBasepath is indeed http://localhost:8080/magnoliaAuthor/.rest . Check the URL you are using to access the admin UI. If it is localhost:8080/magnoliaAuthor/ ... yep, then

[magnolia-user] Re: REST module: Can't read swagger JSON

2017-07-17 Thread Christoph Meier (via Magnolia Forums)
Caesar Also make sure that the property [i]/modules/rest-tools/config/apiBasepath[/i] is set correct. Its value must be [i]://://.rest[/i] Here is a section of a new doc page dealing with REST which explains what to take care for if you want use the swagger tools: => https://documentation.magno

[magnolia-user] Re: Connecting with database

2017-06-27 Thread Christoph Meier (via Magnolia Forums)
Hello Tumpa SINGHA RAY Magnolia is using JCR to store most if not all of the data - this is especially true for website content. Typically JCR is not restricting what data store is used "under the hood" to persist the JCR data - its persistence layer can and often is a RDBMS (especially in prod

[magnolia-user] Re: stkTeaserEventsList component only shows events of the current month

2017-06-14 Thread Christoph Meier (via Magnolia Forums)
nirjon If i remember correctly, what you're looking for is not there ootb and you have to implement your own EventsList for your use case. Please note that Magnolia has stopped feature development for STK with the release of Magnolia 5.4 (which was released on July 3, 2015). The module gets re

[magnolia-user] Re: Magnolia Nexus Unavailable

2017-06-06 Thread Christoph Meier (via Magnolia Forums)
Hello Sivakumar Nexus was down for some time over the weekend. Sorry for this inconvenience. Now it up and running. cheers, Christoph -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=359e398f-675a-4d4c-abb7-95cefde3eefe

[magnolia-user] Re: Error calling IcndbService via restfn templating function

2017-05-12 Thread Christoph Meier (via Magnolia Forums)
Hi Marco I have tried out the expression proposed by Jan. I had te same result as you. To be honest, i also was struggling a few times while using restfn. And at some point i started to use it this way: [code] [#assign res5 = restfn.call( "icndbClient", "info.magnolia.documentation.modules.rest

[magnolia-user] Re: Coupon Website with magnolia CMS

2017-04-17 Thread Christoph Meier (via Magnolia Forums)
Hi Sheena Basically, you can do everything with Magnolia :-) So, the answer is: Yes, why not? Just give it a try! kind regards, Christoph -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=29479a18-d1c9-47f3-b586-888444bdf010 -

[magnolia-user] Re: How can I customize administrator area ?

2017-04-17 Thread Christoph Meier (via Magnolia Forums)
Hello Wanessa Please have a look at [url=https://forums.magnolia-cms.com/forum/thread.html?threadId=10050981-bc9b-4f5b-982f-e3e83984e70f&page=1]this thread[/url], which also includes a link to a section in a docu page => [url=https://documentation.magnolia-cms.com/display/DOCS/App+theme#Appthem

[magnolia-user] Re: Magnolia Tomcat server

2017-03-21 Thread Christoph Meier (via Magnolia Forums)
Hi Kian Servlets is a big topic - if it's new for you, i don't know which resources i can recommend. You may want to start with docs from oracle: "What Is a Servlet?" http://docs.oracle.com/javaee/6/tutorial/doc/bnafe.html Closely related to servlets are servlet filters. (http://docs.oracle.c

[magnolia-user] Re: Run web update on the author and public instance

2017-03-21 Thread Christoph Meier (via Magnolia Forums)
Kian There is no .magnolia folder in the webapp. The path mentioned above by Antti is enabled via servlet mapping. Try to access this link with the browser: http://localhost:8080/magnoliaAuthor/ If you do it for the first time, Magnolia will finish the installation, finally leading you to a logi

[magnolia-user] Re: installing modules does not work

2017-03-05 Thread Christoph Meier (via Magnolia Forums)
Hi Tom Please provide a Maven dependency tree of your custom webapp. Use mvn dependency:tree to create the tree. And some more information about your environment: - OS - Java version - application server (vendor and version) By the way. On preconfigured Magnolia 5.4.7 bundles, DAM version 2.1.5

[magnolia-user] Re: Gradle build of Magnolia 5.5

2017-02-19 Thread Christoph Meier (via Magnolia Forums)
Hi Will User Razvan recently was fiddling around with Gradle and was successful at the end as far as i know. See https://forum.magnolia-cms.com/forum/thread.html?threadId=92166067-2d4b-4cfa-8d22-7c4ea6c4f98b&page=1 kind regards, Christoph -- Context is everything: http://forum.magnolia-cms.

[magnolia-user] Re: CSS files are loaded slowly from public after activation

2017-02-17 Thread Christoph Meier (via Magnolia Forums)
Hello Chris Magnolia 5.4 - which was [url=https://documentation.magnolia-cms.com/display/DOCS54/Release+notes+for+Magnolia+5.4]released on July 3, 2015[/url] - has introduced the concept of "Unified resource loading". Compared to earlier and other approaches it provides a lot flexibility on ma

[magnolia-user] Re: Creating empty project - Maven help!

2017-02-13 Thread Christoph Meier (via Magnolia Forums)
Hi Pedro Afaik Magnolie doesn't provide a Maven archetype to *install* Magnolia. However, there is an artifact to create Magnolia Maven modules. [code]mvn archetype:generate -DarchetypeCatalog=https://nexus.magnolia-cms.com/content/groups/public/[/code] For a quick and easy installation you could

[magnolia-user] Re: Troubles with contentConnector

2017-01-16 Thread Christoph Meier (via Magnolia Forums)
Hello Piotr Please provide some more infos what you have done exactly. Have you followed the "my first content app" tutorial precisely, or have you created your own new app trying to follow the tutorial? What this tutorial is covering only on the surface: the module descriptor and registration

[magnolia-user] Re: Couldn't access an init parameter in a filter using FilterDecorator

2017-01-16 Thread Christoph Meier (via Magnolia Forums)
Hello Aiping Zhang Do you see the new filter config in the JCR configuration app? Could you provide a screenshot how the config of your new filter looks like? Have you already tried to debug the running app setting a breakpoint in the #init and #doFilter methods of your new filter? cheers, Ch

[magnolia-user] Re: Add headers using the REST client module

2017-01-04 Thread Christoph Meier (via Magnolia Forums)
grrr ... bad link above ... sorry :-) Next try: https://git.magnolia-cms.com/projects/DOCUMENTATION/repos/rest-client-examples/browse -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=e2f0f91a-351a-47fb-959b-713deeb14aea

[magnolia-user] Re: Add headers using the REST client module

2017-01-04 Thread Christoph Meier (via Magnolia Forums)
Hi Kyriakos I was also trying out quickly some (dummy) ClientRequestFilter(s). I have registered one via "components" and one via "clientFilters" (which is deprecated). The result was (luckily) as expected: Both work fine. There is a little documentation project which now contains the 2 dummy fi

[magnolia-user] Re: Add headers using the REST client module

2017-01-04 Thread Christoph Meier (via Magnolia Forums)
Kyriakos I'm glad to hear that it works now. [quote]I had to replace "components" with "clientFilters" in the configuration[/quote] That's astonishing, i would expect both should work. However, thanks for reporting it, i will check it. cheers, chm -- Context is everything: http://forum.ma

[magnolia-user] Re: Add headers using the REST client module

2017-01-04 Thread Christoph Meier (via Magnolia Forums)
Kyriakos I have updated the [url=https://documentation.magnolia-cms.com/display/DOCS/REST+client+module#RESTclientmodule-Configuration]configuration section on the docu page[/url]. This way the filter gets registered and is executed with each request. I hope it works ;-) -- Context is everyth

[magnolia-user] Re: Add headers using the REST client module

2017-01-03 Thread Christoph Meier (via Magnolia Forums)
Hello Kyriakos I haven't tried out yet, but concerning the docu (which you have linked above) you can configure a list of "components". Such a component can be a ClientRequestFilter or ClientResponseFilter. Also check the resteasy-docu (https://goo.gl/Yu2LII) "Client Side Filters". kind regard

[magnolia-user] [announce] Magnolia NOW is available

2016-11-15 Thread Christoph Meier (via Magnolia Forums)
Hello, We’re excited to to announce the first release of Magnolia NOW! Magnolia NOW is a cloud-based platform-as-a-service offering built on top of Magnolia CORE. It provides you with the complete infrastructure needed to run Magnolia and enables the continuous delivery of your custom module

[magnolia-user] [announce] Magnolia CORE 5.5 is available

2016-11-15 Thread Christoph Meier (via Magnolia Forums)
Hello, We’re happy to announce the release of Magnolia CORE 5.5. This major release provides many cool new features, improvements and bugfixes. Here is a short summary: Magnolia's on-premise product has a new name: Magnolia CORE. Of course, it’s the same flexible, robust system you rely on t

[magnolia-user] Re: How to filter Content App data in pages?

2016-11-11 Thread Christoph Meier (via Magnolia Forums)
Hi Carlos Generally spoken, categorize your cars. "Eric cars" are not categorized by using the "Categories app". Have a look at https://wiki.magnolia-cms.com/display/WIKI/mgnl-conf+2016+workshop+-+dive+into+content+pools+with+Magnolia That's something similar as Eric cars, but it goes a bit furt

[magnolia-user] Re: How to change response contentType with freemarker template ?

2016-10-27 Thread Christoph Meier (via Magnolia Forums)
Ups, what i forgot: In the template make sure to reference your custom renderType [code] templateScript: /camera-collection/templates/pages/simple-json-provider.ftl renderType: json title: Simple json provider [/code] :-) -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html

[magnolia-user] Re: How to change response contentType with freemarker template ?

2016-10-27 Thread Christoph Meier (via Magnolia Forums)
Hello There was a plan to allow to set the content-type on the RenderableDefinition (if i remember correctly), however, that's not yet implemented. But AbstractRenderer has #setContentType method. Ergo: To solve your problem, define a custom renderer. To keep things simple, just extend the the

[magnolia-user] Re: Hello World IDE - newly added template module 'myTemplateModule' not listed/displayed in Magnolia Installation Screen

2016-09-30 Thread Christoph Meier (via Magnolia Forums)
Hi Can you please provide a link to the video you have mentioned? Which exact version of Magnolia are you using? In case you don't know, check the about app on your local running bundle, see http://localhost:8080/magnoliaAuthor/.magnolia/admincentral#app:about:; Just to be sure what you are tal

[magnolia-user] Re: How to show Content App data in pages?

2016-09-30 Thread Christoph Meier (via Magnolia Forums)
Carlos, The page https://documentation.magnolia-cms.com/display/DOCS/Accessing+content+on+the+server+side provides an example about how to fetch content app data within ftl. And, yeah, a model gives the full power and flexibility of Java, but it must be part of Magnolia Maven module. (Just ment

[magnolia-user] [announce] Magnolia 5.3.16 is available

2016-09-08 Thread Christoph Meier (via Magnolia Forums)
Hello, Magnolia 5.3.16 has just been released! In addition to bug fixes, Magnolia 5.3.16 provides a way to disable drag and drop in apps, better dependency management for 3rd party libraries and an update to avoid a security vulnerability in the CAS module. This is a recommended update for al

[magnolia-user] Re: Permissions on Web access tab does not get updated immediately.

2016-08-10 Thread Christoph Meier (via Magnolia Forums)
Hi Matias Ramos If you change security settings for a user. The user must logout and login in order to fetch a new session which will contain the adapted security settings. No server restart required. (Otherwise it would be a bug.) If you are using [i]magnolia-rest-tools[/i] with its swagger RE

[magnolia-user] Re: Rest API - retrieve node by jcr:uuid

2016-07-25 Thread Christoph Meier (via Magnolia Forums)
Hello Michele It is one of the limitations of the default REST endpoints "nodes" and "properties" that it can deliver content from one workspace only - within one request. Make to REST calls or do one of the following things, to overcome the limitation: - implement a custom endpoint - create J

[magnolia-user] Re: Magnolia 5.4.7 imaging not working for me

2016-07-21 Thread Christoph Meier (via Magnolia Forums)
Hi Aiping Glad to hear that your imaging variations are again working fine :-) To avoid hardcoding of the variation name in the template script, you may want to use "Custom template properties". See: - https://documentation.magnolia-cms.com/display/DOCS/Template+definition#Templatedefinition-Cu

[magnolia-user] Re: Error with Content App using LinkField link to another content app

2016-07-21 Thread Christoph Meier (via Magnolia Forums)
If you provide the files here - you have at least in theory a bigger audience which is aware of your issue and may help you. And if "we" (me or whoever) figures ou the solution here, it might be helpful for others as well - because the forum is public in contrast to SUPPORT tickets. So please ad

[magnolia-user] Re: Magnolia 5.4.7 imaging not working for me

2016-07-21 Thread Christoph Meier (via Magnolia Forums)
Hi Aiping Zhang If the link (the value of the src atribute) contains "default", then, the mechanism creating the link was not able to find or resolve the variation. How have you created the link? Using damfn or imgfn? or even in a model class? Are you sure that the theme - which defines the im

[magnolia-user] Re: Error with Content App using LinkField link to another content app

2016-07-21 Thread Christoph Meier (via Magnolia Forums)
Hi In order to help you - it would help "us" if you could provide the 2 app definitions and the nodetypes.xml (for your custom node types) ALL as files. Probably you can them to https://gist.github.com/ and provide the links to the files here in the forum. Concerning error logs: Next time pleas

[magnolia-user] Re: How to remove oops magnolia and put a custom page

2016-05-09 Thread Christoph Meier (via Magnolia Forums)
Hi Robert What do you mean with oops? What exactly do you want to achieve? -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=0e685293-da76-4e18-963d-a38713494c15 For list details, see http://www.

[magnolia-user] Re: Is observation module still supported?

2016-04-25 Thread Christoph Meier (via Magnolia Forums)
Frank Good observation :-) , at the moment, magnolia-module-observation is not used in CE-bundle(s) (besides within the test-bundle). As a rule of thumb: - Use the magnolia-module-observation to enable observation by configration. This also allows to enable/disable observation on a running in

[magnolia-user] [announce] Magnolia 5.4.6 is available

2016-04-22 Thread Christoph Meier (via Magnolia Forums)
Hi there, Magnolia 5.4.6 has been released! It fixes many issues and introduces some new cool features too. Here is a short summary: - Many improvements on i18n including i18n support for light modules and some new keys that can be used across modules. - MTK provides two new components for vid

[magnolia-user] Re: maven 2 & 5.4.5: info.magnolia.test.RepositoryTestCase don't work anymore

2016-04-08 Thread Christoph Meier (via Magnolia Forums)
Please note that Magnolia recommends using _Maven version 3.2.3_. See https://documentation.magnolia-cms.com/display/DEV/Maven+setup (2nd note: The [i]Maven setup[/i] page currently gets updated because it contains a few issues. However, the recommendation to use Maven version 3.2.3 is still vali

[magnolia-user] Re: Magnolia MTE - using freemarker include statement

2016-03-23 Thread Christoph Meier (via Magnolia Forums)
Hi Patrick When including .ftl files within other .ftl. files, use an "absolute" path which starts at "module name". (Meaning here the "module" within src/main/resources or actually the light module name. See https://documentation.magnolia-cms.com/display/DOCS/Module+structure .) So do somethi

[magnolia-user] Re: Back to Magnolia.. found 5.4 !

2016-03-14 Thread Christoph Meier (via Magnolia Forums)
Hello All true what Nils and Jozef have said already. If you need help for the migration, do not hesitate to contact the Magnolia Services department, see https://www.magnolia-cms.com/services/expertise.html. However, if you consider staying at 4.5, be aware that Magnolia 4.5 will reach its "e

[magnolia-user] Re: calling a web service using magnolia

2016-03-10 Thread Christoph Meier (via Magnolia Forums)
Okay Priyanka, i have added a summary to https://documentation.magnolia-cms.com/display/DOCS/REST+client+module about what steps you have to do in order to get Java client (requesting a 3rd party webservice) within Magnolia. happy coding! -- Context is everything: http://forum.magnolia-cms.

[magnolia-user] Re: calling a web service using magnolia

2016-03-10 Thread Christoph Meier (via Magnolia Forums)
Dear Priyanka I'm not completely sure whether the above mentioned doc. page is too narrow or whether you probably have just not read it accurately :-) However ... i'll add another section which is summarizing the steps you have to accomplish. Meanwhile show me you service interface (you can post

[magnolia-user] Re: calling a web service using magnolia

2016-03-09 Thread Christoph Meier (via Magnolia Forums)
"Service interface declaration" is a java interface. In which package you add your java classes / interfaces is up to you. Probably i have to update / clarify the docu. However: 0) Make sure rest-client module is enabled. 1) Create the interface = "Service interface declaration" 2) Configure the

[magnolia-user] Re: calling a web service using magnolia

2016-03-09 Thread Christoph Meier (via Magnolia Forums)
Hi Priyanka In case you want to call a "3rd party" webservice from Magnolia on the server-side, i'd recommend creating a REST-client. Have a look at https://documentation.magnolia-cms.com/display/DOCS/REST+client+module i hope this helps, kind regards, Christoph -- Context is everything: ht

[magnolia-user] Re: Is it possible to hide Status column in Pages

2016-03-09 Thread Christoph Meier (via Magnolia Forums)
Appendix: It even easier, just disable the column - you will see how on https://documentation.magnolia-cms.com/display/DOCS/Column+definition ./chm -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=9a5ae859-f8f3-4b5c-8c48-f00feb78c620

[magnolia-user] Re: Is it possible to hide Status column in Pages

2016-03-09 Thread Christoph Meier (via Magnolia Forums)
Hi Xena Yes, you can :-) Basically you have to edit the configuration of the columns of the views of the pages app. "Just" remove the columns which you don't like :-) Have a look at the config app at this path: /modules/pages/apps/pages/subApps/browser/workbench/contentViews/list/columns e.g. on

[magnolia-user] Re: [announce] Magnolia 5.4.5 is available

2016-03-08 Thread Christoph Meier (via Magnolia Forums)
Thnx for spotting , Matteo we will fix :-) -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=43f55eb5-b073-4c09-9af1-0f7b30b5a7da For list details, see http://www.magnolia-cms.com/community/mailin

[magnolia-user] [announce] Magnolia 5.2.12 is available

2016-03-08 Thread Christoph Meier (via Magnolia Forums)
Hi there, Magnolia 5.2.12 is available Hi there, Magnolia 5.2.12 has just been released! 5.2.12 fixes a cross-site scripting (XSS) vulnerability and an activation issue. This is a recommended update for all Magnolia 5.2.x users. Release notes are linked below as usual, you can check out the

[magnolia-user] [announce] Magnolia 5.4.5 is available

2016-03-08 Thread Christoph Meier (via Magnolia Forums)
Hi there, Magnolia 5.4.5 has been released! 5.4.5 fixes a cross-site scripting (XSS) vulnerability and some other important issues, as well as adding some enhancements, among which: - The Content-Type header is no longer set by ContentTypeFilter. The MIME type was previously incorrectly set

[magnolia-user] [announce] Magnolia 5.3.14 is available

2016-03-08 Thread Christoph Meier (via Magnolia Forums)
Hi there, Magnolia 5.3.14 has just been released! 5.3.14 fixes a cross-site scripting (XSS) vulnerability and provides a new feature in the CAS Connector module. This is a recommended update for all Magnolia 5.3.x users. Release notes are linked below as usual, you can check out the full chang

[magnolia-user] Re: installing rest-tool

2016-03-07 Thread Christoph Meier (via Magnolia Forums)
Ups ... there is an ERROR in my last post ... and i cannot edit it. In the 2nd snippet for the webapp pom skip the version. Sorry for my stupidity :-{ -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=2cb0c1b8-4fcd-4d9d-a022-54ea78b90a03 --

[magnolia-user] Re: installing rest-tool

2016-03-07 Thread Christoph Meier (via Magnolia Forums)
Hi Priyanka Yes, adding the dependency to the pom should be sufficient. In case you don't know, it is a good practice to do the following thing: To the parent pom of your bundle, add the complete snippet including the version to the dependencyManagement section, e.g.: [code]

[magnolia-user] Re: installing rest-tool

2016-03-07 Thread Christoph Meier (via Magnolia Forums)
Hi Priyanka Please have a look at https://documentation.magnolia-cms.com/display/DOCS/REST+module (in case you haven't read it yet). Also note that these 2 modules are already part of the latest preconfigured Magnolia bundles (https://goo.gl/g7YBp6): - magnolia-rest-services - magnolia-rest-in

[magnolia-user] Re: I can't create a new project using maven archetype.

2016-02-12 Thread Christoph Meier (via Magnolia Forums)
Sorry, Giorgio, I cannot help you with this problem. Up to you whether you want to create a new thread or not. kind regards, Christoph -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=029ac8bb-4d7a-4610-8d6c-33771ca42ec6

[magnolia-user] [announce] Magnolia 5.3.13 is available

2016-02-12 Thread Christoph Meier (via Magnolia Forums)
Hi there, Magnolia 5.3.13 has just been released! Magnolia 5.3.13 addresses some support and maintenance issues. Among others it delivers the following fixes and enhancements: - Invalid message patterns aren't breaking the UI anymore. - The Content-Type header is not set by ContentTypeFilter a

[magnolia-user] [announce] Magnolia 5.3.13 is available

2016-02-12 Thread Christoph Meier (via Magnolia Forums)
Hi there, Magnolia 5.3.13 has just been released! Magnolia 5.3.13 addresses some support and maintenance issues. Among others it delivers the following fixes and enhancements: - Invalid message patterns aren't breaking the UI anymore. - The Content-Type header is not set by ContentTypeFilter a

[magnolia-user] [announce] Magnolia 5.2.13 is available

2016-02-12 Thread Christoph Meier (via Magnolia Forums)
Hi there, Magnolia 5.2.13 has just been released! Magnolia 5.2.13 addresses some support and maintenance issues. Among others it delivers the following fixes and enhancements: - Invalid message patterns aren't breaking the UI anymore. - The Content-Type header is not set by ContentTypeFilter a

[magnolia-user] Re: How to redirect parent page to first accessible child page

2016-02-12 Thread Christoph Meier (via Magnolia Forums)
Hi Xena Not sure what you mean with "redirecting parent page". In which context you want to redirect? You want to create a redirect template? Note that STK has a redirect template. You may not want to use STK, but the stk redirection template could be a good source of inspiration. By the way: Be

[magnolia-user] Re: I can't create a new project using maven archetype.

2016-02-12 Thread Christoph Meier (via Magnolia Forums)
Hi Giorgio I've checked your Maven settings.xml. (by the way: I've removed the post above for security reasons. Your settings contains passwords in plain text. So you also should remove it on pastebin!) but back to the issue: Your settings.xml is missing the 2 important things. I wonder whether

[magnolia-user] Re: I can't create a new project using maven archetype.

2016-02-11 Thread Christoph Meier (via Magnolia Forums)
Sure, Giorgio, you are right. You cannot have a created pom if the archetype fails. :-| I will check your settings.xml (but i cannot do it right now). -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=029ac8bb-4d7a-4610-8d6c-33771ca42ec6 ---

[magnolia-user] Re: I can't create a new project using maven archetype.

2016-02-11 Thread Christoph Meier (via Magnolia Forums)
Giorgio Please try to add the following lines (at the right place) to the pom.xml of your module: [code] magnolia.nexus.public https://nexus.magnolia-cms.com/content/groups/public/ true true [/code] If it is still not working,

[magnolia-user] Re: I can't create a new project using maven archetype.

2016-02-11 Thread Christoph Meier (via Magnolia Forums)
Hi Giorgio To help you, we should know a bit more. So please provide the "error message" given by Maven (if the error message is long, please add it to pastebin.com, gist.github.com or a similar service and just provide the link instead of copy pasting the complete stacktrace here). I was upda

[magnolia-user] Re: Hello World tutorial

2016-02-01 Thread Christoph Meier (via Magnolia Forums)
Hi Sammer Generally, yes, you can do the Hello World Tutorial with IDE. The error you've encountered [Failed to destroy end point associated with ProtocolHandler ["ajp-nio-8009"] ...] can have many reason. So i can't help you here. Make sure you start a proper Magnolia bundle. And make sure th

[magnolia-user] Re: Forum doesn't work properly - please use the mailing lists meanwhile

2016-02-01 Thread Christoph Meier (via Magnolia Forums)
Hi There The forum is back. It works again. :-) Once again we apologize for this inconvenience! We are aware that the Magnolia community forum is not really what you expect from a present-day forum. We are evaluating a better solution and hope to come with a more suitable solution in the future

[magnolia-user] [announce] Magnolia 5.4.4 is available

2016-01-19 Thread Christoph Meier (via Magnolia Forums)
Hi there, Magnolia 5.4.4 has been released! It is addressing a bunch of issues. Here is a short summary: - MTE templates move to a new module Magnolia Templating Kit (MTK) (a subreactor of templating-essentials) - MTK is available as a light module - MTK templates don't use model classes anymore

[magnolia-user] Re: cmsfn.children function doesn't work on public instance

2016-01-11 Thread Christoph Meier (via Magnolia Forums)
Hi Emil Please read https://documentation.magnolia-cms.com/display/DOCS/Templating+functions to get an idea how templating functions are registeref and which functions are brought by which module. Be aware that the templating functions on Magnolia 5.3.x do not have all the same methods as on

[magnolia-user] Re: Public instance templating error

2016-01-06 Thread Christoph Meier (via Magnolia Forums)
Hello Jonathan Are you sure that the template *templating:pages/helloWorld* is in the public context? -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=60490fe5-33c0-4c24-98a7-89c3d7c2f731 For l

[magnolia-user] Re: is it possible to get values in a node of dam-app

2015-12-23 Thread Christoph Meier (via Magnolia Forums)
Hi Xena I'm not 100% sure what you try to achieve. Generally, you can "read" every node and ever node property on the workspaces which belong to the JCR repository of your magnolia instance. (For sure JCR also has a security layer, but let's keep this aside for the moment.) In java, to get a n

[magnolia-user] Re: Asset link without composite Id

2015-12-21 Thread Christoph Meier (via Magnolia Forums)
"good looking download urls". aha. :-) So ... propose your PM to create a filter or a servlet which allows links as $context/.downloads/my_folder/img/file_name.png But if you use buttons ... hm ... ... [i][b]i[/b][/i] personally would NOT implement something special. -- Context is everything:

[magnolia-user] Re: Asset link without composite Id

2015-12-21 Thread Christoph Meier (via Magnolia Forums)
I still do not understand why you do not want to use asset.getLink() (or something similar from damfn) to create the link. To render the link label, you could use something else (as already mentioned). -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=f26f3bcb-f

[magnolia-user] Re: Asset link without composite Id

2015-12-21 Thread Christoph Meier (via Magnolia Forums)
I'm not completely sure since i've never tried that. However ... at least on the "visisble" part of your list you could render the filename only or the path within DAM workspace. When it comes to the download link ... not sure whether you can build a download link out of the box which is using

[magnolia-user] Re: Asset link without composite Id

2015-12-21 Thread Christoph Meier (via Magnolia Forums)
If you have an instance of an Asset, you could fetch its ItemKey and from the itemKey you can get both "providerId" and "assetId" In freemarker: [code][#assign myAssetId = myAsset.getItemKey().getAssetId() /][/code] or [code][#assign myAssetId = myAsset.itemKey.assetId /][/code] However ... not

[magnolia-user] Re: Tools/IDE to create magnolia websites

2015-12-17 Thread Christoph Meier (via Magnolia Forums)
Hi Benno Currently, there is no such specific magnolia tooling for YAML files available, unfortunately. -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=8326cb22-6e02-40f5-b64b-4b6cb3c41bcc For

[magnolia-user] Re: Load bootstrap files on restrat of server

2015-12-16 Thread Christoph Meier (via Magnolia Forums)
Hi Raj The bootstraps are intended to be installed during module installation. Sometimes you may want to change existing "content" (e.g. configuration data) during a module update. That's the "idea". Re-installation of bootsrapped data on every startup was not the original idea of the magnolia

[magnolia-user] Re: Tools/IDE to create magnolia websites

2015-12-15 Thread Christoph Meier (via Magnolia Forums)
Hi Benno Glad to read that you enjoy working with YAML files. :-) Use the tool, IDE or editor which you like most or which fits best your requirements. If you like [i]Eclipse[/i] with [i]YEdit[/i], it is a good option. There => https://documentation.magnolia-cms.com/display/DOCS/YAML#YAML-Edito

[magnolia-user] Re: By uploading images (.png) I get poor image quality - why?

2015-12-02 Thread Christoph Meier (via Magnolia Forums)
Hi Francis A few questions: - When do you get "a poor Image quality and black or grey background" ... when rendering an image as a (smaller) variant ... or when loading the png into the image editor within dam app ... when does this happen? - Could you please provide one of your PNG images to r

[magnolia-user] Re: STK - Dedicated app

2015-11-30 Thread Christoph Meier (via Magnolia Forums)
Hi Please also have a look at https://documentation.magnolia-cms.com/display/DOCS/STK+changes+in+5.4 It contains the latest info. However ... there never was a dedicated STK app ... it was rather an app group. kind regards, Christoph -- Context is everything: http://forum.magnolia-cms.com/f

[magnolia-user] Re: Show different content from systems out of magnolia

2015-11-26 Thread Christoph Meier (via Magnolia Forums)
Hi Santiago To serve different content depending on different user's properties (or other traits), i would recommend using the Magnolia personalization module. See: https://documentation.magnolia-cms.com/display/DOCS/Personalization https://documentation.magnolia-cms.com/display/DOCS/Personalizat

[magnolia-user] Re: Creating an empty variable in yaml + ftl.

2015-11-20 Thread Christoph Meier (via Magnolia Forums)
When using an "OptionGroup" - the property always has a value. You have the following options: option-name option-value leftnull center text-center right text-right Your "option values" are Strings here in this example. This said, null does not really make sen

[magnolia-user] Re: Using content app items in template

2015-11-18 Thread Christoph Meier (via Magnolia Forums)
I'm glad that the info was helpful. Here is the page which wraps it up: => https://documentation.magnolia-cms.com/display/DOCS/Getting+content+from+an+app (It is a sub page of https://documentation.magnolia-cms.com/display/DOCS/How+to+create+a+website+with+Magnolia) kind regards, Christoph --

[magnolia-user] Re: Using content app items in template

2015-11-17 Thread Christoph Meier (via Magnolia Forums)
Hi We are currently working on a tutorial which also shows what you are asking for. Unfortunately it has not yet published. However, the example code is already available. Beside other things, i have created a component which renders a list of items of "My first content app". The component is ca

[magnolia-user] Re: External Template Path on magnolia.properties

2015-11-11 Thread Christoph Meier (via Magnolia Forums)
Hi there It is hard to figure "where" you are failing exactly. The "thing" Zak mentioned during the webinar (~14:38) is the [code]magnolia.resources.dir[/code]. Please read ... - https://documentation.magnolia-cms.com/display/DOCS/Module+structure - https://documentation.magnolia-cms.com/display

[magnolia-user] [announce] Magnolia 5.4.3 is available

2015-11-09 Thread Christoph Meier (via Magnolia Forums)
Hi there, Magnolia 5.4.3 has been released! The focus was on improving the Resources app, adding more features and components to the travel demo, providing a bigger variation of bundles and as usual fixing a series of important issues. Release notes are linked below, you can check out the full

[magnolia-user] Re: Yaml and !include feature

2015-10-14 Thread Christoph Meier (via Magnolia Forums)
Hi Tim It looks like your path is "wrong". It should start with /$modulename. See https://documentation.magnolia-cms.com/display/DOCS/YAML#YAML-Includemechanism I hope this helps. regards, Christoph -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=780866d3-e

[magnolia-user] Re: Templating: adding content component gives an error

2015-10-13 Thread Christoph Meier (via Magnolia Forums)
Make sure the dialog has this location >>/hello-magnolia/dialogs/components/content/centeredtextarea.yaml<<, make sure it has the suffix yaml, and make sure it is valid and known to the registry. To check, as Topher mentioned, edit and save the dialog and watch the console to see whether the fi

[magnolia-user] Re: Templating: adding content component gives an error

2015-10-12 Thread Christoph Meier (via Magnolia Forums)
Hi Simon At 1st sight, [i]centeredtextarea.yaml[/i] and [i]centeredtextarea.ftl[/i] look fine. Now it would be helpful to get more info about the error. Please provide the error stack trace. (Preferably add stack trace to http://pastebin.com/ or similar service and just drop the URL here.) The

[magnolia-user] Re: Converting Select Box with SQL from 4.4 to 5.4

2015-10-05 Thread Christoph Meier (via Magnolia Forums)
Hi Simon Your thought was right. You need a custom SelectFieldFactory. There you have to override #getSelectFieldOptionDefinition (afaik). regards, Christoph -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=c862ee65-c31a-4123-a7d0-ca14dec2dd88

[magnolia-user] Re: Language Translation- Community Edition?

2015-09-30 Thread Christoph Meier (via Magnolia Forums)
Hi Lucky The module you try to download requires Magnolia Enterprise Edition license. The module is not available for the Community Edition. kind regards, Christoph -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=7db7b51d-d266-496a-a1aa-c62871983583 -

[magnolia-user] Re: JSP Template

2015-09-24 Thread Christoph Meier (via Magnolia Forums)
corrigenda: When using DAM - it is "easier" to get references to assets and also to asset variations. => https://documentation.magnolia-cms.com/display/DOCS/Working+with+images (above i have written: "When using GIT ..." ... becuase we had some troubles here with GIT ) sorry! :-) -- Cont

[magnolia-user] Re: JSP Template

2015-09-24 Thread Christoph Meier (via Magnolia Forums)
For resources - mgnl-files is NOT the preferd location. Please read https://documentation.magnolia-cms.com/display/DOCS/Resources. When it comes to assets ... you could treat asset the same way as resources and archive them in the same or "near" folders as you would do with css or javascript fil

[magnolia-user] Re: JSP Template

2015-09-23 Thread Christoph Meier (via Magnolia Forums)
Note 1: When changing "only" the renderType in the template definition, the template won't work anymore ... as long as you do not turn the template script into a JSP file. Note 2: JSP files must be located within src/main/resources/mgnl-files of your module. => Files in this folder are copied t

[magnolia-user] Re: JSP Template

2015-09-23 Thread Christoph Meier (via Magnolia Forums)
Yves Which tutorial you tried out using JSP? -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=101f1b3c-33fe-43e7-aba6-0cb97b3cf358 For list details, see http://www.magnolia-cms.com/community/mail

  1   2   >