This website requires JavaScript.
Explore
Help
Sign in
rattail
/
appypod-rattail
Watch
2
Star
0
Fork
You've already forked appypod-rattail
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
9394490d33
appypod-rattail
/
shared
History
Download ZIP
Download TAR.GZ
Gaetan Delannay
0d55abb239
appy.shared.packaging: added the possibility to sign the generated Debian packages.
2012-02-15 11:38:13 +01: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
appy.gen: generalized use of appy.Object; existence of a field value (that triggers search for a default value) is now based on Type.isEmptyValue, and not '==None'; bugfix with default values for List fields; prevent search icon to be shown for a Ref when there is no linked object; appy.pod: added class appy.pod.parts.OdtTable that allows to create a complex (ie, with a dynamic number of columns) table programmatically (to be imported with a statement 'do ... from'); appy.shared.diff: improvements in the multiple XHTML diff; appy.shared.xml_parser.XmlMarshaller: support for default namespaces and 'any' tags.
2011-10-26 10:21:09 +02:00
csv_parser.py
appy.pod: improved styles mapping system: one may now express things like: 'p[text-align=center]':'StandardCentered' (ie, map an HTML tag having some CSS attributes to a specific ODT style). See verbose docstrings in styles_manager.py.
2012-01-12 21:49:23 +01:00
dav.py
appy.pod: improved styles mapping system: one may now express things like: 'p[text-align=center]':'StandardCentered' (ie, map an HTML tag having some CSS attributes to a specific ODT style). See verbose docstrings in styles_manager.py.
2012-01-12 21:49:23 +01:00
diff.py
appy.shared.diff: bugfixes.
2012-01-16 15:05:35 +01: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
packaging.py
appy.shared.packaging: added the possibility to sign the generated Debian packages.
2012-02-15 11:38:13 +01: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
appy.pod: improved styles mapping system: one may now express things like: 'p[text-align=center]':'StandardCentered' (ie, map an HTML tag having some CSS attributes to a specific ODT style). See verbose docstrings in styles_manager.py.
2012-01-12 21:49:23 +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.shared: improved deployment of a Appy app (creation of a Zope instance is no more required; corresponding folders are created in standard unix locations: /etc for the config file, /var/log for logs, /var/lib for the database, /usr/bin for scripts that start and stop the instance). appy.gen: first draft of a migration script that allows to migrate data from Plone-dependent Appy apps (<= 0.7.1) to Ploneless Appy 0.8.0.
2012-02-02 17:30:54 +01:00
xml_parser.py
appy.shared: allow to marshall Plone/Zope LazyMap instances.
2012-02-13 20:41:28 +01:00