Gaetan Delannay
|
70906b0117
|
[gen] Indexes: bugfix.
|
2015-01-09 13:18:45 +01:00 |
|
Gaetan Delannay
|
25f0e8184e
|
[pod] When inserting an image via statement do... from document(...), parameter 'sizeUnit' can now be 'pc' (percentage): in this case, percentages are expressed as a tuple (widthPercentage, heightPercentage) in parameter 'size' and must be integers from 1 to 100. [bin] backup.py: better error handling when contacting SMTP server. [gen] Calendar widget for Date fields: bugfix (when the date range is in reverse chronological order). [gen] Ref field: added hook 'afterLink' allowing to execute a method just after an object has been linked. [gen] Ref field: added attribute 'unlinkElement' allowing to define a specific condition for unlinking a given object (before, it was only possible to define, in attribute 'unlink', a global condition allowing to unlink any object from the Ref. [gen] Bugfix: the link to the home page, when clicking on the logo, is fixed.
|
2014-07-10 09:46:39 +02:00 |
|
Gaetan Delannay
|
528cca9aa0
|
[gen] Bugfix in gen.utils.createObject.
|
2013-08-25 08:59:53 +02:00 |
|
Gaetan Delannay
|
2e9a832463
|
[gen] Bugfix in publish.py for publishing Appy 0.8.5.
|
2013-08-14 09:24:40 +02:00 |
|
Gaetan Delannay
|
086f93e845
|
[gen] Added the posssibility to create a custom widget that displays an icon for generating a doc from a pod field, but with an additional param allowing to customize the pod context.
|
2013-06-20 17:35:52 +02:00 |
|
Gaetan Delannay
|
7be0a7789d
|
[gen] icons.pt can now be configured even for anonymous users.
|
2013-02-24 17:49:07 +01:00 |
|
Gaetan Delannay
|
86fc234311
|
[doc] Forgot to commit new images.
|
2013-02-22 16:18:17 +01:00 |
|
Gaetan Delannay
|
1fc19469eb
|
[doc] Updated Appy version.
|
2013-02-22 12:13:00 +01:00 |
|
Gaetan Delannay
|
08248cf58f
|
[doc] Updated pod.html with an explanation about how rendering spreadsheet-based (ODS) templates.
|
2013-02-22 12:12:19 +01:00 |
|
Gaetan Delannay
|
6061060c49
|
[doc] Updated doc. Ready for publishing a new version of appyframework.org (at least I think :))
|
2012-12-03 16:18:24 +01:00 |
|
Gaetan Delannay
|
4872e5d8b8
|
[gen] Searches can now be grouped into groups of groups of..., creating a tree structure in the portlet.
|
2012-11-14 11:36:48 +01:00 |
|
Gaetan Delannay
|
64e1ace32c
|
[gen] Bugfixes in the management of indexes.
|
2012-10-05 16:38:15 +02:00 |
|
Gaetan Delannay
|
b985b5998d
|
Various bugfixes.
|
2012-09-19 11:29:29 +02:00 |
|
Gaetan Delannay
|
bdaf1b4bbd
|
[doc] Updates to the Appy manifesto.
|
2012-09-16 09:08:09 +02:00 |
|
Gaetan Delannay
|
693c11658f
|
[doc] Doc, again.
|
2012-09-13 19:26:05 +02:00 |
|
Gaetan Delannay
|
9872f8ea66
|
[doc] Continued work on doc, website and look.
|
2012-09-13 14:43:40 +02:00 |
|
Gaetan Delannay
|
dc76ca542a
|
[doc] In the process of updating documentation and website.
|
2012-09-12 00:23:34 +02:00 |
|
Gaetan Delannay
|
5c2d94236f
|
[doc] In the process of refreshing documentation and website.
|
2012-08-24 16:39:45 +02:00 |
|
Gaetan Delannay
|
61b0ed2fce
|
[gen] Minor updates.
|
2012-08-17 17:12:15 +02:00 |
|
Gaetan Delannay
|
c1174fac79
|
appy.gen: solved a tricky encoding problem.
|
2011-12-08 16:01:57 +01:00 |
|
Gaetan Delannay
|
96a592f125
|
appy.pod: bugfix when importing images under Windows (https://answers.launchpad.net/appy/+question/171611); appy.gen: bugfix while validating file fields which are mandatory; stopped using uid_catalog and added index 'UID' in portal_catalog; bugfix while searching objects in the limits of a Ref field; display user info in the main template (name, id, roles); when creating an object from a reference, after creation, appy brings the user back to the view page where the Ref field was.
|
2011-09-20 19:21:48 +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
|
7f02ee3914
|
appy.bin: improvements in ldapchecker.py; appy.pod: solved bug https://bugs.launchpad.net/appy/+bug/740290 (concurrent work on the same POD template), also tied to question https://answers.launchpad.net/appy/+question/149443.
|
2011-06-02 12:20:15 +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
|
a608a9b43f
|
appy.gen: minor improvements and IE fixes in the GUI.
|
2011-03-24 16:21:57 +01:00 |
|
Gaetan Delannay
|
39321b2d38
|
Bugfix while displaying content of textarea-entered text (Strings with format=String.TEXT): for displaying again textarea content, I replaced 'backslash n' with html br tags, but in some cases carriage returns are stored as a sequence of 'backslah r' and 'backslah n' chars. In this case, 'backslash r' chars were left alone in the HTML page, producing sometimes strange behaviour within the browser.
|
2011-02-23 11:30:44 +01:00 |
|
Gaetan Delannay
|
1bb4dbf20a
|
appy.pod: improved html2odt conversion; appy.gen: added CSS tooltips and bugfix while querying several content type at once.
|
2011-02-14 16:04: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
|
cccdc12372
|
Bugfix in the system for refreshing layouts, and removed generation of '_valid' i18n labels, that almost doubled the size of po files and are almost never needed.
|
2010-11-16 15:32:47 +01: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
|
74d28a76c0
|
Updated appyframeworg.org generated site.
|
2010-05-03 12:57:24 +02:00 |
|
Gaetan Delannay
|
46cda3f755
|
Several bugfixes while handling abstract classes (appy.gen) and added a first code chunk used while installing a gen-application for Plone 3.
|
2010-04-26 18:19:34 +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
|
36c4ce5f77
|
Bugfix while installing POD fields.
|
2010-02-15 22:00:20 +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
|
f88ac2d5de
|
Release 0.5.2 is now ready.
|
2010-02-05 15:43:18 +01:00 |
|
Gaetan Delannay
|
50619f28c0
|
Minor problem.
|
2010-02-04 14:41:51 +01:00 |
|
Gaetan Delannay
|
36a740ed7e
|
Improved POD generation.
|
2010-02-01 11:09:26 +01:00 |
|
Gaetan Delannay
|
37cf9e7a4f
|
Various improvements in both pod and gen.
|
2009-11-06 11:33:56 +01: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
|
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 |
|