Re: [VOTE] Release JSPWiki version 2.10.0

2014-01-17 Thread Brian Burch
On 15/01/14 20:48, Harry Metske wrote: +1 kind regards, Harry I only started working on 2.10 this week, so I don't want to spoil the party! I checked out the trunk at r1557110 on my main dev machine and it built and tested perfectly. Yesterday, while preparing for a trip, I checked out

Re: Failing tests on ReferenceManagerTest (was: [VOTE] Release JSPWiki version 2.10.0)

2014-01-18 Thread Brian Burch
failed. It is binary - is there any point looking inside it? Regards, Brian br, juan pablo On Fri, Jan 17, 2014 at 10:54 AM, Brian Burch wrote: On 15/01/14 20:48, Harry Metske wrote: +1 kind regards, Harry I only started working on 2.10 this week, so I don't want to spoil the party

Re: Failing tests on ReferenceManagerTest (was: [VOTE] Release JSPWiki version 2.10.0)

2014-01-18 Thread Brian Burch
On 18/01/14 10:26, Brian Burch wrote: On 18/01/14 01:03, Juan Pablo Santos Rodríguez wrote: (changed thread subject in order to not pollute the vote thread) Hi Brian, a couple of questions: did you an "mvn install" or "mvn clean install"? if the first, did you do it on a

Re: Failing tests on ReferenceManagerTest (was: [VOTE] Release JSPWiki version 2.10.0)

2014-01-18 Thread Brian Burch
sing break points. Pity I will be forced to run the entire project test suite under netbeans to reproduce the failure!!! Brian kind regards, Harry On 18 January 2014 11:26, Brian Burch wrote: On 18/01/14 01:03, Juan Pablo Santos Rodríguez wrote: (changed thread subject in order to no

Re: Failing tests on ReferenceManagerTest

2014-01-18 Thread Brian Burch
On 18/01/14 16:32, Craig L Russell wrote: On Jan 18, 2014, at 3:31 AM, Brian Burch wrote: On 18/01/14 10:32, Harry Metske wrote: Brian, there is a small mvn cheatsheet in the root of the project (I ask myself this same question too every time) : http://svn.apache.org/viewvc/jspwiki/trunk

Re: Failing tests on ReferenceManagerTest (was: [VOTE] Release JSPWiki version 2.10.0)

2014-01-21 Thread Brian Burch
expected. The text was not even used in that particular suite. At the moment, I am running those tests with "jspwiki.usePageCache = false" so that they run properly. Perhaps these are similar problems? Regards, Brian thx + br, juan pablo On Sat, Jan 18, 2014 at 5:32 PM, Craig L Rus

Re: Failing tests on ReferenceManagerTest (was: [VOTE] Release JSPWiki version 2.10.0)

2014-01-21 Thread Brian Burch
a bit confusing. Meanwhile, I will return to figure out what I have done wrong. Thanks, Brian thx + br, juan pablo On Sat, Jan 18, 2014 at 5:32 PM, Craig L Russell wrote: On Jan 18, 2014, at 3:31 AM, Brian Burch wrote: On 18/01/14 10:32, Harry Metske wrote: Brian, there is a s

Re: Failing tests on ReferenceManagerTest (was: [VOTE] Release JSPWiki version 2.10.0)

2014-01-21 Thread Brian Burch
On 21/01/14 16:51, Brian Burch wrote: On 20/01/14 20:50, Juan Pablo Santos Rodríguez wrote: Hi Brian, would mind performing a couple of changes to see if they solve your build issue: 1) substitute lines 50-63 on setUp at ReferenceManagerTest, with the following lines: TestEngine.emptyWorkDir

Re: Failing tests on ReferenceManagerTest (was: [VOTE] Release JSPWiki version 2.10.0)

2014-01-21 Thread Brian Burch
On 21/01/14 17:37, Brian Burch wrote: On 21/01/14 16:51, Brian Burch wrote: On 20/01/14 20:50, Juan Pablo Santos Rodríguez wrote: Hi Brian, would mind performing a couple of changes to see if they solve your build issue: 1) substitute lines 50-63 on setUp at ReferenceManagerTest, with the

Re: Failing tests on ReferenceManagerTest (was: [VOTE] Release JSPWiki version 2.10.0)

2014-01-23 Thread Brian Burch
in mind. It should be done EVERYWHERE. Let's just fix this particular bug for now, though. Look out for my svn patch tomorrow, I hope. Thanks, Brian br, juan pablo On Tue, Jan 21, 2014 at 8:25 PM, Brian Burch wrote: On 21/01/14 17:37, Brian Burch wrote: On 21/01/14 16:51, Brian Burch wr

Re: [ANNOUNCE] Apache JSPWiki 2.10.0 released

2014-02-01 Thread Brian Burch
On 01/02/14 13:13, Juan Pablo Santos Rodríguez wrote: The Apache JSPWiki team is pleased to announce the release of JSPWiki 2.10.0. This is the 2.10.0 release of Apache JSPWiki, a feature-rich and extensible WikiWiki engine built around the standard JEE components. The release is available here

Re: [ANNOUNCE] Apache JSPWiki 2.10.0 released

2014-02-04 Thread Brian Burch
te an X.Y.Z tag, renaming it to X.Y.Z-rcA if the vote doesn't succeed I noticed you did the rename yesterday and so I successfully checked-out 2.10.0. Much more intuitively-obvious!! Thanks very much, Brian br, juan pablo On Sat, Feb 1, 2014 at 4:23 PM, Brian Burch wrote: On 01/02/

Code Standards

2014-02-12 Thread Brian Burch
When I first started working on patches for tomcat several years ago, I found their code standards quite extreme compared to my personal preferences. As time has passed, I've come to appreciate their rules and adopted many (not all) for my own projects. As I've started working on jspwiki, I mu

Re: Code Standards

2014-02-20 Thread Brian Burch
ng to match the rest of the project rather than introduce some questionably "improved" formatting in only a few classes. One of my coworker's quipped a relevant haiku: Code is poetry the compiler doesn't care. So I can't say that "shaking the tree&quo

Re: Code Standards

2014-02-21 Thread Brian Burch
y together represent the code style wishes of the committers? If yes, I would be very happy to submit style-only patches for the classes I've worked on. Those classes would then disappear from the reports and take you a small step nearer to making the rules mandatory in the future. Than

Re: [jira] [Commented] (JSPWIKI-812) plugin jars should be loadable from outside the war

2014-02-24 Thread Brian Burch
On 24/02/14 18:00, Harry Metske (JIRA) wrote: [ https://issues.apache.org/jira/browse/JSPWIKI-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13910581#comment-13910581 ] Harry Metske commented on JSPWIKI-812:

Re: [jira] [Commented] (JSPWIKI-812) plugin jars should be loadable from outside the war

2014-02-25 Thread Brian Burch
On 24/02/14 19:21, Brian Burch wrote: On 24/02/14 18:00, Harry Metske (JIRA) wrote: [ https://issues.apache.org/jira/browse/JSPWIKI-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13910581#comment-13910581 ] Harry Metske commented on JSPWIKI

Re: [jira] [Commented] (JSPWIKI-812) plugin jars should be loadable from outside the war

2014-02-26 Thread Brian Burch
On 25/02/14 20:41, Harry Metske wrote: Brian, first, the value for jspwiki.plugin.externalJars should probably be an absolute path. And secondly, that could be the cause of the problem, you should not put your photocollection.jar in a directory that is already on tomcat's classpath (given it's n

Re: [jira] [Commented] (JSPWIKI-812) plugin jars should be loadable from outside the war

2014-02-26 Thread Brian Burch
On 26/02/14 19:03, Harry Metske wrote: hmm, to be honest I never considered this situation of having custom tags in the plugin jar. I am not sure if that can be fixed, I would have to dive into that a bit more.. regards, Harry I wonder whether "war surgery" is an inevitable consequence of

Re: [jira] [Commented] (JSPWIKI-812) plugin jars should be loadable from outside the war

2014-02-26 Thread Brian Burch
rt to "war surgery" to deploy my plugin. Thanks to everyone for your help, Brian On Thu, Feb 27, 2014 at 11:46 AM, Brian Burch wrote: On 26/02/14 19:03, Harry Metske wrote: hmm, to be honest I never considered this situation of having custom tags in the plugin jar. I am not su

Code review status?

2014-03-03 Thread Brian Burch
I can see that everyone has been busy over the last couple of weeks, so I have been waiting patiently. Now I'm beginning to wonder whether my two proposed changes to the trunk have been overlooked? I re-opened JIRA JSPWIKI-813 because the test class triggered log4j configuration error messages

Re: [jira] [Commented] (JSPWIKI-814) VersioningFileProvider does migrate original page properties

2014-03-03 Thread Brian Burch
s: Core & storage Affects Versions: 2.10 Environment: ubuntu linux and openjdk 1.7.0_25. mvn test. Reporter: Brian Burch Priority: Minor Labels: features Fix For: FutureVersion Attachments: JSPWIKI-814-patchNew-TestEngine, JSPWIKI-8

Re: Code review status?

2014-03-03 Thread Brian Burch
to vote on JIRA for your issues to improve their prioritization. Glen On 03/03/2014 04:08 AM, Brian Burch wrote: I can see that everyone has been busy over the last couple of weeks, so I have been waiting patiently. Now I'm beginning to wonder whether my two proposed changes to the t

Re: [jira] [Commented] (JSPWIKI-814) VersioningFileProvider does migrate original page properties

2014-04-19 Thread Brian Burch
Type: Bug Components: Core & storage Affects Versions: 2.10 Environment: ubuntu linux and openjdk 1.7.0_25. mvn test. Reporter: Brian Burch Priority: Minor Labels: features Fix For: FutureVersion Attachments

Intermittent failures in ReferenceManagerTest

2014-04-26 Thread Brian Burch
I was delighted when Juan Pablo committed my fix for JSPWIKI-814 to VersioningFileProvider, TestEngine and VersioningFileProviderTest. I have been running a personally-customised fork of an old trunk revision in production for a couple of months, and so I am looking forward to implementing 2.1

Re: [VOTE] Release JSPWiki version 2.10.1

2014-05-25 Thread Brian Burch
On 25/05/14 18:38, Juan Pablo Santos Rodríguez wrote: This is a release vote for Apache JSPWiki, version 2.10.1. The vote will be open for at least 72 hours from now. It fixes the following issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310732&version=12325764 Note t

Re: [VOTE] Release JSPWiki version 2.10.1

2014-05-25 Thread Brian Burch
g/jira/browse/INFRA-7804 [#2]: http://people.apache.org/~juanpablo/releases/2.10.1-rc1/ On Sun, May 25, 2014 at 10:11 PM, Brian Burch wrote: On 25/05/14 18:38, Juan Pablo Santos Rodríguez wrote: This is a release vote for Apache JSPWiki, version 2.10.1. The vote will be open for at least 72 hours from

Re: [VOTE] Release JSPWiki version 2.10.4

2018-05-22 Thread Brian Burch
On 21/05/18 05:11, Juan Pablo Santos Rodríguez wrote: This is a release vote for Apache JSPWiki, version 2.10.4. The vote will be open for at least 72 hours from now. It fixes the following issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310732&version=12342771 Note t

Re: NPE while building (was: Re: [VOTE] Release JSPWiki version 2.10.4)

2018-05-22 Thread Brian Burch
), because otherwise it is just a no-op. Thanks again, Brian HTH, juan pablo ps: if your plugin is oss, drop us a line so it gets included on https://jspwiki-wiki.apache.org/Wiki.jsp?page=ContributedPlugins :-) On Tue, May 22, 2018 at 9:18 AM, Brian Burch wrote: On 21/05/18 05:11, Juan Pab

Re: NPE while building (was: Re: [VOTE] Release JSPWiki version 2.10.4)

2018-05-23 Thread Brian Burch
On 23/05/18 09:17, Brian Burch wrote: On 23/05/18 06:59, Juan Pablo Santos Rodríguez wrote: Hi Brian, seems you've hit https://issues.apache.org/jira/browse/SUREFIRE-1439 (NullPointerException on JDK10) which is fixed on the 2.21.0 version of the surefire plugin. JSPWiki itself should co

Re: NPE while building (was: Re: [VOTE] Release JSPWiki version 2.10.4)

2018-05-29 Thread Brian Burch
On 29/05/18 08:13, Juan Pablo Santos Rodríguez wrote: Hi Brian, the jdk.version property is used indeed to set the source and target arguments of the compiler plugin, and also to set the minimum JDK required to compile the project (see the configuration of the enforcer plugin on the base pom). F

Re: NPE while building

2018-06-03 Thread Brian Burch
7;ve stumbled upon another problem with another plugin: https://github.com/wro4j/wro4j/issues/1039 I'll reopen JSPWIKI-1070 with that information, download a JDK10 and try to fix it over the weekend/next weeks instead of keeping asking to see if it's ok or not O:-) best regards, juan p

How to update the JSPWiki Wiki

2018-06-03 Thread Brian Burch
I apologise if I have missed something simple. I wanted to add a couple of helpful footnotes to the "Building from source code" wiki page, based on my own recent activity. I have an ancient apache userid, which was revived last year when I became a committer for the Directory project. I also

Re: [VOTE] Release JSPWiki version 2.10.5

2018-09-02 Thread Brian Burch
On 01/09/18 09:08, Juan Pablo Santos Rodríguez wrote: and my +1 br, juan pablo On Sat, Sep 1, 2018 at 12:59 AM Juan Pablo Santos Rodríguez < juanpa...@apache.org> wrote: This is a release vote for Apache JSPWiki, version 2.10.5. The vote will be open for at least 72 hours from now. It fixes

Re: heads up: 2.11.0-M1 release vote next week

2018-11-29 Thread Brian Burch
On 30/11/18 7:54 am, Juan Pablo Santos Rodríguez wrote: Hi, I've came up with https://jspwiki-wiki.apache.org/Wiki.jsp?page=NewIn2.11 which will be refered on the upcoming release. It contains a "What does that M# mean anyway?" section which I'd thank a lot if someone could review it OK Juan P

Re: heads up: 2.11.0-M1 release vote next week

2018-11-29 Thread Brian Burch
hat I am trying to say - syntax is easy, semantics is a lot harder! Thanks, Brian br, juan pablo On Thu, Nov 29, 2018 at 11:36 PM Brian Burch wrote: On 30/11/18 7:54 am, Juan Pablo Santos Rodríguez wrote: Hi, I've came up with https://jspwiki-wiki.apache.org/Wiki.jsp?page=NewIn2.11 whic

Re: heads up: 2.11.0-M1 release vote next week

2018-12-01 Thread Brian Burch
hen compared to X.Y. Once X.Y+1 is reached, there shouldn't be more M#. As per the url, that's correct, right now yields a 404. Once the release is done, it'll be populated. You can check its contents at https://jspwiki.apache.org/japicmp/2.11.0.M1-SNAPSHOT/ br, juan pablo E

Re: heads up: 2.11.0-M1 release vote next week

2018-12-03 Thread Brian Burch
valued project that my family use daily. Looking forward to testing the new release soon, but don't lose sleep to save a day or two! Brian br, juan pablo On Sun, Dec 2, 2018 at 6:29 AM Brian Burch wrote: I am deliberately top-posting because I will try to rephrase both the original parag

Re: [VOTE] Release JSPWiki version 2.11.0.M1

2018-12-04 Thread Brian Burch
On 4/12/18 6:01 am, Juan Pablo Santos Rodríguez wrote: [X] +1 Approve the release (please note that https://jspwiki-wiki.apache.org/Wiki.jsp?page=NewIn2.11 has a curated changelog far more complete than the jira link; will also add it for future release votes) Sorry to be a pain, but I get a

Re: [VOTE] Release JSPWiki version 2.11.0.M1

2018-12-04 Thread Brian Burch
nge. I'll go back to lurking while I raise my own priority to set up a proper testbed and see where that takes me. I have a valid RC1 jspwiki-war/target/JSPWiki.war, so that can be my starting point. I'm a "glass half full" person, so well done and thanks for all the hard work. As

Re: [VOTE] Release JSPWiki version 2.11.0.M1

2018-12-04 Thread Brian Burch
l be denied in a future release Is it just me, or do you all simply ignore them? Brian br, juan pablo [#1]: https://github.com/apache/jspwiki/commit/87bf9b941fdff55fe4e80a031269d19bc39363a7#diff-71de8c033afbea8be078f02ec7f141a9R145 On Tue, Dec 4, 2018 at 11:09 PM Brian Burch wrote: On

Re: [VOTE] Release JSPWiki version 2.11.0.M1

2019-01-27 Thread Brian Burch
The discussion below is useful warning for me because I am (very slowly!) setting up a test tomcat to validate the new version of jspwiki, but then I have my own plugins to migrate. I had intended to also migrate from the old default template to haddock, but it seems that step will be automatic

Re: [VOTE] Release JSPWiki version 2.11.0.M2

2019-03-06 Thread Brian Burch
On 5/3/19 8:55 am, Juan Pablo Santos Rodríguez wrote: This is a release vote for Apache JSPWiki, version 2.11.0.M2. The vote will be open for at least 72 hours from now. It fixes the following issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310732&version=12343994 You

Re: [VOTE] Release JSPWiki version 2.11.0.M2

2019-03-06 Thread Brian Burch
ore creating any documentation JIRAs and updates. I'm so pleased to have it working. I've been waiting to work on this upgrade for my plugin for at least a year, with it still running in production with 2.10.3-git-32. Regards, Brian On 7/3/19 3:08 pm, Brian Burch wrote: On 5/3/19 8:

Revisiting an old thread - Seeding content in pages not yet created

2019-03-20 Thread Brian Burch
Janne Jalkanen helped me resolve this requirement of my PhotoCollection plugin in February 2009! I have not needed to make a change since that time and use the "feature" all the time. It stopped working on my production wiki late in 2018, along with some other things not directly related to JS

Re: Revisiting an old thread - Seeding content in pages not yet created

2019-03-20 Thread Brian Burch
and optimism after your very helpful reply. Brian However, I would have expected to see another edit URL, i.e. without /wiki : https://my.web.server/Edit.jsp?page=&_editedtext= Hope this helps a bit, dirk On Wed, Mar 20, 2019 at 8:03 AM Brian Burch wrote: Janne Jalkanen helped

Re: Revisiting an old thread - Seeding content in pages not yet created - Solved

2019-03-22 Thread Brian Burch
On 21/3/19 8:37 am, Brian Burch wrote: On 21/3/19 8:00 am, Dirk Frederickx wrote: Hi Brian, As far as I can see, nothing has changed on the plain editor w.r.t. the _editedtext parameter name. You can still use it to overwrite the content of the edit area. Thanks very much, Dirk. You have

Re: [VOTE] Release JSPWiki version 2.11.0.M3

2019-03-22 Thread Brian Burch
On 23/3/19 3:53 am, Juan Pablo Santos Rodríguez wrote: This is a release vote for Apache JSPWiki, version 2.11.0.M3. The vote will be open for at least 72 hours from now. It fixes the following issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310732&version=12344900 Yo

How to update the JSPWiki Wiki (revisited)

2019-05-01 Thread Brian Burch
I'm feeling pretty dumb today. After several weeks messing around with M3 and my plugin, I decided to do a clean install by following the extensive notes I made the first time around, but skipping all the dead ends. My intention was to suggest some changes to the JSPWiki wiki reflecting the got

Re: How to update the JSPWiki Wiki (revisited)

2019-05-09 Thread Brian Burch
I will try to diff a small change soon to see how it goes in practice. I can see you are busy, so I just wanted to let you know I appreciated you taking the time to point me in a productive direction. Brian HTH, juan pablo On Thu, May 2, 2019 at 8:46 AM Brian Burch wrote: I'm feeling

Re: [VOTE] Release JSPWiki version 2.11.0.M4

2019-05-17 Thread Brian Burch
On 15/5/19 8:04 pm, Juan Pablo Santos Rodríguez wrote: This is a release vote for Apache JSPWiki, version 2.11.0.M4. The vote will be open for at least 72 hours from now. It fixes the following issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310732&version=12345211 Yo

Re: [CVE-2019-10078] Apache JSPWiki Cross-site scripting vulnerability on Apache JSPWiki

2019-05-19 Thread Brian Burch
On 20/5/19 1:59 am, Juan Pablo Santos Rodríguez wrote: Severity Medium Vendor The Apache Software Foundation Versions Affected Apache JSPWiki up to 2.11.0.M3 Description A carefully crafted plugin link invocation could trigger an XSS vulnerability on Apache JSPWiki, which could lead to sessio

Re: [VOTE] Release JSPWiki version 2.11.0.M5

2019-09-10 Thread Brian Burch
On 11/9/19 6:10 am, Juan Pablo Santos Rodríguez wrote: This is a release vote for Apache JSPWiki, version 2.11.0.M5. The vote will be open for at least 72 hours from now. It fixes the following issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310732&version=12345540 Yo

Re: [VOTE] Release JSPWiki version 2.11.0.M5 (from RC3)

2019-09-17 Thread Brian Burch
On 15/9/19 3:09 am, Juan Pablo Santos Rodríguez wrote: This is a release vote for Apache JSPWiki, version 2.11.0.M5. The vote will be open for at least 72 hours from now. It fixes the following issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310732&version=12345540 Yo

Re: How to update the JSPWiki Wiki (RE-revisited!)

2019-10-19 Thread Brian Burch
the change here at dev@j.a.o and it will be eventually carried over. As a side note, jspwiki.a.o, as a backup site, contains the minimum pages to run the project page (mailing lists, news, where's the source code, etc.) HTH, juan pablo On Thu, May 2, 2019 at 8:46 AM Brian Burch wrote: I&

Re: How to update the JSPWiki Wiki (RE-revisited!)

2019-10-23 Thread Brian Burch
age, with links off to several new pages, each for different levels of sophistication. As a member of the Gardener group, do I have the right to create new pages on the production wiki? Thanks for your help, Brian BR dirk On Sun, Oct 20, 2019 at 7:45 AM Brian Burch wrote: I created a

Re: How to update the JSPWiki Wiki (RE-revisited!)

2019-10-24 Thread Brian Burch
On 24/10/19 10:01 am, Brian Burch wrote: On 22/10/19 6:09 am, Dirk Frederickx wrote: Hi Brian, I've created a new "Gardener" group on the jspwiki-site;  and included user BrianB (and all administrators). However, I am puzzled by the fact that "Edit" on both t

Re: How to update the JSPWiki Wiki (RE-revisited!)

2019-11-02 Thread Brian Burch
On 30/10/19 7:29 am, Dirk Frederickx wrote: Hi Brian, snippet However, I am puzzled by the fact that "Edit" on both these pages (between View and More) is still greyed-out. When I move my mouse over the "Edit" widget, google chrome displays a No Entry sign. How am I supposed to edit the Get

Re: How to update the JSPWiki Wiki (RE-revisited!)

2019-11-03 Thread Brian Burch
d to begin the page-splitting work. I am satisfied that I can now do the work I intended, so "the ball is back in my court"! Well done! Brian Best regards, dirk On Sun, Nov 3, 2019 at 2:59 AM Brian Burch wrote: On 30/10/19 7:29 am, Dirk Frederickx wrote: Hi Brian, snipp

Brian Burch

2022-03-11 Thread Brian Burch
I am trying again to have Brian removed from ll lists etc Brian died in June 2020 from prostate cancer Please try to help or pass this on to someone who can Thanks Jane Burch

[jira] [Created] (JSPWIKI-813) ReferenceManagerTest - two cases fail

2014-01-23 Thread Brian Burch (JIRA)
Brian Burch created JSPWIKI-813: --- Summary: ReferenceManagerTest - two cases fail Key: JSPWIKI-813 URL: https://issues.apache.org/jira/browse/JSPWIKI-813 Project: JSPWiki Issue Type: Bug

[jira] [Updated] (JSPWIKI-813) ReferenceManagerTest - two cases fail

2014-01-24 Thread Brian Burch (JIRA)
[ https://issues.apache.org/jira/browse/JSPWIKI-813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Burch updated JSPWIKI-813: Attachment: JSPWIKI-813-patch This is my "minimum acceptable" patch, which resolves th

[jira] [Created] (JSPWIKI-814) VersioningFileProvider does migrate original page properties

2014-01-24 Thread Brian Burch (JIRA)
Brian Burch created JSPWIKI-814: --- Summary: VersioningFileProvider does migrate original page properties Key: JSPWIKI-814 URL: https://issues.apache.org/jira/browse/JSPWIKI-814 Project: JSPWiki

[jira] [Updated] (JSPWIKI-814) VersioningFileProvider does migrate original page properties

2014-01-24 Thread Brian Burch (JIRA)
[ https://issues.apache.org/jira/browse/JSPWIKI-814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Burch updated JSPWIKI-814: Attachment: JSPWIKI-814-patch Improved comments and layout of the

[jira] [Commented] (JSPWIKI-814) VersioningFileProvider does migrate original page properties

2014-02-11 Thread Brian Burch (JIRA)
[ https://issues.apache.org/jira/browse/JSPWIKI-814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13897662#comment-13897662 ] Brian Burch commented on JSPWIKI-814: - I am actively working on this problem

[jira] [Commented] (JSPWIKI-814) VersioningFileProvider does migrate original page properties

2014-02-11 Thread Brian Burch (JIRA)
[ https://issues.apache.org/jira/browse/JSPWIKI-814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13897952#comment-13897952 ] Brian Burch commented on JSPWIKI-814: - The bug is fixed my my new patch, w

[jira] [Updated] (JSPWIKI-814) VersioningFileProvider does migrate original page properties

2014-02-11 Thread Brian Burch (JIRA)
[ https://issues.apache.org/jira/browse/JSPWIKI-814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Burch updated JSPWIKI-814: Attachment: JSPWIKI-814-patch-author mutually-dependent changes to VersioningFileProvider

[jira] [Commented] (JSPWIKI-814) VersioningFileProvider does migrate original page properties

2014-02-13 Thread Brian Burch (JIRA)
[ https://issues.apache.org/jira/browse/JSPWIKI-814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13900299#comment-13900299 ] Brian Burch commented on JSPWIKI-814: - Please disregard the last patches for t

[jira] [Updated] (JSPWIKI-814) VersioningFileProvider does migrate original page properties

2014-02-13 Thread Brian Burch (JIRA)
[ https://issues.apache.org/jira/browse/JSPWIKI-814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Burch updated JSPWIKI-814: Attachment: JSPWIKI-814-patch-TestEngine Standalone trivial change to TestEngine. The

[jira] [Created] (JSPWIKI-821) TestEngine sometimes creates testrepositories with double timestamps after r1567444

2014-02-13 Thread Brian Burch (JIRA)
Brian Burch created JSPWIKI-821: --- Summary: TestEngine sometimes creates testrepositories with double timestamps after r1567444 Key: JSPWIKI-821 URL: https://issues.apache.org/jira/browse/JSPWIKI-821

[jira] [Updated] (JSPWIKI-814) VersioningFileProvider does migrate original page properties

2014-02-13 Thread Brian Burch (JIRA)
[ https://issues.apache.org/jira/browse/JSPWIKI-814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Burch updated JSPWIKI-814: Attachment: (was: JSPWIKI-814-patch-author) > VersioningFileProvider does migrate origi

[jira] [Commented] (JSPWIKI-814) VersioningFileProvider does migrate original page properties

2014-02-13 Thread Brian Burch (JIRA)
[ https://issues.apache.org/jira/browse/JSPWIKI-814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13900594#comment-13900594 ] Brian Burch commented on JSPWIKI-814: - My test failures were related to TestEngi

[jira] [Updated] (JSPWIKI-814) VersioningFileProvider does migrate original page properties

2014-02-13 Thread Brian Burch (JIRA)
[ https://issues.apache.org/jira/browse/JSPWIKI-814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Burch updated JSPWIKI-814: Attachment: JSPWIKI-814-patch-VersioningFileProviderTest New test cases, 5 of which fail unless

[jira] [Commented] (JSPWIKI-814) VersioningFileProvider does migrate original page properties

2014-02-13 Thread Brian Burch (JIRA)
[ https://issues.apache.org/jira/browse/JSPWIKI-814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13900600#comment-13900600 ] Brian Burch commented on JSPWIKI-814: - The associated patch file adds and wires-

[jira] [Updated] (JSPWIKI-814) VersioningFileProvider does migrate original page properties

2014-02-13 Thread Brian Burch (JIRA)
[ https://issues.apache.org/jira/browse/JSPWIKI-814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Burch updated JSPWIKI-814: Attachment: JSPWIKI-814-patch-VersioningFileProvider add a new method called

[jira] [Updated] (JSPWIKI-814) VersioningFileProvider does migrate original page properties

2014-02-13 Thread Brian Burch (JIRA)
[ https://issues.apache.org/jira/browse/JSPWIKI-814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Burch updated JSPWIKI-814: Attachment: JSPWIKI-814-patch-VersioningFileProvider Implements a new method

[jira] [Updated] (JSPWIKI-814) VersioningFileProvider does migrate original page properties

2014-02-16 Thread Brian Burch (JIRA)
[ https://issues.apache.org/jira/browse/JSPWIKI-814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Burch updated JSPWIKI-814: Attachment: (was: JSPWIKI-814-patch) > VersioningFileProvider does migrate original p

[jira] [Updated] (JSPWIKI-814) VersioningFileProvider does migrate original page properties

2014-02-16 Thread Brian Burch (JIRA)
[ https://issues.apache.org/jira/browse/JSPWIKI-814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Burch updated JSPWIKI-814: Attachment: (was: JSPWIKI-814-patch-VersioningFileProvider) > VersioningFileProvider d

[jira] [Updated] (JSPWIKI-814) VersioningFileProvider does migrate original page properties

2014-02-16 Thread Brian Burch (JIRA)
[ https://issues.apache.org/jira/browse/JSPWIKI-814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Burch updated JSPWIKI-814: Attachment: (was: JSPWIKI-814-patch-VersioningFileProviderTest) > VersioningFileProvider d

[jira] [Updated] (JSPWIKI-814) VersioningFileProvider does migrate original page properties

2014-02-16 Thread Brian Burch (JIRA)
[ https://issues.apache.org/jira/browse/JSPWIKI-814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Burch updated JSPWIKI-814: Attachment: (was: JSPWIKI-814-patch-TestEngine) > VersioningFileProvider does migr

[jira] [Updated] (JSPWIKI-814) VersioningFileProvider does migrate original page properties

2014-02-16 Thread Brian Burch (JIRA)
[ https://issues.apache.org/jira/browse/JSPWIKI-814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Burch updated JSPWIKI-814: Attachment: (was: JSPWIKI-814-patch-VersioningFileProvider) > VersioningFileProvider d

[jira] [Commented] (JSPWIKI-814) VersioningFileProvider does migrate original page properties

2014-02-16 Thread Brian Burch (JIRA)
[ https://issues.apache.org/jira/browse/JSPWIKI-814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13902681#comment-13902681 ] Brian Burch commented on JSPWIKI-814: - I added a new, fairly complex, test cas

[jira] [Updated] (JSPWIKI-814) VersioningFileProvider does migrate original page properties

2014-02-16 Thread Brian Burch (JIRA)
[ https://issues.apache.org/jira/browse/JSPWIKI-814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Burch updated JSPWIKI-814: Attachment: JSPWIKI-814-patchNew-TestEngine When a unit test updates a wiki page as user janne

[jira] [Updated] (JSPWIKI-814) VersioningFileProvider does migrate original page properties

2014-02-16 Thread Brian Burch (JIRA)
[ https://issues.apache.org/jira/browse/JSPWIKI-814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Burch updated JSPWIKI-814: Attachment: JSPWIKI-814-patchNew-VersioningFileProvider Comprehensive support for migration of

[jira] [Updated] (JSPWIKI-814) VersioningFileProvider does migrate original page properties

2014-02-16 Thread Brian Burch (JIRA)
[ https://issues.apache.org/jira/browse/JSPWIKI-814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Burch updated JSPWIKI-814: Attachment: JSPWIKI-814-patchNew-VersioningFileProviderTest Several new test cases to examine the

[jira] [Reopened] (JSPWIKI-813) ReferenceManagerTest - two cases fail

2014-02-16 Thread Brian Burch (JIRA)
[ https://issues.apache.org/jira/browse/JSPWIKI-813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Burch reopened JSPWIKI-813: - When this unit test class is executed on its own, rather than as part of the entire test

[jira] [Updated] (JSPWIKI-813) ReferenceManagerTest - two cases fail

2014-02-16 Thread Brian Burch (JIRA)
[ https://issues.apache.org/jira/browse/JSPWIKI-813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Burch updated JSPWIKI-813: Attachment: JSPWIKI-813-patchNew incremental patch against the latest trunk - resolves warning

[jira] [Commented] (JSPWIKI-812) plugin jars should be loadable from outside the war

2014-02-24 Thread Brian Burch (JIRA)
[ https://issues.apache.org/jira/browse/JSPWIKI-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13910561#comment-13910561 ] Brian Burch commented on JSPWIKI-812: - Harry. I hit this problem deploying revi

[jira] [Updated] (JSPWIKI-814) VersioningFileProvider does migrate original page properties

2014-03-03 Thread Brian Burch (JIRA)
[ https://issues.apache.org/jira/browse/JSPWIKI-814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Burch updated JSPWIKI-814: Attachment: (was: JSPWIKI-814-patchNew-VersioningFileProviderTest) > VersioningFileProvi

[jira] [Updated] (JSPWIKI-814) VersioningFileProvider does migrate original page properties

2014-03-03 Thread Brian Burch (JIRA)
[ https://issues.apache.org/jira/browse/JSPWIKI-814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Burch updated JSPWIKI-814: Attachment: JSPWIKI-814-VersioningFileProviderTest-10140303.patch New patch file that include the

[jira] [Commented] (JSPWIKI-814) VersioningFileProvider does migrate original page properties

2014-03-03 Thread Brian Burch (JIRA)
[ https://issues.apache.org/jira/browse/JSPWIKI-814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13918355#comment-13918355 ] Brian Burch commented on JSPWIKI-814: - My suspicion was correct. The prev

[jira] [Updated] (JSPWIKI-814) VersioningFileProvider does migrate original page properties

2014-04-21 Thread Brian Burch (JIRA)
[ https://issues.apache.org/jira/browse/JSPWIKI-814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Burch updated JSPWIKI-814: Attachment: (was: JSPWIKI-814-patchNew-TestEngine) > VersioningFileProvider does migr

[jira] [Updated] (JSPWIKI-814) VersioningFileProvider does migrate original page properties

2014-04-21 Thread Brian Burch (JIRA)
[ https://issues.apache.org/jira/browse/JSPWIKI-814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Burch updated JSPWIKI-814: Attachment: JSPWIKI-814-patch-TestEngine-2014-04-21 I do not understand why the previous patch

[jira] [Created] (JSPWIKI-1119) Getting Started wiki page should be easier to find

2019-10-15 Thread Brian Burch (Jira)
Brian Burch created JSPWIKI-1119: Summary: Getting Started wiki page should be easier to find Key: JSPWIKI-1119 URL: https://issues.apache.org/jira/browse/JSPWIKI-1119 Project: JSPWiki Issue

[jira] [Commented] (JSPWIKI-1119) Getting Started wiki page should be easier to find

2019-11-05 Thread Brian Burch (Jira)
[ https://issues.apache.org/jira/browse/JSPWIKI-1119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16967966#comment-16967966 ] Brian Burch commented on JSPWIKI-1119: -- Dirk Frederickx resolved this issu

[jira] [Resolved] (JSPWIKI-1119) Getting Started wiki page should be easier to find

2019-11-05 Thread Brian Burch (Jira)
[ https://issues.apache.org/jira/browse/JSPWIKI-1119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Burch resolved JSPWIKI-1119. -- Fix Version/s: 2.11.0-M5 Resolution: Fixed Because the JSPWiki wiki is maintained

[jira] [Created] (JSPWIKI-1121) Restructure Getting Started wiki page

2019-11-05 Thread Brian Burch (Jira)
Brian Burch created JSPWIKI-1121: Summary: Restructure Getting Started wiki page Key: JSPWIKI-1121 URL: https://issues.apache.org/jira/browse/JSPWIKI-1121 Project: JSPWiki Issue Type