Re: Adding or Modifying a Change Note

2019-12-10 Thread Col Willis
It might be better to ensure a change note is mandatory for a given submit? Unsure if this is currently supported though? On Tue, 10 Dec 2019, 13:23 Gardner, Mike, wrote: > We have wiki users who often forget to add a Change Note despite repeated > haranguings to please do so. I've tired of b

Re: Data Migration

2017-11-29 Thread Col Willis
Cool thanks! On 29 November 2017 at 04:22, Christian Froehler wrote: > Hi, > > I have used Jürgen's "migratePlugin" to migrate JSPWiki pages from > JDBCProvider (mysql) to plain text files, and have enhanced it to handle > also attachments. The history of page edits was transfered, too, but the

Re: Data Migration

2017-11-28 Thread Col Willis
n/migratePlugin > > Jürgen > > Am 28.11.2017 14:16 schrieb "Col Willis" : > > > Hi all, > > > > I have a personal JSPWiki for a few years with File-based storage > > (jspwiki-files) > > > > I want to migrate this to AWS Cloud, but set

Re: Data Migration

2017-11-28 Thread Col Willis
Of course! On 28 November 2017 at 14:20, Paul Uszak wrote: > To be clear, you still want to stick with JSPWiki for the front end though? > > On 28 November 2017 at 13:16, Col Willis wrote: > > > Hi all, > > > > I have a personal JSPWiki for a few years with F

Data Migration

2017-11-28 Thread Col Willis
Hi all, I have a personal JSPWiki for a few years with File-based storage (jspwiki-files) I want to migrate this to AWS Cloud, but setup a Database back-end... What is the best way to Migrate data from jspwiki-files into Database? Thanks, Colin

Re: Thoughts on how to increase contributions

2017-11-09 Thread Col Willis
All On 9 November 2017 at 20:57, Juan Pablo Santos Rodríguez < juanpablo.san...@gmail.com> wrote: > Hi again^3 > > was about to begin to write this quarter's report and was thinking in ways > we could foster contributions, so I'd like to throw them here to see if any > of them looks ok-ish: > > *

Re: Configuring a public JSPWiki instance for private use

2017-10-04 Thread Col Willis
*Using Apache Tomcat, in the users.xml I have the following roles:* (No need to set a rolename for Anonymous or All) *In the jspwiki.policy set the role-permissions:* grant principal org.apache.wiki.auth.authorize.Role "All" { permission org.apache.wiki.auth.permissions.PagePermission "*:

Re: 2.10.2 + Haddock + Internet Explorer = Fail

2017-05-11 Thread Col Willis
efore the > functionality is accesible), so I'd encourage you to build from master and > try out, there have been several issues fixed on haddock since 2.10.2. > > > HTH, > juan pablo > > On Wed, May 10, 2017 at 12:41 PM, Col Willis wrote: > >> Hi Juan

Re: Problem getting started on Ubuntu 16.04/Tomcat 8

2017-01-09 Thread Col Willis
I had to do something funky with the catalina.policy file to get jspwiki working in tomcat8 (apt-get installed) grant codeBase "file:/var/lib/tomcat8/webapps/wiki/-" { // !!change the directory to the location you want to locate your wiki files!! permission java.io.FilePermission "file:/usr/

Re: OT (sort of): Nuxeo migrates off Confluence

2016-11-22 Thread Col Willis
I agree with Paul, it makes perfect sense to see JSPWiki as a lightweight/free alternative to something like Confluence. Very similar to how Bugzilla is usually the *starter* bug management tool before investing in something like JIRA Get it showing on here! https://www.google.co.uk/search?q=fre

Re: FEATURE REQUEST: Restricting pages to users in certain roles

2016-02-01 Thread Col Willis
gt; > Jason C. Morris | PhD Candidate > Department of Environmental Sciences | Faculty of Agriculture and > Environment > THE UNIVERSITY OF SYDNEY, NSW, 2006 > phone: +61 02 8627 1152 > > > From: Col Willis [mailto:col.wil...@gmail.com] > Sent: Monday, 1 February 20

Re: FEATURE REQUEST: Restricting pages to users in certain roles

2016-02-01 Thread Col Willis
I have got this working, it took some time but I hope the below helps: I have got this working on my Apache Tomcat JSP Wiki Deployment: Tomcat Users Conf File: -- On your Wiki Pages For Group Level Restrictions: [{ALLOW comment Authenticated}] [{ALLOW