appypod-rattail/fields
2014-06-02 15:08:39 +02:00
..
__init__.py [gen] Security improvements. 2014-05-03 22:45:51 +02:00
action.py [gen] Fixed some problems with groups having style='tabs'. 2014-04-30 15:10:11 +02:00
boolean.py [gen] Bugfixes. 2014-05-17 16:44:56 +02:00
calendar.py [gen] Security improvements. 2014-05-03 22:45:51 +02:00
computed.py [gen] Bugfixes. 2014-05-17 16:44:56 +02:00
date.py [gen] Removed obsolete attribute Field.sync. 2014-03-05 16:19:11 +01:00
file.py [gen] Bugfix: slave groups; bugfix: security check for pod fields; security bugfix for pod fields: write access to the field is required for performing any freeze-related action; migration to Appy 0.9.0: dump frozen pod fields on disk; repaired test system for Appy 0.9.0; more explicit error message when using, on some field, a specific write or read permission that is not used in the workflow. 2014-05-14 15:10:41 +02:00
float.py [gen] Removed obsolete attribute Field.sync. 2014-03-05 16:19:11 +01:00
group.py [gen] Bugfix in groups. 2014-05-14 17:26:46 +02:00
info.py [gen] Removed obsolete attribute Field.sync. 2014-03-05 16:19:11 +01:00
integer.py [gen] Removed obsolete attribute Field.sync. 2014-03-05 16:19:11 +01:00
list.py [gen] Removed obsolete attribute Field.sync. 2014-03-05 16:19:11 +01:00
ogone.py [gen] Removed obsolete attribute Field.sync. 2014-03-05 16:19:11 +01:00
page.py [gen] Added base Appy i18n files containing standard Appy labels. 2013-10-20 18:12:39 +02:00
phase.py [gen] Fixed groups with style 'tabs'; reused the same tabs for representing phases; pages and phases are now outside the portlet, rendered horizontally below the breadcrumb; methods getSupBreadCrumb and getSubBreadCrumb can now be defined on every gen-class to customize what is shown above and below the breadcrumb (=title with a prefix) on view layouts (those methods are similar to getSubTitle and getSupTitle when displaying lists of objects). 2014-04-29 19:02:06 +02:00
pod.py [gen] Bugfix: rendering of pod fields. 2014-05-14 17:05:50 +02:00
ref.py [gen] Added some utility methods. 2014-06-01 11:44:07 +02:00
search.py [gen] Fixed groups with style 'tabs'; reused the same tabs for representing phases; pages and phases are now outside the portlet, rendered horizontally below the breadcrumb; methods getSupBreadCrumb and getSubBreadCrumb can now be defined on every gen-class to customize what is shown above and below the breadcrumb (=title with a prefix) on view layouts (those methods are similar to getSubTitle and getSupTitle when displaying lists of objects). 2014-04-29 19:02:06 +02:00
string.py [gen] Added String.placeholder, similar to HTML attribute 'placeholder' allowing to specify a short hint that describes the expected value of the input field. 2014-05-15 12:45:53 +02:00
workflow.py [gen] On a workflow class, one may now define a method 'onTrigger(self, obj, transitionName)' that will be called after any transition has been triggered, but before the a transition-specific action. 2014-06-02 15:08:39 +02:00