plonewars.com

December 6th, 2006

The Center for Open Sustainable Learning — COSL

The Center for Open Sustainable Learning — COSL

Originally from del.icio.us/tag/plone by adothompson


from Yoda http://plonewars.com/2006/12/06/the-center-for-open-sustainable-learning-a%c2%80%c2%94-cosl/







December 6th, 2006

eduCommons — COSL

The Center for Open Sustainable Learning

eduCommons — COSL

Originally from del.icio.us/tag/plone by adothompson


from Yoda http://plonewars.com/2006/12/06/educommons-a%c2%80%c2%94-cosl/







December 6th, 2006

Watch the Video

Watch the Video

Originally from del.icio.us/tag/plone by rufo


from Yoda http://plonewars.com/2006/12/06/watch-the-video/







December 6th, 2006

The Definitive Guide to Plone — PloneDocs

The Definitive Guide to Plone — PloneDocs

Originally from del.icio.us/tag/plone by seandmays


from Yoda http://plonewars.com/2006/12/06/the-definitive-guide-to-plone-a%c2%80%c2%94-plonedocs-4/







December 6th, 2006

How do I add a role? — plone.org

How do I add a role? — plone.org

Originally from del.icio.us/tag/plone by sports_betting


from Yoda http://plonewars.com/2006/12/06/how-do-i-add-a-role-a%c2%80%c2%94-ploneorg/







December 6th, 2006

11. Manipulating and Categorizing Content Types — Jazkarta.com - Plone, Zope and Open Source Consulting and Hosting, Boston, MA

11. Manipulating and Categorizing Content Types — Jazkarta.com - Plone, Zope and Open Source Consulting and Hosting, Boston, MA

Originally from del.icio.us/tag/plone by jpsinieghi


from Yoda http://plonewars.com/2006/12/06/11-manipulating-and-categorizing-content-types-a%c2%80%c2%94-jazkartacom-plone-zope-and-open-source-consulting-and-hosting-boston-ma/







December 6th, 2006

Plone to Drupal

I have good reasons for making this move and I don’t want to get pounced on for my decision, so let us just start there. My reasons include hosting…

Plone to Drupal

Originally from [Technorati] Tag results for plone


from Yoda http://plonewars.com/2006/12/06/plone-to-drupal/







December 6th, 2006

Randomize the portal logo — plone.org

tem is marked as outdated.

Randomize the portal logo — plone.org

Originally from del.icio.us/tag/plone by vguima


from Yoda http://plonewars.com/2006/12/06/randomize-the-portal-logo-a%c2%80%c2%94-ploneorg/







December 6th, 2006

Rounding the corners of the portlets’ headers — plone.org

Rounding the corners of the portlets’ headers — plone.org

Originally from del.icio.us/tag/plone by vguima


from Yoda http://plonewars.com/2006/12/06/rounding-the-corners-of-the-portlets-headers-a%c2%80%c2%94-ploneorg/







December 6th, 2006

CMS Info: Sarissa Javascript problems in IE7

I have a Plone 2.1.2 site the following issue:
IE7 is prompt to install ActiveX if Office 2003 is installed.

Alexander Limi in his howto Making your existing Plone install look better in Internet Explorer 7 describes the issue

November 7, 2006
Internet Explorer has deprecated the implementation of the
XmlHttpRequest object in MSXML 5.0, resulting in security warnings for
things like LiveSearch and Kupu — but only if you have Office 2003
installed on the computer where you use Plone (or if you have installed
MSXML 5.0 separately). Plone relies on an external library called
Sarissa, which needs to be updated to check for the new native
implementation of XmlHttpRequest in IE7. It’s likely that we will ship
a new release of Plone with these included during the coming days, but
at the moment there is unfortunately no easy way to fix it yourself.

Here are some comments from Plone-Users mailing list:

Nicklas:

I do not know exactly wich parts of plone that uses it, but kupu is one of the
instaces where you could find this file.

This is the instances i found:

Products/kupu/common/sarissa.js
Products/validation/kupu/common/sarissa.js
Products/validation/CMFPlone/skins/plone_3rdParty/sarissa.js
Products/CMFPlone/skins/plone_3rdParty/sarissa.js

and i changed these lines to this:

    _SARISSA_DOM_PROGID = pickRecentProgID([”Msxml2.DOMDocument.4.0″, “Msxml2.DOMDocument.3.0″, “MSXML2.DOMDocument”, “MSXML.DOMDocument”, “Microsoft.XMLDOM”], [[”SELECT_NODES”, 2],[”TRANSFORM_NODE”, 2]]);    _SARISSA_XMLHTTP_PROGID = pickRecentProgID([”Msxml2.XMLHTTP.4.0″, “MSXML2.XMLHTTP.3.0″, “MSXML2.XMLHTTP”, “Microsoft.XMLHTTP”], [[”XMLHTTP”, 4]]);    _SARISSA_THREADEDDOM_PROGID = pickRecentProgID([”MSXML2.FreeThreadedDOMDocument.4.0″, “MSXML2.FreeThreadedDOMDocument.3.0″]);    _SARISSA_XSLTEMPLATE_PROGID = pickRecentProgID([”Msxml2.XSLTemplate.4.0″, “MSXML2.XSLTemplate.3.0″], [[”XSLTPROC”, 2]]);

Duncan Booth:

Have you installed kupu 1.3.9 from plone.org/products/kupu? That should
replace sarissa with an IE7 compatible version.

Now I see Andre Nogueira comment

December 4, 2006
Sarissa team released a new script version

I just put the new version of sarissa.js in my custom folder to solve the script problem.

I still testing, in plone, but looks ok.

http://sourceforge.net/projects/sarissa

So it would be nice if people post comments if they have some issues with new sarissa.js in Kupu 1.3.x or 1.4 beta.

_____
tags:


CMS Info: Sarissa Javascript problems in IE7

Originally from Planet Plone by iber


from Yoda http://plonewars.com/2006/12/06/cms-info-sarissa-javascript-problems-in-ie7/