Revision
23502 -
Directory Listing
-
[select for diffs]
Modified
Fri Jul 16 13:15:32 2010 UTC
(10 years, 7 months ago)
by
fvlankvelt
Original Path:
hippo-ecm/trunk
Diff to
previous 23500
HREPTWO-16: convert source entry for repository-upgrade project to include all (eclipse)
This way, the MANIFEST that is generated by maven, that includes the hippo-modules, is used.
Revision
23472 -
Directory Listing
-
[select for diffs]
Modified
Wed Jul 14 07:50:37 2010 UTC
(10 years, 7 months ago)
by
bvanhalderen
Original Path:
hippo-ecm/trunk
Diff to
previous 23471
HREPTWO-4284, HREPTWO-3554:
- nodes that appear in the hippo:resultset will now be filtered for
security constraints, even though a faceted search might (should?) have
included such security contraints as well. This does not solve
HREPTWO-3554 completely as the counts will still be wrong and the search
will be slowed. HOWEVER: I do think that including the location as
security constraint was out of scope anyway. Allowing it as a curtosy
using this patch but with the effect that the count is not as accurate
and there is a performance involved is IMHO completely justafiable.
I would opt for closing HREPTWO-3554 as resolved as well with the noted
limitations.
- only actual new nodes will always pass the security manager. new nodes
that are actually mirrored nodes will be subject to normal security
access manager rules.
Revision
23451 -
Directory Listing
-
[select for diffs]
Modified
Tue Jul 13 11:44:41 2010 UTC
(10 years, 7 months ago)
by
abogaart
Original Path:
hippo-ecm/trunk
Diff to
previous 23450
HREPTWO-4126 - After upload resource document editor should restore vertical position
- DOM is build up dynamically to support multiple uploads on a single page
- scroll position is restored after new upload
- new upload is correctly refreshed
- scrollbars for big images
Revision
23433 -
Directory Listing
-
[select for diffs]
Modified
Mon Jul 12 13:00:20 2010 UTC
(10 years, 7 months ago)
by
abogaart
Original Path:
hippo-ecm/trunk
Diff to
previous 23432
HREPTWO-4126 - After upload resource document editor should restore vertical position
- ResourceUploadPlugin now uses ajax-upload
- Added settings to UploadWidget for handling maxNumberOfUploads, uploadAfterSelect, timeout length, etc.
Revision
23428 -
Directory Listing
-
[select for diffs]
Modified
Mon Jul 12 10:44:53 2010 UTC
(10 years, 7 months ago)
by
abogaart
Original Path:
hippo-ecm/trunk
Diff to
previous 23427
HREPTWO-4335 - Dutch Translation Orderable Folder
- Use the TypeTranslator instead of hardcoded values. NT_HANDLE nodes will be replaced by the first childNode that has the same name.
Revision
23424 -
Directory Listing
-
[select for diffs]
Modified
Mon Jul 12 10:07:50 2010 UTC
(10 years, 7 months ago)
by
abogaart
Original Path:
hippo-ecm/trunk
Diff to
previous 23423
HREPTWO-4240 - Metadata isn't removed when copy pasting content from a ODT Document
- Updated to versiosn 1.02.02 of HTMLCleaner which also removes character data form inline style elements
Revision
23418 -
Directory Listing
-
[select for diffs]
Modified
Mon Jul 12 08:54:49 2010 UTC
(10 years, 7 months ago)
by
fvlankvelt
Original Path:
hippo-ecm/trunk
Diff to
previous 23409
HREPTWO-4304: actively remove listeners
JCR listeners were still receiving events, even though the session was no
longer used. They are now removed actively from the system when the session is
invalidated by the container. One can therefore choose to set the timeout to a
small value, to make sure that all sessions are closed when e.g. an importer
runs. Alternatively, one can actively invalidate the sessions from the
container management console before starting an operation that will generate
many events.
Revision
23401 -
Directory Listing
-
[select for diffs]
Modified
Tue Jul 6 16:46:15 2010 UTC
(10 years, 7 months ago)
by
abogaart
Original Path:
hippo-ecm/trunk
Diff to
previous 23398
HREPTWO-4341 - Repreater controls for hippo:mirror are half hidden
- Fixed nested compound fields right margin
- Fixed IE7 'add' butotn not visible after adding one item
Revision
23398 -
Directory Listing
-
[select for diffs]
Modified
Tue Jul 6 12:53:34 2010 UTC
(10 years, 7 months ago)
by
abogaart
Original Path:
hippo-ecm/trunk
Diff to
previous 23396
HREPTWO-4341 - Repreater controls for hippo:mirror are half hidden
- Fixed several styling issues: better positioning of up/down/delete buttons; diff-style for hippo:mirror and hippo:resource is more clear.
- Fixed scroll-bar issue for IE7 with text fields that contain strings longer than viewport
- wrapping of really long hippo:mirror values
Revision
23384 -
Directory Listing
-
[select for diffs]
Modified
Thu Jul 1 15:12:15 2010 UTC
(10 years, 8 months ago)
by
fvlankvelt
Original Path:
hippo-ecm/trunk
Diff to
previous 23383
HREPTWO-4258: wait for all images before closing dialog
The yui uploader submits files in batches; the dialog would be closed after the first batch would be committed.
Revision
23379 -
Directory Listing
-
[select for diffs]
Modified
Thu Jul 1 12:35:02 2010 UTC
(10 years, 8 months ago)
by
fvlankvelt
Original Path:
hippo-ecm/trunk
Diff to
previous 23376
HREPTWO-4302: swap arguments for rename operation
They were in the reversed (wrong) order, leaving the old child node untouched. As the updater then tried to move it to the new parent, this failed with a ConstraintViolationException.
Revision
23353 -
Directory Listing
-
[select for diffs]
Modified
Tue Jun 29 13:10:05 2010 UTC
(10 years, 8 months ago)
by
fvlankvelt
Original Path:
hippo-ecm/trunk
Diff to
previous 23345
HREPTWO-4296: preferred resource configuration in xinha image picker
The xinha image picker now has a preferred.resource.names configuration property. Resources will be used according to the order in which they are specified (when they are present in the selected document).
Revision
23343 -
Directory Listing
-
[select for diffs]
Modified
Mon Jun 28 13:57:55 2010 UTC
(10 years, 8 months ago)
by
bvanhalderen
Original Path:
hippo-ecm/trunk
Diff to
previous 23326
HREPTWO-4274: Alternate implementation of move such that handles are not recreated
While copying a document handle which contains multiple variants, return the
resulting document. This document can then be used to call another
Apart from document chaining (tail recursion) the workflow context using a null
specification parameter allows you to recursively call other workflows and get
their result returned.
Renamed the API class WorkflowModule to a more suiteable name, which is still not
open for public use. A necessary change was an additional throws clause.
Revision
23326 -
Directory Listing
-
[select for diffs]
Modified
Sun Jun 27 22:27:23 2010 UTC
(10 years, 8 months ago)
by
abogaart
Original Path:
hippo-ecm/trunk
Diff to
previous 23325
HREPTWO-4212 - State column invisible
- Fixed issue with select document with long name after datatable is already rendered and ajax-update doesn't call widget.render()
Revision
23321 -
Directory Listing
-
[select for diffs]
Modified
Fri Jun 25 15:44:24 2010 UTC
(10 years, 8 months ago)
by
abogaart
Original Path:
hippo-ecm/trunk
Diff to
previous 23319
HREPTWO-4290 - Selection issues in cms tree and image picker
- Refactored Gecko&Webkit path to use some value caching, saves some performance. Still slow with 250+ items though.
- Webkit is broken atm
- Added autoWidth column configuration to default listings
Revision
23298 -
Directory Listing
-
[select for diffs]
Modified
Fri Jun 25 08:45:37 2010 UTC
(10 years, 8 months ago)
by
abogaart
Original Path:
hippo-ecm/trunk
Diff to
previous 23295
HREPTWO-4212 - State column invisible
- Refactored TableHelper to DataTable behavior
- Implemented Gecko&Webkit path for tbody scrollbar and autowidth column
- Extends HippoWidget
Revision
23294 -
Directory Listing
-
[select for diffs]
Modified
Thu Jun 24 14:28:45 2010 UTC
(10 years, 8 months ago)
by
bvanhalderen
Original Path:
hippo-ecm/trunk
Diff to
previous 23292
HREPTWO-4293:
- HierarchyResolver.getItem should return Properties as well when
isProperty=false and last element is a property;
- Implementation of persisting String[] as multi value string JCR
properties using ocm;
- repair and strict type the unit tests in reviewed actions;
- use string[] for availability property, this allows null value when
availability property not present.