"Bread Crumb" menu support does not offer a way to get to default page of
current folder.
-
Key: JS2-465
URL: http://issues.apache.org/jira/browse/JS2-465
Project: Jetspeed 2
Typ
[ http://issues.apache.org/jira/browse/JS2-458?page=all ]
Randy Watler resolved JS2-458:
--
Fix Version: 2.1-dev
Resolution: Fixed
Corrected by always using users, roles, groups, and permissions lists in
methods and not depending on string represea
[ http://issues.apache.org/jira/browse/JS2-456?page=all ]
Randy Watler resolved JS2-456:
--
Fix Version: 2.1-dev
Resolution: Fixed
Corrected by allowing wildcards to be captured in users, roles, groups, and
permissions ACL lists in DB PageManager.
Author: rwatler
Date: Fri Jan 6 22:12:43 2006
New Revision: 366687
URL: http://svn.apache.org/viewcvs?rev=366687&view=rev
Log:
correct DB PageManager Security Constraints implementation bugs: NPE, JS2-456,
and JS2-458
Modified:
portals/jetspeed-2/branches/JETSPEED-BRANCH-2.0.1/components/p
Author: rwatler
Date: Fri Jan 6 22:09:52 2006
New Revision: 366685
URL: http://svn.apache.org/viewcvs?rev=366685&view=rev
Log:
remove debug printlns
Modified:
portals/jetspeed-2/branches/JETSPEED-BRANCH-2.0.1/components/page-manager/src/java/org/apache/jetspeed/page/document/psml/FileSystem
Author: rwatler
Date: Fri Jan 6 22:08:52 2006
New Revision: 366684
URL: http://svn.apache.org/viewcvs?rev=366684&view=rev
Log:
no cache J2 pipeline requests
Modified:
portals/jetspeed-2/branches/JETSPEED-BRANCH-2.0.1/components/portal/src/java/org/apache/jetspeed/engine/JetspeedServlet.java
Author: rwatler
Date: Fri Jan 6 22:07:46 2006
New Revision: 366683
URL: http://svn.apache.org/viewcvs?rev=366683&view=rev
Log:
contributed DB PageManager fixes from James Liao
Modified:
portals/jetspeed-2/branches/JETSPEED-BRANCH-2.0.1/components/page-manager/src/java/org/apache/jetspeed/om
Author: rwatler
Date: Fri Jan 6 21:54:52 2006
New Revision: 366682
URL: http://svn.apache.org/viewcvs?rev=366682&view=rev
Log:
correct DB PageManager Security Constraints implementation bugs: NPE, JS2-456,
and JS2-458
Modified:
portals/jetspeed-2/trunk/components/page-manager/src/java/org/
Author: rwatler
Date: Fri Jan 6 21:51:51 2006
New Revision: 366681
URL: http://svn.apache.org/viewcvs?rev=366681&view=rev
Log:
remove debug printlns
Modified:
portals/jetspeed-2/trunk/components/page-manager/src/java/org/apache/jetspeed/page/document/psml/FileSystemFolderHandler.java
Modif
Author: rwatler
Date: Fri Jan 6 21:50:37 2006
New Revision: 366680
URL: http://svn.apache.org/viewcvs?rev=366680&view=rev
Log:
no cache J2 pipeline requests
Modified:
portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed/engine/JetspeedServlet.java
Modified:
portals/jets
Author: taylor
Date: Fri Jan 6 21:46:24 2006
New Revision: 366679
URL: http://svn.apache.org/viewcvs?rev=366679&view=rev
Log:
bug fix: changing layouts from customizer now working
Modified:
portals/jetspeed-2/branches/JETSPEED-BRANCH-2.0.1/layout-portlets/src/java/org/apache/jetspeed/portl
Author: taylor
Date: Fri Jan 6 21:46:05 2006
New Revision: 366678
URL: http://svn.apache.org/viewcvs?rev=366678&view=rev
Log:
bug fix: changing layouts from customizer now working
Modified:
portals/jetspeed-2/trunk/layout-portlets/src/java/org/apache/jetspeed/portlets/layout/LayoutPortlet.
[
http://issues.apache.org/jira/browse/JS2-459?page=comments#action_12362038 ]
Randy Watler commented on JS2-459:
--
I plan on making a few modifications to the 'columns' layout to support
nested layouts and to implement the missing 'sizes' functionality that
[ http://issues.apache.org/jira/browse/JS2-462?page=all ]
Randy Watler reassigned JS2-462:
Assign To: Randy Watler
> Need to clean up Velocity logs, too many warnings and some errors even
>
[ http://issues.apache.org/jira/browse/JS2-459?page=all ]
Randy Watler reassigned JS2-459:
Assign To: Randy Watler
> TwoColumns2575 and TwoColumnsSmallLeft don't work
> -
>
> Key: JS2-459
>
[ http://issues.apache.org/jira/browse/JS2-458?page=all ]
Randy Watler reopened JS2-458:
--
going to revisit this patch to consolidate with other fixes
> J2 Security constraint is broken by DatabasePageManager
>
[ http://issues.apache.org/jira/browse/JS2-458?page=all ]
Randy Watler reassigned JS2-458:
Assign To: Randy Watler (was: David Sean Taylor)
> J2 Security constraint is broken by DatabasePageManager
>
[ http://issues.apache.org/jira/browse/JS2-455?page=all ]
Randy Watler reassigned JS2-455:
Assign To: Randy Watler
> mailto links inside of *.link files are treated as relative URLs
>
>
>
[ http://issues.apache.org/jira/browse/JS2-456?page=all ]
Randy Watler reassigned JS2-456:
Assign To: Randy Watler
> PageImporter did not import element in page.security to database
> -
Hi,
> It seems that the unit test are running in different JVM. I don't know
> how to configure to run all unit test with the same JVM (in maven
> 1.0.2)
To run all the unit tests in the same JVM you need to configure the
maven.junit.forkmode flag. However, this won't work with versions of
Maven
Author: taylor
Date: Fri Jan 6 14:59:54 2006
New Revision: 366593
URL: http://svn.apache.org/viewcvs?rev=366593&view=rev
Log:
JS2-460 (restore state)
Modified:
portals/jetspeed-2/branches/JETSPEED-BRANCH-2.0.1/src/webapp/WEB-INF/assembly/pipelines.xml
Modified:
portals/jetspeed-2/branches
Redeployment of portlets that have services defined jetspeed-portlet.xml ARE
NOT updating the JETSPEED_SERVICES table with new/altered values.
--
Ke
David,
> - We need to wrap up the RoleSecurityHandler
> implementation as well as the user/role/group mapping
> for LDAP. Your suggestion to leverage uniqueMember,
> or memberOf is definitely a possibility.
I've got a basic implementation here locally that implements this (still
using the j2-gro
[ http://issues.apache.org/jira/browse/JS2-463?page=all ]
Scott T Weaver updated JS2-463:
---
Attachment: migrate.sql
Migration script (MSSQL Specific)
> Database Upgrade scripts
>
>
> Key: JS2-463
> URL: http://iss
Database Upgrade scripts
Key: JS2-463
URL: http://issues.apache.org/jira/browse/JS2-463
Project: Jetspeed 2
Type: Improvement
Components: Deployment, Installer, Project Build
Versions: 2.1-dev, 2.0-FINAL
Reporter: Scott T Weav
When will be a 2.01 version so public could try all these fixes?
There is a release plan for a fixes release, prior to next major version?
Thanks,
Richter
Scott T Weaver (JIRA) escreveu:
[ http://issues.apache.org/jira/browse/JS2-460?page=all ]
Scott T Weaver closed JS2-460:
-
Hi all,
This is more an maven issue than a jetspeed issue but I suppose that
you got the same kind of issue. So you help will be usefull for the
Graffito project :-)
I'm just wondering if you have some issue when you are running the
unit tests with Derby. I'm trying to support Derby in Graffito b
27 matches
Mail list logo