CCPOC-5: Adding JAAS Login configuration and login page.
CCPOC-5: Adding HstLoginModule dependency and basic configuration. TODO: need to test if it works.
COLLAB-72: Adding widget sub projects (spacenav)
COLLAB-72: Adding a generic wookie widget hst component and examples.
COLLAB-2: Rearranging projects
COLLAB-2: Rearranging projects
COLLAB-2: Rearranging projects
COLLAB-2: Rearranging projects
COLLAB-2: Rearranging projects
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.
COLLAB-63: Displaying page info inside wiki portlet
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
COLLAB-40: start of Recently Updated Dashboard portlet (incomplete)
COLLAB-43: Fixing attachment portlet and replacing the old wiki portlet fragment with new wiki editor portlet frag.
COLLAB-43: Fixing problem that editor plugin portlet doesn't read static content path.
COLLAB-61: commenting out gwt dependencies, gwt maven plugin and portlet def of a gwt-based app because gwt had a significant build problem with JDK 1.6.
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.
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.
COLLAB-43: Initial view-edit switching between hst wiki portlet and cms editor plugin portlet.
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.
COLLAB-2: Adding dynamic content mapping for hst site example. For example, http://localhost:8080/collab/ui/site/ http://localhost:8080/collab/ui/site/home http://localhost:8080/collab/ui/site/about http://localhost:8080/collab/ui/site/news
COLLAB-53: When Wiki pages are created, a Wiki portlet and a Wiki Attachments portlet page should be created. Easy enough: add the attachments portlet. This was done, and also added to all of Arje's test pages for demos. However, wiki portlets need to be associated with attachment portlets. During requests, the site map does this via a rule that maps all requests that match the pattern *-attachment.html to the attachment view. To persist this association, using preferences, and a portlet event upon creation of a wiki portlet. The event is fired off from the Wiki portlets HST action, publishing an Wiki Add Page event. The Wiki Attachment portlet listens for this event, and hooks into the wiki portlet when receiving this event, before HST rendering phase. Also included in this commit: lots of cleanup of messy psml and incorrect decorators. NOTE: the HippoEditorPortlet will, when ready, also have to publish a portlet event. Events will be essential to the solution, since the Wiki and HippoEditorPortlet portlets are in different web applications.
COLLAB-44: Document library portlet https://issues.onehippo.com/browse/COLLAB-44 - initial version of the document library - added new document type in CMS that represents an attached document - added list of hippo:mirror nodes to wikipage document type - added template for CMS - added library HSTcomponent and assetbean - implemented jsp that prints attachments in the document that is retrieved by the HSTmapping - added hst mapping for attachments
COLLAB-30: Adding custom portlet modes
COLLAB-47: Adding some more (default) Wookie Widget Portlet configurations, including a Google Wave bsaed Sudoku Widget... NB: these require latest Wookie Server build from trunk
COLLAB-47: Replacing hard-coded Wookie Iframe portlet examples with new Wookie Widget Portlet, as well as Wookie Widget Participant user-info attribute lookup configurations
COLLAB-2: Remove the old preview/live mapping based on jetspeed pipelines
COLLAB-2: store pathInfo pref into portlet instance level entities.
COLLAB-2: fixing up Wookie Portlet configurations - using local /wookie server references to make it independent of the deployed domain
COLLAB-2: fixing up Wookie Portlet configurations - escaping & entity in portlet.xml - adding apa-webcontent-jar dependency
COLLAB-2 - Adding predefined Wookie Widget IFramePortlets Note: using these requires having a running Wookie with seeded widget instance configurations TODO: use the Wookie REST api instead to create instances on the fly and wrap them in IFrame portlet instances
COLLAB-2: adding docbrowser portlet
COLLAB-2: adding news and wiki portlet in the user page template
COLLAB-2: Adding wiki page templates
COLLAB-2: Fixing YUI lib downloading
COLLAB-2: Initially adding wiki components and beans simply by copying demosuite/site app's.
COLLAB-2: Adjusting shared lib dependencies
COLLAB-2: Adding deployment configurations
COLLAB-2: Deleting log folder
COLLAB-2: Changes the webapp source folder following the guideline (http://mojo.codehaus.org/gwt-maven-plugin-1.1/user-guide/war-folder.html).
COLLAB-2: Adding initial wiki app subproject