Introducing the new JiraPlugin

2014-08-30 Thread David Vittor
Hi All, I'd like to let you all know that I've released the first 0.1 version of the JIRA plugin. https://jspwiki-wiki.apache.org/Wiki.jsp?page=JiraPlugin I've done a fair share of testing and I think it works quite well. Would love it if anyone has a change to try it out and let me know how it

Re: Introducing the new JiraPlugin

2014-08-31 Thread David Vittor
e.koelme...@davekoelmeyer.co.nz> wrote: > > On 31/08/14 17:24, David Vittor wrote: > >> Hi All, >> >> I'd like to let you all know that I've released the first 0.1 version of >> the JIRA plugin. >> https://jspwiki-wiki.apache.org/Wiki.jsp?page=JiraP

Re: Couple of requests for improvements

2014-09-27 Thread David Vittor
Hi Dave, Thanks for raising these. I'll have a look to see if I can address the sectional editing and attachment tab issues, once I'm back from holidays. Cheers, David V On 25/09/2014 5:04 PM, "Dave Koelmeyer" wrote: > Hi All, > > Just opened the following FYI: > > https://issues.apache.org/jir

Re: [ANNOUNCE] David Vittor as new JSPWiki PMC/Committer

2014-12-24 Thread David Vittor
hat we've voted to invite David Vittor as PMC and > committer, and he has gladly accepted, so welcome David! > > > kind regards, > juan pablo >

Re: drag and drop images to wiki page (supported, or easy-ish to implement) ?

2014-12-31 Thread David Vittor
Hi Chris, Writing a plugin is not too difficult for JSPWiki, if you know jsp/javascript/java skills. https://jspwiki-wiki.apache.org/Wiki.jsp?page=HowToWriteAPlugin For the drag and drop of images, you could use something like: http://www.dropzonejs.com/ And you'd have to integrate it with the J

Re: Multiple Wikis..

2015-01-21 Thread David Vittor
Hi All, I've managed to run multiple wikis by just configuring the jspwiki-custom.properties. Very brief documentation is here: - http://digitalspider.com.au/JSPWiki/Wiki.jsp?page=HowToCreateAWikiFarm Once you have multiple wikis set up, you can use InterWiki links to link across your wikis:

Re: http://ldapwiki.com

2015-03-21 Thread David Vittor
Hi Jim, I'm not sure why you are getting the "*" prefixing and suffixing the context path (ldapwiki). This is most likely an apache /etc/httpd/conf/ *httpd.conf* file setting. i.e. This works: http://www.ldapwiki.com/ldapwiki/templates/default/jspwiki.css This doesn't: http://www.ldapwiki.com/*lda

Re: http://ldapwiki.com

2015-03-22 Thread David Vittor
r/2015:12:12:02 +] "GET > /JSPWiki/templates/default/jspwiki.css HTTP/1.1" 404 1025 > 66.249.67.13 - - [20/Mar/2015:12:12:02 +] "GET > /JSPWiki/wiki/LocalReceivedUpTo HTTP/1.1" 404 1011 > 71.0.193.131 - - [20/Mar/2015:12:12:02 +] "GET > /JSPWiki/script

Re: Exception thrown by ProgressManager$JSONTracker at startup

2015-05-21 Thread David Vittor
Hi Junek, I'm not 100% sure I can help you, but I can help explain the error. It seems to me the error is on start up and is caused by trying to load some user preferences (or cookies) into the application. "Exception loading sessions from persistent storage" When it does this it's throwing an e

RE: Exception thrown by ProgressManager$JSONTracker at startup

2015-05-21 Thread David Vittor
ts. If > there is no edit, this error does not appear in catalina.out. > > If you have any hint what should be examined, tell me please. If no, still > thanks for your answer. > > Regards > > Leoš J. > > > > -Original Message- > From: David Vittor

Re: JSPWiki build failure

2015-06-23 Thread David Vittor
Funny that I had the same problem yesterday. I was trying to build the code on another laptop where my username was C:/Users/david4 and the code kept removing the "4" after my name. I tracked this down in the testing code TestEngine.cleanTestProps(), and here are my comments - not checked in :)

Re: JSPWiki build failure

2015-06-23 Thread David Vittor
rget not in user.home or java.io.tmpdir, and should remove the > digits only the autogenerated part of the path (not the > user.home/java.io.tmpdir) > > > br, > juan pablo > > On Tue, Jun 23, 2015 at 10:48 AM, David Vittor wrote: > > > Funny that I had the same

Re: JSPWiki build failure

2015-06-23 Thread David Vittor
only remove the "digits" from the autogenerated part. I'll look at making this change soon. Cheers, David V On Tue, Jun 23, 2015 at 9:12 PM, David Vittor wrote: > That's a good idea Juan, I'll revert my code from the trunk and create a > new branch for this change. &g

Re: Haddock template and bugs

2015-06-29 Thread David Vittor
Hi Dirk, I've managed to update the wiki now so you can test it here. Sorry for the delay. On Wed, Jun 24, 2015 at 4:30 AM, Dirk Frederickx wrote: > > Hi David, > > > Would it be possible to refresh digital spider.com.au/testwiki with the > latest Haddock template ? > > It would be really he

Re: Haddock template and bugs

2015-06-29 Thread David Vittor
Link is here: http://www.digitalspider.com.au/testwiki/ On Tue, Jun 30, 2015 at 1:07 PM, David Vittor wrote: > Hi Dirk, > > I've managed to update the wiki now so you can test it here. Sorry for the > delay. > > > On Wed, Jun 24, 2015 at 4:30 AM, Dirk Frederickx <

Re: Problems with Authentication

2015-07-06 Thread David Vittor
Hi Rolf, Not 100% sure, but I had a similar experience. When you log in the server automatically redirects you to:your baseUrl in the jspwiki-custom.properties. jspwiki.baseURL=https://JSPWiki.my-domain.com/ If this is different to the baseUrl that you log in on, then it will look like you are n

Re: Problems with Authentication

2015-07-08 Thread David Vittor
d > via an open email? How to change that? (but this is a second step after the > first to authenticate.) > > --- > Viele Grüße, Best Regards > > Rolf Schumacher > > Am 07.07.2015 08:34, schrieb David Vittor: > >> Hi Rolf, >> >> Not 100% sure, but I had a similar

Re: Problems with Authentication

2015-07-09 Thread David Vittor
Hi Rolf, Yeah I have 2 wikis, both have different levels of authentication and both work. One always requires auth, the other only for edits. It's just a matter of getting the policy file right. As per: https://jspwiki-wiki.apache.org/Wiki.jsp?page=Wiki.Admin.Security Note the location of the WE

Re: Haddock template and bugs

2015-07-29 Thread David Vittor
uld now be functioning correctly. Cheers, David V On Tue, Jun 30, 2015 at 1:08 PM, David Vittor wrote: > Link is here: > http://www.digitalspider.com.au/testwiki/ > > > On Tue, Jun 30, 2015 at 1:07 PM, David Vittor wrote: > >> Hi Dirk, >> >> I've managed to upd

Re: Multiple file upload, JSPWiki v2.10.2-svn-25

2015-09-19 Thread David Vittor
That's awesome I'll have to test this out when I have some more time during the Christmas break. On Thu, Sep 17, 2015 at 12:35 PM, Dave Koelmeyer < dave.koelme...@davekoelmeyer.co.nz> wrote: > > On 02/08/15 13:25, Dave Koelmeyer wrote: > > > > On 02/08/15 12:37, Dave Koelmeyer wrote: > >> > >> Sa

Re: Issue with baseurl (I think)

2016-01-22 Thread David Vittor
Hi Michael, Good on you for trying this. I did the same thing and I can tell you if you persevere, it is worth it. I've currently got multiple wikis running on my raspberry pi, and am very happy with the outcome. In fact, I have multiple tomcats (prod/staging/dev), each with only 128mb in RAM, and

Re: Why do you use JSPWiki?

2016-02-09 Thread David Vittor
Yeah me too. I like it cause it's lightweight. Easy to back up, and has a small memory footprint. And most importantly, it just works. It's also pure Java, which for me means that, as a Java developer, in future I can extend/enhance it. My site is here, not much on there, but it'll grow over time

Re: [ANNOUNCE] Dave Koelmeyer as new JSPWiki PMC/Committer

2016-04-06 Thread David Vittor
Welcome to the team Dave. On Thu, Apr 7, 2016 at 6:27 AM, Dirk Frederickx wrote: > HI Dave, > > Welcome on board ! > > dirk > > On Wed, Apr 6, 2016 at 7:32 PM, Harry Metske > wrote: > > > Welcome to the team Dave! > > > > Kind regards, > > Harry > > Op 6 apr. 2016 14:51 schreef "Juan Pablo Sant

Re: Disable Authentication on v2.4.102

2016-05-04 Thread David Vittor
Hi Scott, Looking at the AuthenticationManager code for the version you mentioned, here: http://svn.eu.apache.org/repos/asf/jspwiki/tags/jspwiki_2_4_104/src/com/ecyrd/jspwiki/auth/ The main configuration should be web.xml, however if it's not as you mentioned you may want to check these other fil

Re: Fragments of a Git File provider

2016-11-25 Thread David Vittor
Good on you Juergen, That's a great idea. Unfortunately no time at the moment to have a look into this, but something I might take up later in the future. Git would be a great long term store of information. Thanks for pioneering the groundwork. Cheers, David V On Sat, Nov 26, 2016 at 6:20 AM,

Re: How to go 2.10.1 --> 2.10.2 ?

2017-01-05 Thread David Vittor
Hi Paul, Yes. This should be as simple as just updating the war file, and placing the jspwiki-custom.properties file back into the correct directory. I recommend taking a backup of your whole "webapps" folder first. But specifically the file jspwiki-custom.properties and any authentication or cus

Re: Problem getting started on Ubuntu 16.04/Tomcat 8

2017-01-10 Thread David Vittor
Hi John, My guess is you might be having a permission issue. When you installed tomcat using apt-get you might have been a "root" user, but might be running the application as a non root user. This line seems to be the clue: java.io.FileNotFoundException: jspwiki.log (Permission denied) Cheers,

Re: Problem getting started on Ubuntu 16.04/Tomcat 8

2017-01-10 Thread David Vittor
The customized properites file is: jspwiki-custom.properties This should be located in /webapps/wiki/WEB-INF/classes You can change the workDir, or just the log file: jspwiki.workDir=/opt/digitalspider/jspwiki/wikis/testwiki/data/ log4j.appender.FileLog.File = /var/jspwiki/logs/jspwiki.log See t

Re: Problem getting started on Ubuntu 16.04/Tomcat 8

2017-01-10 Thread David Vittor
y customized properties file. (I'll always be able to > > restore it after a certain amount of fumbling around, but I'd expect to > put > > customizations elsewhere.) > > > > On Tue, Jan 10, 2017 at 10:01 PM, David Vittor > wrote: > > > >>

Re: Configuring a public JSPWiki instance for private use

2017-10-05 Thread David Vittor
I kind of feel both sides of the argument are right here. Even though JSPWiki has a pretty great authentication system, the problem is it's not very user friendly. The solution I think is to build some sort of an "admin" UI into JSP wiki which lets users configure group/user permissions, and then