This website requires JavaScript.
Explore
Help
Sign In
rattail
/
appypod-rattail
Watch
1
Star
0
Fork
You've already forked appypod-rattail
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
02fce03143
appypod-rattail
/
shared
History
Gaetan Delannay
791ee42164
appy.gen: added a session invalidation mechanism: authenticated users will be automatically logged out when their Zope session will expire; improvements in the CodeAnalysis system: more Zope-related extensions are recognized: .vpy, .cpy for Python files, .cpt for Zope Page Templates.
2011-06-10 17:20:09 +02:00
..
data
appy.shared: added support for country codes (iso-3166-1) - appy.gen: non-string variables are now allowed in i18n variable replacements; bugfix while browsing translation pages with the 'next' arrows in 'edit' mode.
2011-04-26 20:49:33 +02:00
__init__.py
The Resource object in shared/dav.py is now able to send SOAP requests, with marshalled and unmarshalled Python objects.
2010-11-08 11:40:41 +01:00
csv_parser.py
appy.gen: added default validation for wrong dates; for Action fields, added value 'filetmp' for param 'result' for removing temp files that are returned as the result of an action; values entered by the user in the search screens are not stripped; wrapper method 'export' can now export an object in a CSV file; appy.pod: bullets for default list styles in any ODT file generated through pod are now smaller.
2011-02-12 17:09:11 +01:00
dav.py
appy.pod: added param 'stylesMapping' for the 'text' function (which calls 'xhtml' internally); appy.gen: bufgix in the translation system (translation of group-related labels); appy.shared.dav: bugfix while getting the 'content-type' HTTP header key; appy.shared.dav: smart error handling when parsing wrong XML content.
2011-04-15 11:26:20 +02:00
errors.py
Added the possibility to log OO errors in appy.gen method File.dump and changed some code for avoiding silly Plone warnings on every user click.
2010-02-09 15:59:03 +01:00
odf.py
Added a new system for layouting production-ready forms without any HTML coding, many performance improvements and more independence towards Archetypes.
2010-08-05 18:23:17 +02:00
rtf.py
Added the possibility to log OO errors in appy.gen method File.dump and changed some code for avoiding silly Plone warnings on every user click.
2010-02-09 15:59:03 +01:00
sap.py
SAP interface: easy access to SAP results. Bugfix in search method.
2009-12-21 20:45:29 +01:00
test.py
Implemented management of HTML entities with expat (no need to get an external validating parser from _xmlplus). Works with Python2.4.4 and 2.4.6, but not from Python2.5.
2010-12-23 10:25:27 +01:00
utils.py
appy.gen: added a session invalidation mechanism: authenticated users will be automatically logged out when their Zope session will expire; improvements in the CodeAnalysis system: more Zope-related extensions are recognized: .vpy, .cpy for Python files, .cpt for Zope Page Templates.
2011-06-10 17:20:09 +02:00
xml_parser.py
Minor changes in the test system; XmlUnmarshaller can unmarshall XML content from a string, file handler of file path; any Appy object now has a method 'getField(name)' that returns a given field (=Appy type); bugfix while counting number of tests found in a gen-application.
2011-02-17 18:13:42 +01:00