- Add Transifex.net service integration to manage the translation process. [macagua] - Add Spanish translation [macagua] - In `actions_panel_actions.pt`, added `<form>` around `<input>` to be able to use `overlays`. [gbastien]
1.46
-----------------
- Added renderFolderContents section, rendered following flag and/or interface. [sgeulette] - In `views.AsyncActionsPanelView.__call__`, remove random value `'_' (ajax_load)` from `**kwargs` before calling the `actions_panel` or `ram_cached` `actions_panel.__call__` never work as kwargs are always different. [gbastien]
1.45
-----------------
- Changed sections order. [sgeulette]
1.44
-----------------
- By default, do not display the `Edit` action when calling `async_actions_panel`. [gbastien]
1.43
-----------------
- Disabled first option of add content button list. [sgeulette] - Added apButtonSelect class on select button [sgeulette] - Do not link anymore showEdit to showIcons. Disabled by default showEdit in viewlet. Render edit as button too. [sgeulette]
1.42
-----------------
- Store result of `ActionsPanelView.getTransitions` in `self._transitions` as it is called several times to make sure transitions are computed only one time. [gbastien] - In `ConfirmTransitionView`, store the actionspanel view instead instanciating it several times as call to `actionspanel.getTransitions` is cached on the actionspanel view. [gbastien]