fleXiveCMS

  • Filter
Daniel Lichtenberger

committed 92 to fleXiveCMS

23 Jun
Disable JTA for non-transactional datasource

Daniel Lichtenberger

committed 91 to fleXiveCMS

08 Jun
Use fixed flexive-ejb module name to enable local EJB lookups in
Glassfish 3 and other JEE 6 servers

Daniel Lichtenberger

committed 88 to fleXiveCMS

30 Apr
Tagged release 0.6

added version-0.6
Daniel Lichtenberger

committed 86 to fleXiveCMS

29 Apr
Set flexive version to 3.1.1
modified pom.xml
Daniel Lichtenberger

committed 85 to fleXiveCMS

27 Apr
Avoid explicit content versions so that changes in edit mode
are always immediately visible after saving the content
(and possibly creating a new version).

Daniel Lichtenberger

committed 83 to fleXiveCMS

22 Apr
* Added German UI translation
* Unlock content after saving

Daniel Lichtenberger

committed 81 to fleXiveCMS

19 Apr
Set custom streaming server port for tests (FX-699)

added to pom.xml
Daniel Lichtenberger

committed 80 to fleXiveCMS

19 Apr
CMS-1: created a multilanguage default website.

Basically the CMS supported multilanguage websites before, but with
these changes it becomes easier to create the correct URLs,
also a language switcher is provided (cms:languageSelect).

For an example look at the default website init script
(20_default_website.groovy), especially the rewrite rules.
Basically, you only need to set the language extracted from the URL
in the request attribute languageCode, and forward to the rest of the URL.

You also have to specify the 'language-encoded' URL format on a request basis,
so that the CMS generates the correct outgoing links. This was easier than
adding custom outbound-rules, and was also necessary for the edit/live template
prefixes.

For example:

<rule>
<from>^/(de|en)/(.*)?</fro…
Daniel Lichtenberger

committed 73 to fleXiveCMS

01 Apr
Installer: updated version numbers
Daniel Lichtenberger

committed 72 to fleXiveCMS

01 Apr
HTML editor: select full default config
Daniel Lichtenberger

committed 71 to fleXiveCMS

01 Apr
Paragraph/text: set max. multiplicity to 1 (default template renders only one text element)
Daniel Lichtenberger

committed 70 to fleXiveCMS

31 Mar
Changed template datatype from HTML to text - fixes escaping issues in the backend,
and we really don't want templates to be rendered as unprocessed HTML anyway.

Daniel Lichtenberger

committed 69 to fleXiveCMS

26 Mar
* CMS-10: Rewrote CMS URL mapping.
All CMS requests are now forwarded to a single URL, /_cmsresources/cmsPage.xhtml.
This greatly reduces the Facelet cache usage for sites with many external URLs,
since all CMS pages will be mapped to the same Facelet path.

* Fixed CMIS queries to match latest flexive snapshot

Daniel Lichtenberger

committed 68 to fleXiveCMS

22 Mar
* Set maximum FQN length to 80 characters
* Use flexive 3.1-SNAPSHOT again

Daniel Lichtenberger

committed 66 to fleXiveCMS

18 Mar
Tagged 0.5 release

added version-0.5
Daniel Lichtenberger

committed 65 to fleXiveCMS

18 Mar
EAR: Use flexive-webdav for WebDAV context, consistent with main flexive distribution