13
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 06, 2024 — Sep 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
JS2-1341: implemented detached portlet rendering for page pipeline More... almost 10 years ago
JS2-1340: Improve Standard Portlet Decorator Styles. Add PClear portlet decorator keeping content within constraints of layout grid More... almost 10 years ago
JS2-1339: fixing bug in customizer for selecting portlet theme per page More... almost 10 years ago
update code formatting More... almost 10 years ago
add missing tag libs for tutorial More... almost 10 years ago
bumping version for next release More... about 10 years ago
[maven-release-plugin] prepare for next development iteration More... about 10 years ago
[maven-release-plugin] prepare release j2-admin-2.3.0 More... about 10 years ago
JS2-1321: bump to dependency on latest jetspeed More... about 10 years ago
[maven-release-plugin] prepare for next development iteration More... about 10 years ago
[maven-release-plugin] prepare release jetspeed-2-2.3.0 More... about 10 years ago
JS2-1321: release prep More... about 10 years ago
JS2-1332: upgrade to portlet api 2.1.0 More... about 10 years ago
JS2-1332: upgrade to portlet api 2.1.0 More... about 10 years ago
JS2-1331: fixing styles for inner, nested customizer on responsive decorator/layouts More... about 10 years ago
JS2-1332: release preparation, archetype cleanup More... about 10 years ago
JS2-1331: add feature to modify number of columns for Responsive Layouts More... about 10 years ago
JS2-1331: add feature to modify number of columns for Responsive Layouts More... about 10 years ago
tests were intermittently failing. Moving PortalConfiguration retrieval to start() method to ensure spring container init More... about 10 years ago
JS2-1329: Specify OJB retrieval of ids as BIGINT/long for Security queries. More... about 10 years ago
JS2-1330: fixing bug in Password Credential Policy. More... about 10 years ago
JS2-1321: clean up for Apache Rat plugin. Licenses added More... about 10 years ago
JS2-1321: clean up for Apache Rat plugin. Licenses added More... about 10 years ago
JS2-1321: clean up for Apache Rat plugin. Licenses added More... about 10 years ago
JS2-1330: fixing bug in Password Credential Policy. Providing examples of using Credential interceptors that are not configured out of box More... about 10 years ago
JS2-1327: moving to Maven 3.3.x and enforcing it More... about 10 years ago
aligning both user managers to use same email attribute More... about 10 years ago
aligning both user managers to use same email attribute More... about 10 years ago
JS2-845: AutoRefresh feature. Added auto-refresh examples to jetspeed-portlet.xml for DateTimePortlet, and all (angular) chart portlets More... about 10 years ago
JS2-845: AutoRefresh feature. To enable auto-refresh for a portlet, add an entry in portlet.xml like <js:metadata name=refreshRate>30000</js:metadata>. An optional refreshFunction can also be provided. If a function is not provided, the portlet pipeline is called for a portlet window automatically. A auto-refresh function can be provided, <js:metadata name=refreshFunction>ForgottenPasswordComponent.refresh</js:metadata>. Both global and module functions are supported. Module functions should be provided as Module.Function. Angular functions are also supported: <js:metadata name=refreshFunction>angular:memoryController</js:metadata> by prefixing with angular:, and provided the controller div id for an angular controller. A function named refresh() with no parameters is required More... about 10 years ago