-
I also confirm this bug when using FieldStorageUploadConverter validator
== How to reproduce ==
Create a shema like this :
class ImageForm(formencode.Schema):
allow_extra_fields = True
filter_extra_fields = True
image_file = FieldStorageUploadConverter(not_empty=True)
Then add the validator to the controler like :
@validate(schema=forms.ImageForm(), form="new"...
2009-07-24 13:36:13 UTC in FormEncode for Python
-
How to reprodruce :
1) add schema with a formencode.validators.Email validator
2) create yous controles & templates with it
3) fill the form with somethin without the @ carracter for example 'some thing'
--> The error validation message complain then because there is more than one @ in the email,
but the message must be complaining because there is no @ at all.
2009-07-14 09:39:34 UTC in FormEncode for Python
-
Actualy /inc/settings.ini file is not protected from be viewed directly in a webrowser.
For example http://mysite.com/helpdesk.inc/setings.ini expose directly sensible datas like databases connection string.
this is realy bad and dangerous.
For Apache, to protect this file, add an .htaccess file with this directives :
Order allow,deny
Deny from all
.
2008-10-28 15:21:31 UTC in OpenIT
-
On DocMGR 0.58
When i try to upload i file i can see this error in the apache log :
PHP Fatal error: Call to undefined method fileContent::getexecontent() in /srv/www/[..]/modules/center/file/object/function.php on line 382
This bug is probably a minor one as he didi not breack the upload process.
2008-06-06 10:28:50 UTC in DocMgr
-
I would be happy to have an administrator config page for :
- activate/inactivate some modules (like the related objects, workflow, email)
- change online the config file options
- and why not change the keyword.xml file.
2008-01-14 16:18:02 UTC in DocMgr
-
In the external apps admin page there is a check for all the useful extarnal apps (xpdf, imagick etc..)
Can we have also a check of the tsearch2 feature ?
(check for sql tables in the database and for the tsearch option in config file)
2008-01-14 16:15:32 UTC in DocMgr
-
When displaying a computer infos,
can it be possible to have displayed all the ticket history related to this computer ?.
2007-10-01 08:15:26 UTC in OpenIT
-
On the ticket list all the tikets are displayed, after a few weeks it's all filled with a lot of closed tickets and this point is a bit difficult to see what it the pending job.
it will be more convenient to :
- Display only open tickets by default
- have links after "add a ticket" who connect to other status.
Ex :
+ Add a Ticket | Open tickets | Closed tickets | etc...
2007-10-01 08:13:46 UTC in OpenIT
-
Ok that was my mistake :-) You can close the bug.
2007-08-17 10:26:00 UTC in Rectify
-
Apparently there is a missing module in the actual discribution.
How to reproduce :
1) get xrope 1.1s distrib
2) unzip & "python setup.py install"
3) lauch "xrope"
The traceback say :
----------
Traceback (most recent call last):
File "/usr/local/bin/xrope", line 4, in
import rope.ui.core
File "/usr/local/lib64/python2.5/site-packages/rope/ui/core.py", line 414, in...
2007-05-15 14:48:16 UTC in xRope