You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "Amit Meena (JIRA)" <ji...@apache.org> on 2009/02/10 05:46:59 UTC

[jira] Created: (JSPWIKI-499) Auto Draft and Manual Draft functionality for JSPWiki

Auto Draft and Manual Draft functionality for JSPWiki
-----------------------------------------------------

                 Key: JSPWIKI-499
                 URL: https://issues.apache.org/jira/browse/JSPWIKI-499
             Project: JSPWiki
          Issue Type: Improvement
          Components: Core & storage, Editors
    Affects Versions: 2.8.1, 2.8, 2.6.4, 2.6.3, 2.6.2, 2.6.1, 2.6.0
            Reporter: Amit Meena
             Fix For: 2.8.2


JSPWiki provides a lot of features such as Structured Text, File attachments, Templates support, Data storage, Security, Easy plug-in interface, Page locking to prevent editing conflicts, etc. But there is no provision for the user to save the edited text as a draft in case his/her article is incomplete and the user does not want to publish the incomplete page. In the present scenario, the user has to forcibly save the page even if it is incomplete or has to save a local copy on his computer (which is location dependent) .This calls for the addition of draft in JSPWiki.

The draft functionality for JSPWiki should be subdivided into two broad categories

1.	Auto Draft : Periodic auto save of the changes being made in the page

2.	Manual Draft:  Saving of a draft on the click of the 'Draft' button in the Edit pane of JSPWiki



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (JSPWIKI-499) Auto Draft and Manual Draft functionality for JSPWiki

Posted by "Amit Meena (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amit Meena updated JSPWIKI-499:
-------------------------------

    Attachment: screenshot-1.jpg

> Auto Draft and Manual Draft functionality for JSPWiki
> -----------------------------------------------------
>
>                 Key: JSPWIKI-499
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-499
>             Project: JSPWiki
>          Issue Type: Improvement
>          Components: Core & storage, Editors
>    Affects Versions: 2.6.0, 2.6.1, 2.6.2, 2.6.3, 2.6.4, 2.8, 2.8.1
>            Reporter: Amit Meena
>         Attachments: screenshot-1.jpg
>
>
> JSPWiki provides a lot of features such as Structured Text, File attachments, Templates support, Data storage, Security, Easy plug-in interface, Page locking to prevent editing conflicts, etc. But there is no provision for the user to save the edited text as a draft in case his/her article is incomplete and the user does not want to publish the incomplete page. In the present scenario, the user has to forcibly save the page even if it is incomplete or has to save a local copy on his computer (which is location dependent) .This calls for the addition of draft in JSPWiki.
> The draft functionality for JSPWiki should be subdivided into two broad categories
> 1.	Auto Draft : Periodic auto save of the changes being made in the page
> 2.	Manual Draft:  Saving of a draft on the click of the 'Draft' button in the Edit pane of JSPWiki
> At Persistent,  we have implemented AutoDraft and Manual Draft functionality. We want to contribute this to JSPWiki.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (JSPWIKI-499) Auto Draft and Manual Draft functionality for JSPWiki

Posted by "Amit Meena (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amit Meena updated JSPWIKI-499:
-------------------------------

    Description: 
JSPWiki provides a lot of features such as Structured Text, File attachments, Templates support, Data storage, Security, Easy plug-in interface, Page locking to prevent editing conflicts, etc. But there is no provision for the user to save the edited text as a draft in case his/her article is incomplete and the user does not want to publish the incomplete page. In the present scenario, the user has to forcibly save the page even if it is incomplete or has to save a local copy on his computer (which is location dependent) .This calls for the addition of draft in JSPWiki.

The draft functionality for JSPWiki should be subdivided into two broad categories

1.	Auto Draft : Periodic auto save of the changes being made in the page

2.	Manual Draft:  Saving of a draft on the click of the 'Draft' button in the Edit pane of JSPWiki

At Persistent,  we have implemented AutoDraft and Manual Draft functionality. We want to contribute this to JSPWiki.



  was:
JSPWiki provides a lot of features such as Structured Text, File attachments, Templates support, Data storage, Security, Easy plug-in interface, Page locking to prevent editing conflicts, etc. But there is no provision for the user to save the edited text as a draft in case his/her article is incomplete and the user does not want to publish the incomplete page. In the present scenario, the user has to forcibly save the page even if it is incomplete or has to save a local copy on his computer (which is location dependent) .This calls for the addition of draft in JSPWiki.

The draft functionality for JSPWiki should be subdivided into two broad categories

1.	Auto Draft : Periodic auto save of the changes being made in the page

2.	Manual Draft:  Saving of a draft on the click of the 'Draft' button in the Edit pane of JSPWiki




> Auto Draft and Manual Draft functionality for JSPWiki
> -----------------------------------------------------
>
>                 Key: JSPWIKI-499
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-499
>             Project: JSPWiki
>          Issue Type: Improvement
>          Components: Core & storage, Editors
>    Affects Versions: 2.6.0, 2.6.1, 2.6.2, 2.6.3, 2.6.4, 2.8, 2.8.1
>            Reporter: Amit Meena
>
> JSPWiki provides a lot of features such as Structured Text, File attachments, Templates support, Data storage, Security, Easy plug-in interface, Page locking to prevent editing conflicts, etc. But there is no provision for the user to save the edited text as a draft in case his/her article is incomplete and the user does not want to publish the incomplete page. In the present scenario, the user has to forcibly save the page even if it is incomplete or has to save a local copy on his computer (which is location dependent) .This calls for the addition of draft in JSPWiki.
> The draft functionality for JSPWiki should be subdivided into two broad categories
> 1.	Auto Draft : Periodic auto save of the changes being made in the page
> 2.	Manual Draft:  Saving of a draft on the click of the 'Draft' button in the Edit pane of JSPWiki
> At Persistent,  we have implemented AutoDraft and Manual Draft functionality. We want to contribute this to JSPWiki.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (JSPWIKI-499) Auto Draft and Manual Draft functionality for JSPWiki

Posted by "Andrew Jaquith (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Jaquith closed JSPWIKI-499.
----------------------------------

    Resolution: Duplicate

> Auto Draft and Manual Draft functionality for JSPWiki
> -----------------------------------------------------
>
>                 Key: JSPWIKI-499
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-499
>             Project: JSPWiki
>          Issue Type: Improvement
>          Components: Core & storage, Editors
>    Affects Versions: 2.6.0, 2.6.1, 2.6.2, 2.6.3, 2.6.4, 2.8, 2.8.1
>            Reporter: Amit Meena
>         Attachments: screenshot-1.jpg, screenshot-1.jpg
>
>
> JSPWiki provides a lot of features such as Structured Text, File attachments, Templates support, Data storage, Security, Easy plug-in interface, Page locking to prevent editing conflicts, etc. But there is no provision for the user to save the edited text as a draft in case his/her article is incomplete and the user does not want to publish the incomplete page. In the present scenario, the user has to forcibly save the page even if it is incomplete or has to save a local copy on his computer (which is location dependent) .This calls for the addition of draft in JSPWiki.
> The draft functionality for JSPWiki should be subdivided into two broad categories
> 1.	Auto Draft : Periodic auto save of the changes being made in the page
> 2.	Manual Draft:  Saving of a draft on the click of the 'Draft' button in the Edit pane of JSPWiki
> At Persistent Systems Ltd ( http://www.persistentsys.com ),  we have implemented AutoDraft and Manual Draft functionality. We want to contribute this to JSPWiki.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (JSPWIKI-499) Auto Draft and Manual Draft functionality for JSPWiki

Posted by "Kanchan Lulla (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kanchan Lulla updated JSPWIKI-499:
----------------------------------

    Description: 
JSPWiki provides a lot of features such as Structured Text, File attachments, Templates support, Data storage, Security, Easy plug-in interface, Page locking to prevent editing conflicts, etc. But there is no provision for the user to save the edited text as a draft in case his/her article is incomplete and the user does not want to publish the incomplete page. In the present scenario, the user has to forcibly save the page even if it is incomplete or has to save a local copy on his computer (which is location dependent) .This calls for the addition of draft in JSPWiki.

The draft functionality for JSPWiki should be subdivided into two broad categories

1.	Auto Draft : Periodic auto save of the changes being made in the page

2.	Manual Draft:  Saving of a draft on the click of the 'Draft' button in the Edit pane of JSPWiki

At Persistent Systems Ltd ( http://www.persistentsys.com ),  we have implemented AutoDraft and Manual Draft functionality. We want to contribute this to JSPWiki.



  was:
JSPWiki provides a lot of features such as Structured Text, File attachments, Templates support, Data storage, Security, Easy plug-in interface, Page locking to prevent editing conflicts, etc. But there is no provision for the user to save the edited text as a draft in case his/her article is incomplete and the user does not want to publish the incomplete page. In the present scenario, the user has to forcibly save the page even if it is incomplete or has to save a local copy on his computer (which is location dependent) .This calls for the addition of draft in JSPWiki.

The draft functionality for JSPWiki should be subdivided into two broad categories

1.	Auto Draft : Periodic auto save of the changes being made in the page

2.	Manual Draft:  Saving of a draft on the click of the 'Draft' button in the Edit pane of JSPWiki

At Persistent,  we have implemented AutoDraft and Manual Draft functionality. We want to contribute this to JSPWiki.




> Auto Draft and Manual Draft functionality for JSPWiki
> -----------------------------------------------------
>
>                 Key: JSPWIKI-499
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-499
>             Project: JSPWiki
>          Issue Type: Improvement
>          Components: Core & storage, Editors
>    Affects Versions: 2.6.0, 2.6.1, 2.6.2, 2.6.3, 2.6.4, 2.8, 2.8.1
>            Reporter: Amit Meena
>         Attachments: screenshot-1.jpg, screenshot-1.jpg
>
>
> JSPWiki provides a lot of features such as Structured Text, File attachments, Templates support, Data storage, Security, Easy plug-in interface, Page locking to prevent editing conflicts, etc. But there is no provision for the user to save the edited text as a draft in case his/her article is incomplete and the user does not want to publish the incomplete page. In the present scenario, the user has to forcibly save the page even if it is incomplete or has to save a local copy on his computer (which is location dependent) .This calls for the addition of draft in JSPWiki.
> The draft functionality for JSPWiki should be subdivided into two broad categories
> 1.	Auto Draft : Periodic auto save of the changes being made in the page
> 2.	Manual Draft:  Saving of a draft on the click of the 'Draft' button in the Edit pane of JSPWiki
> At Persistent Systems Ltd ( http://www.persistentsys.com ),  we have implemented AutoDraft and Manual Draft functionality. We want to contribute this to JSPWiki.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (JSPWIKI-499) Auto Draft and Manual Draft functionality for JSPWiki

Posted by "Amit Meena (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amit Meena updated JSPWIKI-499:
-------------------------------

    Attachment: screenshot-1.jpg

> Auto Draft and Manual Draft functionality for JSPWiki
> -----------------------------------------------------
>
>                 Key: JSPWIKI-499
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-499
>             Project: JSPWiki
>          Issue Type: Improvement
>          Components: Core & storage, Editors
>    Affects Versions: 2.6.0, 2.6.1, 2.6.2, 2.6.3, 2.6.4, 2.8, 2.8.1
>            Reporter: Amit Meena
>         Attachments: screenshot-1.jpg, screenshot-1.jpg
>
>
> JSPWiki provides a lot of features such as Structured Text, File attachments, Templates support, Data storage, Security, Easy plug-in interface, Page locking to prevent editing conflicts, etc. But there is no provision for the user to save the edited text as a draft in case his/her article is incomplete and the user does not want to publish the incomplete page. In the present scenario, the user has to forcibly save the page even if it is incomplete or has to save a local copy on his computer (which is location dependent) .This calls for the addition of draft in JSPWiki.
> The draft functionality for JSPWiki should be subdivided into two broad categories
> 1.	Auto Draft : Periodic auto save of the changes being made in the page
> 2.	Manual Draft:  Saving of a draft on the click of the 'Draft' button in the Edit pane of JSPWiki
> At Persistent,  we have implemented AutoDraft and Manual Draft functionality. We want to contribute this to JSPWiki.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (JSPWIKI-499) Auto Draft and Manual Draft functionality for JSPWiki

Posted by "Janne Jalkanen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JSPWIKI-499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12674135#action_12674135 ] 

Janne Jalkanen commented on JSPWIKI-499:
----------------------------------------

If two users create a draft of the same page, how are changes merged?

Please attach your contribution as a patch to this issue for review.

> Auto Draft and Manual Draft functionality for JSPWiki
> -----------------------------------------------------
>
>                 Key: JSPWIKI-499
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-499
>             Project: JSPWiki
>          Issue Type: Improvement
>          Components: Core & storage, Editors
>    Affects Versions: 2.6.0, 2.6.1, 2.6.2, 2.6.3, 2.6.4, 2.8, 2.8.1
>            Reporter: Amit Meena
>         Attachments: screenshot-1.jpg, screenshot-1.jpg
>
>
> JSPWiki provides a lot of features such as Structured Text, File attachments, Templates support, Data storage, Security, Easy plug-in interface, Page locking to prevent editing conflicts, etc. But there is no provision for the user to save the edited text as a draft in case his/her article is incomplete and the user does not want to publish the incomplete page. In the present scenario, the user has to forcibly save the page even if it is incomplete or has to save a local copy on his computer (which is location dependent) .This calls for the addition of draft in JSPWiki.
> The draft functionality for JSPWiki should be subdivided into two broad categories
> 1.	Auto Draft : Periodic auto save of the changes being made in the page
> 2.	Manual Draft:  Saving of a draft on the click of the 'Draft' button in the Edit pane of JSPWiki
> At Persistent Systems Ltd ( http://www.persistentsys.com ),  we have implemented AutoDraft and Manual Draft functionality. We want to contribute this to JSPWiki.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (JSPWIKI-499) Auto Draft and Manual Draft functionality for JSPWiki

Posted by "Janne Jalkanen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Janne Jalkanen updated JSPWIKI-499:
-----------------------------------

    Fix Version/s:     (was: 2.8.2)

Removed fix version; These are assigned by the dev team.

> Auto Draft and Manual Draft functionality for JSPWiki
> -----------------------------------------------------
>
>                 Key: JSPWIKI-499
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-499
>             Project: JSPWiki
>          Issue Type: Improvement
>          Components: Core & storage, Editors
>    Affects Versions: 2.6.0, 2.6.1, 2.6.2, 2.6.3, 2.6.4, 2.8, 2.8.1
>            Reporter: Amit Meena
>
> JSPWiki provides a lot of features such as Structured Text, File attachments, Templates support, Data storage, Security, Easy plug-in interface, Page locking to prevent editing conflicts, etc. But there is no provision for the user to save the edited text as a draft in case his/her article is incomplete and the user does not want to publish the incomplete page. In the present scenario, the user has to forcibly save the page even if it is incomplete or has to save a local copy on his computer (which is location dependent) .This calls for the addition of draft in JSPWiki.
> The draft functionality for JSPWiki should be subdivided into two broad categories
> 1.	Auto Draft : Periodic auto save of the changes being made in the page
> 2.	Manual Draft:  Saving of a draft on the click of the 'Draft' button in the Edit pane of JSPWiki

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.