-
The simplest example code:
def t():
a="""
text"""
b=2.
2009-08-01 11:51:05 UTC in Scintilla
-
Syntax folding does not work when part of a heredoc string start at the first column, rather than the previous indentation level.
Example code:
def test():
a="""
text
"""
b=2
The code is valid. The a variable assignment is equivalent to a="\ntext\n". Presently, when trying to fold the test function, it breaks at the first newline of the heredoc.
2009-08-01 10:37:33 UTC in Notepad++
-
The problem comes up when using SQLPASPlugin. I've attached a basic buildout. You will need to create a plone site, configure a zmysqlda connection to a database and add a SQL User Manager pointing to a table from the configured database in your acl_users folder.
After that is done you get the problem when viewing the history page, even when logging in as admin and not a database user.
The...
2008-12-04 17:08:09 UTC in MySQL for Python
-
If a ZMySQLDA connection is added to a plone site, viewing the history for a page will create a exception
('Savepoints unsupported', )
Even if this problem can be avoided by prepending a - to the connection string, the connection it creates never commits, which is even a bigger problem since it creates deadlocks and never sees updates done...
2008-11-28 23:59:34 UTC in MySQL for Python
-
After uninstalling the product, both the stable and 2.7.0-beta1, the /prefs_install_products_form page still shows a "PlonePopoll configuration" link to /prefs_PlonePopoll_form which obviously does not work after the uninstall.
2008-11-11 14:44:47 UTC in Ingeniweb Products
-
toledo committed revision 1 to the CPS Tools for Developers SVN repository, changing 333 files.
2006-09-03 20:55:40 UTC in CPS Tools for Developers
-
toledo committed patchset 569 of module etherape to the EtherApe CVS repository, changing 3 files.
2004-03-04 16:32:43 UTC in EtherApe
-
toledo committed patchset 178 of module www to the EtherApe CVS repository, changing 1 files.
2003-03-02 12:59:44 UTC in EtherApe
-
toledo committed patchset 177 of module www to the EtherApe CVS repository, changing 5 files.
2003-03-02 12:43:46 UTC in EtherApe
-
toledo committed patchset 556 of module etherape to the EtherApe CVS repository, changing 2 files.
2003-02-23 13:38:26 UTC in EtherApe