[Repoze-dev] [issue177] repoze.sendmail is creating message ID in incorrectly

2011-03-11 Thread Marcin
New submission from Marcin : in repoze.sendmail delivery.py we have: line 90: messageid = message['Message-Id:'] = self.newMessageId() which generates message id with double colon - also messageID itself is generated incorrectly (as reported to me by wiggy) those messages sometimes g

[Repoze-dev] [issue167] normalized sql templates for repoze.bfg + fixed db_echo bug

2010-09-18 Thread Marcin
New submission from Marcin : fixes naming and mixed declarative/imperative style for models also fixes problem with db_echo param not working by using asbool() -- assignedto: chrism files: normalized_alchemy_templates.diff messages: 450 nosy: chrism, ergo priority: bug status: unread

[Repoze-dev] [issue108] repoze.what decoratos should be usable in python2.5 too

2009-11-15 Thread Marcin
Marcin added the comment: k, thanks ! -- status: resolved -> chatting __ Repoze Bugs <http://bugs.repoze.org/issue108> __ ___ Repoze-dev mailing list R

[Repoze-dev] [issue108] repoze.what decoratos should be usable in python2.5 too

2009-11-15 Thread Marcin
Marcin added the comment: well, then something is still wrong, i have a server where we downgraded from python 2.6 to 2.5 and i got SYNTAX ERROR (while it worked flawlessly before change) on: @ControllerProtector(Any(in_group(u'administrators'), has_permission(&#x

[Repoze-dev] [issue108] repoze.what decoratos should be usable in python2.5 too

2009-11-13 Thread Marcin
New submission from Marcin : http://pypi.python.org/pypi/decorator this package allows to use decorators in python 2.5 same way as we could in 2.6, i think its quite important because just recently i had the unpleasant situation of having to run on python 2.5 software developed on 2.6, it was a

[Repoze-dev] [issue68] repoze.what - groups.edit_section() doesnt check if section exists

2009-04-02 Thread Marcin
New submission from Marcin : when you do: groups.edit_section(u'designers', u'graphic-designers') and 'graphic-designers' already exist it stills allows that operation and we end up with 2 groups with same name -- assignedto: Gustavo messages: 154 nos