zikula-modules / Content

Wizz bang content management for the Zikula Application Framework
https://ziku.la
25 stars 8 forks source link

Add Autosave functionality #60

Open espaan opened 13 years ago

espaan commented 13 years ago

--orig 198 by hilope

It would be nice if Content module would save every 1 or 2 minutes the entered data into a temporary database table to prevent session timeouts.

Additional hint for Xinha: http://www.xinha.org/punbb/viewtopic.php?id=3221

Attachments

Change History comment:1 Changed 8 months ago by Hilope ■Cc Hilope added comment:2 Changed 8 months ago by espaan ■Milestone unassigned deleted Hi,

good idea. For News I have already looked at it before. Alongside the draft functionality that is in News. I have been looking AJAX periodic functions to do an autosave to draft for News. For Content this could be done kind of similar. Difficult is that in Content only the HTML contentitems are easy autosaved and the pages are not static of course. So the autosave table has to be dynamic as well. Beasides that there is no workflow like draft as in News yet.

comment:3 Changed 8 months ago by espaan See also this topic on more info on doing this kind of stuff: http://webdesign.torn.be/tutorials/javascript/prototype/live-update-visitors/

comment:4 Changed 5 months ago by craigh ■Milestone set to unassigned comment:5 Changed 3 months ago by espaan ■Milestone changed from unassigned to 4.1.0 ■Status set to pending-review

espaan commented 11 years ago

This would be more focused towards CkEditor now.

Guite commented 6 years ago

See also https://github.com/zikula-modules/Formicula/issues/35