Reed O'Brien | 1 Jan 2008 01:06
Gravatar

Re: Plone save/cancel/delete etc form button paths broken

On Dec 31, 2007, at 6:39 PM, Sean wrote:

>> Does it work as expected without apache in front?  I mean if you
>> access the Plone site directly on
>> http://horse101.com:9080/ ...
>>
>> Does it work as expected?
>>
> No it does not work with the domain name and port or the ip address  
> and port:
> http://horse101.com:9080/
> http://72.249.53.20:9080/
>
> A few different domain names are setup in VirtualHostMonster which is
> at the root of the zope instance.  The domain "files" for horse101.com
> are located at the root of the zope instance at the same level as the
> VHM (this particular domain name has no entry in VHM).  Another domain
> name which is included in VHM is pointed to a subfolder in this zope
> instance and has the same problems with form buttons.

Are you saying you edited the VHM here:

http://72.249.53.20:9080/virtual_hosting/manage_edit

??

> I am not very strong with apache or regular expressions.
> My web host setup the vhosts.conf file years ago for me with the
> following rewrite:
>
(Continue reading)

Reed O'Brien | 1 Jan 2008 01:10
Gravatar

Re: (Autoresponder) Re: Plone save/cancel/delete etc form button paths broken

On Dec 31, 2007, at 7:07 PM, thomas@... wrote:

>
> I am currently out of office. I will be back on Monday, the 14th of  
> January 2008. For urgent matters please contact Mr Alexander Pilz  
> (pilz@...).
>
> Ich bin derzeit nicht im Büro und werde am Montag, den 14. Januar  
> 2008 zurück sein. In dringenden Fällen wenden Sie sich bitte an  
> Herrn Alexander Pilz (pilz@...)
>
> Best regards / Schöne Grüße,
> Wolfgang Thomas

Can someone suspend this account in mailman until the 14th?

~ro
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
Sean | 1 Jan 2008 01:56
Favicon

Re: Plone save/cancel/delete etc form button paths broken

> Are you saying you edited the VHM here:
>
> http://72.249.53.20:9080/virtual_hosting/manage_edit

I cannot use the ip address but only the domain name to access it:
http://horse101.com/VHM/manage_main

> <VirtualHost *:80>
>   ServerAdmin reed at reedobrien.com
>   ServerName localhost
>   ServerAlias another.domain
>   ServerAlias yet.another.domain.com
>   RewriteEngine On
>   RewriteRule ^/(.*) \
>   http://localhost:9080/VirtualHostBase/http/%{SERVER_NAME}:80/
> <portal>/VirtualHostRoot/$1 [L,P]
> </VirtualHost>

I'll try the above  changes

> of course ServerAdmin should be youradmin@...,
> Server name should be your server name (horse101)
> Aliases hould be your aliases and
> IMPORTANT <portal> should be your plone site (which may be portal
> judging by your ticket).
>

The top level of the site is straight zope and "portal" (plone
instance) is a subfolder so suppose I should leave that part out of
the rewrite becasue this rewrite handles several domain names
(Continue reading)

Reed O'Brien | 1 Jan 2008 03:32
Gravatar

Re: Plone save/cancel/delete etc form button paths broken


On Dec 31, 2007, at 7:56 PM, Sean wrote:

>> Are you saying you edited the VHM here:
>>
>> http://72.249.53.20:9080/virtual_hosting/manage_edit
>
> I cannot use the ip address but only the domain name to access it:
> http://horse101.com/VHM/manage_main

OK, but did you add things to the mappings (I think it is called) tab?

>
>> <VirtualHost *:80>
>>   ServerAdmin reed at reedobrien.com
>>   ServerName localhost
>>   ServerAlias another.domain
>>   ServerAlias yet.another.domain.com
>>   RewriteEngine On
>>   RewriteRule ^/(.*) \
>>   http://localhost:9080/VirtualHostBase/http/%{SERVER_NAME}:80/
>> <portal>/VirtualHostRoot/$1 [L,P]
>> </VirtualHost>
>
> I'll try the above  changes

It was unclear to me that you are running more than one Zope based  
app/site and a plone site.  You will need a little more.

<VirtualHost *:80>
(Continue reading)

Jonathan Mark | 1 Jan 2008 05:21
Picon
Favicon

Re: Even though I set folders to have "plone_workflow", folders that are Pending Review are not visible to public

Yes, I had pressed 'update security settings.'

I finally solved the problem via a workaround. I changed the (default)
setting in portal_workflow to 'plone_workflow.' For some reason my
Plone instance was ignoring the worklow setting that I specified for
folder and was using the (default) instead.

So changing (default) to the workflow that I wanted fixed the problem.
However, I ought not to have had to do that.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
George Bray | 1 Jan 2008 13:56
Picon

Ploneboard 2.0fc1 RSS Feeds

Ploneboard is beautiful and simple, all at once - thanks.

I thought I saw somewhere that you could provide an RSS feed from the
individual forums, or the entire collection of forums.  My portal
syndication is turned on, as default, but I can't work out how to get
the feeds going.  Any hint?

    *  Plone 3.0.4
    * CMF-2.1.0
    * Zope (Zope 2.10.4-final, python 2.4.4, freebsd6)
    * Python 2.4.4 (#2, Dec 11 2007, 15:19:40) [GCC 3.4.6 [FreeBSD] 20060305]
    * PIL 1.1.6

--

-- 
George Bray, The Australian National University, Canberra, Australia.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
Lucia Colombo | 1 Jan 2008 17:05
Picon
Favicon

Re: PloneArticle content migration to version 4.0.2

Hi all
I have managed to migrate to PloneArticle 4.02.
Actually I had to workaround quite a number of issues.
I'm just reporting how I solved it, if it helps anybody.
First of all, IMHO the article tool should not be a portal type, so I changed its registration and the related stuff. Don't think this affects anything though, but that's how I started up :-( (actually I still have to finish with the configlet)
I crashed against two major issues:
1. renaming an existing article was going to cause an error "AttributeError: class Dummy has no attribute '__new__'
" which prevented the action from succeeding, and this would in turn prevent any exported site to be imported again. However, copying the article was succeding.
2. the reference catalog was corrupted, could not get rebuilt any longer.
 
So I wrote a script which was copying and reindexing all existing PloneArticles in new instances (had some troubles because I had multilingual sites, but the principle worked). This solved issue n. 1, and for some sites actually also issue n.2, as the reference catalog rebuilt succesfully.
To fix the remaining issue, I removed the existing reference_catalog instance and reinstalled archetypes. Then rebuilt the reference_catalog.
 
Lucia
 
 
 
 
 
Hi guys,

I have successfuly upgraded PloneArticle from version 3.2.3 to 4.0.2 but content migration isn't working. Well, it always fail on migrate. I was googling hard to find a solution, searching through mailing lists and even looked to plonearticle svn repository for newer version of problematic files (those showed in force upgrade log). I found few posts, people complaining about this problem and suggest to wait for new version. Is there anyone who successfully migrated articles to 4.0.x version?

Thanks,
Peter


I am using...

Plone 2.5.2,
CMF-1.6.2,
Zope (Zope 2.9.6-final, python 2.4.4, linux2),
Five 1.3.8,
Python 2.4.4 (#1, Feb 7 2007, 17:04:30) [GCC 3.4.5 20051201 (Red Hat 3.4.5-2)],
PIL 1.1.6

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4

_______________________________________________
Plone-Users mailing list
Plone-Users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/plone-users
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Plone-Users mailing list
Plone-Users@...
https://lists.sourceforge.net/lists/listinfo/plone-users
Raphael Ritz | 1 Jan 2008 18:15
Picon
Favicon

Re: Need to make easy_install EASY for non-developers

Dan Thomas wrote:

[..]

> 
> I guess this is a plea for a simple, generic how-to for installing the
> new-style add-on products based on easy_install (and/or eggs?), but without
> buildout.
>  

You mean something like

http://plone.org/documentation/tutorial/third-party-products/installing

and links from there (scroll down; it's been updated recently)

Raphael

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
Reed O'Brien | 1 Jan 2008 20:48
Gravatar

Re: Even though I set folders to have "plone_workflow", folders that are Pending Review are not visible to public

On Dec 31, 2007, at 11:21 PM, Jonathan Mark wrote:

> Yes, I had pressed 'update security settings.'
>
> I finally solved the problem via a workaround. I changed the (default)
> setting in portal_workflow to 'plone_workflow.' For some reason my
> Plone instance was ignoring the worklow setting that I specified for
> folder and was using the (default) instead.
>
> So changing (default) to the workflow that I wanted fixed the problem.
> However, I ought not to have had to do that.

The only thing I can think of, off hand, is that you set folder to  
plone_workflow, but the folder that wasn't exhibiting changed  
behavior  was a large plone folder...

~ro

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
Raphael Ritz | 1 Jan 2008 21:56
Picon
Favicon

Re: Editable description of childs objects in a folder

Jean-François wrote:
> Hi, 
> 
> i am customizing my folder view in order to display all the childs objects +
> their description, and i spent several hours so far trying to make the
> description editable directly from the folder view. 
> 

that's tricky

First, you should realize that the default folder listing is
generated using catalog queries and only displays meta data
from the catalog in the listing without accessing the child
objects themselves. That's one reason why the standard KSS
approach won't work here. But even changing this to use the
real objects probably won't work because ...

Second, AFAICT the default KSS methods are made to work on the
current context (here: the folder) not any child objects (I might
be wrong here).

Googling for "bulk editing in Plone" might give you more hints.

Raphael

> (i actually looked/tried PloneFormgen which does, for a form, what i am
> trying to do)
> 
> Displaying the description is quite easy while copy-pasting default folder
> view and then starting to modify it. This way, i can also edit the folder
> description. But as soon as i have event or news item in the folder, i would
> like to edit their description. 
> 
> I tried to play with a call to kssClassesView/getKssClassesInlineEditable,
> but it seems to me that it cannot work, always refering to "here" where i
> need it to work on "here/childx".
> 
> Any tips how i could manage to make this work ? Is the solution more on...
> nesting the child view into  the container one ? Or is it possible to handle
> this directly in a macro in the folder custom view ? 
> 
> Thanks for your help/time,
>   
>   Jean-François
> 
> ps: i spent some time trying to find samples or explanations for this either
> on google or here, but i was not able to find another example than
> displaying the child description (not editing it), apart PloneFormGen. I
> hope i did not miss anything. 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Plone-Users mailing list
Plone-Users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plone-users

Gmane