Quick Search:

hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Sort: path | last-commit | first-commit Sub Directories

Changelog

2005 by dlichtenberger on 12 March 2010, 14:25:35 +0100 (16 hours ago) FX-729 - don't use default language of empty inputs

trunk/src/ui/jsf-components/src/java/com/flexive/faces/components/input/EditModeHelper.java 2005 history download (+2 -1) diffs

2003 by dlichtenberger on 12 March 2010, 14:12:47 +0100 (16 hours ago) JSF2: Workaround for TOMAHAWK-1460

Using t:saveState instead of preserveDataModel=true leads to the same effect, but works with both JSF 1.x and 2.

trunk/src/ui/jsf-backend/resources/WEB-INF/templates/resultPreferencesEditor.xhtml 2003 history download (+4 -2) diffs

trunk/src/ui/jsf-backend/web/adm/main/acl/aclEdit.xhtml 2003 history download (+2 -1) diffs

trunk/src/ui/jsf-backend/web/adm/main/workflow/edit.xhtml 2003 history download (+5 -2) diffs

2001 by dlichtenberger on 12 March 2010, 12:33:15 +0100 (18 hours ago) CMIS-SQL: clear conjunction tables when entering a new conjunction condition

trunk/src/framework/java/com/.../cmis/impl/sql/generic/GenericInnerJoinConditionTableBuilder.java 2001 history download (+6 -5) diffs

2000 by dlichtenberger on 12 March 2010, 11:20:09 +0100 (19 hours ago) Java 5 fix: explicitly specify source and target for javac

trunk/src/framework/storages/H2/build.xml 2000 history download (+2 -1) diffs

1999 by dlichtenberger on 11 March 2010, 17:11:25 +0100 (37 hours ago) FxValue#equals: use HashMap#equals to check for equal translation tables.

I'm not sure what the rationale for the explicit array-based comparison
was, but it relied on a consistent keySet()/entries(…

trunk/src/framework/java/com/flexive/shared/value/FxValue.java 1999 history download (+2 -11) diffs

1997 by dlichtenberger on 11 March 2010, 14:52:35 +0100 (39 hours ago) * FX-808: H2 SQL fix
* Made timestamp test margin larger since it still fails from time to time...

trunk/src/framework/java/com/flexive/core/storage/genericSQL/GenericEnvironmentLoader.java 1997 history download (+1 -1) diffs

trunk/src/framework/tests/java/com/flexive/tests/shared/FxSharedUtilTest.java 1997 history download (+2 -1) diffs

1995 by dlichtenberger on 11 March 2010, 09:44:28 +0100 (45 hours ago) * FX-807: don't remove contents from the edit tree when they are
 removed from the live tree

* Disable the JSF2 Facelets view handler

trunk/src/examples/announcement-submission/resources/META-INF/web.xml 1995 history download (+7 -0) diffs

trunk/src/examples/helloworld/resources/META-INF/web.xml 1995 history download (+7 -0) diffs

trunk/src/examples/products/resources/META-INF/web.xml 1995 history download (+7 -0) diffs

trunk/src/examples/tutorial01-documentstore/resources/META-INF/web.xml 1995 history download (+7 -0) diffs

trunk/src/framework/java/com/flexive/core/storage/genericSQL/GenericTreeStorage.java 1995 history download (+10 -8) diffs

… 3 more files in changeset.
1993 by dlichtenberger on 10 March 2010, 15:43:15 +0100 (63 hours ago) FX-805 - live tree: open/edit contents in live instead of maximum version

trunk/src/ui/jsf-backend/java/com/flexive/war/beans/admin/content/BeContentEditorBean.java 1993 history download (+5 -1) diffs

trunk/src/ui/jsf-backend/web/adm/content/navigation.xhtml 1993 history download (+3 -3) diffs

1992 by dlichtenberger on 10 March 2010, 15:04:34 +0100 (63 hours ago) FX-751 - compile fix

trunk/src/framework/java/com/flexive/shared/search/query/SelectValueNode.java 1992 history download (+15 -0) diffs

trunk/src/framework/java/com/flexive/shared/search/query/TreeValueNode.java 1992 history download (+16 -0) diffs

1991 by dlichtenberger on 10 March 2010, 14:42:34 +0100 (64 hours ago) FX-781: optionally allow 'AS' for FxSQL column aliases

trunk/src/framework/java/com/flexive/sqlParser/Parser.jj 1991 history download (+4 -3) diffs

trunk/src/framework/tests/java/com/flexive/tests/embedded/QueryNodeTreeTests.java 1991 history download (+6 -0) diffs

trunk/src/framework/tests/java/com/flexive/tests/embedded/SearchEngineTest.java 1991 history download (+13 -0) diffs

1987 by dlichtenberger on 10 March 2010, 12:19:52 +0100 (66 hours ago) * FX-729: set default language to input language (for empty values).

trunk/src/ui/jsf-components/src/java/com/flexive/faces/beans/UserConfigurationBean.java 1987 history download (+18 -0) diffs

trunk/src/ui/jsf-components/src/java/com/flexive/faces/components/input/EditModeHelper.java 1987 history download (+7 -9) diffs

1986 by dlichtenberger on 10 March 2010, 11:45:39 +0100 (67 hours ago) * FX-683: stay on current page when table is refreshed

* Reset selection before selecting all rows/cells on the current page

trunk/src/framework/java/com/flexive/ejb/beans/ScriptingEngineBean.java 1986 history download (+3 -1) diffs

trunk/src/ui/jsf-backend/web/adm/js/searchResult.js 1986 history download (+2 -2) diffs

trunk/src/ui/jsf-components/resources/templates/resultTable.xhtml 1986 history download (+6 -3) diffs

trunk/src/ui/jsf-components/resources/templates/resultTableUpdater.xhtml 1986 history download (+2 -1) diffs

trunk/src/ui/jsf-components/resources/weblets/com/flexive/faces/weblets/js/flexiveComponents.js 1986 history download (+2 -0) diffs

… 1 more file in changeset.
1984 by mplesser on 09 March 2010, 16:18:39 +0100 (3 days ago) * FX-794: Rebuild fulltext table on request
* Data types that are not text based can no longer be fulltext indexed
* Changing the fulltext-index flag for a property will now reindex all assignments of…

trunk/src/framework/java/com/flexive/core/storage/FulltextIndexer.java 1984 history download (+17 -2) diffs

trunk/src/framework/java/com/flexive/core/storage/StorageManager.java 1984 history download (+14 -2) diffs

trunk/src/framework/java/com/flexive/core/storage/genericSQL/GenericSQLFulltextIndexer.java 1984 history download (+86 -45) diffs

trunk/src/framework/java/com/flexive/ejb/beans/structure/AssignmentEngineBean.java 1984 history download (+6 -0) diffs

trunk/src/framework/java/com/flexive/shared/structure/FxProperty.java 1984 history download (+2 -2) diffs

… 5 more files in changeset.
1982 by dlichtenberger on 09 March 2010, 15:50:11 +0100 (3 days ago) * Merged r1946 from /branches/chemistry-0.62:
   - fixed POM version numbers
   - treat documents with children as folders

* Added configuration option for documents-as-folders:
   FlexiveConnecti…

trunk/modules/chemistry 1982 history download (+0 -0) diffs

trunk/modules/chemistry/chemistry-webdav/pom.xml 1982 history download (+4 -1) diffs

trunk/modules/chemistry/chemistry-webdav-extensions/pom.xml 1982 history download (+0 -1) diffs

trunk/modules/chemistry/chemistry-webdav-tests/pom.xml 1982 history download (+1 -2) diffs

trunk/modules/chemistry/flexive-atompub-server/pom.xml 1982 history download (+1 -2) diffs

… 10 more files in changeset.
1980 by dlichtenberger on 08 March 2010, 16:25:02 +0100 (4 days ago) * Fix confusing behaviour of getRequestURIWithoutContext and don't cache request URI at all

trunk/src/ui/shared/java/com/flexive/war/filter/FxRequestWrapper.java 1980 history download (+27 -12) diffs

1977 by mplesser on 07 March 2010, 18:57:46 +0100 (5 days ago) fixed drop resource detection for JBoss 5+

trunk/src/framework/java/com/flexive/shared/FxDropApplication.java 1977 history download (+2 -1) diffs

1976 by dlichtenberger on 05 March 2010, 17:37:50 +0100 (7 days ago) Set version to 3.1-Beta-3

trunk/flexive.properties 1976 history download (+2 -2) diffs

earlier earlier | later later
FishEye: Open Source License registered to [fleXive] .
Atlassian FishEye, the whole repository view. (Version:1.3.8 Build:build-248 2007-11-09 ) - Bug/feature request - Page generated 2010-03-13 06:51 +0100