Return-Path: Delivered-To: apmail-incubator-jspwiki-dev-archive@locus.apache.org Received: (qmail 52861 invoked from network); 15 Nov 2008 13:44:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Nov 2008 13:44:06 -0000 Received: (qmail 52807 invoked by uid 500); 15 Nov 2008 13:44:13 -0000 Delivered-To: apmail-incubator-jspwiki-dev-archive@incubator.apache.org Received: (qmail 52795 invoked by uid 500); 15 Nov 2008 13:44:13 -0000 Mailing-List: contact jspwiki-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-dev@incubator.apache.org Delivered-To: mailing list jspwiki-dev@incubator.apache.org Received: (qmail 52784 invoked by uid 99); 15 Nov 2008 13:44:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Nov 2008 05:44:13 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Nov 2008 13:43:01 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 376C6234C289 for ; Sat, 15 Nov 2008 05:43:44 -0800 (PST) Message-ID: <1174272071.1226756624210.JavaMail.jira@brutus> Date: Sat, 15 Nov 2008 05:43:44 -0800 (PST) From: "Andrew Jaquith (JIRA)" To: jspwiki-dev@incubator.apache.org Subject: [jira] Commented: (JSPWIKI-436) Auto-save during editing In-Reply-To: <1497348822.1226702024195.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JSPWIKI-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647849#action_12647849 ] Andrew Jaquith commented on JSPWIKI-436: ---------------------------------------- Be aware that Stripes will affect how we do AJAX, although not initially. Instead of piping AJAX calls through a single controller servlet, it will be better (and more secure) to send AJAX data to URLs that are Stripes ActionBeans. More on this later! > Auto-save during editing > ------------------------ > > Key: JSPWIKI-436 > URL: https://issues.apache.org/jira/browse/JSPWIKI-436 > Project: JSPWiki > Issue Type: Improvement > Components: Core & storage > Affects Versions: 2.8 > Reporter: Dirk Frederickx > Priority: Minor > Fix For: 3.0 > > > Allow to auto-save the page during (long) edit-sessions. > This requires the jspwiki-engine to support Minor -Edit [JSPWIKI-435] such that no new versions are created for each auto-save operations. > The auto-save will be performed through an ajax call to the backend. > {noformat} > POST: > {"id":nnn,"method":"edit.saveText","params":["markup",xxxx]} > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.