Dashboard

Daniel Lichtenberger

committed 2640 to fleXive

26 Jan
Fixed possible NPE in FxSharedUtils#MessageKey
Daniel Lichtenberger

committed 2639 to fleXive

19 Jan
FxSQL: support boolean conditions on FX_CONTENT table for databases
that don't have an implicit int --> bool conversion (i.e. PostgreSQL)
Daniel Lichtenberger

committed 104 to fleXiveCMS

19 Jan
Login page: use edit-mode URL for link to homepage
Daniel Lichtenberger

committed 103 to fleXiveCMS

13 Jan
reset script: allow custom Maven command via MVN environment parameter
(we still need Maven 2, and many users probably use Maven 3 as "mvn")

Daniel Lichtenberger

committed 102 to fleXiveCMS

13 Jan
Use flexive version 3.1.6

modified pom.xml
Daniel Lichtenberger

committed 2637 to fleXive

13 Jan
Set version to 3.1.7-SNAPSHOT

modified flexive.properties
Daniel Lichtenberger

committed 2636 to fleXive

13 Jan
Tagged release 3.1.6

added 3_1_6
Daniel Lichtenberger

committed 2635 to fleXive

13 Jan
Set version to 3.1.6

modified flexive.properties
Daniel Lichtenberger

committed 2633 to fleXive

12 Jan
FxContext - removed unnecessary synchronization on thread-local fields
Daniel Lichtenberger

committed 2632 to fleXive

23 Dec 11
Default cache config: specify "-1" as timeToIdle, otherwise contents would be expired immediately
(only affects divisions that are not configured in the cache configuration XML already)

Daniel Lichtenberger

committed 2631 to fleXive

23 Dec 11
FxSQL/CMIS SQL: more efficient security filter

Especially in FxSQL we often need to add security filtering for many
(if not all) types, so grouping the conditions for all affected types can
really help performance in more complex environments.
Daniel Lichtenberger

committed 2630 to fleXive

21 Dec 11
FxContent/FxValue: fixed two hot spots by replacing the generic implementations (FxContent#containsXPath(String) and FxValue#isValid())
Daniel Lichtenberger

committed 2629 to fleXive

15 Dec 11
FxContext: fixed NPE in setTicket (argument may be null)
Markus Plesser

committed 2628 to fleXive

07 Dec 11
suppress log message if a message key was not found
Daniel Lichtenberger

committed 2627 to fleXive

05 Dec 11
FxArrayUtils.getIntElementAt: don't try to parse empty elements

Trying to parse empty strings created a 'hot spot' in the flat storage
implementation due to the vast numbers of NumberFormatExceptions being thrown.

Daniel Lichtenberger

committed 101 to fleXiveCMS

02 Dec 11
flexive-cms-war: create -classes artifact

Markus Plesser

committed 2625 to fleXive

01 Dec 11
better conversion error handling
Markus Plesser

committed 2624 to fleXive

01 Dec 11
test fixes (empty string for values is now allowed)
Markus Plesser

committed 2623 to fleXive

01 Dec 11
fixed empty string to numeric conversions
Markus Plesser

committed 2622 to fleXive

30 Nov 11
conversion fixes (again)
Markus Plesser

committed 2619 to fleXive

29 Nov 11
fixed FxContext.copy()