Marcio Mazza | 10 Jul 16:44
Picon
Gravatar

Previous revision of versioned File shows wrong values of the last revision

I filed the following bug at plone.org:

  Previous revision of versioned File shows wrong values of the last revision
  https://dev.plone.org/plone/ticket/11998

Any insights about that?

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
Christoph Pingel | 1 Jul 10:23

Versioning custom content types

Hello,

is this list still active? Looking at the archives, I have the impression that perhaps discussion is taking
place some place else.

Nevertheless:
I have a site running under Plone4 with some custom content types. The content types are built with the
appropriate paster templates, the fields use annotation storage.

When I enable versioning (in the control panel for my types), everything *seems* to work (links and views
are all in place), however, nothing is being versioned, and the diff tool tells me there is no difference
between versions.

I'm wondering if I forgot something obvious. Sadly, not only my custom fields are not being versioned, but
also the inherited fields like title and description.
It works however for standard types (on the same site).

What other information do you need to perhaps help? I already began spreading print statements around in
the code to see where the information gets lost, so I'm not afraid of working that out. 

TIA,
best regards,
Christoph

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
(Continue reading)

Franco Pellegrini | 11 Aug 21:51
Favicon

is CMFEditions suitable for this ?

Hello everybody, this is my first message to the list, and is because i need to 
implement some new functionality and i thought about CMFEditions to do it.
To simplify the story, i have 2 CT's: CT "A" is a folderish for CT "B" (which 
is not a folderish) they both have files and i'm using fss to manage that.

now, what i need to do is to have a new CT, "C" that will have reference to 
one or more "A" objects.
Now, when that happens, i need all of "A" objects referenced to not be able to 
be changed, so that's when CMFEditions come in. (actually they can be, like an 
errata, but that's another scope)

What i came up with is that the reference from "C" is actually a reference to 
an exact version of "A" so no matter if that object is modified, i always 
access the version i wanted.

I managed to make "A" and "B" versionable, and works fine with fss, but i'm not 
being able to integrate the "A" version with the "B" objects inside. What i 
would need is that when i have, say, version 1 of "A" i also have the "B" 
objects that existed in that version of "A", at this point they seem to be 
independent, any clue on how to do what i need? i couldn't find how.

In addition, i asked in plone-users but didn't have a response. Are versions 
copies from the original object ? (ie, if i'm in version 180 of some object, 
and i request version 1, do i get the copy? or the object gets created 
backward from version 180?) what i would like is the copy, since disk space is 
not an issue, but CPU is.

Ok, any feedback is welcomed.

Thanks in advance for reading.
(Continue reading)

Encolpe Degoute | 25 Jan 16:26

Re: CMFEditions and Archetypes Storage

Grégoire Weber a écrit :
>
> Hi Encolpe,
>
> 2008/1/24, Encolpe Degoute <encolpe.degoute <at> ingeniweb.com>:
>> I'm making a FileSystemStorage version compliant with CMFEditions and my
>> investigation let me some questions:
>> FileSystemStorage will implement itself versioning on the filesystem:
>> The actual file become a directory in which versions are stored as files
>> with a RDF file attached for each version. For doing that I need to
>> remove specific fss attributes on the object and to say that the field
>> must not be saved in the repository.
>>
>> Do I need to implement both IAttributeModifier, ICloneModifier and
>> ISaveRetrieveModifier ? Docstings and documentation are not really
>> understandable for me.
> 
> You should always use the ``ISaveRetrieveModifier`` to manipulate attributes
> for objects (e.g. Folders) that do not contain further possibly deep hierarchies.
> This modifier is called *after* the archivist has cloned the object to save and passes
> the clone (``obj_clone`` which is the copy of the original ``obj``). The intention is
> that on being called in the modifier you may manipulate the clone at your will
> (e.g. change or remove attributes, add attributes, etc.).
> 
> In case your object may reference other objects that my further be deeply
> nested you probably need to implement and register an ``ICloneModifier``.
> A clone modifier is called during teh copying process. This may best be
> explaned with an example:
> 
>   Assume you have a hierarchy of folders in your site. You version a folder
(Continue reading)

Encolpe Degoute | 24 Jan 23:24

CMFEditions and Archetypes Storage

Hello,
I'm making a FileSystemStorage version compliant with CMFEditions and my
investigation let me some questions:
FileSystemStorage will implement itself versioning on the filesystem:
The actual file become a directory in which versions are stored as files
with a RDF file attached for each version. For doing that I need to
remove specific fss attributes on the object and to say that the field
must not be saved in the repository.

Do I need to implement both IAttributeModifier, ICloneModifier and
ISaveRetrieveModifier ? Docstings and documentation are not really
understandable for me.

I think we need new interfaces in Archetypes that say to if a storage
implement itself the versioning or not.

Regards,
--

-- 
Encolpe Degoute
INGENIWEB (TM) - S.A.S 50000 Euros - RC B 438 725 632
17 rue Louise Michel - 92300 Levallois Perret - France
web : www.ingeniweb.com - « les Services Web Ingénieux »
Tel : 01.78.15.24.08 / Fax : 01 47 57 39 14

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
David Downes | 25 Sep 11:53
Favicon

Migrating CMFEditions from 1.0rc1 to 1.1.1


Hi there,

I am trying to upgrade from the 1.0rc1 to the latest stable release of
CMFEditions.
There seems to be no instructions in the README, so I wasn't sure if I
should remove the current directory and replace it with the extracted
tarbull, or if I should extract the tarbull appending it to the existing
version.
Either way, it didn't work.  If the rc1 was still installed I got the
"This product has been removed from the file system" message.  And if it
wasn't installed, then nothing appears in the install list.
I am running Plone 2.5.1 on Zope 2.9.7.  Any help would be greatly
appreciated.

Dave
http://www.mintel.com
providing insight + impact

PS Discover and develop genuinely new ideas first with Mintel Inspire -
your global trends resource.

Preview our Trendscape and get on the fast track to productive ideation.
http://www.mintel.com/inspire/

London Office:
Mintel International Group Ltd (Mintel)
18-19 Long Lane
London
EC1A 9PL
(Continue reading)

Jamie Bohr | 13 Jul 21:09
Picon

CFMEditions and locking

Does CFMEditions support locking of pages to prevent multiple edits of the same page?  I have googled around but found no reference.

Version 1.1 of CMFEdition does not work with Plone 2.5.2 out of the box.

--
Jamie Bohr

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Plone-Users mailing list
Plone-Users@...
https://lists.sourceforge.net/lists/listinfo/plone-users
Mailing Lists | 5 Apr 01:10

Plone Content edits rename content to "1"

Hopefully this is an easy question for y'all...

Ever since upgrading to the latest distribution of CMFEditions on
plone.org (and possibly even earlier than that), people have started
complaining to me that when they edit content that has already been
published, the short name field defaults to a number.  When the content is
saved, the content is renamed to that number (ex: front-page -> "1").

Any guidance that might be out there would be greatly appreciated.  I
tried google searches, etc. but either its not documented or I wasn't
quite getting the search string right.

Thanks!

Matt Howell

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Joel Belog | 4 Apr 19:22
Picon

CMFEditions use in a closed Plone site with Session Crumbler

Hello All,
 
I am testing out CMFEditions 1.0rc1 in a closed Plone site that is using Session Crumbler.  We're using LDAP for user authentication.
 
Here's my current env:
CMF-1.6.2,
Zope (Zope 2.9.5-final, python 2.4.3, linux2),
Five 1.3.7,
Python 2.4.3 (#1, Jan 4 2007, 12:08:50) [GCC 3.4.6 20060404 (Red Hat 3.4.6-3)],
PIL 1.1.5
 
When I create versions of using content of type "file" that is private, when I try to preview a previous version of the document, I'm sent to http://server/file/file_download_versionfile_download_version%3Fversion_id%3D0, I get an error stating that the browser was not able to open the site.  When I try a type "file" that is public, I get the login page.
 
Viewing the current version works correctly.  I also tested a content type of "page" and versions worked correctly for both private and public pages.
 
Has anyone run into this issue?  What other information can I check to see if there are any issues?
 
Thanks,
Joel
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Collective-versioning mailing list
Collective-versioning <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/collective-versioning
Rev Lou Sheldon | 30 Mar 05:59

[tvc-national] This Must Be Stopped, Stand Up For Your Rights

It is vital that Bible-believing people immediately contact their U.S. Representative and Two (2) U.S. Senators.

We must defeat H.R. 1592, the Local Law Enforcement Hate Crimes Prevention Act of 2007, by Congressman John
Conyers, Democrat from Michigan, who is Judiciary Committee Chairman!   Also, it is expected that Senator
Ted Kennedy, Democrat from Massachusetts, will soon introduce similar legislation in the U.S. Senate.

H.R. 1592 Begins to Lay the Legal Framework Whereby Bible-believing Pastors,  Business Owners and
Individuals can be Persecuted and Prosecuted.

Please Read Attached PDF Document and THEN go to http://www.traditionalvalues.org/hc/ to begin the
process of contacting your U.S. Representative and Two (2) U.S. Senators.

The passage of H.R. 1592 will be a serious threat to free speech and freedom of religion. This so-called Hate
Crimes Bill begins to lay the legal framework to persecute and prosecute those who refuse, for moral and
religious reasons, to agree or teach their children that certain unbiblical behaviors are normal and desirable.

AGAIN, Please go to http://www.traditionalvalues.org/hc/ to begin the process of contacting your U.S.
Representative and Two (2) U.S. Senators.

Stand Up for YOUR 1st Amendment Rights of Free Speech and Freedom of Religion. If H.R. 1592 is made law,
ultimately, a pastor’s sermon concerning the biblical view on certain issues could be considered an
incitement to violence and punished with a fine or prison. 

Your Voice At The Capitol,

Rev Lou Sheldon - Chairman
Andrea Lafferty - Executive Director

Traditional Values Coalition
139 "C" Street, SE
Washington, DC 20003
http://www.traditionalvalues.org

You are currently a member of tvc-national, 
collective-versioning <at> lists.sourceforge.net

To stop, send a blank email to 
leave-tvc-national-18537921I <at> lyris.our-newsletter.org
Attachment (TVCActionAlert.pdf): application/pdf, 32 KiB
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Collective-versioning mailing list
Collective-versioning <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/collective-versioning
Freda Jenkins | 30 Mar 01:25

cuss monstrous


We know that machines will continue to improve.
This Web site may contain other proprietary notices and copyright information, the terms of which must be observed and followed.
Make it impossible to find your contact information.
On that doorway page, you should describe the content of your Web site in many sentences that contain many keywords that are important for your Web site. Don't worry about getting people to find you, or how you'll collect and manage leads, or how you'll handle fulfillment. Such references do not imply that IBM intends to announce such products, programs or services in your country.
The journal articles examine some of the challenges, such as power dissipation, and offer solutions ranging from new device approaches to nanotechnology applications.
Total entries in this blog: getBlog I think maybe it should be a higher priority.
Just so long as it provides a rational structure for your presence.
net A Cry Heard Round The World: Kim Sun-Il died desperate and alone, but he did not die unheard. Kelly III, IBM senior vice president for Technology and Intellectual Property. Don't miss this opportunity to see all that webinars have to offer! Unfortunately, the frameset page usually doesn't have META tags, title and enough content (text) to obtain a listing on a search engine.
An idea that everyone talks about - some people hate it, some people love it, but it will turn in a better business, more (passionate) customers, etc. There is interest in the integrated cash acceptor machine, teller assisted units and smart surveillance system, among others. You can learn more about IBM privacy practices on the Web. But what DOES it want?
Just click the following link: Continue reading "WOODSMITH: Cutting La I recommend going through all your Web pages and make sure that you haven't inadvertently made any such mistake.
Squiz is a privately owned company, founded in Sydney Australia in 1998.
', which suggests new ways for communicating on the web today, as well as some simple tools that companies can implement to make the most of the changing world of communications.
This enables tellers to spend quality time with members who require additional assistance.
You're so dang proud of it.
I think maybe it should be a higher priority.
To move to a new Web site and to keep your old search engine rankings, I recommend using method 1. Many search engines fear to be spammed if you overuse keywords on your Web site.
You can also delete the old Web page and create a custom 404 error page.
However, some search engines only lists Web pages if at least one remote Web page is linking to it.
Build a site you love. If you can't answer, better wait until you have a strategic plan for your company overall.
This Web site may contain other proprietary notices and copyright information, the terms of which must be observed and followed.
Add some animation that has no purpose but looks nice. Total entries in this blog: ge It could be drawn on a napkin, even. In the final analysis we will be helping companies to better protect their innovations and trade marks in the German market. Most likely, it will backfire to you.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Collective-versioning mailing list
Collective-versioning <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/collective-versioning

Gmane