appypod-rattail/fields
2013-09-21 17:46:42 +02:00
..
__init__.py [fields] computed.py: plainText is now False by default, method can now be a PX [fields] list.py: bugfixes in the validation process; [gen] within aby PX, its context is now available as a special var '_ctx_': to use with caution only for the needs of Appy itself. It is not meant to be used by Appy developers. 2013-09-20 17:42:07 +02:00
action.py [gen] Optimized PXs, that are almost ready. This is the last gen version where PTs are still working. 2013-07-23 10:29:39 +02:00
boolean.py [gen] BPX bugfixes. 2013-09-11 22:11:44 +02:00
calendar.py [gen] Replaced database fields tool.resultColumnsFor[class] by static attributes class.listColumns. [gen] Bugfixes and removed unused code. 2013-09-18 12:06:07 +02:00
computed.py [gen] Added wrapper.getLastEvent, allowing to perform kinds of queries into an object's history. 2013-09-20 23:15:54 +02:00
date.py [gen] Replaced database fields tool.resultColumnsFor[class] by static attributes class.listColumns. [gen] Bugfixes and removed unused code. 2013-09-18 12:06:07 +02:00
file.py [gen] More work ZPT->PX. 2013-08-21 12:35:30 +02:00
float.py [gen] More work ZPT->PX. 2013-08-21 12:35:30 +02:00
group.py [gen] Refactoring. 2013-08-21 13:54:56 +02:00
info.py [gen] Moved Appy fields into appy/fields together with their PX. 2013-07-08 23:39:16 +02:00
integer.py [gen] More work ZPT->PX. 2013-08-21 12:35:30 +02:00
list.py [fields] computed.py: plainText is now False by default, method can now be a PX [fields] list.py: bugfixes in the validation process; [gen] within aby PX, its context is now available as a special var '_ctx_': to use with caution only for the needs of Appy itself. It is not meant to be used by Appy developers. 2013-09-20 17:42:07 +02:00
ogone.py [gen] More work ZPT->PX. 2013-08-21 12:35:30 +02:00
page.py [gen] Refactoring. 2013-08-21 13:54:56 +02:00
phase.py [gen] Replaced database fields tool.resultColumnsFor[class] by static attributes class.listColumns. [gen] Bugfixes and removed unused code. 2013-09-18 12:06:07 +02:00
pod.py [gen] pod fields now read pod templates directly from disk. Fields 'template' and 'formats' that were generated into the database (and editable through-the-web) are now removed. This simplification will allow in a second step to define several templates for a unique pod field, ie: multiDoc = Pod(template='od/Item*.odt'). [gen] Additionally, fields tool.numberOfSearchColumnsForXXX and tool.searchFieldsForXXX are not generated anymore and are replace by static class attributes class.numberOfSearchColumns and class.searchFields. 2013-09-21 17:46:42 +02:00
ref.py [gen] BPX bugfixes. 2013-09-11 22:11:44 +02:00
search.py [gen] Get rid of some Zope-specific security aspects. This is a preparatory work to extend the Appy authentication system to perform ldap authentication as well. 2013-08-23 18:57:27 +02:00
string.py [gen] Bugfixes. 2013-09-18 15:57:34 +02:00
workflow.py [gen] Replaced database fields tool.resultColumnsFor[class] by static attributes class.listColumns. [gen] Bugfixes and removed unused code. 2013-09-18 12:06:07 +02:00