[Product-Developers] wrapping objects and unrestrictedTraverse

2011-05-23 Thread Yuri
Preface: I'm tryng to access an object via a browser view, the object normally is not accessible by the user. What I did: abstracts = self.portal_catalog.unrestrictedSearchResults(sessions=self.this_session) results = [] for abs in abstracts: obj = self.contex

Re: [Product-Developers] wrapping objects and unrestrictedTraverse

2011-05-23 Thread Yuri
Il 24/05/2011 08:41, Raphael Ritz ha scritto: On 5/12/11 12:12 PM, Yuri wrote: Preface: I'm tryng to access an object via a browser view, the object normally is not accessible by the user. What I did: abstracts = self.portal_catalog.unrestrictedSearchResults(sessions=self.this_se

Re: [Product-Developers] Rename an object after it has been added

2011-07-27 Thread Yuri
Il 27/07/2011 12:31, imran.azad ha scritto: Hi Jung, I have checked in the same folder there isn't an id that already exists. Why is it that when I modifiy the item the same code excutes sucessfully? When an object is created, an event is fired. This event trigger a method that already re

Re: [Product-Developers] Rename an object after it has been added

2011-07-27 Thread Yuri
Il 27/07/2011 13:05, imran.azad ha scritto: Thank you, Yuri. Do you know how I can override the original method from my code or disable it altogether? Thanks in advance. http://plone.org/documentation/manual/plone-community-developer-documentation this is the place with almost all you

Re: [Product-Developers] Rename an object after it has been added

2011-07-27 Thread Yuri
Il 27/07/2011 14:13, imran.azad ha scritto: Hi Yuri, Many many thanks for the links, they are really helpful! :-) I'm just unclear on how to set the _at_rename_after_creation atrribute, is this the correct way of doing it? class Person(Container): implements(IP

Re: [Product-Developers] Rename an object after it has been added

2011-07-27 Thread Yuri
Il 27/07/2011 14:38, Imran Azad ha scritto: No problem, thanks once again for all your help. I really appreciate it. Have a nice day. Imran Azad Web Content Manager Bradford Teaching Hospitals NHS Foundation Trust Tel: 01274 38 3556 Yuri 27/07/2011 13:37>>> Il 27/07/201

Re: [Product-Developers] [collective.flowplayer] Proposal: stop supporting image file format

2011-09-29 Thread Yuri
My version of flowplayer, when I upload an .mp4, shows a black box. The movie play (I can see the cursor moving from 00:00 to the lenght of the movie), but it shows only a black box. Some mp4, instead, works. It this behaviour ok? Il 29/09/2011 17:05, Luca Fabbri ha scritto: Hi all, in the

[Product-Developers] keeping track on "what's going on", colletive vs github

2011-09-30 Thread Yuri
Hi all! with many sources moving from collective to github, how could I keep track of new code added regarding plone? Is there a list or a search query (rss feed?)? Thank you very much. ___ Product-Developers mailing list product-develop...@lists.

Re: [Product-Developers] keeping track on "what's going on", colletive vs github

2011-10-02 Thread Yuri
Il 30/09/2011 13:37, Gilles Lenfant ha scritto: Authenticate in github, visit the component home pages you want, and clic the "Watch button". That' all. The problem is to "know" that it exists. With collective, I can see every commit, so I know if there are new interesting packages, or updat

Re: [Product-Developers] keeping track on "what's going on", colletive vs github

2011-10-03 Thread Yuri
Il 03/10/2011 12:09, Gilles Lenfant ha scritto: 2011/10/3 Yuri mailto:y...@alfa.it>> Il 30/09/2011 13:37, Gilles Lenfant ha scritto: Authenticate in github, visit the component home pages you want, and clic the "Watch button". That' all. The prob

Re: [Product-Developers] keeping track on "what's going on", colletive vs github

2011-10-04 Thread Yuri
Il 04/10/2011 20:38, derek ha scritto: On Oct 3, 3:42 am, Yuri wrote: Il 30/09/2011 13:37, Gilles Lenfant ha scritto: Authenticate in github, visit the component home pages you want, and clic the "Watch button". That' all. The problem is to "know" that it exists. W

Re: [Product-Developers] keeping track on "what's going on", colletive vs github

2011-10-05 Thread Yuri
Something heared me and created this: https://github.com/collective/collective.github.com/blob/master/how_to_followcommits.html eh :-) Il 05/10/2011 08:47, Yuri ha scritto: Il 04/10/2011 20:38, derek ha scritto: On Oct 3, 3:42 am, Yuri wrote: Il 30/09/2011 13:37, Gilles Lenfant ha scritto

Re: [Product-Developers] keeping track on "what's going on", colletive vs github

2011-10-05 Thread Yuri
Il 06/10/2011 00:01, Alex Clark ha scritto: On 10/5/11 2:47 AM, Yuri wrote: Il 04/10/2011 20:38, derek ha scritto: On Oct 3, 3:42 am, Yuri wrote: Il 30/09/2011 13:37, Gilles Lenfant ha scritto: Authenticate in github, visit the component home pages you want, and clic the "Watch b

Re: [Product-Developers] PloneIDE

2011-10-13 Thread Yuri
Amazing. Il 13/10/2011 04:06, Franco Pellegrini ha scritto: Hello everybody, i've been working on this project for quite some time, and i wanted to share it with you. It's an IDE for Plone development. It is currently in a pre-alpha stage of development. You can see a screencast here (HD and f

Re: [Product-Developers] Diazo and Plone 2

2011-11-29 Thread Yuri
Il 29/11/2011 09:52, Mike Metcalfe ha scritto: Hi Laurence, On 28 November 2011 22:56, Laurence Rowe > wrote: I'd probably just use collective.xdv and perhaps modify it to use diazo instead of xdv, it shouldn't be too difficult to do. Thanks for the advic

Re: [Product-Developers] get catalog from Nothing

2012-02-07 Thread Yuri
from zope.component.hooks import (read_property, SiteInfo, siteinfo, setSite, getSite, getSiteManager,

Re: [Product-Developers] How attached to POI issue trackers are we?

2012-02-09 Thread Yuri
Il 09/02/2012 06:33, Nathan Van Gheem ha scritto: Maybe we just always keep them read-only then. Most of them contains fixes that has not been published in the product, for example. ___ Product-Developers mailing list product-develop...@lists.plone.

Re: [Product-Developers] How attached to POI issue trackers are we?

2012-02-09 Thread Yuri
Il 09/02/2012 19:17, Jon Stahl ha scritto: On Thu, Feb 9, 2012 at 12:20 AM, Yuri wrote: Il 09/02/2012 06:33, Nathan Van Gheem ha scritto: Maybe we just always keep them read-only then. Most of them contains fixes that has not been published in the product, for example. When you say "

Re: [Product-Developers] collective.lineage - state. release? plans.

2012-03-02 Thread Yuri
Il 02/03/2012 02:28, Clayton Parker ha scritto: On 3/1/12 5:06 AM, Jens W. Klein wrote: some weeks ago I fixed collective.lineage tests (and for use with plone 4.1) and moved it also to github collective. I saw that, thank you! Now a release would be fine. It seems my direct mail to the auth

[Product-Developers] state of the art on creating and managing a package

2012-03-05 Thread Yuri
hi all! how do you create a new package (egg)? Paster, zopeskel, a script, a buildout recipe? How do you keep in sync with your preferred VCS? I'm starting a new project and I would like to improve the package management. ___ Product-Developers m

Re: [Product-Developers] [ANN] collective.conference

2012-03-14 Thread Yuri
Il 14/03/2012 10:31, Khairil Yusof ha scritto: Hi all, Just announcing that with help of Fedora community volunteers, we're working on an add-on that provides all the features needed for a conference including registration, scheduling with multiple track (room) support. http://pypi.python.o

Re: [Product-Developers] [ANN] New simplified product skeleton for Plone

2012-03-21 Thread Yuri
Il 21/03/2012 05:12, Mikko Ohtamaa ha scritto: Cool ;-) Did you have a look at the 'plone-customizations' egg provided by plone-devstart? Wondering if it serves a somewhat similar purpose. Or my "hello plone": http://blog.aclark.net/2011/08/20/hello-plone/. Ac

Re: [Product-Developers] plone.app.ldap master: Plone 4 only?

2012-09-24 Thread Yuri
Il 24/09/2012 17:04, Maurits van Rees ha scritto: Op 24-09-12 16:44, Alex Clark schreef: On 2012-09-24 14:28:45 +, Maurits van Rees said: Hi, plone.app.ldap is on github already: https://github.com/plone/plone.app.ldap The master currently does not support Plone 3, though that is easy to

Re: [Product-Developers] dexterity: transform HTML before saving

2012-09-26 Thread Yuri
Il 26/09/2012 10:14, Kees Hink ha scritto: Is there a way to apply a transform before saving? Only TinyMCE javascript can do this, and it has his own xhtml filter. I've found this: http://stackoverflow.com/questions/7573474/how-can-i-set-up-tinymce-so-that-it-wont-allow-inline-data-images m

Re: [Product-Developers] Plone 4.2.5 and collective.dancing 0.9.10

2013-04-09 Thread Yuri
I've installed Plone 4.2.5 by scratch and found it missed the import step for TinyMCE, CMFEditions and jquery support. Try to create a clean 4.2.5 (or add a new site and test it) and edit a page, use the html editor, use jquery popups. If it is ok, then it is a different problem from mine. Il

[Product-Developers] Plone 4.2.5 and issue 11997

2013-04-09 Thread Yuri
scritto: On Tue, Apr 9, 2013 at 11:33 AM, Yuri wrote: I've installed Plone 4.2.5 by scratch and found it missed the import step for TinyMCE, CMFEditions and jquery support. Try to create a clean 4.2.5 (or add a new site and test it) and edit a page, use the html editor, use jquery popups. If

Re: [Product-Developers] KSS removal / workflow menu

2013-05-20 Thread Yuri
Il 17/05/2013 18:57, Nathan Van Gheem ha scritto: To see what we backported, check out: https://github.com/plone/Products.CMFPlone/blob/4.3.x/Products/CMFPlone/skins/plone_ecmascript/kss-bbb.js while you're at it, can you fix the lines with success: updateSharing, (lines 111 an

Re: [Product-Developers] Getting hold of the context URL in JS

2013-09-30 Thread Yuri
Il 30/09/2013 11:39, Nathan Van Gheem ha scritto: Yes, plone 5 will have many data attributes set on the body tag that js developers will be able to use, context url being one of them. why not a www.mysite.com/my_object/givemeallIneed/json which returns a json file with all the needed data, wi

Re: [Product-Developers] This list is moving to community.plone.org (Discourse)

2014-05-28 Thread Yuri
Is not possible to login with the plone.org account? Il 27/05/2014 21:05, Johannes Raggam ha scritto: On Tue, 2014-05-27 at 20:47 +0200, Johannes Raggam wrote: On Tue, 2014-05-27 at 09:39 -0700, ajung wrote: Well, you take away a working solution and replace it with a solution that possibly lo