appypod-rattail/fields
2013-10-08 22:41:21 +02:00
..
__init__.py [gen] klass.creators can now be a method that either returns a list of global roles allowed to create instances of this class, or a boolean indicating if the currently logged user can create instances of this class or not. [gen] Bugfixes. 2013-09-22 16:33:32 +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 [pod,px] Allow to reference an already defined variable instead of defining one in a var statement, via the '@' prefix. For example, in PX: var='@i = i + 1'. [pod] Repaired broken tests [gen] Bugfixes. 2013-09-23 22:36:09 +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] Allow to group transitions. 2013-09-24 12:26:31 +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] Extended the HTTP-XML system to be able to call a method via a HTTP POST containing XML data (SOAP or REST-like). 2013-10-08 22:41:21 +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] Allow to group transitions. 2013-09-24 12:26:31 +02:00