- branches/snapshot-2010-02-01/
-
tags/
- version-0.5/
- version-0.6/
- trunk/
Stats
Commits this week: 0
| Total Committers: | 2 |
|---|---|
| Last Commit: | 08 Jul |
| Commits this week: | 0 |
| Total Lines of Code (LoC): | 15,152 |
| Net change in LoC this week: | 0 |
Line History
Commit Activity
52 week commits volume
Commits by day
Commits by hour
Commit calendar
Most active committers (90 days)
fleXiveCMS
Daniel Lichtenberger
Compile fix (rename in flexive's unstable CMIS query API)
Daniel Lichtenberger
Disable JTA for non-transactional datasource
added to
openejb.conf
Daniel Lichtenberger
Use fixed flexive-ejb module name to enable local EJB lookups in
Glassfish 3 and other JEE 6 servers
Glassfish 3 and other JEE 6 servers
added to
pom.xml
Daniel Lichtenberger
* Fixed compile problem against 3.1-SNAPSHOT
* Language toggle: don't reload current page, replace it instead
(fixes language change after a postback occurred)
* Language toggle: don't reload current page, replace it instead
(fixes language change after a postback occurred)
added to
editModeSetup.xhtml and modified 4 files
Daniel Lichtenberger
Set version to 0.7-SNAPSHOT
modified
pom.xml
- … 3 more files in changeset.
Daniel Lichtenberger
Tagged release 0.6
added
version-0.6
Daniel Lichtenberger
Set version to 0.6
modified
pom.xml
- … 3 more files in changeset.
Daniel Lichtenberger
Set flexive version to 3.1.1
modified
pom.xml
Daniel Lichtenberger
Avoid explicit content versions so that changes in edit mode
are always immediately visible after saving the content
(and possibly creating a new version).
are always immediately visible after saving the content
(and possibly creating a new version).
modified
CmsPageBean.java
Daniel Lichtenberger
* Refresh page after updating templates (first step to getting immediate feedback)
* Findbugs fixes
* Findbugs fixes
deleted from
CmsEditBean.java and modified 2 files
Daniel Lichtenberger
* Added German UI translation
* Unlock content after saving
* Unlock content after saving
added to
ApplicationMessages_de.properties and modified CmsEditBean.java
Daniel Lichtenberger
Daniel Lichtenberger
Set custom streaming server port for tests (FX-699)
added to
pom.xml
Daniel Lichtenberger
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…
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…
changed 15 files
- … 10 more files in changeset.
Daniel Lichtenberger
Updated to flexive version 3.1.0
changed
snapshot-2010-02-01 and modified 5 files
Daniel Lichtenberger
Fixes for new binary handling in 3.1-SNAPSHOT
Daniel Lichtenberger
* Content editor: hide 'save and cancel' button
* Close icon: removed border, fixed size (16x16)
* Close icon: removed border, fixed size (16x16)
updated 2
png files and added to contentEditor.xhtml
jwernigpichler
icon exchange
updated
hide_actions.png
jwernigpichler
docu update (correction)
modified
ref-guide.xml
Daniel Lichtenberger
Added missing files
Daniel Lichtenberger
Installer: updated version numbers
modified
pom.xml
Daniel Lichtenberger
HTML editor: select full default config
modified
default-template.xhtml
Daniel Lichtenberger
Paragraph/text: set max. multiplicity to 1 (default template renders only one text element)
modified
15_02_type_page_default.groovy
Daniel Lichtenberger
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.
and we really don't want templates to be rendered as unprocessed HTML anyway.
added to
pom.xml and modified 10_type_template.groovy
Daniel Lichtenberger
* 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
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
added to 2 files and modified 7 files
- … 4 more files in changeset.
Daniel Lichtenberger
* Set maximum FQN length to 80 characters
* Use flexive 3.1-SNAPSHOT again
* Use flexive 3.1-SNAPSHOT again
modified 2 files
Daniel Lichtenberger
Set version to 0.6-SNAPSHOT
modified
pom.xml
- … 3 more files in changeset.
Daniel Lichtenberger
Tagged 0.5 release
added
version-0.5
Daniel Lichtenberger
EAR: Use flexive-webdav for WebDAV context, consistent with main flexive distribution
modified
pom.xml
Daniel Lichtenberger
* Download servlet: strip edit mode version strings
* Documentation
* Documentation
added to 2 files and modified 2 files
