Re: [VOTE] Release JSPWiki version 2.12.3 (RC2)

2025-07-25 Thread Murray Altheim
] +1 Approve the release [ ] 0 Don't mind [ ] -1 Disapprove the release (please provide specific comments) ........... Murray Altheim= = ===

Re: Moderation turned on for account creation at jspwiki-wiki.a.o

2025-06-11 Thread Murray Altheim
hat the spammer simply deleted those pages? I've checked the UndefinedPages page and there are about 50 pages missing. What a mess.. :-( Best regards, juan pablo El mié, 11 jun 2025, 1:38, Murray Altheim escribió: Hi Juan Pablo, Do you know if that was the ComposePlugin that I wrote, or is i

Re: Moderation turned on for account creation at jspwiki-wiki.a.o

2025-06-10 Thread Murray Altheim
ul to put them back in their places -- ....... Murray Altheim= = === http://www.altheim.com/murray/ === ===

Re: [PR] Xmlrpc pull-out [jspwiki]

2025-05-10 Thread Murray Altheim
t implementation. But I'm certainly open to whatever people think, I'm not tied to any one in particular. Cheers, Murray ....... Murray Altheim= =

Re: [PR] Xmlrpc pull-out [jspwiki]

2025-05-09 Thread Murray Altheim
cted code would be already done. cheers, juan pablo ....... Murray Altheim= = === http://www.altheim.com/murray/ === ===

Re: [PR] Xmlrpc pull-out [jspwiki]

2025-04-16 Thread Murray Altheim
and wildfly-36.0.0.Final. -- ........... Murray Altheim= = === http://www.altheim.com/murray/ === === = = === In the evening The rice leaves in the garden Rustle in the autumn wi

Re: [PR] Jakarta [jspwiki]

2024-12-07 Thread Murray Altheim
would like to push a few PRs into master and merge them on this new branch before merging, but I'd prefer to go with this first to keep it as manageable as possible. -- ....... Murray Altheim

Re: [jira] [Created] (JSPWIKI-1201) Javadoc clarification on PageProvider

2024-09-11 Thread Murray Altheim
ent them all. Does this imply that unused or unimplemented functions should throw an exception, return null or what? -- This message was sent by Atlassian Jira (v8.20.10#820010) -- ........... Murray Altheim

Re: Plugins for page adapters

2024-09-01 Thread Murray Altheim
search page and attachment adapter within this repo? Or is the preference to keep this project...more bare bones and leave the plugins for other repos? -- ....... Murray Altheim

Re: [jira] [Created] (JSPWIKI-1197) Deleting an attachment via filesystem causes jsp wiki to complete crash

2024-08-19 Thread Murray Altheim
e, if there's a page missing I think that JSPWiki starts, so I'd expect the same with attachments. (just my 2c) Best regards, jp El sáb, 17 ago 2024, 16:59, Murray Altheim escribió: I agree, we've spent too much time discussing this. I don't consider this an argument, it's

Re: [jira] [Created] (JSPWIKI-1197) Deleting an attachment via filesystem causes jsp wiki to complete crash

2024-08-17 Thread Murray Altheim
e and deleted. Same problem, now jspwiki won't boot. It's a denial of service attack. This is probably an easy 5 minute fix, way longer than you and I have argued about this. On Sat, Aug 17, 2024 at 8:37 AM Murray Altheim wrote: Hi Alex, I think you're missing the main point her

Re: [jira] [Created] (JSPWIKI-1197) Deleting an attachment via filesystem causes jsp wiki to complete crash

2024-08-17 Thread Murray Altheim
uldn't break the whole web app. On Fri, Aug 16, 2024 at 6:08 PM Murray Altheim wrote: Hi Alex, I think what you should consider what you're asking. It's effectively stating that somebody should be able to manually go into an installation and delete files, and the app should st

Re: [jira] [Created] (JSPWIKI-1197) Deleting an attachment via filesystem causes jsp wiki to complete crash

2024-08-16 Thread Murray Altheim
to fail completely seems way too extreme On Thu, Aug 15, 2024 at 7:45 PM Murray Altheim wrote: If you are deleting the attachment file manually you're creating a situation where the software is no longer in sync with expectations. JSPWiki is charged with management of the files within it

Re: [jira] [Created] (JSPWIKI-1197) Deleting an attachment via filesystem causes jsp wiki to complete crash

2024-08-15 Thread Murray Altheim
e was sent by Atlassian Jira (v8.20.10#820010) -- ........... Murray Altheim= = === http://www.altheim.com/murray/ === === = = === In the evening Th

Re: Replacement of ORO library?

2024-07-15 Thread Murray Altheim
main codebase, and making sure that it works, but of users potentially having to change page content. Has anyone considered this, or maybe even looked into this in the past? Ulf -- ........... Murray Altheim

Re: [VOTE] Release JSPWiki version 2.12.2

2024-06-13 Thread Murray Altheim
se (please provide specific comments) Arturo -- ....... Murray Altheim= = === http://www.altheim.

Re: 2.12.2 release?

2024-05-09 Thread Murray Altheim
. Thoughts? br, jp -- ....... Murray Altheim= = === http://www.altheim.com/murray/ === === = = === In the evening The rice leaves in the garden Rustle in the

Re: [PR] [JSPWIKI-1178] Address potential deadlock with JDK 21 Virtual Threads. [jspwiki]

2023-12-03 Thread Murray Altheim
er on the PR). There are only about 30 listeners, give or take, and they get instantiated/added on startup, so CopyOnWriteArrayList makes sense to me in this case. WDYT? Would you mind sending a PR with that? cheers, juan pablo El sáb, 2 dic 2023, 23:53, Murray Altheim escribió: Hi Juan Pa

Re: [PR] [JSPWIKI-1178] Address potential deadlock with JDK 21 Virtual Threads. [jspwiki]

2023-12-02 Thread Murray Altheim
`m_preloadCache` is a `Vector`, hence thread-safe, so there's no need of syncing.. don't know why it was `synchronized` in first place, though. -- ... Murray Altheim= = === http://www.altheim.com/murray/

Re: Proposal to Implement New GitHub Actions Workflows for CI/CD

2023-10-26 Thread Murray Altheim
r thoughts and feedback on this proposal. Are there any concerns or suggestions you'd like to share? Best regards, Arturo -- ... Murray Altheim= = === http://www.altheim.com/murray/ === ===

Re: Proposal to Implement New GitHub Actions Workflows for CI/CD

2023-10-20 Thread Murray Altheim
ons. I'd appreciate your thoughts and feedback on this proposal. Are there any concerns or suggestions you'd like to share? Best regards, Arturo -- ...

Re: [PR] [JSPWIKI-1178] Address potential deadlock with JDK 21 Virtual Threads. [jspwiki]

2023-10-12 Thread Murray Altheim
Synchronizer class is essentially a way to standardize this transition across the codebase.[...] ....... Murray Altheim= =

Re: [PR] [JSPWIKI-1178] Address potential deadlock with JDK 21 Virtual Threads. [jspwiki]

2023-10-11 Thread Murray Altheim
here -} +if (c_instance == null) { +Synchronizer.synchronize(lock, () -> { ... Murray Altheim= = === http://www.altheim.com/murray/ === ===

Re: [PR] JSPWIKI-925 - Add Missing i18n Literals for Multiple Languages [jspwiki]

2023-10-10 Thread Murray Altheim
To be clear, in XML, comments are permitted in the XML Prolog (Production 22 in the XML spec) and the doctypedecl (Production 28), but I think the POM parser barfs on them. On 11/10/23 12:24, Murray Altheim wrote: Hi Arturo, Does there happen to be an XML comment between the declaration and

Re: [PR] JSPWIKI-925 - Add Missing i18n Literals for Multiple Languages [jspwiki]

2023-10-10 Thread Murray Altheim
en ...\nt... @12:2) -> [Help 1] ``` This isn't the first time I've encountered this issue; I faced the same error in another PR as well. Do you have any insights into what might be causing it?" -- ......

Re: [PR] [JSPWIKI-1178] Address potential deadlock with JDK 21 Virtual Threads. [jspwiki]

2023-10-09 Thread Murray Altheim
liness and readability. ....... Murray Altheim= = === http://www.altheim.com/murray/ === === = = === In the evening

Re: [PR] [JSPWIKI-1178] Address potential deadlock with JDK 21 Virtual Threads. (jspwiki)

2023-10-09 Thread Murray Altheim
ng appear, we can move away from the utility method, and we also don't have to tie to it later on if it's not needed. cheers, juan pablo On Mon, Oct 9, 2023 at 12:22 PM Murray Altheim wrote: Hi, My apologies for arriving a bit out of context, so please excuse me if this has already

Re: [PR] [JSPWIKI-1178] Address potential deadlock with JDK 21 Virtual Threads. (jspwiki)

2023-10-09 Thread Murray Altheim
re more complex scenarios, we can move away from the utility `synchronize` method. The utility/class method focus should be more about synchronizing than locking (hence the names). WDYT? -- .........

Re: [VOTE] Release JSPWiki version 2.12.1

2023-08-07 Thread Murray Altheim
vote: [ ] +1 Approve the release [ ] 0 Don't mind [ ] -1 Disapprove the release (please provide specific comments) Cheers, -- Arturo -- ....... Murray Altheim= = === http://www.altheim.

Re: Workflow documentation [Re: 2.12.1?]

2023-07-31 Thread Murray Altheim
wiki.apache.org/Wiki.jsp?page=Workflow%20configuration It has been mostly taken from the jspwiki.properties file, but I think it's enough for starters. Please (anyone) feel free to update that page :-) cheers, juan pablo On Thu, Jun 22, 2023 at 3:12 AM Murray Altheim wrote: Hi Juan Pablo,

Re: 2.12.1?

2023-06-21 Thread Murray Altheim
be working ASAP.. WDYT? cheers, juan pablo ....... Murray Altheim= = === http://www.altheim.

Re: [VOTE] Release JSPWiki version 2.12.0

2023-05-21 Thread Murray Altheim
a.org, as of today tomcat 9 or equivalent is a hard requirement to run JSPWiki. HTH, juan pablo El dom, 21 may 2023, 14:14, Murray Altheim escribió: Here's the relevant log file: 21-May-2023 19:25:34.754 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: conte

Re: [VOTE] Release JSPWiki version 2.12.0

2023-05-21 Thread Murray Altheim
16) at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:174) at org.apache.catalina.loader.WebappClassLoaderBase.findClassInternal(WebappClassLoaderBase.java:2487) On 5/21/23 19:36, Murray Altheim wrote: Hi, Sorry for the late reply, but here's my rep

Re: [VOTE] Release JSPWiki version 2.12.0

2023-05-21 Thread Murray Altheim
* Please download, test and vote: [ ] +1 Approve the release [ ] 0 Don't mind [ ] -1 Disapprove the release (please provide specific comments) -- ..

Re: Incoming release for 2.12.0?

2023-04-04 Thread Murray Altheim
+1 On 2023/04/04 17:26, Harry Metske wrote: +1 Op zo 2 apr. 2023 om 23:46 schreef Juan Pablo Santos Rodríguez < juanpablo.san...@gmail.com> Hi! We have some security fixes sitting on master for a while now. We've also had another security report for some weeks that seems to resolve to not b

Re: Policy on matchEnglishPlurals?

2022-09-23 Thread Murray Altheim
of graph-related work to start. Cheers, Murray On Mon, Sep 19, 2022 at 10:22 AM Murray Altheim wrote: Hi, I'm struggling with the modifications necessary to implement a replacement ReferenceManager using a graph backend, and in a somewhat surprising place: namely, passing tests related

Re: Upgrading jdk requirement?

2022-09-23 Thread Murray Altheim
t I've found missing when going back.. kind regards, juan pablo On Tue, Aug 9, 2022 at 5:36 PM Jürgen Weber wrote: Actually I never understood the need for get/setters anyway (course I know the book). C++ got along well without. Cheers Murray Altheim schrieb am Di., 9. Aug. 2022, 16:12:

Policy on matchEnglishPlurals?

2022-09-19 Thread Murray Altheim
the properties file. Cheers, Murray ....... Murray Altheim= = === http://www.alt

progress on GraphRenderingManager

2022-08-11 Thread Murray Altheim
y to traverse the graph from any node (at any depth, and filtering on any link type) would provide a lot of additional functionality. Cheers, Murray ... Murray Altheim= = === http://www.altheim.com/murray/ ===

Re: Upgrading jdk requirement?

2022-08-09 Thread Murray Altheim
sh Lombok were adopted into the Java syntax itself. ........... Murray Altheim= = === http://www.altheim.com/murray/ === === = = === In the evening The rice leaves in

ClassCastException on application reboot

2022-08-08 Thread Murray Altheim
che.catalina.startup.Bootstrap.start(Bootstrap.java:345) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:476) Cheers, Murray ....... Murray Altheim

Is 2.11.3 a drop-in replacement for 2.11.2?

2022-08-08 Thread Murray Altheim
;s any dependency or JSP changes that would be required for compatibility. I'd prefer not having to rebuild that deployment if it's unnecessary as it took quite a lot of time to set up. Thanks, Murray ........

Re: LinkParsingOperations improvements?

2022-08-04 Thread Murray Altheim
o along. Cheers, Murray ........... Murray Altheim= = === http://www.altheim.com/murray/ === === = = === In the evening The rice leaves in the garden Rustle in the a

LinkParsingOperations improvements?

2022-08-04 Thread Murray Altheim
estions. Cheers, Murray ........... Murray Altheim= = === http://www.altheim.com/murray/ === === = = === In the evening The rice leaves in the garden

Re: [VOTE] Release JSPWiki version 2.11.3

2022-08-01 Thread Murray Altheim
archive-module:org.apache.tika:2.4.1]. It will be ignored by the remote resources Mojo. [INFO] ........... Murray Altheim

Re: [VOTE] Release JSPWiki version 2.11.3

2022-08-01 Thread Murray Altheim
21:51:28+09:00 [INFO] On 2022/08/01 21:44, Murray Altheim wrote: Hi Juan Pablo, Is it possible this is related to Oracle vs. OpenJDK? I'm not sure. Looks to be a missing library. The stack trace follows. If I build that module witho

Re: [VOTE] Release JSPWiki version 2.11.3

2022-08-01 Thread Murray Altheim
is for jdk-8). Thx in advance, juan pablo El lun, 1 ago 2022 12:14, Murray Altheim escribió: -1 or -1 or -1. Explanation follows... I didn't have Java 8 installed on the laptop I have with me (I'm in Japan, not at home in New Zealand), so I tried building it with Java 11 first:

Re: [VOTE] Release JSPWiki version 2.11.3

2022-08-01 Thread Murray Altheim
Please download, test and vote: [ ] +1 Approve the release [ ] 0 Don't mind [ ] -1 Disapprove the release (please provide specific comments) --

Re: GraphReferenceManager

2022-07-28 Thread Murray Altheim
would be still compatible regardless of ReferenceManager implementation. Cheers, Murray ....... Murray Altheim

Re: GraphReferenceManager

2022-07-28 Thread Murray Altheim
lisation on shutdown), then I think the performance even on 16K files should be reasonable. Interesting to test in any case. My time comes in spurts so I'm not sure how long this will take. I've currently got the bones of it, the easy bits, the rest is coming along... Cheers,

Re: GraphReferenceManager

2022-07-26 Thread Murray Altheim
like my project could be a Java 11 external library for the interim, and brought into the trunk sometime after a transition to Java 11+. This doesn't shut down the project for me, just provides some insights on how to align it best with what the JSPWiki team are doing. Cheers, Murray ..

GraphReferenceManager

2022-07-21 Thread Murray Altheim
e now on various wikis, so perhaps the team might be interested in incorporating a tagging functionality into the Apache code, or I can release it under my own package name as I have in the past. Good to see JSPWiki still ticking along, with a new release coming up! Cheers, Murray

Re: [jira] [Commented] (JSPWIKI-1131) Lucene Index not updated on edits/new page

2020-09-27 Thread Murray Altheim
NotSerializableException: org.apache.wiki.WikiContext}} -- This message was sent by Atlassian Jira (v8.3.4#803005) -- ....... Murray Altheim= = === http:

Re: [jira] [Created] (JSPWIKI-1133) Can't search for: a

2020-09-15 Thread Murray Altheim
-M7 Environment: * Debian 10 * Tomcat 9: 9.0.31-1~deb10u2 * OpenJDK-JRE 11: 11.0.7+10-3~deb10u1 * JSPWiki 2.11.0-M7 Reporter: FP There are no search results when a user searches for »a« (just the single letter, without »«). Every other single letter, e.g. »b«, … works fine. Page count: > 5000 with lots of pages containing the letter »a«.

Re: [VOTE] Release JSPWiki version 2.11.0.M7

2020-05-27 Thread Murray Altheim
, Harry ... Murray Altheim= = === http://www.altheim.com/murray/ === === = = === In the evening

Re: JSPWiki public api proposal + 2.11.0.M7 release

2020-03-08 Thread Murray Altheim
any installations are still using old hardware and software. A few years ago I came upon a critical, enterprise system (which I can't name) that was working *entirely* on two Windows 2000 servers (physical boxes!) in the basement of the building. I managed to talk management to have

Re: [DISCUSS] rewording versioning proposal?

2020-03-08 Thread Murray Altheim
ificies more clearly what to expect with each type of > release? Yes, thank you. > If there are no objections, I'd like to update the versioning proposal > somewhere near next Friday.. Thanks as always for your very hard work. Cheers, Murray .........

Re: [DISCUSS] rewording versioning proposal?

2020-03-07 Thread Murray Altheim
to work at this level. thoughts? makes sense? is it clear as it is, and doesn't need further editing? thanks in advance, juan pablo -- ... Murray Altheim= = === http://www.altheim.com/murray/

Re: JSPWiki public api proposal + 2.11.0.M7 release

2020-03-06 Thread Murray Altheim
d those who can't due to existing plugins. That seems an overly high price for the existence of a new public API that doesn't add functionality, i.e., if we don't provide a compatible bridging adapter package. Cheers, Murray ...

Re: JSPWiki public api proposal + 2.11.0.M7 release

2020-03-05 Thread Murray Altheim
ntial plugins or never upgrade. Cheers, Murray ........... Murray Altheim= = ===

Re: JSPWiki public api proposal + 2.11.0.M7 release

2020-02-24 Thread Murray Altheim
ack until this coming weekend though as this week is pretty chocka. Cheers, Murray ........... Murray Altheim= = === http://w

Re: Two CSS Issues

2019-12-29 Thread Murray Altheim
have a fixed width of 2000px. Which makes the page much wider then the screen window. Try removing that. dirk On Sat, Dec 28, 2019 at 11:57 PM Murray Altheim wrote: Hi, I've been a bit busy with a new project, which has recently incorporated a JSPWiki-based wiki at:

Two CSS Issues

2019-12-28 Thread Murray Altheim
t for some users to catch it with their mouse before it disappears. Thanks much for any help, Murray BTW, if this isn't the right list for this kind of message, please let me know... ....... Murray Altheim

Re: Plugin not compatible with this version of JSPWiki

2019-12-20 Thread Murray Altheim
e was > necessary, just can't remember what... nor could I find this in the > documentation... > > Any ideas? > > Thanks, > > Murray > > ....

Plugin not compatible with this version of JSPWiki

2019-12-20 Thread Murray Altheim
path in jspwiki-custom.properties (and it seems to be finding the plugin) but I seem to remember something else was necessary, just can't remember what... nor could I find this in the documentation... Any ideas? Thanks, Murray ......

MarkDown Support in JSPWiki [Was: (JSPWIKI-120) Separate rendering engine from core]

2019-12-19 Thread Murray Altheim
ne who would like to get their >> own engine would need to implement this interface. >> It may mean that WikiEngine and WikiContext might need to become >> interfaces as well. However, that might not be such a bad thing,

The Blue Flash

2019-12-14 Thread Murray Altheim
plemented my stylesheet as a skin, not modifying haddock.css itself (apart from the aforementioned "bug fixes"). Anyone have any idea how to eliminate the blue flash? Cheers, Murray ........... Murray

Re: [VOTE] Release JSPWiki version 2.11.0.M6

2019-12-13 Thread Murray Altheim
de specific comments) -- ....... Murray Altheim= = === http://www.altheim.com/murray/ === === = = === In the evening The rice leaves in the gard

Re: TikaSearchProvider test failing at builds.apache.org

2019-05-09 Thread Murray Altheim
t getting that job, but it seems common. Cheers, Murray On 10/05/19 10:34 AM, Juan Pablo Santos Rodríguez wrote: howdy! thanks for spotting that!! would you mind committing the fix to master? I'll have a look tomorrow on why/where the page name has its first letter upper-cased, but this should

Re: TikaSearchProvider test failing at builds.apache.org

2019-05-09 Thread Murray Altheim
/aaa-diagram.pdf" ); In looking at why, it's because the parent page name is "Test-tika", not "test-tika", i.e., this is a case difference. Changing the string to "Test-tika" allows the test to pass. Cheers, Murray On 10/05/19 8:35 AM, Murray Altheim wrote

Re: TikaSearchProvider test failing at builds.apache.org

2019-05-09 Thread Murray Altheim
y. I still have to take a better look at it, though.. best regards, juan pablo ....... Murray Altheim= = === http://www.altheim.

Re: TikaSearchProvider test failing at builds.apache.org

2019-05-09 Thread Murray Altheim
ing with a very adjusted memory setting (i.e.: the default maven setting is not enough for the jspwiki build?). Will keep digging tomorrow.. best regards, juan pablo On Sun, May 5, 2019 at 10:50 PM Murray Altheim wrote: Hi Juan Pablo, My suspicion is still related to there being two Luc

Re: TikaSearchProvider test failing at builds.apache.org

2019-05-05 Thread Murray Altheim
at https://builds.apache.org/job/jspwiki-test/ [...] ........... Murray Altheim= = === http://www.altheim.com/murray/ === === = = === In the evening The rice

Re: TikaSearchProvider test failing at builds.apache.org

2019-05-04 Thread Murray Altheim
hat NPE?? I could change the test so tsp gets instantiated and set up manually but that seems cumbersome, and shouldn't be needed thx in advance, juan pablo -- ........... Mu

Re: [jira] [Updated] (JSPWIKI-1040) Add new markup (%%% ... /%) for marking plain-text sections

2019-04-12 Thread Murray Altheim
a > big no-no of bringing it in, or at least, as > you say, make it optional (and defaulted to not activating it). Anything > subject to break existing markup should be > optional and deactivated by default (IMO), or even published as another > MarkupParser, but again, in this parti

Re: [jira] [Updated] (JSPWIKI-1040) Add new markup (%%% ... /%) for marking plain-text sections

2019-04-11 Thread Murray Altheim
not being a typical text > for > a wiki page). Again, in this case, > people upgrading should check the NewIn.. page for all kinds of changes. > In > any case, that's my opinion only, > what do you people think? > > best regards, > juan pablo ...

Re: [jira] [Updated] (JSPWIKI-1040) Add new markup (%%% ... /%) for marking plain-text sections

2019-04-05 Thread Murray Altheim
{noformat} >> %%% >> plain vanilla text, remains unparsed by jsp-wiki >> /% >> {noformat} >> Example use-case: >> - mark a block of Tex/LaTeX syntax, and have some JS to render the math >

Re: [jira] [Commented] (JSPWIKI-469) Enhance LuceneSearchProvider for other Attachments

2019-03-25 Thread Murray Altheim
>> * [Apache POI|http://ftp.tpnet.pl/vol/d1/apache/poi/release/bin] (not >> tested with 3.0.1 final) >> * [PDFBox|http://www.pdfbox.org] >> * [FontBox|http://www.fontbox.org] >> * >> [OpenDocumentTextInputStream|http://books.evc-cit.info/odf_utils/index.html] >> Patch attached for 2.8

Re: [VOTE] Release JSPWiki version 2.11.0.M2

2019-03-06 Thread Murray Altheim
at least 72 hours from now. ........... Murray Altheim= = === http://www.altheim.com/murray/ === === = = =

Re: [VOTE] Release JSPWiki version 2.11.0.M1

2019-01-28 Thread Murray Altheim
't get lost and gets > properly fixed with references to > Dirk's suggestions. > > WDYT? > > br, > juan pablo > > On Mon, Jan 28, 2019 at 9:39 AM Murray Altheim > wrote: > >> Here's a possible solution. In WikiContext there's a method named

Re: [VOTE] Release JSPWiki version 2.11.0.M1

2019-01-28 Thread Murray Altheim
27;t quite understood the responses so far, i.e., whether or not this is considered serious enough to warrant not going forward. As I mentioned my downvote is open to change. The above suggestion could go in the next version... Cheers, Murray ......

Re: [VOTE] Release JSPWiki version 2.11.0.M1

2019-01-27 Thread Murray Altheim
don't really want to downvote and delay things but this does seem like a minor bug. I'm open to changing my vote, BTW, i.e., I'm easily convinced that a note in the change log would suffice, more wanting to see how you folks feel about this. Cheers, Murray ......

'Ne' Wiki Plugins

2019-01-22 Thread Murray Altheim
site I can add tagging to the pages. BTW, there is a definition of 'ne' on the wiki page. More info as time permits... Cheers, Murray ........... Murray Altheim

Re: [VOTE] Release JSPWiki version 2.11.0.M1

2018-12-04 Thread Murray Altheim
plates.haddock.ViewTemplate_jsp._jspService(ViewTemplate_jsp.java:179) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) Hope this is of some help... Cheers, Murray ....... Murray Altheim

Re: [VOTE] Release JSPWiki version 2.11.0.M1

2018-12-04 Thread Murray Altheim
: > > [ ] +1 Approve the release > [ ] 0 Don't mind > [ ] -1 Disapprove the release (please provide specific comments) >

Re: Some dev questions getting started again...

2018-11-11 Thread Murray Altheim
est anything dropped into it. It's got more features than that, > suffice it to say that the Neo4j providers are coming out of ne's storage > backend, which is an embedded Neo4j. > > Ne's metadata model is configurable via a JSO

Re: Some dev questions getting started again...

2018-11-11 Thread Murray Altheim
providers are coming out of ne's storage backend, which is an embedded Neo4j. Ne's metadata model is configurable via a JSON file. Ne uses a more complicated model than JSPWiki but they're by design compatible. As you may imagine, the enemy in all this is, as al

Some dev questions getting started again...

2018-11-11 Thread Murray Altheim
which would cripple the project). 5. Any other advice on getting set up properly so I don't bork the build accidentally. Cheers, Murray

Re: Some questions on proposed JSPWiki plugins

2018-10-26 Thread Murray Altheim
a first set, then add the more complicated ones after that. My band has a recording session this weekend so I probably will be busy for the next few days but I'll get going on the plugins. Good to be back, Murray

Some questions on proposed JSPWiki plugins

2018-10-25 Thread Murray Altheim
ticularly fussed about details, i.e., I could do this work privately (as it's really my own agenda driving it) but I'm happy to share. Cheers, Murray ....... Murray Altheim