Gaetan Delannay
|
040cdafb8c
|
appy.gen: use appy.shared.utils.formatNumber function; visual bugfix while displaying boolean fields; appy.shared.dav: error bugfix in error handling; appy.shared.utils: added french-accents-aware functions lower and upper; appy.shared.xml_parser: bugfix while managing 'any' tags.
|
2011-11-03 16:14:23 +01:00 |
|
Gaetan Delannay
|
3ab6cec7d6
|
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 |
|
Gaetan Delannay
|
1ebcbb7b34
|
appy.shared.diff: more flesh on the XhtmlDiff class.
|
2011-10-22 19:41:50 +02:00 |
|
Gaetan Delannay
|
c11378c747
|
appy.gen: added a widget 'List' for rendering grids of data.
|
2011-10-19 09:37:44 +02:00 |
|
Gaetan Delannay
|
17f6d15185
|
appy.shared.diff: bugfixes.
|
2011-10-10 12:23:58 +02:00 |
|
Gaetan Delannay
|
38260cc2a5
|
appy.shared: added new class appy.shared.diff.HtmlDiff for computing differences between 2 chunks of HTML code.
|
2011-10-10 10:02:16 +02:00 |
|
Gaetan Delannay
|
813b47843c
|
appy.shared: dicts can now be marshalled/unmarshalled.
|
2011-09-06 10:23:56 +02:00 |
|
Gaetan Delannay
|
ddec7cd62c
|
appy.gen: workflows are now implemented as full Appy worlflows. Plone (DC) workflow are not generated anymore. From the Appy user point of view (=developer), no change has occurred: it is a pure implementation concern. This is one more step towards Appy independence from Plone.
|
2011-07-26 22:15:04 +02:00 |
|
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 |
|
Gaetan Delannay
|
9e7ddcc771
|
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 |
|
Gaetan Delannay
|
4e848ce0a8
|
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 |
|
Gaetan Delannay
|
4fe5c5e164
|
appy.gen: bugfix in the validator for the default field 'UNO-enabled Python interpreter'; appy.pod: added default function 'text' that allows to dump a string containing carriage returns into the ODT, with statements like 'do... from text(someString)'; appy.pod: bugfix in the management of conflictual inner-tags in the odt2html conversion: in some cases (when style mappings are applied), empty tags that needed to be removed were not removed because of the presence of tag attributes.
|
2011-03-18 16:52:15 +01:00 |
|
Gaetan Delannay
|
c7633ecc8b
|
Bugfixes.
|
2011-02-28 19:30:17 +01:00 |
|
Gaetan Delannay
|
a8366379dd
|
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 |
|
Gaetan Delannay
|
39d68f6490
|
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 |
|
Gaetan Delannay
|
90553381a3
|
Added the possibility to define POD templates for any search result (Pod field with param view='search'), bugfix while getting default value for a Ref field, added Computed fields that computes a ZPT macro given as a string to param 'method', added the possibility to define a global style mapping for every Pod field, stopped to generate a field-specific set of i18n labels for pod output formats, carry portal_status_message even through page redirections, added 'deprecatedAddRemove' tags in generated configure.zcml, onEdit can now return a customized message, added possibility to normalize strings for other usages than 'fileName', in appy.shared.utils.normalizeString (for alpha and alphanum usages)
|
2011-01-28 14:36:30 +01:00 |
|
Gaetan Delannay
|
ead9f7c2de
|
New translation system, that generates screens for updating translations through the web, within the configuration.
|
2011-01-14 09:06:25 +01:00 |
|
Gaetan Delannay
|
f3604624de
|
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 |
|
Gaetan Delannay
|
a30949a621
|
Improved management of indexes; always provide str and not unicode strings as index values; search screen may now include javascripts and css like those required by the date chooser; removed CSS parser, basic XmlUnmarshaller can do it by itself.
|
2010-12-17 14:46:55 +01:00 |
|
Gaetan Delannay
|
3d87036f85
|
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 |
|
Gaetan Delannay
|
ba877e061e
|
Define encodings on some files to be compliant to Python >= 2.6.
|
2010-11-04 15:18:55 +01:00 |
|
Gaetan Delannay
|
50c8a139fc
|
Updated new.py for installing Plone 4 without buildout and added an alternative way to insert POD expressions in POD templates via fields (track-changed text still works).
|
2010-10-27 12:06:21 +02:00 |
|
Gaetan Delannay
|
feca97bda3
|
Completed the WebDav library with standard GET and POST HTTP requests. MultiPart not yet implemented.
|
2010-10-22 16:06:27 +02:00 |
|
Gaetan Delannay
|
3cfc24fe02
|
Improvements in the WebDAV client. Transmission of binary files seems to have bugs.
|
2010-10-15 15:14:28 +02:00 |
|
Gaetan Delannay
|
990e16c6e7
|
Eradicated Flavour and PodTemplate classes (for the latter, use Pod fields instead); Added a code analyser; Groups can now be slaves in master/slaves relationships; Refs have more params (show a confirmation popup before adding an object, add an object without creation form); Code for Refs has been refactored to comply with the new way to organize Types; Added a WebDAV client library.
|
2010-10-14 14:43:56 +02:00 |
|
Gaetan Delannay
|
eb52c1bb7d
|
Bugfix in new.py; added new user management.
|
2010-09-02 16:16:08 +02:00 |
|
Gaetan Delannay
|
bfd2357f69
|
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 |
|
Gaetan Delannay
|
309ea921fa
|
Bugfixes in appyObj.dump and in master/slave relationships.
|
2010-05-10 11:04:59 +02:00 |
|
Gaetan Delannay
|
ca7b688c00
|
Small bugfix while searching string fields and added the possibility to define a text-transform on String fields.
|
2010-04-16 17:07:34 +02:00 |
|
Gaetan Delannay
|
47334b885f
|
Added a script for automating the creation of a Plone3 instance.
|
2010-04-01 13:46:50 +02:00 |
|
Gaetan Delannay
|
9cff9df299
|
Improvements in the XML marshaller.
|
2010-03-31 15:49:54 +02:00 |
|
Gaetan Delannay
|
3a7b5be03b
|
Applied patch from Frederic Peters for bug https://bugs.launchpad.net/appy/+bug/485815 and another bugfix.
|
2010-03-25 16:34:37 +01:00 |
|
Gaetan Delannay
|
97494592d5
|
XmlMarshaller may be given custom functions for marshalling in a specific way some Python values or instances.
|
2010-02-24 10:27:41 +01:00 |
|
Gaetan Delannay
|
15ef6f334d
|
Improvements in XmlMarshaller: any Python variable may be the root of a structure to marshall.
|
2010-02-23 14:55:51 +01:00 |
|
Gaetan Delannay
|
fc75a42264
|
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 |
|
Gaetan Delannay
|
d398d5bcfc
|
Performance improvement in XML marshaller by mimicking StringIO in unicode-friendly buffer UnicodeBuffer and added a class appy.gen.No allowing to explain why some workflow condition cannot be triggered.
|
2010-02-05 15:39:52 +01:00 |
|
Gaetan Delannay
|
160c4960da
|
Use of a replacement to StringIO for managing encoding problems while marchalling Python objects.
|
2010-02-02 16:25:10 +01:00 |
|
Gaetan Delannay
|
2e1c6a6999
|
Management of floats with a given precision; XmlMarshaller can dump unicode or str result.
|
2010-01-29 11:28:39 +01:00 |
|
Gaetan Delannay
|
2ff08258bc
|
SAP interface: easy access to SAP results. Bugfix in search method.
|
2009-12-21 20:45:29 +01:00 |
|
Gaetan Delannay
|
d320a369c9
|
Improved SAP interface and added historization of fields.
|
2009-12-14 20:22:55 +01:00 |
|
Gaetan Delannay
|
b888f8149b
|
Improved XmlMarshaller: strings can be dumped as CDATA. Appy objects are marshalled with their history.
|
2009-12-07 20:28:41 +01:00 |
|
Gaetan Delannay
|
c3f5cfc9cd
|
Finalized integration of coverage.py within the Appy framework.
|
2009-12-03 16:45:05 +01:00 |
|
Gaetan Delannay
|
01487db688
|
Added a SAP connector and integrated the test system with coverage.py
|
2009-12-01 20:36:59 +01:00 |
|
Gaetan Delannay
|
cf3748bf77
|
Added String validators for BIC and IBAN (bank-related ISO numbers)
|
2009-11-17 15:46:41 +01:00 |
|
Gaetan Delannay
|
546caa485d
|
New test system based on doctest and unittest and many more.
|
2009-11-11 20:22:13 +01:00 |
|
Gaetan Delannay
|
cbd6fbbec5
|
Added in shared/data some copies of external authentic data (iso country codes and belgian cities).
|
2009-10-27 14:48:04 +01:00 |
|
Gaetan Delannay
|
605c42d94e
|
Added an AJAX framework within appy.gen, and its first use: a pagination mechanism for producing paginated references in the reference widget.
|
2009-10-25 21:42:08 +01:00 |
|
Gaetan Delannay
|
f7143a2afd
|
Added a CSS parser; corrected bug that prevents Appy to create a root folder in a Plone site; allowed methods from an appy tool or flavour to be available in ZPTs.
|
2009-09-18 14:42:31 +02:00 |
|
Gaetan Delannay
|
741f760bb5
|
Some more improvements in the marshall/unmarshall methods.
|
2009-09-07 13:56:34 +02:00 |
|
Gaetan Delannay
|
599396a838
|
Optimized XML marshall/unmarshall process for transferring large binary files.
|
2009-08-28 15:14:26 +02:00 |
|
Gaetan Delannay
|
2d82dc4e0b
|
Implemented blueprint https://blueprints.launchpad.net/appy/+spec/shared-xml-marshall-and-unmarshaller
|
2009-08-17 17:06:17 +02:00 |
|
Gaetan Delannay
|
facbe7fa3d
|
Fixed bug https://bugs.launchpad.net/appy/+bug/408826, implemented blueprints https://blueprints.launchpad.net/appy/+spec/show-or-hide-application-portlet, https://blueprints.launchpad.net/appy/+spec/associate-a-workflow-to-custom-tool-or-flavour and https://blueprints.launchpad.net/appy/+spec/csv-parser
|
2009-08-04 14:39:43 +02:00 |
|
Gaetan Delannay
|
10eea7d735
|
Implemented blueprints https://blueprints.launchpad.net/appy/+spec/gen-create-root-objects, https://blueprints.launchpad.net/appy/+spec/gen-get-flavour and https://blueprints.launchpad.net/appy/+spec/pod-define-variables
|
2009-07-10 15:01:50 +02:00 |
|
Gaetan Delannay
|
4043163fc4
|
Initial import
|
2009-06-29 14:06:01 +02:00 |
|