Revision
20295 -
Directory Listing
-
[select for diffs]
Modified
Mon Oct 26 10:23:13 2009 UTC
(12 years, 6 months ago)
by
adouma
Original Path:
hippo-portal
Diff to
previous 20285
PORTAL-102: Upgrade 1.10.xx branch to latest Jetspeed 2.2.x including Portlet 2.0 and replacing commons-logging with slf4j
- remove duplicate log4j dependency
Revision
20285 -
Directory Listing
-
[select for diffs]
Modified
Fri Oct 23 16:02:45 2009 UTC
(12 years, 7 months ago)
by
adouma
Original Path:
hippo-portal
Diff to
previous 20007
PORTAL-102:
- bumping to latest org.apache.xalan 2.7.1 (and org.apache.xerces/serializer 2.9.1) and excluding xml-apis (we're on Java5+)
- ensure no null values are returned from CMSLinkFactory (*required* when invoked from xslt Java extension callback)
Revision
16165 -
Directory Listing
-
[select for diffs]
Modified
Thu Jan 29 15:35:39 2009 UTC
(13 years, 3 months ago)
by
ddam
Original Path:
hippo-portal
Diff to
previous 16164
PORTAL-97: Load Custom Forms from Hippo CMS Six' CForms Editor
- adjustments to the Hippo Portal forms framework to align it better with CMS Six forms. The changes consist mostly of extension points
- provide an out-of-the-box portlet for viewing and processing CMS Six forms. In practice, this portlet will probably be extended to override handling of the view layer and handling of redirects.
Revision
16164 -
Directory Listing
-
[select for diffs]
Modified
Thu Jan 29 15:32:16 2009 UTC
(13 years, 3 months ago)
by
ddam
Original Path:
hippo-portal
Diff to
previous 15639
PORTAL-97: Load Custom Forms from Hippo CMS Six' CForms Editor
- this code will convert the custom form XML from the CMS to a neutral object model. This code might be moved to a separate projec, outside the Hippo Portal project, in the future
Revision
15639 -
Directory Listing
-
[select for diffs]
Modified
Mon Dec 29 09:51:24 2008 UTC
(13 years, 4 months ago)
by
ddam
Original Path:
hippo-portal
Diff to
previous 15638
PORTAL-92: maintain backwards compatibility regarding secure and public urls. When the required loginpath is set, users need to login to view pages, unless a page's url is specified in the "public urls" list of the Site
Revision
15638 -
Directory Listing
-
[select for diffs]
Modified
Mon Dec 29 09:48:07 2008 UTC
(13 years, 4 months ago)
by
ddam
Original Path:
hippo-portal
Diff to
previous 15162
PORTAL-92: maintain backwards compatibility regarding secure and public urls. When the required loginpath is set, users need to login to view pages, unless a page's url is specified in the "public urls" list of the Site
Revision
14774 -
Directory Listing
-
[select for diffs]
Modified
Tue Nov 18 17:13:52 2008 UTC
(13 years, 6 months ago)
by
ddam
Original Path:
hippo-portal
Diff to
previous 14772
PORTAL-29 : move role check to CMSApplicationRegistryImpl. Was first put in valve, because I thought i had to check roles using the request, but the CMSUser can be used for that ...
Revision
14772 -
Directory Listing
-
[select for diffs]
Modified
Tue Nov 18 16:20:30 2008 UTC
(13 years, 6 months ago)
by
ddam
Original Path:
hippo-portal
Diff to
previous 14770
PORTAL-29 : PAC extensions:
- add security check in SimpleLinkRewriter which checks roles of user
- configure linkrewriter as a bean, so custom rewriters can be plugged in
- add chained sitemenu filter, which can be used to aggregate filters
- add SecuritySiteMenuFilter, which filters out menu items the user doesn't have access to, based on roles
Revision
14769 -
Directory Listing
-
[select for diffs]
Modified
Tue Nov 18 16:14:11 2008 UTC
(13 years, 6 months ago)
by
ddam
Original Path:
hippo-portal
Diff to
previous 14761
PORTAL-29 : Sitemap item authentication based on roles
- add "roles" attribute on sitemap items
- configure "forbidden" sitemap item path per site
- set url type "forbidden" on 403 page
Revision
14664 -
Directory Listing
-
[select for diffs]
Modified
Wed Nov 12 14:24:51 2008 UTC
(13 years, 6 months ago)
by
wko
Original Path:
hippo-portal
Diff to
previous 14656
[SYM-386] Expose some properties to enable injection by spring configuration.
Also, the first document of a repository-based folder can be the index document if the property is true. It is false by default.
Revision
14654 -
Directory Listing
-
[select for diffs]
Modified
Wed Nov 12 13:03:05 2008 UTC
(13 years, 6 months ago)
by
ddam
Original Path:
hippo-portal
Diff to
previous 14653
PORTAL-92: several changes:
- don't derived required login from required login path, but only match requested path with public paths
- use fallback for 404 & login pages in non-default site to same-type pages in the default site. If no context can be resolved at all, use the default page of the default site.
Revision
14653 -
Directory Listing
-
[select for diffs]
Modified
Wed Nov 12 13:01:36 2008 UTC
(13 years, 6 months ago)
by
ddam
Original Path:
hippo-portal
Diff to
previous 14650
PORTAL-92: several changes:
- don't derived required login from required login path, but only match requested path with public paths
- use fallback for 404 & login pages in non-default site to same-type pages in the default site. If no context can be resolved at all, use the default page of the default site.
Revision
14620 -
Directory Listing
-
[select for diffs]
Modified
Tue Nov 11 11:06:27 2008 UTC
(13 years, 6 months ago)
by
ddam
Original Path:
hippo-portal
Diff to
previous 14619
PORTAL-91: only pass Jetspeed RequestContext to createPortalURL, to be independent of portalURL, and allow to override the method *before* the PortalURLValve
Revision
14619 -
Directory Listing
-
[select for diffs]
Modified
Tue Nov 11 11:03:42 2008 UTC
(13 years, 6 months ago)
by
ddam
Original Path:
hippo-portal
Diff to
previous 14606
PORTAL-91: only pass Jetspeed RequestContext to createPortalURL, to be independent of portalURL, and allow to override the method *before* the PortalURLValve
Revision
14599 -
Directory Listing
-
[select for diffs]
Modified
Mon Nov 10 14:31:20 2008 UTC
(13 years, 6 months ago)
by
ddam
Original Path:
hippo-portal
Diff to
previous 14598
PORTAL-91: Resolve CMSSite before CMSRequestContext is resolved
- add resolveSite method in the CMSApllicationRegistry interface
- split up CMSRequestContextValve into abstract and concrete (functionally specific) class
- add CMSSiteValve based on the abstract class created from CMSRequestContextValve
Revision
14598 -
Directory Listing
-
[select for diffs]
Modified
Mon Nov 10 14:30:54 2008 UTC
(13 years, 6 months ago)
by
ddam
Original Path:
hippo-portal
Diff to
previous 14597
PORTAL-91: Resolve CMSSite before CMSRequestContext is resolved
- add resolveSite method in the CMSApllicationRegistry interface
- split up CMSRequestContextValve into abstract and concrete (functionally specific) class
- add CMSSiteValve based on the abstract class created from CMSRequestContextValve
Revision
14597 -
Directory Listing
-
[select for diffs]
Modified
Mon Nov 10 14:29:14 2008 UTC
(13 years, 6 months ago)
by
ddam
Original Path:
hippo-portal
Diff to
previous 14596
PORTAL-92: Simplify algorithm for resolving CMSRequestContext
- reduced amount of code in resolve() from 220 to about 80 lines of code
- prepared for PORTAL-91 by adding a resolveSite() method
Revision
14596 -
Directory Listing
-
[select for diffs]
Modified
Mon Nov 10 14:28:49 2008 UTC
(13 years, 6 months ago)
by
ddam
Original Path:
hippo-portal
Diff to
previous 14595
PORTAL-92: Simplify algorithm for resolving CMSRequestContext
- reduced amount of code in resolve() from 220 to about 80 lines of code
- prepared for PORTAL-91 by adding a resolveSite() method
Revision
13891 -
Directory Listing
-
[select for diffs]
Modified
Fri Oct 10 10:52:39 2008 UTC
(13 years, 7 months ago)
by
ddam
Original Path:
hippo-portal
Diff to
previous 13890
PORTAL-86 : Linkrewriter urls contain double /
solved by running a fixPath() call on the rewritten url. Also added a testcase for creating String versions of portal urls.
Revision
13890 -
Directory Listing
-
[select for diffs]
Modified
Fri Oct 10 10:48:21 2008 UTC
(13 years, 7 months ago)
by
ddam
Original Path:
hippo-portal
Diff to
previous 13889
PORTAL-86 : Linkrewriter urls contain double /
solved by running a fixPath() call on the rewritten url. Also added a testcase for creating String versions of portal urls.
Revision
13751 -
Directory Listing
-
[select for diffs]
Modified
Fri Oct 3 13:12:34 2008 UTC
(13 years, 7 months ago)
by
jhoffman
Original Path:
hippo-portal
Diff to
previous 13750
PORTAL-84: [integration from trunk] copied documentation on release 1.07.00 from Maven 1 repository to www.hippoportal.org
- fixed broken link
- copied the demo portal documentation as getting started track
Revision
13750 -
Directory Listing
-
[select for diffs]
Modified
Fri Oct 3 13:04:18 2008 UTC
(13 years, 7 months ago)
by
jhoffman
Original Path:
hippo-portal
Diff to
previous 13671
PORTAL-84: copied documentation on release 1.07.00 from Maven 1 repository to www.hippoportal.org
- fixed broken link
- copied the demo portal documentation as getting started track