|
All content with label howto.
Related Labels:
v3_5, faq, v3_0, development, config, templating, v2_1, introduction, weblogic, troubleshooting, installation, outdated, jaas, i18n, oracle, persistence, datamodule, enterprise, maven, security, module, needsreview, improvable, v2_0, script
more »
Access content through the API
(Community Wiki)
How to access repository content through the Magnolia API Overview This is just to get some of the fundamentals established. The Magnolia API has been evolving very quickly so describing it is like trying to hit a moving target. I have tried ...
Other labels:
development, introduction, v3_0, outdated, needsreview
|
Controls overview
(Community Wiki)
Controls (in progress) available controls in M 3.0.1 CE: fckEdit edit richEdit tab buttonSet button static file link date radio checkbox checkboxSwitch select password include hidden muliselect uuidLink sf.net > Documentation > Templating > Controls ...
Other labels:
templating
|
Event calendar
(Community Wiki)
I did a bit of interesting coding recently that I thought might be beneficial to others. (Some of this is based on the work at Content of children pages sorted in the parent page.) This isn't enough that you can copy & paste outright to get it working, but illustrates ...
Other labels:
v3_0, templating, development
|
Creating pages with code
(Community Wiki)
Here's a bit of sample code we used to create custom 404 pages programmatically for sites in our system: First, we iterate through each of the sites in our system, calling our createPage routine (defined below) for each site ...
Other labels:
v3_0, templating
|
How to change activation after data import
(Community Wiki)
Problem I use {{ImportHandler}} from {{DataModule}} to import the data. All imported data is automatically activated directly after the import. Can I change this behavior to use workflow instead? Solution After a successful import, the {{protected ImportHandler.doPostImport()}} method ...
Other labels:
faq, datamodule
|
Introduction to I18nContentSupport
(Community Wiki)
Table of contents: Magnolia Content Internationalization And Localization Support Magnolia 3.5 offers content internationalization (i18n) and localization (l10n) support in a pluggable manner which allows you to customize the applied i18n or l10n strategy (note that i18n and l10n use ...
Other labels:
v3_5, i18n, development, introduction
|
Changing paragraph template associations
(Community Wiki)
took me a while to figure out that paragraph data in Magnolia is always associated with the paragraph template that it was originally created with. So, if your content authors use a sampleTextImage paragraph style to add content to a page while you are developing custom templates ...
Other labels:
v2_1, v3_0, v3_5, development, script
|
Module QuickStart
(Community Wiki)
Creating a custom module skeleton using a Maven Archetype Using Maven2, you can quickly getting started in creating a module, by using the archetype plugin and the magnoliamodule archetype. This will create a basic skeleton/structure for your module. Note ...
Other labels:
maven, module, development
|
How to setup JNDIPooledDatabasePersistenceManager
(Community Wiki)
default way of using Mysql with Magnolia, i.e this is not using the Mysql persistence manager provided by Jackrabbit, but rather a 3rd party implementation of a persistence manager. Jackrabbit now provides the builtin ability to use datasources, but if you want to completely avoid connection ...
Other labels:
v3_5, config, faq, persistence
|
How to setup OraclePersistenceManager
(Community Wiki)
you want to configure Oracle as your persistence manager following steps should be enough to get you going: Step 1 Change WEBINF/config/default/magnolia.properties magnolia.repositories.jackrabbit.config=WEBINF/config/repoconf/jackrabbitor aclesearch.xml Step 2 Configure your ...
Other labels:
oracle, v3_5, config, faq, installation
|
|
|