This website requires JavaScript.
Explore
Help
Sign in
rattail
/
appypod-rattail
Watch
2
Star
0
Fork
You've already forked appypod-rattail
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
9258b76bdf
appypod-rattail
/
gen
/
plone25
History
Download ZIP
Download TAR.GZ
Gaetan Delannay
9258b76bdf
appy.gen: do not generate _action_ok and action_ko i18n messages anymore; added param Group.label, similar to Type.label; allowed to specify in param Group.wide any table width.
2011-09-11 01:59:22 +02:00
..
mixins
appy.gen: do not generate _action_ok and action_ko i18n messages anymore; added param Group.label, similar to Type.label; allowed to specify in param Group.wide any table width.
2011-09-11 01:59:22 +02:00
skin
appy.gen: do not generate _action_ok and action_ko i18n messages anymore; added param Group.label, similar to Type.label; allowed to specify in param Group.wide any table width.
2011-09-11 01:59:22 +02:00
templates
appy.gen: added, for every Type, param 'label' allowing to specify an existing i18n label (the one from another field for instance), thus avoiding to generate i18n labels for this Type; optimized generation of appyWrappers.py (more than twice less code).
2011-09-06 21:46:57 +02:00
wrappers
appy.gen: implemented a variant of Zope's 'has_permission' in method called 'mixin.allows', which does not make some assumptions, like the fact that an admin is Owner of any object or the fact that an Authenticated user has also role Anonymous; added button 'refresh security' for refreshing security information on every database object (it is needed because Zope requires us to duplicate security info on every object).
2011-09-08 16:33:16 +02:00
__init__.py
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
descriptors.py
appy.gen: do not generate _action_ok and action_ko i18n messages anymore; added param Group.label, similar to Type.label; allowed to specify in param Group.wide any table width.
2011-09-11 01:59:22 +02:00
generator.py
appy.gen: do not generate _action_ok and action_ko i18n messages anymore; added param Group.label, similar to Type.label; allowed to specify in param Group.wide any table width.
2011-09-11 01:59:22 +02:00
installer.py
appy.gen: bugfixes in the new workflow engine and in macro 'history'.
2011-09-09 17:39:58 +02:00
model.py
appy.gen: implemented a variant of Zope's 'has_permission' in method called 'mixin.allows', which does not make some assumptions, like the fact that an admin is Owner of any object or the fact that an Authenticated user has also role Anonymous; added button 'refresh security' for refreshing security information on every database object (it is needed because Zope requires us to duplicate security info on every object).
2011-09-08 16:33:16 +02:00
notifier.py
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
utils.py
Added the concept of 'fake' workflow transitions: when a user can't trigger a transition but needs an explanation about why he can't, a fake button is shown, with a explanation.
2011-02-01 11:09:54 +01:00