Search the web
Sign In
New User? Sign Up
zms-developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2960 - 2989 of 3481   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2960
Dear developers, since the last update from 2.10.4-02 & 2.10.4-05 to 2.10.4-08 same strange things happens. With every try of any change, we got a runtime...
fraggle_rock_grecce
fraggle_rock...
Offline Send Email
Sep 2, 2007
8:41 pm
2961
maybe posting the error stack will help to identify a reason for the error. Thank you fh, moderator PS: in the meantime there is a new build ...
Dr. Frank Hoffmann
dr_frank_hof...
Offline Send Email
Sep 3, 2007
7:12 am
2962
Hello, i try to find a way to configure the filters for exporting PDF-Documents. So i decided to use the "zope-zms" Debian Package because all needed packages...
Richard Bendit
rbendit01
Offline Send Email
Sep 4, 2007
2:01 pm
2963
Hello, after revision of "Auto-Correct" of internal links in 2007-08-15::zms-2.10.4-03 -- MINOR CHANGES [00481] Revised maintenance actions and settings in ZMI...
Christian Meier
post@...
Send Email
Sep 7, 2007
8:43 am
2964
Hello the list, I'm having trouble with the installation ( = making an instance ) of a website based on ZMS-2.10.1-33 on ZOPE 2.10.4-final wiht python 2.4.2 on...
tinguely@...
artification...
Offline Send Email
Sep 11, 2007
10:48 am
2965
Hello the list, I reinstall ZMS 2.10.1-33 from sourceforge, but it does not work better. Best regards. Jean Tinguely Awais....
tinguely@...
artification...
Offline Send Email
Sep 11, 2007
11:03 am
2966
please, repeat the update in a two step procedure, because with ZMS build 2.10.3#19 the former 'zmsrubrik' object is not avalailable anymore. Update Step I:...
Dr. Frank Hoffmann
dr_frank_hof...
Offline Send Email
Sep 11, 2007
11:58 am
2967
... That raises a fundamental question for me as the debian maintainer of the zms package. Is this the only way to update to a version ... debian etch has...
Uwe Steinmann
uwesteinmann
Offline Send Email
Sep 11, 2007
12:38 pm
2968
Hello, Has anyone realized or know how to display random teasers on a page? At the moment I use the following code to display teasers <------------------------...
Sebastian Tänzer
sebastiantae...
Offline Send Email
Sep 11, 2007
4:16 pm
2969
Hi Sebastian, try this: create a Python Script called "getRandomTeasers": REQUEST = container.REQUEST lst = context.getTeaserElements(REQUEST) rnd = [] result...
Joern Paessler
paesslerj
Offline Send Email
Sep 11, 2007
5:29 pm
2970
Hi Joern, Thanks - this helped a lot! I was playing with a python script myself when your mail arrived but were stuck at how to sort out duplicates. But yours...
Sebastian Tänzer
sebastiantae...
Offline Send Email
Sep 11, 2007
5:46 pm
2971
Hi Joern, 1) Perhaps you have an idea why this happens: When the size of the returned teasers is below the value set for "while len(rnd)<3:" , i.e. there's...
Sebastian Tänzer
sebastiantae...
Offline Send Email
Sep 11, 2007
6:19 pm
2972
Hi Sebastian, you are welcome. sorry the line should read: if (len(lst)) == 0: return because rand_int doesn't like "0" as parameter. Best joern ...
Joern Paessler
paesslerj
Offline Send Email
Sep 11, 2007
6:51 pm
2973
oops, yes: this case produces an endless loop, because its trapped in the while loop. Add the red lines. the filtering should be done before: that should be...
Joern Paessler
paesslerj
Offline Send Email
Sep 11, 2007
6:51 pm
2974
Hello, i try to create for a special object a special "manage_main" - Interface. My question is how to include the object-tools to move-up, move-down, create ...
Richard Bendit
rbendit01
Offline Send Email
Sep 11, 2007
7:44 pm
2975
Thanks Joern, It's a good example for me how to work with object properties in python scripts. Perhaps this should be added to the official how-to at zms- ...
Sebastian Tänzer
sebastiantae...
Offline Send Email
Sep 12, 2007
8:40 am
2976
Hi ZMS-list, I would like to present a "last change" of a website. Therefore I need the identifier of the content object. It works for folders with that...
Achim Dehnert
achim_dehnert
Offline Send Email
Sep 13, 2007
9:19 am
2977
it should work without content: getLangFmtDate(getObjProperty('change_dt',REQUEST),lang,'DATE_FMT')...
Mag. Nicolas Drosson
nicolasdrosson
Offline Send Email
Sep 13, 2007
9:29 am
2978
at the moment there is no way updating without the intermediate step. Otherwise we have to maintain the deprecated zmsrubrik module for the future. o.k., we...
Dr. Frank Hoffmann
dr_frank_hof...
Offline Send Email
Sep 13, 2007
9:40 am
2979
Using ZMSHelper, this line would be enough: <dtml-zms prop="change_dt" fmt="DATE_FMT"> or for explicitly the content object: <dtml-zms prop="change_dt"...
Joern Paessler
paesslerj
Offline Send Email
Sep 13, 2007
9:41 am
2980
Hello. I trying to use the objecttype "Datei" within a nested Object (spec. object in spec. object) - but when I upload a file, the file isn´t displayed in ...
Thorsten Weber
frost_helm
Offline Send Email
Sep 13, 2007
12:09 pm
2981
FYI http://bscw.hoffmannliebenberg.de/pub/bscw.cgi/d294736/zms-2.10.4-13_3.tar.g z changes.txt ... 2007-09-12::zms-2.10.4-13 -- MINOR CHANGES .... [00502]...
Dr. Frank Hoffmann
dr_frank_hof...
Offline Send Email
Sep 13, 2007
1:24 pm
2982
Hello, it would be nice to have a _zmsglobals-method to check, if one is in management interface or not. The existing _globals.isManagementInterface() can not...
Christian Meier
post@...
Send Email
Sep 13, 2007
4:56 pm
2983
Hello the list, Is there somebody that have a french dictionnary for the f_bodyContent_Search? Or does somebody have the keys thag goes to the dictionnary of...
tinguely@...
artification...
Offline Send Email
Sep 17, 2007
12:51 pm
2984
Hi ZMS-Developers, is it possible to insert a url in a mysql database with zmssqldb like inserting a url in a special object with the [...] behind the...
Boris Kaminski
b.kaminski@...
Send Email
Sep 17, 2007
12:59 pm
2985
you are right: url is not a legal coltype, please use "string" Regards fh ... Von: zms-developers@yahoogroups.com [mailto:zms-developers@yahoogroups.com] Im...
Dr. Frank Hoffmann
dr_frank_hof...
Offline Send Email
Sep 18, 2007
9:07 am
2986
Hello, 1) After upgrading to the latest ZMS version I hoped that this one would disappear but it did not. The "breadcrumbs trail" in ZMI does not show umlauts...
Sebastian Tänzer
sebastiantae...
Offline Send Email
Sep 19, 2007
9:27 am
2987
Hi Sebastian, is this Zope Site running behind an Apache? If so, adding this line to your conf-file might help: AddDefaultCharset utf-8 Best Joern ...
Joern Paessler
paesslerj
Offline Send Email
Sep 19, 2007
9:45 am
2988
Hi Joern, Yes, the Zope Site is running behind an Apache. But I already hat the DefaultCharset set to utf-8. I just noticed the problem just appears in Safari...
Sebastian Tänzer
sebastiantae...
Offline Send Email
Sep 19, 2007
10:00 am
2989
but wenn i use string as type the user dont have the [...]-Button with the popupwindow. so the user must type in the link manualy. when the url popupwindow...
Boris Kaminski
b.kaminski@...
Send Email
Sep 19, 2007
11:42 am
Messages 2960 - 2989 of 3481   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help