[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3150) Published / Unpublished status on wiki documents
by Per Wiklander (JIRA)
Published / Unpublished status on wiki documents
------------------------------------------------
Key: JBSEAM-3150
URL: http://jira.jboss.com/jira/browse/JBSEAM-3150
Project: Seam
Issue Type: Feature Request
Components: Wiki
Reporter: Per Wiklander
Assigned To: Christian Bauer
It would be nice to be able to choose if a document is "published" i.e. visible (without using permissions as a workaround). The document could be a work in progress or something that you want to prepare in advance but not release before a certain time. Being able to choose the time the document goes from the unpublished to published state would be even better. This way you can work on a new part of the site and have it published Monday morning 0700 without having to actually be there pushing the button.
This shouldn't be too hard (said by someone with about zero knowledge of the wiki code) and I'd be glad to help if the idea is approved.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2231) Setup wizard for wiki
by Christian Bauer (JIRA)
Setup wizard for wiki
---------------------
Key: JBSEAM-2231
URL: http://jira.jboss.com/jira/browse/JBSEAM-2231
Project: JBoss Seam
Issue Type: Feature Request
Components: Wiki
Reporter: Christian Bauer
Assigned To: Christian Bauer
Write a setup wizard that replaces the manual wiki-data.sql editing and import. We should have the following setup procedure:
- Get the recommended environment ready (JBoss AS, MySQL)
- Deploy the wiki-ddl.sql on a new database
- Deploy the wiki.war on the appserver
- Open http://server/wiki/ and go through the setup wizard
The wizard will first import the minimum dataset (guest/admin users, roles, start page) and then ask the usual setup questions (site base URL, etc.). Depending on the future of the plugin API, it could also optionally allow you to configure some plugin defaults so you don't have to go into the Admin screen to change them after the install. Also, we can offer prepackaged datasets for certain use cases that can be imported with the wizard, e.g. "Help Documents", "Blog Website", "Forum Website".
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2722) Wiki plugin metadata
by Christian Bauer (JIRA)
Wiki plugin metadata
--------------------
Key: JBSEAM-2722
URL: http://jira.jboss.com/jira/browse/JBSEAM-2722
Project: JBoss Seam
Issue Type: Task
Components: Wiki
Reporter: Christian Bauer
Assigned To: Christian Bauer
Priority: Blocker
Plugins/macros need metadata, some random ideas:
protected String[] skins = {"d", "m"}
protected long accessLevel = 0;
protected boolean documentDiscriminator = false;
protected boolean reentrant = true;
protected boolean renderedOnce = false;
protected boolean affectsRenderingOnly = true;
protected boolean appliesToHeader = false;
protected boolean appliesToContent = true;
protected boolean appliesToFooter = false;
protected boolean displayedInPreview = true;
createMethodBuildTime
createMethodRenderTime
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3197) RememberMe authentication for wiki
by Christian Bauer (JIRA)
RememberMe authentication for wiki
----------------------------------
Key: JBSEAM-3197
URL: https://jira.jboss.org/jira/browse/JBSEAM-3197
Project: Seam
Issue Type: Task
Components: WS
Reporter: Christian Bauer
Assignee: Christian Bauer
Persistent cookies for RememberMe automatic logins require significant changes to the wiki:
1. Decouple user profile password changing UI from main profile, require authentication with existing password before entering new password.
2. Decouple user profile email changing UI from main profile, require authentication through regular login, notify user if she is logged in through persistent cookie.
3. (Optional) Require confirmation email procedure after email address change.
4. Add authentication token storage table/entity and implement TokenStore.
5. Implement RememberMe user interface checkbox.
6. Implement configurable expiration policy for cleanup of authentication token table.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months