Hello everyone, a client stumbled over a bug lately. We have a special object of type "Datentabelle". It's used to store topics and descriptions to display...
2864
alois blasbichler
ablasbb
May 8, 2007 9:35 am
Hello List and developers I used with my old zms 2.9.... a pytrhon-script that on searches me shows only readable contents. Now after upgrading to zms 2.10.2...
2865
Nicolas Drosson
nicolasdrosson
May 8, 2007 4:33 pm
Hi, I don't think it's a bug in datatables. I had this problem using the sort-function using lists. So I would say it is an problem in zope. I did not try it,...
Thanks to Nicolas for the hint and thanks to ZMS-Support for the instant-patch (just add water :D). All the best /Carsten Germer ... .2-28.tar.gz ...
2868
zack
keine_panik
May 10, 2007 8:44 am
Hello Group, i have a question about the table element. We want to define a groub of tables with a.) the same width and b.) the columns for each tabel with the...
2869
Joern Paessler
paesslerj
May 10, 2007 9:08 am
Hi, this should all be done via CSS. This article might be useful for you: "How to prevent HTML tables from becoming too wide ":...
2870
Maximilian Sichart
zms@...
May 11, 2007 2:41 pm
Nach vorschriftsgemaesser Installation des Kontaktformulars bekomme ich bei einer Testmail folgenden Traceback: Site Error An error was encountered while...
2871
Germer, Carsten
carstengermer
May 16, 2007 12:13 pm
Hello everyone, does anyone know a good, free service for checking Links on the web that works well with ZMS-Sites? I tried http://validator.w3.org/checklink...
2872
ko.wolff
May 16, 2007 1:00 pm
Hello Carsten, try the tool "Site Inspector" from Paessler, there is an Installer for Windows which also includes an extension for Firefox. The tool provides...
2873
PeterZ
pez19722000
May 16, 2007 2:34 pm
getLinkUrl(39;$e12339;) works fast and reliable. getLinkUrl(39;$/e12339;) is _very_ slow but finally works. Both returns the url to e123 which is located at top. Maybe...
2874
Dr. Frank Hoffmann
dr_frank_hof...
May 18, 2007 12:04 pm
Hello, please add a DTML method standard_html_request to the template level of the zms client: %<------------------------------ <!-- standard_html_request --> ...
2875
Germer, Carsten
carstengermer
May 21, 2007 12:37 pm
Yes, that thing is nice. But I'm looking for an explicitly "external" linkchecker, means not from my servers or machines. Plus I need it to automatically crawl...
2876
Germer, Carsten
carstengermer
May 21, 2007 2:32 pm
Ok, it's not the checkers fault :) It's the option "declarative URL". Somehow thorough checking gives back a "Status 404" for URLs with a declarative URL in...
2877
Peter Zechmeister
pez19722000
May 23, 2007 12:17 pm
Hi, we are going to migrate our ZMS/Zope system to another hardware basis. There will be some changes in software an system configuration too. So the paths to...
2878
Germer, Carsten
carstengermer
May 23, 2007 12:24 pm
Hi Peter, if you switch to the Zope-View, the (Z) in the upper right corner, in your sites root you will find an object named "acl_mediadb". You can change the...
2879
tinguely@...
artification...
May 23, 2007 12:28 pm
Hello Peter, Are you using MediaFS, LocalFS or a mediaDB? If you are using a mediaDB, go to "Home"> "Konfiguration" and you can see "MEDIA FOLDER" on the right...
2880
Peter Zechmeister
pez19722000
May 23, 2007 12:36 pm
... Thx 4 your quick response! Let me guess... if the index once is messed up, there is no change to repair it? Peter Zechmeister, JKU...
2881
Peter Zechmeister
pez19722000
May 23, 2007 12:40 pm
Am Mittwoch, den 23.05.2007, 14:25 +0200 schrieb ... Yes, you are right. But at that place there is no way to change the path (ZMS 2.10.1-3). But I think,...
2882
Peter Zechmeister
pez19722000
May 23, 2007 2:01 pm
Hi, ZMS 2.10.1-31 If an upload maxlenght is set in zms-configuration panel and somebody tries to upload a file bigger than this setting, a ugly error arises. ...
2883
Rainer Schwalbe
schwalberainer
May 26, 2007 2:46 pm
Hello together! In our application we had several folders (Rubriken) which could be viewed only by users, who belonged to a closed user group with a...
2884
Stefan Seifert (Atikon)
ss@...
May 26, 2007 3:05 pm
... Hash: SHA256 ... A good look at the documentation helps: the access model changed. You now have to set folders to restricted explicitely by adding a ...
Hi group, i have a problem with apache and zope/zms. If i startup apache i got the following msg. from the apache webserver (error_log): [warn] Init: Session...
2887
fraggle_rock_grecce
fraggle_rock...
Jun 15, 2007 3:51 pm
Dear developers! Just dreated a new site on Zope 2.9.5-final, python 2.4.4, ZMS 2.10.1-33 (Build #128d) if there a links from a teaser object, a new window...
2888
Dr. Frank Hoffmann
dr_frank_hof...
Jun 15, 2007 6:24 pm
per default external links are opened in a new window. you can modify the code here: \zms\dtml\zmsteaserelement\ regards fh PS: please try the latest ZMS build...
2889
Germer, Carsten
carstengermer
Jun 19, 2007 2:03 pm
Welcome back to the "ZMS Linkchecker Research Lab". I've been to a few iterations of try and error and here's what I found out by now. 1.) Tests show it's a...
2890
Dr. Frank Hoffmann
dr_frank_hof...
Jun 19, 2007 5:47 pm
in addition to your consideration: [1] the http error will rise when the html pages are not cached (by a proxy ... ==>405: Method Not Allowed ... ==>200: OK ...
2891
Joern Paessler
paesslerj
Jun 20, 2007 6:50 am
Hi, a simple but also a little rude method would be to write a patch product, that does NOT raise a "methodNotAllowed". Or even patch it within the __init__.py...
2892
Germer, Carsten
carstengermer
Jun 20, 2007 9:18 am
Thanks für your further research Mr Hoffmann. Now at least we got it pinpointed down to Collection.py, line 66. I'm VERY reluctant of patching Zope myself so,...