Hello:
I want to upload the latest PlantUML.jar server as an attachment to the
PlantUMLMacroGClass page. The current PlantUML.jar is outdated, and is
already an attachment to this page.
I press the "chose file"button, search for the .jar file, and invariably it
stops at about 2MB with an error message that says "an error occured while
uploading plantuml.jar". What could be the problem? the file is about 5MB
Dan
--
View this message in context: http://xwiki.475771.n2.nabble.com/Uploading-jar-as-attachment-to-page-fails…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello there. I am pretty new to XWIKI. I have some questions to LDAP and User information.
User management is currently used with LDAP. I changed user profile information and mapped fields to LDAP. Information is as usual updated once user logged in to XWIKI
I would like to know if there is any possibility to auto update user information in some time periods without pushing them to login in wiki.
Thanks!
Mit freundlichen Grüßen / Best regards
Oleg Rochlin | Werkstudent | System implementation
SSI SCHÄFER | SSI Schäfer Noell GmbH | i_Park Klingholz 18/19 | 97232 Giebelstadt | Germany
oleg.rochlin(a)ssi-schaefer.com<mailto:oleg.rochlin@ssi-schaefer.com>
Website<http://www.ssi-schaefer.de/> | Blog<http://www.ssi-schaefer.de/blog> | YouTube<http://youtube.com/lagerlogistik1> | Facebook<http://facebook.com/SSI.SCHAEFER.DE>
SSI Schäfer Noell GmbH | 97232 Giebelstadt | Germany
Incorporated in Würzburg | Commercial Register B 6936 | VAT no. DE170860279
Managing Directors: Rudolf Keller, Henricus Swinkels
From the XWiki source code, I see there is a difference in passing a document to the evenmanager:
The DocumentDeletingEvent is passing a “new XWikiDocument(doc.getDocumentReference())"
The DocumentUpdatedEvent (as an example) is passing the doc (the actual XWikiDocument)
The difference is, that the Document passed in the DeleteEvent is a new XWikiDocument and not the XWikiDocument that is about to be deleted.
Is there a reason why this difference exists?
Br,
Peter
Hello:
hyperlinks don't work in svg images. I have the following example on a page:
but you cannot click on it. You should be able to. Does it have something to
do with how xwiki renders images? or is the problem in the svg macro? I
really would like this to work.
Dan
--
View this message in context: http://xwiki.475771.n2.nabble.com/hyperlinks-in-SVG-images-tp7598960.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi there, I would like to request a wiki for our organization
Description: The organization is California Dragon Boat Association (
http://cdba.org/) and we are a non-profit helping to push the sport of
dragon boating in our community for adults, college students, and youths.
I'm hoping to create a space for all collaborators to not only keep track
of our ongoing projects and logistical planning but to also archive
historical information.
Owner Name: John Yu
Wiki Name: cdba
Much appreciated and thank you!
--
John Yu
Hi all,
I'm new to Xwiki, and I recently imported a XAR for an extension, to see
what the process would be like for airgapped instances. Unfortunately, that
extension was already installed, and that seems to have broken its status
in the extension manager. If I click uninstall from the extension manager,
i get:
Starting job of type [uninstallplan] with identifier
[extension/plan/org.xwiki.contrib:application-project-management-taskmanager/wiki:xwiki]
Extension [org.xwiki.contrib:application-project-management-taskmanager] is
not installed
Finished job of type [uninstallplan] with identifier
[extension/plan/org.xwiki.contrib:application-project-management-taskmanager/wiki:xwiki]
Manually deleteing all of the extension's pages doesn't work either. How
can I fix things so I can use extension manager for this extension again?
Hi,
@Marius: No that does not work :(
Adding .WebHome leads to the same exception:
org.xwiki.rendering.macro.MacroExecutionException: Cannot find section [HFSS.properties] in document [produkte:Synaptic.Technik.Konfigurationsdateien.WebHome]
at org.xwiki.rendering.internal.macro.include.IncludeMacro.execute(IncludeMacro.java:197)
at org.xwiki.rendering.internal.macro.include.IncludeMacro.execute(IncludeMacro.java:55)
at org.xwiki.rendering.internal.transformation.macro.MacroTransformation.transform(MacroTransformation.java:272)
at org.xwiki.rendering.internal.transformation.DefaultRenderingContext.transformInContext(DefaultRenderingContext.java:183)
at org.xwiki.rendering.internal.transformation.DefaultTransformationManager.performTransformations(DefaultTransformationManager.java:95)
at org.xwiki.display.internal.DocumentContentDisplayer.display(DocumentContentDisplayer.java:263)
at org.xwiki.display.internal.DocumentContentDisplayer.display(DocumentContentDisplayer.java:133)
at org.xwiki.display.internal.DocumentContentDisplayer.display(DocumentContentDisplayer.java:58)
at org.xwiki.display.internal.DefaultDocumentDisplayer.display(DefaultDocumentDisplayer.java:96)
Does anybody has another hint ?
I use XWiki Enterprise 8.1-milestone-1 assuming that this is a stable
Version.
Ciao
Matze
Am 07.04.2016 um 18:02 schrieb Marius Dumitru Florea:
> On Thu, Apr 7, 2016 at 6:55 PM, Matthias Barmeier <
> matthias.barmeier(a)sourcepark.de> wrote:
>
>> Hi,
>>
>> I try to embedd a table (in a section) from another wiki page. I tried to
>> use the include macro in the following form:
>>
>> {{include reference="Synaptic.Technik.Konfigurationsdateien"}}
>>
>> The whole document is embedded as expected. After adding the section
>> attribute:
>>
>>
>> {{include reference="Synaptic.Technik.Konfigurationsdateien"
>> section="HFSS.properties"/}}
>>
> Try with reference="Synaptic.Technik.Konfigurationsdateien.WebHome" . Does
> it work? See http://jira.xwiki.org/browse/XWIKI-13066
>
>
>> I get:
>> Failed to execute the [include] macro. Cause: [Cannot find section
>> [HFSS.properties] in document
>> [produkte:Synaptic.Technik.Konfigurationsdateien]]. Click on this message
>> for details.
>>
>> but the document contains the necessary heading.
>>
>> This link works perfect when added to the document:
>>
>
>> [[/etc/smd/config/FSS.properties>>Synaptic.Technik.Konfigurationsdateien||anchor="HFFS.properties"]]
>>
> The link reference is handled a bit differently (for the moment) than the
> include reference. See
> http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki80#HLinks…
>
> Hope this helps,
> Marius
>
>
>> Can any body give me a hint what is wrong ?
>>
>> Thanks.
>>
>> Ciao
>>
>> Matthias
>> _______________________________________________
>> users mailing list
>> users(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
--
-----------------------------------
SOURCEPARK GmbH
Dipl.-Inform. Matthias Barmeier
Geschäftsführer
Partner der Allianz für Cyber-Sicherheit
des Bundesamtes für Sicherheit in der
Informationstechnik (BSI)
Hohenzollerndamm 150
14199 Berlin
Tel: +49 (0)30/398 068 30
Fax: +49 (0)30/398 068 39
e-mail: matthias.barmeier(a)sourcepark.de
WWW: www.sourcepark.de
-----------------------------------
Sitz der Gesellschaft: Berlin
Handelsregister: Amtsgericht Berlin-Charlottenburg, HRB 80254
Geschäftsführer: Matthias Barmeier, Harald Dürr
-----------------------------------
Wichtiger Hinweis: Die vorgenannten Angaben werden jeder
E-Mail automatisch hinzugefügt und lassen keine Rückschlüsse
auf den Rechtscharakter der E-Mail zu.
Diese E-Mail kann vertrauliche und/oder rechtlich geschützte
Informationen enthalten. Wenn Sie nicht der richtige Adressat
sind oder diese E-Mail irrtümlich erhalten haben, informieren
Sie bitte sofort den Absender und vernichten Sie diese E-Mail.
Das unerlaubte Kopieren sowie die unbefugte Weitergabe
dieser E-Mail ist nicht gestattet.
Hi Users,
i programmed two years ago the Citation-Extension at
https://github.com/matthiaw/xwiki-rendering-macro-citations.
Now i found a bug in XWiki 8.x when i add on different pages the
CitationClass-Object. There is a null-pointer-exception at Line 79, see
https://github.com/matthiaw/xwiki-rendering-macro-citations/blob/master/xwi…
The Problem is that all Documents with the custom-object (doc in line 77)
are found, but the method returns an empty null-list for nested documents.
The Macro works when the Document with added XWiki.CitationClass-Objects is
NOT nested. But when it is nested then the reference looks like
Parent\.Child.WebHome. Is the Backlash the Problem? And when yes, where does
it come from?
You have any clue what i can do? Is that a bug or a mistake?
Regards,
Matthias
--
View this message in context: http://xwiki.475771.n2.nabble.com/Problem-in-Extension-tp7598895.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
I have an XWiki installation, and I noticed that emoji's were not getting
saved correctly and were rendering as question marks in XWiki. This is
caused by MySQL's default encoding which is "utf8" and not "utf8mb4"
(4-byte UTF to store the full unicode character set)
To fix this, I am in the process of converting all my MySQL database tables
into utf8mb4 encoding, which is turning out to be quite a lot of manual
work.
When XWiki creates the database tables for MySQL, can it use utf8mb4
encoding by default? Is this something I could open a bug request for?