svn commit: r552674 - in /portals/jetspeed-2/trunk/xdocs/guides: guide-subsites.xml images/newuser-subsite-admin.png images/subsite-fields.png images/user-reg-subsite.png

2007-07-02 Thread taylor
Author: taylor Date: Mon Jul 2 22:47:15 2007 New Revision: 552674 URL: http://svn.apache.org/viewvc?view=rev&rev=552674 Log: https://issues.apache.org/jira/browse/JS2-317 Added: portals/jetspeed-2/trunk/xdocs/guides/images/newuser-subsite-admin.png (with props) portals/jetspeed-2/trun

[jira] Resolved: (JS2-317) Virtual Portal Implementation

2007-07-02 Thread David Sean Taylor (JIRA)
[ https://issues.apache.org/jira/browse/JS2-317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Sean Taylor resolved JS2-317. --- Resolution: Fixed Fix Version/s: 2.1.1 After finishing JS2-707, I believe this feature is

svn commit: r552671 - in /portals/jetspeed-2/trunk/src/webapp/WEB-INF: min-pages/Administrative/security/user-mgt.psml pages/Administrative/user-mgt.psml

2007-07-02 Thread taylor
Author: taylor Date: Mon Jul 2 22:17:43 2007 New Revision: 552671 URL: http://svn.apache.org/viewvc?view=rev&rev=552671 Log: expand lhs Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/min-pages/Administrative/security/user-mgt.psml portals/jetspeed-2/trunk/src/webapp/WEB-INF/page

svn commit: r552670 - /portals/jetspeed-2/trunk/applications/j2-admin/src/webapp/WEB-INF/security/login/portal-login.jsp

2007-07-02 Thread taylor
Author: taylor Date: Mon Jul 2 22:16:52 2007 New Revision: 552670 URL: http://svn.apache.org/viewvc?view=rev&rev=552670 Log: enable full /desktop capabilities for PortalLogin (secondary authentication feature) Modified: portals/jetspeed-2/trunk/applications/j2-admin/src/webapp/WEB-INF/secu

svn commit: r552664 - in /portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed: layout/impl/PortletActionSecurityConstraintsBehavior.java login/filter/PortalFilter.java

2007-07-02 Thread taylor
Author: taylor Date: Mon Jul 2 21:35:38 2007 New Revision: 552664 URL: http://svn.apache.org/viewvc?view=rev&rev=552664 Log: bug fix on PortalFilter, was not correctly creating Subject + roles, credentials on very first login Modified: portals/jetspeed-2/trunk/components/portal/src/java/or

svn commit: r552663 - /portals/jetspeed-2/trunk/applications/demo/src/webapp/WEB-INF/demo/security/roles.jsp

2007-07-02 Thread taylor
Author: taylor Date: Mon Jul 2 21:34:42 2007 New Revision: 552663 URL: http://svn.apache.org/viewvc?view=rev&rev=552663 Log: these roles seem to be old, it certainly wasn't working here as expected, so I changed them to the expected roles. Modified: portals/jetspeed-2/trunk/applications/de

svn commit: r552659 - /portals/jetspeed-2/trunk/src/webapp/WEB-INF/assembly/ajax-layout.xml

2007-07-02 Thread taylor
Author: taylor Date: Mon Jul 2 20:58:50 2007 New Revision: 552659 URL: http://svn.apache.org/viewvc?view=rev&rev=552659 Log: While working with Mohan on Weblogic support + the secondary authentication method, discovered: * isUserInRole method was not implemented for secondary authentication (Po

svn commit: r552657 - in /portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed: ./ layout/impl/ login/filter/

2007-07-02 Thread taylor
Author: taylor Date: Mon Jul 2 20:57:47 2007 New Revision: 552657 URL: http://svn.apache.org/viewvc?view=rev&rev=552657 Log: While working with Mohan on Weblogic support + the secondary authentication method, discovered: * isUserInRole method was not implemented for secondary authentication (Po

svn commit: r552638 - in /portals/jetspeed-2/trunk/applications/j2-admin/src/java/org/apache/jetspeed/portlets/security/users: SubsiteInfo.java UserDetailsPortlet.java

2007-07-02 Thread taylor
Author: taylor Date: Mon Jul 2 18:36:00 2007 New Revision: 552638 URL: http://svn.apache.org/viewvc?view=rev&rev=552638 Log: http://issues.apache.org/jira/browse/JS2-707 found a bug here, serialization + inner class, more clear to just move it out into its own class Added: portals/jetspeed

svn commit: r552633 - /portals/jetspeed-2/trunk/applications/j2-admin/src/webapp/WEB-INF/security/login/portal-login.jsp

2007-07-02 Thread taylor
Author: taylor Date: Mon Jul 2 17:57:10 2007 New Revision: 552633 URL: http://svn.apache.org/viewvc?view=rev&rev=552633 Log: changes to the index.jsp was causing the alternate login procedure to fail I am bypassing the index.jsp Modified: portals/jetspeed-2/trunk/applications/j2-admin/src/w

svn commit: r552632 - /portals/jetspeed-2/trunk/applications/j2-admin/src/webapp/WEB-INF/portlet.xml

2007-07-02 Thread taylor
Author: taylor Date: Mon Jul 2 17:50:06 2007 New Revision: 552632 URL: http://svn.apache.org/viewvc?view=rev&rev=552632 Log: turn off caching on alternative portal login since it uses servlet urls Modified: portals/jetspeed-2/trunk/applications/j2-admin/src/webapp/WEB-INF/portlet.xml Modif

[jira] Resolved: (JS2-707) When creating a new user, give option to create inside a subsite

2007-07-02 Thread David Sean Taylor (JIRA)
[ https://issues.apache.org/jira/browse/JS2-707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Sean Taylor resolved JS2-707. --- Resolution: Fixed Also added the same options to the User Registration portlet This enables us t

svn commit: r552610 - in /portals/jetspeed-2/trunk: applications/j2-admin/src/java/org/apache/jetspeed/portlets/registration/ applications/j2-admin/src/java/org/apache/jetspeed/portlets/security/ appl

2007-07-02 Thread taylor
Author: taylor Date: Mon Jul 2 15:25:29 2007 New Revision: 552610 URL: http://svn.apache.org/viewvc?view=rev&rev=552610 Log: http://issues.apache.org/jira/browse/JS2-707 When creating a new user, give option to create inside a subsite Also added the same options to the User Registration portlet

[jira] Resolved: (JS2-741) More GroovyPortlet demos using the new Portals Bridges GroovyPortlet

2007-07-02 Thread Ate Douma (JIRA)
[ https://issues.apache.org/jira/browse/JS2-741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ate Douma resolved JS2-741. --- Resolution: Fixed Patch applied and tested. Now this is a really nice, eh, Groovy, demo :) Thanks Woonsan! >

[jira] Commented: (JS2-742) SessionNavigationalState with merge portal parameters doesn't work

2007-07-02 Thread Ethan Adams (JIRA)
[ https://issues.apache.org/jira/browse/JS2-742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509670 ] Ethan Adams commented on JS2-742: - Yes. Portlet caching was turned on. Sorry for missing that bit of info. So, I gues

svn commit: r552596 - in /portals/jetspeed-2/trunk: applications/demo/src/webapp/WEB-INF/ applications/demo/src/webapp/WEB-INF/demo/groovy/ applications/demo/src/webapp/css/ src/webapp/WEB-INF/pages/

2007-07-02 Thread ate
Author: ate Date: Mon Jul 2 14:06:58 2007 New Revision: 552596 URL: http://svn.apache.org/viewvc?view=rev&rev=552596 Log: JS2-741: More GroovyPortlet demos using the new Portals Bridges GroovyPortlet See: https://issues.apache.org/jira/browse/JS2-741 Another great contribution from Woonsan! Adde

[jira] Commented: (JS2-742) SessionNavigationalState with merge portal parameters doesn't work

2007-07-02 Thread Ate Douma (JIRA)
[ https://issues.apache.org/jira/browse/JS2-742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509668 ] Ate Douma commented on JS2-742: --- I think I might know what your problem could be: content caching perhaps? Changing or pro

[jira] Commented: (JS2-742) SessionNavigationalState with merge portal parameters doesn't work

2007-07-02 Thread Ate Douma (JIRA)
[ https://issues.apache.org/jira/browse/JS2-742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509656 ] Ate Douma commented on JS2-742: --- Ethan, I've tested it out and it works for me. Can you provide more information under wh

[jira] Commented: (JS2-737) Desktop doesn't work on IE 6.0

2007-07-02 Thread Ate Douma (JIRA)
[ https://issues.apache.org/jira/browse/JS2-737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509597 ] Ate Douma commented on JS2-737: --- I haven't tried Jetspeed with Tomcat 6 yet, but I have with Jetty 6.1.4 and had no probl

Re: Arabic Jetspeed

2007-07-02 Thread rajath rajagopal
Hi, To make your portals appear right to left you have to modify the velocity macro file, jetspeed\WEB-INF\templates\layout\html\columns\layout.vm http://by118fd.bay118.hotmail.msn.com/cgi-bin/compose?type=ra&msg=B459AA31-333D-4F7B-85C6-83C7F1A42371&start=0&len=3514&curmbox=%2d%2d0