VaultWiki

VaultWiki [Paid] 4.1.7 Patch Level 1

No permission to buy ($15.00)
It should be noted this error occurs when approving Showcases on Bob's showcase add-on but I do not believe it's showcase causing the error. Looks more like it's being caused by how Vaultwiki ties into the moderator logs/reports?
This will be fixed in the next release.
Can I get a category view as the start for the wiki?
Something similar should be possible by putting VaultWiki's WIDGET BB-Code in the index page:
Code:
[WIDGET]category|Name-of-Category[/WIDGET]
But I see that kind of widget is actually missing from the current version.
 
How can I move an article to another category?
At the moment I the only way for me is to create the article within the category.
I cannot ad categories or delelte them afterwards.
Using the fields shown in the folowing picture has no effect.

upload_2015-3-15_11-27-3.webp
 
This error usually occurs if there are broken or mismatched BB-Code tags in the article that are making it difficult for the parser to find the boundaries between sections.

If you go to the Edit tab and use the toolbar button to switch to the BB-Code editor (not the standard RTE mode), you should see the raw BB-Codes. You probably have to do some clean up in that view to get section editing working as expected.
 
You probably have to do some clean up in that view to get section editing working as expected.
I will check this later.

When I have a new version of a page and I try to compare it to older versions
?do=history&action=compare&oldid=96&oldid2=28

I get the error 'invalidid'
 
This error usually occurs if there are broken or mismatched BB-Code tags in the article
I tried it without using other bb-code than the H-Tag and the error occurs
Code:
[FONT=Arial][H="Überall dieselbe alte Leier."]Überall dieselbe alte Leier.[/H] Das Layout ist fertig, der Text lässt auf sich warten. Damit das Layout nun nicht nackt im Raume steht und sich klein und leer vorkommt, springe ich ein: der Blindtext. Genau zu diesem Zwecke erschaffen, immer im Schatten meines großen Bruders
[H="Webstandards"]Webstandards [/H]nämlich. Sehen Sie, Webstandards sind das Regelwerk, auf dem Webseiten aufbauen. So gibt es Regeln für HTML, CSS, JavaScript oder auch XML; Worte, die Sie vielleicht schon einmal von Ihrem Entwickler gehört haben. Diese Standards sorgen dafür, dass alle Beteiligten aus einer Webseite den größten Nutzen ziehen.[/FONT]
 
There are two problems that I see:

- The H tags are children of the FONT tag. Editable sections cannot be children of anything except the main article node. If you want to apply a font to the heading, it should be applied inside the H tags. To be honest, it should not even offer an edit link for these sections.

- The H tags are invalid. The option values for the H tags you quoted above contain text. H tags must have an option with a numeric value: 1 - 6 (2 - 6 are recommended, 1 has special behavior). Again, it should not even offer an edit link for these sections.

If it offers an edit link for these sections, then something is not working correctly.
 
pegasus updated VaultWiki with a new update entry:

Changes in 4.0.2

(released March 15, 2015)
  • Open Graph Integration
  • Updated to YUI 3.18.1
  • Fixed race condition in Javascript
  • Fixed editing/commenting as guest
  • Fixed database error viewing allowed child in disallowed parent
  • Fixed permissions for feeds too lax
  • Fixed public facing patch numbers
  • Fixed fatal error sending watch notifications containing quote tags
  • Fixed double-encoded entities for some content
  • Fixed issues with low PCRE recursion and backtrack limits
  • About 75...

Read the rest of this update entry...
 
Some questions:

  1. Has Vaultwiki support for Xenforos enhanced search?
  2. Can I disable discussions globally or per page? E.g. I dont want a discussion on the index page?
  3. Can users suggest a forum post for inclusion into the wiki?
  4. Am I able to test Vaultwiki one month for $10 and then buy e.g. lifetime?
 
1. I do not use XenForo Enhanced Search personally, but XenForo devs told me a long time ago that there should be no special handling needed for add-ons -- that it uses the same search handlers as non-Enhanced Search. So I believe the answer to your question is yes, unless this behavior of Enhanced Search has changed.

2. You can disable discussions globally. You can also disable discussions for the index and for each area within the wiki. Individual wiki pages currently inherit this setting from the area they are in.

3. There is no automated function to suggest forum posts yet, although one has been requested and is a high priority.

4. Yes, you can change your subscription from one month to lifetime at any time.
 
pegasus updated VaultWiki with a new update entry:

Changes in 4.0.3

(released April 13, 2015)
  • AJAX Icon Previews
  • Persistent popup menus
  • Updated SSL certificate when fetching external content
  • Fixed PCRE backtrack vulnerability
  • Fixed wiki-related email notifications
  • Fixed share buttons
  • Fixed translation chooser
  • Fixed comments with no parsing permissions
  • Fixed wiki attachments never using browser cache
  • About 20 other bugs are fixed

Read the rest of this update entry...
 
Only the PCRE Backtrack Vulnerability applies to VaultWiki on XenForo.
The Mirror-Injection Vulnerability affects vBulletin, not XenForo.

Since the PCRE Backtrack Vulnerability cannot be patched without fundamental changes to VaultWiki internals, there are no patches for versions prior to 4.0.3. If you can't upgrade and you are using an earlier version, you should follow the workaround posted in the announcement here: https://www.vaultwiki.org/articles/173/#PCRE-Backtrack-Vulnerability
 
Back
Top Bottom