Gaetan Delannay
|
8d1a88bd27
|
[shared] xml_parser.XmlParser: added param 'raiseOnError' allowing to raise or not an exception when a SAX fatal parsing error is encountered; [gen] fine-tuned indexing machinery with more accurate text extraction from text and xhtml fields.
|
2012-09-26 23:13:02 +02:00 |
|
Gaetan Delannay
|
f843d5b7d6
|
[gen] Security: added missing checks at the code level, ensuring that a user can create instances of a given class (root classes, or instances created via an initiator field); bugfixes in the test system, which works again (was broken after deplonization); [shared] XmlUnmarshaller can now be ran in 'non utf-8' mode: if enabled, any marshalled string will no be Python unicode, but simple str.
|
2012-06-02 14:36:49 +02:00 |
|
Gaetan Delannay
|
5928996730
|
appy.gen: added Ref.navigable: if True, referenced objects can appear within the portlet.
|
2012-03-27 10:37:41 +02:00 |
|
Gaetan Delannay
|
1e9e4df5a6
|
appy.gen: added the possibility to create and manage web pages into an app; every class can now define a method showPortlet. If the class does not define it or if it returns False, the portlet won't be shown when showing/editing instances of this class.
|
2012-03-26 19:09:45 +02:00 |
|
Gaetan Delannay
|
a80ef513ff
|
appy.gen: added new format 'captcha' for a String.
|
2012-02-16 18:13:51 +01:00 |
|
Gaetan Delannay
|
7d844070df
|
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 |
|
Gaetan Delannay
|
6ece750d9a
|
appy.bin: updated publish.py, that is now able to generate a DistUtils tar.gz for Appy; publish.py can now be called with option '-s' (silent): in this mode no question is asked to the user, default values are used; updated new.py that generates a better Plone4-ready simple Zope instance; appy: moved FileWrapper from appy.gen.utils to appy.shared.utils to avoid circular package dependencies; appy.gen: use of .pyt extensions for template Python classes in appy.gen.templates in order to avoid byte-compilation errors when distutils installs the package; appy.pod: when using function 'document' in 'from' statements, first arg can now be a appy.shared.utils.FileWrapper instance.
|
2011-12-15 22:56:53 +01:00 |
|
Gaetan Delannay
|
c5a8968bd3
|
appy.gen: Refactoring due to De-Plonization.
|
2011-12-05 15:11:29 +01:00 |
|
Gaetan Delannay
|
d934f49a99
|
appy.gen: refactoring due to De-Plonization.
|
2011-12-05 10:52:18 +01:00 |
|
Gaetan Delannay
|
d0cbe7e573
|
appy.gen: first Ploneless version.
|
2011-11-25 18:01:20 +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
|
93619dafe1
|
appy.gen: reworked management of Ref fields, that do not use Archetypes and reference catalog anymore. appy.gen: added a mechanism for migrating from one Appy version to another, automatically, when reinstalling an Appy application.
|
2011-09-26 21:19:34 +02:00 |
|
Gaetan Delannay
|
9258b76bdf
|
appy.gen: do not generate _action_ok and action_ko i18n messages anymore; added param Group.label, similar to Type.label; allowed to specify in param Group.wide any table width.
|
2011-09-11 01:59:22 +02:00 |
|
Gaetan Delannay
|
7514eb31a9
|
appy.pod: bugfix in html2odt: in some situations, while using stylesMappings, some empty tags were present in the result, producing a superflous empty paragraph; bugfix while importing PNG files under Windows; appy.gen: began to implement a new global Appy-specific page template and styles.
|
2011-09-02 09:59:49 +02:00 |
|
Gaetan Delannay
|
41fbedd279
|
appy.pod: added .docx and .xlsx as conversion formats for converter.py. appy.gen: translation system: if not message is present, the label itself is used for the message.
|
2011-01-18 15:48:55 +01:00 |
|
Gaetan Delannay
|
0e83a6f490
|
Bugfixes while dumping and converting a file from database to disk; bugfix and minor improvement in layouts.
|
2010-11-22 15:34:04 +01:00 |
|
Gaetan Delannay
|
30768655f6
|
Bugfixes in master/slave relationships for groups; small bugfix in the way to express layouts; bugfixes while generating optional fields in the tool; obj.link can now links several objects at once; bugfix in page navigation.
|
2010-10-29 14:36:36 +02:00 |
|
Gaetan Delannay
|
2aedf8c88a
|
Added a new level of configurability in navigation: allow to hide/show every button on every page + bugfixes in page/phase navigation.
|
2010-10-19 10:47:42 +02:00 |
|
Gaetan Delannay
|
0b4f6e1f79
|
Allowed to express layouts in a more concise manner and various graphical improvements.
|
2010-09-13 21:04:10 +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
|
fd775e17a2
|
Reworked AJAX framework with a lot of new sorting and filtering possibilities.
|
2010-04-30 12:05:29 +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
|
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
|
db8ad18c5f
|
Added backup/restore scripts (wrappers around repozo). The backup script has the possibility to execute a tool method on a Appy application.
|
2010-01-12 21:15:14 +01:00 |
|
Gaetan Delannay
|
1c0744da85
|
First version of a searches system, where queries may be defined on every root class. The portlet and query pages have been deeply revised. Ajax is now used for displaying query results and appy-specific ajax-based navigation is used for refs as well as for queries in portal_catalog.
|
2009-11-03 15:02:18 +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
|
4043163fc4
|
Initial import
|
2009-06-29 14:06:01 +02:00 |
|