Gaetan Delannay
|
7dc55f23c2
|
Several bugfixes for 0.6 series (bugfix while defining pod fields in a custom tool, bugfix in the creation flag, import of objects was broken...) and minor improvements in the layouting system (automatic generation of 'cell' layouts was optimized).
|
2010-11-10 15:15:00 +01: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
|
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
|
fa974239f3
|
Two important bugfixes: one security-related, one linked to Ref fields with link=True.
|
2010-08-27 08:59:53 +02:00 |
|
Gaetan Delannay
|
dbcadc506d
|
new.py now can create instances for Plone 2.5.5, Plone 3.0 to Plone 3.3.5. specificWritePermission and specificReadPermission can hold named (string) permissions instead of simple boolean values (which is still allowed). frontPage can call a custom macro. When launching generate.py with -c option, labels prefixed with custom_ are kept.
|
2010-08-12 11:56:42 +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
|
0f2c4a1e34
|
Added 'confirm' param to Action fields. If True, a confirmation popup will be shown before triggering the action.
|
2010-03-29 20:44:28 +02:00 |
|
Gaetan Delannay
|
ecd9c66ca1
|
Implemented Pod field.
|
2010-02-12 10:59:42 +01:00 |
|
Gaetan Delannay
|
08c5abdd49
|
Added the possibility to list logged users.
|
2010-01-17 22:01:14 +01:00 |
|
Gaetan Delannay
|
500637eb53
|
Minor bugfixes.
|
2010-01-12 08:58:40 +01:00 |
|
Gaetan Delannay
|
d6607d7815
|
Improved advanced search functionality + completed String fields with Selection instance as validator.
|
2010-01-06 18:36:16 +01:00 |
|
Gaetan Delannay
|
fff2b6a329
|
Improvements historization.
|
2009-12-15 21:30:43 +01:00 |
|
Gaetan Delannay
|
d320a369c9
|
Improved SAP interface and added historization of fields.
|
2009-12-14 20:22:55 +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
|
d9484b104e
|
Inter-object navigation.
|
2009-11-17 10:05:19 +01:00 |
|
Gaetan Delannay
|
7cdc3c1ed6
|
Various improvements in widgets rendering.
|
2009-11-13 18:21:03 +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
|
53a945e78c
|
Additional files.
|
2009-11-06 11:47:05 +01:00 |
|
Gaetan Delannay
|
37cf9e7a4f
|
Various improvements in both pod and gen.
|
2009-11-06 11:33:56 +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
|
4c4b2d0f87
|
Added a new feature allowing to create objects by importing them from external sources instead of from filling a web form.
|
2009-10-20 16:57:00 +02:00 |
|
Gaetan Delannay
|
cbc7d257d4
|
Fixed bug #394258 and added a new skin directly within Appy, such that every generated product does not need to include copies of Appy images and web pages.
|
2009-10-18 14:52:27 +02: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
|
b4d2360d6f
|
Declare mixin methods (ClassMixin, ToolMixin...) as 'public' in the Zope sense to avoid security problems and corrected a small bug in the new POD statement for defining variables (regular expression forced the user to put spaces in the variable declaration before and after the '=' sign).
|
2009-08-11 11:01: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
|
4c29c7c484
|
Fixed https://bugs.launchpad.net/appy/+bug/403975 and https://bugs.launchpad.net/smetest/+bug/403979
|
2009-07-28 10:14:40 +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 |
|