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
5be03c2ed4
appypod-rattail
/
gen
/
plone25
History
Download ZIP
Download TAR.GZ
Gaetan Delannay
5be03c2ed4
appy.gen: bugfixes in the new workflow engine and in macro 'history'.
2011-09-09 17:39:58 +02:00
..
mixins
appy.gen: bugfixes in the new workflow engine and in macro 'history'.
2011-09-09 17:39:58 +02:00
skin
appy.gen: bugfixes in the new workflow engine and in macro 'history'.
2011-09-09 17:39:58 +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: 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
generator.py
appy.gen: stopped generating properties on wrapppers by setting AbstractWrapper as new-style class and using __getattribute__.
2011-09-07 01:33:09 +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