Jon Stahl | 1 Aug 2009 01:27
Picon

Re: kupu, tinyMCE, FCKEditor which one?

On Thu, Jul 30, 2009 at 11:36 PM, Rakotomandimby
Mihamina<mihamina@...> wrote:
> 07/30/2009 12:18 PM, jdek:
>> Have had a lot of problems with TinyMCE on Plone 3 instance. Tried the 1.1
>> version from pypi today on Plone 3.2.1 and is does not de-install properly
>> for example.
>
> I am affraid that is not enough: what does "not properly" mean?

There are several uninstall-related bugs (mostly minor) reported at:
http://plone.org/products/tinymce/issues/poi_issue_search?state=unconfirmed&state=open&state=in-progress

I'm quite confident that the Four Digits team will address them fairly
quickly (they are very responsive), but I'm also certain that they
would welcome any assistance that community members can provide!

:jon

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
M Singh | 1 Aug 2009 04:27
Picon

Formatting a set of RSS feeds


I am looking to set up a page on my plone site (not open to the world right
now) that contains textboxes with headers - a bit like :

http://story.idi.ntnu.no/~cassens/blog/uploads/Screenshots/beamerTrondheimExample.2.png

with each feed in a textbox like that.

Is there a product that will help me with this ?

The portlet with RSS is not an option.

I have at least 10-12 different feed URLs and they need to be on the main
part of page, and not the sides.

The application is to give our research group a quick page with the latest
articles in the journals we follow.
--

-- 
View this message in context: http://n2.nabble.com/Formatting-a-set-of-RSS-feeds-tp3366045p3366045.html
Sent from the General Questions mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
bad_my84 | 1 Aug 2009 14:07
Picon
Favicon

Re: Portal tab condition


I did, with the sharing tab by adding groups.
When I go to that object, I get the insufficient privileges message, but the
tab remains.

Espen Moe-Nilssen wrote:
> 
> 
> I think this just got discussed.
> Be sure that you set the permissions to view on that object, not the tab
> itself.
> 
>>Hi all,
>>
>>I've turned automatic tab generation off and added my own.
>>The tabs I added all point to sub-folders of map in the site root.
>>
>>I would like to only show the tabs to users when they have rights to at
>>least view them.
>>I added the permissions to the corresponding maps by using the sharing tab
>>and adding groups.
>>
>>On the portal tab I've set the permission to view, but doesn't seem to do
>>the trick.
>>I searched the mailinglist, but only found solutions that didn't work :S
>>
>>Can anyone help me?
>>
>>Greets,
>>
(Continue reading)

Martin Stadler | 1 Aug 2009 14:42
Picon

Re: best approach for new skin/theme?


Am 31.07.2009 um 21:10 schrieb Espen Moe-Nilssen:

>> Second: if our designers create complete html+css template designs,  
>> what is
>> the best approach to get these into a Plone site?
>
> It is a bit strange (?) to let designers make html templates to use  
> in plone (=its probably much more work to integrate these to make  
> css to plones xhtml.
> (=I am pretty sure you dont want to do this). It might come out as  
> cheap to let them design and let someone that knows plone make the  
> integration (templates and css)
> (Making the first theme for plone is a bit tough, so be sure to have  
> enough coffee if you gonna do it yourself....)

Sure it helps if the designers try to keep close to what Plone's  
default skin does as you can base your new theme on that which avoids  
a lot of extra work. On the other hand, if your design is totally  
different then there's obviously not such a big win. I'd recommend to  
try to use Plone's CSS classes and IDs for consistency and for not  
having to override too many templates.

If you're a developer and comfortable with the command line I'd  
recommend to start by using paster (ZopeSkel) to create a new  
plone3_theme, put your CSS code into namespace.package/namespace/ 
package/browser/stylesheets/main.css and add it to your buildout.  
You'll also almost definitely want to override main_template.pt by  
modifying Plone's and put it in the skins directory of your theme.

(Continue reading)

Espen Moe-Nilssen | 1 Aug 2009 19:03
Picon
Favicon

Re: Portal tab condition


Badly explained by me:
I think you will have to put a condition on the tab that checks if the users has permissions on the object.
... so the conditon will NOT be 
object/checksomething
but probably 
path_to_object/checksomething

The syntax for this I dont know 
>
>I did, with the sharing tab by adding groups.
>When I go to that object, I get the insufficient privileges message, but the
>tab remains.
>
>
>Espen Moe-Nilssen wrote:
>> 
>> 
>> I think this just got discussed.
>> Be sure that you set the permissions to view on that object, not the tab
>> itself.
>> 
>>>Hi all,
>>>
>>>I've turned automatic tab generation off and added my own.
>>>The tabs I added all point to sub-folders of map in the site root.
>>>
>>>I would like to only show the tabs to users when they have rights to at
>>>least view them.
>>>I added the permissions to the corresponding maps by using the sharing tab
(Continue reading)

Martin Lundwall | 1 Aug 2009 21:03
Picon

Re: Formatting a set of RSS feeds

This portlet might help,

http://pypi.python.org/pypi/collective.portlet.feedmixer/

1 aug 2009 kl. 04.27 skrev M Singh:

>
> I am looking to set up a page on my plone site (not open to the  
> world right
> now) that contains textboxes with headers - a bit like :
>
> http://story.idi.ntnu.no/~cassens/blog/uploads/Screenshots/beamerTrondheimExample.2.png
>
> with each feed in a textbox like that.
>
> Is there a product that will help me with this ?
>
> The portlet with RSS is not an option.
>
> I have at least 10-12 different feed URLs and they need to be on the  
> main
> part of page, and not the sides.
>
> The application is to give our research group a quick page with the  
> latest
> articles in the journals we follow.
> -- 
> View this message in context: http://n2.nabble.com/Formatting-a-set-of-RSS-feeds-tp3366045p3366045.html
> Sent from the General Questions mailing list archive at Nabble.com.
>
(Continue reading)

Barry Page | 2 Aug 2009 12:22
Picon

Re: zeoserver won't start

Fixed it. I had previously tried to start this instance as sudo user, so the Data.fs.lock file had been created as root. so now the unpriveleged user couldn't write the lock file.
 
Regards,
Barry Page

From: Barry Page <barry_page <at> yahoo.co.nz>
To: plone-users <at> lists.sourceforge.net
Sent: Sunday, 2 August, 2009 10:01:59 PM
Subject: zeoserver won't start

I have a Plone instance that was working 'just fine' that now won't start. When I run "bin/plonectl start"  the zeoserver line takes longer than normal, and claims then to start (but it doesn't really). The two clients start as normal. If I look at the open ports on my Ubuntu system ("sudo netstat -plntu") I can see that there is no open port for the zeoserver (8100) while the two clients are listening. A sample from the end of zeoserver.log:
2009-08-02T21:58:38 spawned process pid=7525
2009-08-02T21:58:38 (7525) created PID file '/home/locallywired/Plone/zeocluster/var/zeoserver/zeoserver.pid'
2009-08-02T21:58:38 (7525) opening storage '1' using FileStorage
2009-08-02T21:58:38 (7525) removed PID file
'/home/locallywired/Plone/zeocluster/var/zeoserver/zeoserver.pid'
2009-08-02T21:58:38 sleep 9 to avoid rapid restarts
2009-08-02T21:58:38 pid 7525: exit status 1
2009-08-02T21:58:48 spawned process pid=7526
2009-08-02T21:58:48 (7526) created PID file '/home/locallywired/Plone/zeocluster/var/zeoserver/zeoserver.pid'
2009-08-02T21:58:48 (7526) opening storage '1' using FileStorage
2009-08-02T21:58:48 (7526) removed PID file '/home/locallywired/Plone/zeocluster/var/zeoserver/zeoserver.pid'
2009-08-02T21:58:48 restarting too frequently; quit

The other plone instance on the server starts and behaves OK.

I have:
- rerun buildout; run buildout -n
- Updated Plone to 3.3rc4 with buildout
- Rebooted a few times
- tried changing zeoserver's port

As far as I know I haven't changed anything, so I am mystified.

Any further debugging clues (or reason)?
 
Regards,
Barry Page



------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Plone-Users mailing list
Plone-Users@...
https://lists.sourceforge.net/lists/listinfo/plone-users
Barry Page | 2 Aug 2009 12:01
Picon

zeoserver won't start

I have a Plone instance that was working 'just fine' that now won't start. When I run "bin/plonectl start"  the zeoserver line takes longer than normal, and claims then to start (but it doesn't really). The two clients start as normal. If I look at the open ports on my Ubuntu system ("sudo netstat -plntu") I can see that there is no open port for the zeoserver (8100) while the two clients are listening. A sample from the end of zeoserver.log:
2009-08-02T21:58:38 spawned process pid=7525
2009-08-02T21:58:38 (7525) created PID file '/home/locallywired/Plone/zeocluster/var/zeoserver/zeoserver.pid'
2009-08-02T21:58:38 (7525) opening storage '1' using FileStorage
2009-08-02T21:58:38 (7525) removed PID file '/home/locallywired/Plone/zeocluster/var/zeoserver/zeoserver.pid'
2009-08-02T21:58:38 sleep 9 to avoid rapid restarts
2009-08-02T21:58:38 pid 7525: exit status 1
2009-08-02T21:58:48 spawned process pid=7526
2009-08-02T21:58:48 (7526) created PID file '/home/locallywired/Plone/zeocluster/var/zeoserver/zeoserver.pid'
2009-08-02T21:58:48 (7526) opening storage '1' using FileStorage
2009-08-02T21:58:48 (7526) removed PID file '/home/locallywired/Plone/zeocluster/var/zeoserver/zeoserver.pid'
2009-08-02T21:58:48 restarting too frequently; quit

The other plone instance on the server starts and behaves OK.

I have:
- rerun buildout; run buildout -n
- Updated Plone to 3.3rc4 with buildout
- Rebooted a few times
- tried changing zeoserver's port

As far as I know I haven't changed anything, so I am mystified.

Any further debugging clues (or reason)?
 
Regards,
Barry Page



------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Plone-Users mailing list
Plone-Users@...
https://lists.sourceforge.net/lists/listinfo/plone-users
Jim Biggs | 2 Aug 2009 15:19
Picon
Favicon

Re: zeoserver won't start

Shutdown your zeoserver, and the Start zeoserver in fg (foreground) mode to see what’s causing the problem.

 

Regards… Jim

 

From: Barry Page [mailto:barry_page-/E1597aS9LSlP80pJB477g@public.gmane.org]
Sent: Sunday, August 02, 2009 6:02 AM
To: plone-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: [Plone-Users] zeoserver won't start

 

I have a Plone instance that was working 'just fine' that now won't start. When I run "bin/plonectl start"  the zeoserver line takes longer than normal, and claims then to start (but it doesn't really). The two clients start as normal. If I look at the open ports on my Ubuntu system ("sudo netstat -plntu") I can see that there is no open port for the zeoserver (8100) while the two clients are listening. A sample from the end of zeoserver.log:

2009-08-02T21:58:38 spawned process pid=7525
2009-08-02T21:58:38 (7525) created PID file '/home/locallywired/Plone/zeocluster/var/zeoserver/zeoserver.pid'
2009-08-02T21:58:38 (7525) opening storage '1' using FileStorage
2009-08-02T21:58:38 (7525) removed PID file

'/home/locallywired/Plone/zeocluster/var/zeoserver/zeoserver.pid'
2009-08-02T21:58:38 sleep 9 to avoid rapid restarts
2009-08-02T21:58:38 pid 7525: exit status 1
2009-08-02T21:58:48 spawned process pid=7526
2009-08-02T21:58:48 (7526) created PID file '/home/locallywired/Plone/zeocluster/var/zeoserver/zeoserver.pid'
2009-08-02T21:58:48 (7526) opening storage '1' using FileStorage
2009-08-02T21:58:48 (7526) removed PID file '/home/locallywired/Plone/zeocluster/var/zeoserver/zeoserver.pid'
2009-08-02T21:58:48 restarting too frequently; quit


The other plone instance on the server starts and behaves OK.

I have:
- rerun buildout; run buildout -n
- Updated Plone to 3.3rc4 with buildout
- Rebooted a few times
- tried changing zeoserver's port

As far as I know I haven't changed anything, so I am mystified.

Any further debugging clues (or reason)?

 

Regards,
Barry Page

 

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Plone-Users mailing list
Plone-Users@...
https://lists.sourceforge.net/lists/listinfo/plone-users
Finlay Boo | 2 Aug 2009 16:21

Moving old style custom product to paster (The permission boo.caseform: Add My Custom Product is invalid. )


Hi

I am in the midst of re-developing a large-ish site to buildout and, whilst 
doing this, I would also like to bring some of my constantly evolving custom
products into 2009 by recreating them using 'paster' and taking advantage of
views and the like. The site was my first attempt with Plone, there are many
things that I'm looking to improve based on what I have learnt in the last
12 months or so.

In the current site there is one particular custom type that has a couple of
thousand entries/ objects and I'm keen to migrate them over as is (ie with
their workflow state and history in tact). However, (and I must point out
that I don't know if what I am trying to achieve is possible) having at one
stage installed my old style product and then uninstalled it (and removed
stale entries in ZMI > Product Management) I can't add in my new product as
I getting the following:

The permission <em>boo.caseform: Add My Custom Product</em> is invalid.

My old style product didn't have the 'boo' namespace. Is this likely to
prohibit me adding in my new style product? I was hoping that export/ import
of a .zexp file would allow me to recreate the objects as the current, live
environment is a bit too disjointed to try and work with the data.fs file. 
--

-- 
View this message in context: http://n2.nabble.com/Moving-old-style-custom-product-to-paster-%28The-permission-boo.caseform%3A-Add-My-Custom-Product-is-invalid.-%29-tp3372828p3372828.html
Sent from the General Questions mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july

Gmane