ez projects / ezautosave
| UNIX name | Owner | Status | Version | Compatible with |
|---|---|---|---|---|
| ezautosave | Quoc-Huy NGUYEN DINH | beta | 1.0beta6 | 4.x |
eZ loved Huy's idea and integrated this into eZ Publish. eZ and Huy are now working together on the feature.
You are invited to join the team. Here are useful resources :
Requirements:
Installation:
The extension is mainly javascript and does not require any template overriding. Just plug 'n play...
Although there are three extensions to install, they are very small and both packaged in a single combo ezpkg file.
Currently configured to auto-save the draft every 15 seconds.
How it works:
qhjsiniloader is used to customise the extension (use of translation, autosave interval etc...) by loading a standard eZ Publish INI file using ezjscore
qhnotifications is used to display notifications messages regarding the autosave process.
qhautosave works by posting the current editing form asynchronously, it has the same effect as clicking on the 'Store draft' button except that it won't reload the page.
Known issues:
It currently cannot auto-save file upload fields, but that is not a big issue as if you've already uploaded the file then it is already saved. It's only for files where you have selected a file but haven't yet uploaded.
Installation video & demo:
http://screencast.com/t/gBBVEeOUPv
Changes:
GitHub:
https://github.com/quochuy/qhautosave
Pull request accepted from @websoftix
Friday 18 November 2011 21:14
Quoc-Huy NGUYEN DINH