Revision
14827 -
Directory Listing
-
[select for diffs]
Modified
Fri Nov 21 10:03:28 2008 UTC
(12 years, 3 months ago)
by
bvanhalderen
Original Path:
hippo-ecm/trunk
Diff to
previous 14825
HREPTWO-1410:
- remove debug output
- in the current setup, an undecorated session can be given to the
UpdaterItemVisitor which did not check whether the cast to HippoNode
was possible.
Revision
14790 -
Directory Listing
-
[select for diffs]
Modified
Wed Nov 19 19:34:33 2008 UTC
(12 years, 3 months ago)
by
bvanhalderen
Original Path:
hippo-ecm/trunk
Diff to
previous 14789
HREPTWO-1410:
- default configuration includes the m8 tag as it is already migrated
- resolving some bugs in updater layer
- migration should run before registering first namespace
- upgrade steps for M7 to M8.
Revision
14749 -
Directory Listing
-
[select for diffs]
Modified
Mon Nov 17 14:31:10 2008 UTC
(12 years, 3 months ago)
by
abogaart
Original Path:
hippo-ecm/trunk
Diff to
previous 14748
HREPTWO-1847: Fixed issues in IE with Xinha using Wicket-modals; Xinha-state is now explicitly stored before the WicketModal is shown and restored before the WicketModal hides.
Revision
14744 -
Directory Listing
-
[select for diffs]
Modified
Mon Nov 17 13:23:29 2008 UTC
(12 years, 3 months ago)
by
bvanhalderen
Original Path:
hippo-ecm/trunk
Diff to
previous 14743
HREPTWO-1896, HREPTWO-1898:
- upgrading is an automatic process, however any upgrade can be turned OFF
by defining the system property repo.upgrade and setting it to false.
- updated the namespace uris.
Revision
14697 -
Directory Listing
-
[select for diffs]
Modified
Thu Nov 13 15:35:14 2008 UTC
(12 years, 3 months ago)
by
abogaart
Original Path:
hippo-ecm/trunk
Diff to
previous 14695
HREPTWO-1768: yui refactoring
- a YUI manager service has been introduced
this service knows what yui headers have been loaded on the client and filters
updates to minimize changes. To use this service, delegate renderhead updates
to a yui context.
- browser perspective doesn't redraw when model changes, only its label is repainted
(only those parts of the perspective that have changed are sent to the client)
Revision
14585 -
Directory Listing
-
[select for diffs]
Modified
Sun Nov 9 12:44:12 2008 UTC
(12 years, 3 months ago)
by
fvlankvelt
Original Path:
hippo-ecm/trunk
Diff to
previous 14581
HREPTWO-499: templates, user management, folder workflow
The type descriptions have been moved into the frontend engine. Queries
have been renamed back to 'New Document', 'New Folder', to maintain
compatibility with M7.
Templates can be translated, as can the names (captions) for fields. There
is no UI yet to do this, though. The template format as edited with the
builder is unchanged.
Revision
14574 -
Directory Listing
-
[select for diffs]
Modified
Fri Nov 7 09:39:56 2008 UTC
(12 years, 3 months ago)
by
fvlankvelt
Original Path:
hippo-ecm/trunk
Diff to
previous 14566
HREPTWO-499: introducing NodeTranslator, TypeTranslator
These translators use data (node or nodetype) to translate node/type names,
property names and values. Translations for dutch have been made for
plugins and data; template builder is still remaining. Templates themselves
can be translated by hand. Workflow states are also translated in this way.
The localizer no longer caches translations made by IStringResourceProviders,
i.e. session-bound lookups. Those should take care of caching themselves
(still to be done).
Revision
14559 -
Directory Listing
-
[select for diffs]
Modified
Thu Nov 6 02:58:56 2008 UTC
(12 years, 3 months ago)
by
bvanhalderen
Original Path:
hippo-ecm/trunk
Diff to
previous 14551
HREPTWO-1834:
- recursive unwrapping of decorated sessions to unwrap to bare implementation
- allow duplicate timestamps when logging
- be lenient to concurrent deletion of old events in appender of event logging
- modify folderworkflow unit test to cope with new names in templates
- shift synchronization in workflow manager such to include event logging
Revision
14549 -
Directory Listing
-
[select for diffs]
Modified
Wed Nov 5 16:21:06 2008 UTC
(12 years, 3 months ago)
by
bvanhalderen
Original Path:
hippo-ecm/trunk
Diff to
previous 14545
HREPTWO-1871:
- allow non existent properties to be input properties to derived data
functions
- implement copy function taking source and input parameters
- fix top-to-bottom recompute sequence for modified nodes to support
Session.copy().