Dashboard

Daniel Lichtenberger

committed 2705 to fleXive

16 May
FxContext#getValue: avoid throwing internal exceptions when an XPath is valid, but does not exist in the content
Daniel Lichtenberger

committed 2703 to fleXive

11 May
PostgreSQL: fixed double/float column data types in FX_CONTENT_DATA

Daniel Lichtenberger

committed 2702 to fleXive

11 May
flexive-flatstorage: minor performance optimization in column sorter

Daniel Lichtenberger

committed 2701 to fleXive

11 May
flexive-storage: PostgreSQL: map double columns to 'double precision', not 'numeric'

Daniel Lichtenberger

committed 2699 to fleXive

10 May
More optimizations on XPathElement#stripType, use optimized XP uppercase function in all other methods
Daniel Lichtenberger

committed 2698 to fleXive

09 May
Default cache configuration: use MVCC instead of pessimistic locking mode, moved to current XML configuration file format
Markus Plesser

committed 2697 to fleXive

08 May
phrase engine: language fallback query fixes
Daniel Lichtenberger

committed 2695 to fleXive

08 May
Backend: fix buttons in option editors (remove sortableTable wrapper)

I'm not sure how long this has not been working, but AFAICT this combination of
JS table and adm:commandButton cannot work.
Markus Plesser

committed 2694 to fleXive

04 May
phrase engine: fix to include the value table if tags are to be matched
Daniel Lichtenberger

committed 2693 to fleXive

03 May
BriefcaseEngine#mergeMetaData: update only rows that were potentially changed, not every row in the briefcase
Daniel Lichtenberger

committed 2691 to fleXive

02 May
flexive-flatstorage: reverted last change for MySQL

Daniel Lichtenberger

committed 2690 to fleXive

02 May
updated flexive-flatstorage.jar (increase max. lengths for position/valudata columns of new flat storage instances)

Daniel Lichtenberger

committed 2689 to fleXive

26 Apr
MessageBean: added getResource(String, Locale) to request translations in languages other than the current one


Daniel Lichtenberger

committed 2688 to fleXive

26 Apr
Updated flexive-flatstorage.jar

Daniel Lichtenberger

committed 2687 to fleXive

26 Apr
FxValue#setValueData: accept null values (which are also returned by the getter)

Daniel Lichtenberger

committed 2686 to fleXive

24 Apr
FxEnvironment: save some memory by reusing boxed assignment/property ID keys
Daniel Lichtenberger

committed 2685 to fleXive

16 Apr
FxFilter: completely cleanup request context after #destroy was called

Daniel Lichtenberger

committed 2684 to fleXive

13 Apr
Minor performance improvement: don't box integers in compare methods (especially the ItemPositionSorter can be called very frequently)
Daniel Lichtenberger

committed 2681 to fleXive

03 Apr
FxSelectOne: don't leak temporary (empty) value into the select list

Markus Plesser

committed 2679 to fleXive

26 Mar
FxContext#getNumberFormatInstance: set maximum fraction digits to 10 to avoid loosing fraction digits
Daniel Lichtenberger

committed 2677 to fleXive

23 Mar
DB schema: added index on FREF in FX_CONTENT_DATA (to support reference checks, e.g. when removing a content)

Markus Plesser

committed 2676 to fleXive

22 Mar