Changeset 11438
- Timestamp:
- 26 Feb 2014, 07:59:40 (11 years ago)
- Location:
- main/waeup.kofa/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/CHANGES.txt
r11437 r11438 4 4 1.0.1dev (unreleased) 5 5 ===================== 6 7 * Show tooltip alert and warning window before updating plugins. 6 8 7 9 * JSAction has been deprecated. KofaAction can be used instead. Additional -
main/waeup.kofa/trunk/src/waeup/kofa/browser/pages.py
r11254 r11438 821 821 return 822 822 823 @action(_('Update plugins'), validator=NullValidator) 823 @action(_('Update plugins'), 824 tooltip=_('For experts only!'), 825 warning=_('Plugins may only be updated after software upgrades. ' 826 'Are you really sure?'), 827 validator=NullValidator) 824 828 def updatePlugins(self, **data): 825 829 grok.getSite().updatePlugins()
Note: See TracChangeset for help on using the changeset viewer.