Revision
22213 -
Directory Listing
-
[select for diffs]
Modified
Tue Mar 23 10:16:55 2010 UTC
(12 years, 3 months ago)
by
wko
Diff to
previous 21794
COLLAB-2: Upgrading hst version and yui source version.
TODO: Ask Frank to update the cms editor wicket stuff to be compliant to the recent hippo-ecm api. Because the current implementations are not compliant to the newest version of hippo ecm api, hippo ecm version is not upgraded.
Revision
21684 -
Directory Listing
-
[select for diffs]
Modified
Fri Feb 12 15:10:06 2010 UTC
(12 years, 4 months ago)
by
adouma
Diff to
previous 21631
COLLAB-67: Install Alpha Version of Collaboration Portal at Hippo Internally
Adding optional build/deploy configuration for using MySQL as repository database instead of Derby
Please read new section in README for usage
Revision
21631 -
Directory Listing
-
[select for diffs]
Modified
Wed Feb 10 18:35:24 2010 UTC
(12 years, 4 months ago)
by
wko
Diff to
previous 21583
COLLAB-58: UI and Design Clean ups.
- hiding company news portlet and locale selection portlet.
- fixing font size in welcome portlet
Revision
21583 -
Directory Listing
-
[select for diffs]
Modified
Mon Feb 8 18:12:09 2010 UTC
(12 years, 4 months ago)
by
wko
Diff to
previous 21457
COLLAB-2: changing the hippo-ecm dependency version.
By the way, with this version, cms editor plugin portlet doesn't work again, probably due to the changes of hippo-ecm. Need to ask Frank.
Revision
21457 -
Directory Listing
-
[select for diffs]
Modified
Fri Jan 29 19:04:47 2010 UTC
(12 years, 5 months ago)
by
wko
Diff to
previous 21455
COLLAB-63: removing htmlcleaner exclusion because cms and hst demosite app use different versions. because of this the html cleaner was not initialized properly in cms.
Revision
21449 -
Directory Listing
-
[select for diffs]
Modified
Fri Jan 29 15:30:52 2010 UTC
(12 years, 5 months ago)
by
adouma
Diff to
previous 21447
COLLAB-40: continuation of Recently Updated Dashboard portlet (almost complete)
Still todo:
- collab:author mapping to CC user full name
- column sorting (next sprint)
- edit mode -> user configuration (next sprint)
Also deleting dummy Recently Updated portlet from cms app
Revision
21442 -
Directory Listing
-
[select for diffs]
Modified
Fri Jan 29 10:06:29 2010 UTC
(12 years, 5 months ago)
by
adouma
Diff to
previous 21441
COLLAB-60: Not working on Java 6
Fixing by excluding duplicate WEB-INF/lib dependencies overlayed from the wiki war which resulted in conflicting multiple dependency versions, particular in this case XercesImpl.jar
Revision
21435 -
Directory Listing
-
[select for diffs]
Modified
Thu Jan 28 17:54:27 2010 UTC
(12 years, 5 months ago)
by
wko
Diff to
previous 21434
COLLAB-43: Adding default empty string entity preference value for hstPathInfo.
Without this, sometimes the preference is stored into portlet default preference. Not sure why it happens.
Revision
21426 -
Directory Listing
-
[select for diffs]
Modified
Wed Jan 27 18:37:07 2010 UTC
(12 years, 5 months ago)
by
wko
Diff to
previous 21423
COLLAB-43: Adding dpsml for wiki type and fixing bugs around wiki editor portlet.
Also changed all psml to use new wiki editor portlet instead of the old wiki portlet.
Revision
21423 -
Directory Listing
-
[select for diffs]
Modified
Wed Jan 27 14:22:00 2010 UTC
(12 years, 5 months ago)
by
wko
Diff to
previous 21387
COLLAB-43: Adding dynamic content mapping url link rewriting feature. Special thanks to Randy for quick fix on this new feature of collabcube.
TO-DO: change menu link urls to be more consistent as well.
Revision
21353 -
Directory Listing
-
[select for diffs]
Modified
Mon Jan 18 15:27:32 2010 UTC
(12 years, 5 months ago)
by
wko
Diff to
previous 21352
COLLAB-43: PackagedTextTemplate requires current thread's application instance, so this should be instantiated in the constructor.
Without this change, it can throw the following exceptions after session deserialization by the container:
Caused by: org.apache.wicket.WicketRuntimeException: There is no application attached to current thread main
at org.apache.wicket.Application.get(Application.java:179)
at org.apache.wicket.util.template.PackagedTextTemplate.<init>(PackagedTextTemplate.java:151)
at org.apache.wicket.util.template.PackagedTextTemplate.<init>(PackagedTextTemplate.java:127)
Revision
21352 -
Directory Listing
-
[select for diffs]
Modified
Mon Jan 18 14:38:55 2010 UTC
(12 years, 5 months ago)
by
wko
Diff to
previous 21343
COLLAB-43: Localizing the cms editor plugion customizations onto the editor wicket application only.
Also, changing the page template to use cms wiki editor plugin portlet.
Revision
21338 -
Directory Listing
-
[select for diffs]
Modified
Fri Jan 15 20:07:40 2010 UTC
(12 years, 5 months ago)
by
wko
Diff to
previous 21336
COLLAB-43: Changing content mapping. Each portlet reads portal page url to find its content node. If the content does not exist, it reads preference for content node path.
Revision
21309 -
Directory Listing
-
[select for diffs]
Modified
Wed Jan 13 18:32:08 2010 UTC
(12 years, 5 months ago)
by
wko
Diff to
previous 21302
COLLAB-43: Content mapping for Wiki content editing portlet. This wicket portlet (which is not hst component) is retrieving the current portal page path info and uses it to query the proper editing wiki page node.
For this purpose, each wiki page contains "collab:contentpagepath" property with the portal page path info. (e.g. /Marketing/default-page, /Marketing/ConferenceCalendar, ...)
So, when the wiki content editing portlet initializes itself, it queries the target node by this query:
//element(*, collab:wikipage)[@collab:contentpagepath='/Marketing/default-page']
Revision
21302 -
Directory Listing
-
[select for diffs]
Modified
Tue Jan 12 18:24:56 2010 UTC
(12 years, 5 months ago)
by
wko
Diff to
previous 21300
COLLAB-43: Changing the physical folder node path for wiki pages. A sub nodes are randomly chosen. (e.g. /wiki/00/00/ ~ /wiki/99/99/ by default.)
Revision
21300 -
Directory Listing
-
[select for diffs]
Modified
Tue Jan 12 14:12:32 2010 UTC
(12 years, 5 months ago)
by
wko
Diff to
previous 21238
COLLAB-43: Add 'provided' scope to portals-bridge-common, servlet-api and portlet-api because transitive dependency does wrong
Revision
21238 -
Directory Listing
-
[select for diffs]
Modified
Wed Jan 6 13:44:34 2010 UTC
(12 years, 5 months ago)
by
wko
Diff to
previous 21209
COLLAB-2: Upgrading wicket dependency to the latest release one, containing many fixes such as file handle leak fixing under development mode. (WICKET dash 2534).
Revision
21208 -
Directory Listing
-
[select for diffs]
Modified
Mon Jan 4 15:48:10 2010 UTC
(12 years, 5 months ago)
by
adouma
Diff to
previous 21154
COLLAB-2: aligning to hippo-ecm frontend Main class change
- HREPTWO-16: plugin framework depends on UserSession iso org.apache.wicket.Session
Revision
21130 -
Directory Listing
-
[select for diffs]
Modified
Sat Dec 19 02:47:00 2009 UTC
(12 years, 6 months ago)
by
abogaart
Diff to
previous 21112
COLLAB-53: Fix styling (Use the CMS document editor as a portlet in the CollabCube)
- added classes to all fields in a wikipage
- fixed styling of toolbar
- first attempt on a decent preview by hiding fields, removing padding/margin/border
Revision
21093 -
Directory Listing
-
[select for diffs]
Modified
Wed Dec 16 10:47:27 2009 UTC
(12 years, 6 months ago)
by
fvlankvelt
Diff to
previous 21019
COLLAB-43: use the cms editor
The cms editor is used in the "Marketing" space, it is hardcoded to the
Configuration document. A SNAPSHOT dependency to the cms has been added, using
Wicket-1.4.3. The docselector has not been upgraded yet, so it has been
disabled.
A lot of configuration has been copied from the cms application, this will
probably need to be shared at some point.
Revision
21019 -
Directory Listing
-
[select for diffs]
Modified
Fri Dec 4 14:32:32 2009 UTC
(12 years, 6 months ago)
by
wko
Diff to
previous 20536
COLLAB-2: Removing custom hippo ecm patch jars. Also, I had to upgrade hst version to the snapshot for this reason.
Note: if hst configuration has the following, then hst create rmi based repository directly instead of using HippoRepositoryFactory of hippo-ecm-api which has an issue in multiple web application environment like portal.
Also, cms application should have its own HippoRepositoryFactory class in its classloader because it depends on Class.forName(), which makes a problem when hippo ecm api jar is deployed onto the shared class path.