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?
Hi Mark,
> On 08 Apr 2016, at 23:18, Mark Bickford <mbickford(a)gmail.com> wrote:
>
> I am wondering if you are the correct person to contact regarding deleting my wiki: “mbickford.myxwiki.org”. If not, could point point me in the right direction? Thanks.
I can delete it for you. Anything you want to salvage? Do you need some XAR export for it?
Also, may I ask if there’s any specific reason you wish to delete this wiki for (for which we could do something about it)?
Thanks
-Vincent
PS: cc-ing the users list since that’s the right place where to ask
>
> -Mark
We set up a new Box with a fresh install of a 7.4.1 version. While
configuring and testing (permissions) everything all was perfect and clean.
Then we migrated the pages from the old wiki (also 7.4.1 - we wanted a fresh
install) - precisely only content pages, nothing else. Then we switched the
IP for the old domain and all of our LDAP user populated the new wiki, one
by one.
Since the fresh start all users experience the trouble that after the end of
the tomcat session (30 minutes) a re-login is required. After re-login a
XWiki message appears "you do not have the appropriate rights" (or similar).
Deletion of the cookie ~or closing the browser window and login again
reestablishes normal functions until the tomcat session is over again.
catalina.out: 2016-03-03 11:55:26,813
[https://wiki.sub.domain/xwiki/bin/view/Main/] WARN
u.i.x.MyPersistentLoginManager - Login cookie validation hash mismatch!
Cookies have been tampered with
Research in this forum did bring up discussions about the mess from 2010 and
bevor without any valuable pointers.
We updated to 7.4.2 without any change for the situation.
The site ist secure with a nginx proxy.
Any ideas?
--
View this message in context: http://xwiki.475771.n2.nabble.com/Login-cookie-validation-hash-mismatch-Coo…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi Vincent
Thanks. The viewer=children option is a usable workaround for now. The SpaceIndex option was slightly nicer because it was sortable on document title (not just location).
I was going to try editing XWiki.LiveTableResults but I couldn't work out where that was (which probably means I shouldn't touch it :-) )
Thanks again. I look forward to the final fix. Though 8.1 milestone 1 looks like will change more of the stuff we actually came to like in XWiki. But such is life. Thanks for the hard work.
Kind regards,
Mahomed Hussein
Custodian Data Centre
Email: Mahomed(a)CustodianDC.com
http://www.CustodianDC.com
-----Original Message-----
From: users [mailto:users-bounces@xwiki.org] On Behalf Of Vincent Massol
Sent: 08 April 2016 09:21
To: XWiki Users <users(a)xwiki.org>
Subject: Re: [xwiki-users] Nested pages livetable
Hi Mahomed,
> On 07 Apr 2016, at 19:01, Mahomed Hussein <Mahomed(a)CustodianDC.com> wrote:
>
> This issue has kind of bitten us as well. The table format of listing all documents in a particular space is really useful (regardless of nested pages or not). Sadly the spaceIndex (which I think is slightly different but related to this) doesn't list the new type pages.
Yes indeed, see http://jira.xwiki.org/browse/XWIKI-13239
I’ll probably take care of it in the coming days.
Thanks
-Vincent
> Kind regards,
>
>
>
> Mahomed Hussein
> Custodian Data Centre
> Email: Mahomed(a)CustodianDC.com
> http://www.CustodianDC.com
>
> -----Original Message-----
> From: users [mailto:users-bounces@xwiki.org] On Behalf Of CarlJ
> Sent: 24 March 2016 11:51
> To: users(a)xwiki.org
> Subject: Re: [xwiki-users] Nested pages livetable
>
> Hi,
>
> I hate to bug but is there no way to display the children of a page in a
> livetable, because if there isn't I am going to have restore my wiki back to
> before I upgraded from our backup.
>
> Thanks and sorry to bug.
> - Carl
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hi All,
I have just updated our install of our Xwiki to Version 8 from 7.1.2 and I
seem to have a problem with the new nested pages feature.
The problem I am having is with the Pages (previously called documents)
Macro that we use to list out the children of a particular page but it
doesn't seem list the pages that are using the new Nested Pages format it
only lists older format terminal page (That's what I believe they are
called).
What I wondering is this a bug or is there a new way to list nested pages in
a livetable?
--
View this message in context: http://xwiki.475771.n2.nabble.com/Nested-pages-livetable-tp7598571.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
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"/}}
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"]]
Can any body give me a hint what is wrong ?
Thanks.
Ciao
Matthias
I have a script as follows that displays a list of users that meet some
criteria (the actual where clause I'm using is a bit more complicated than
shown below):
{{velocity}}
#set ($users=$services.query.xwql("FROM doc.object(XWiki.XWikiUsers) AS user
WHERE (user.first_name LIKE '%Mar%')").execute())
#set ($numUsers = $users.size())
#if ($numUsers > 0)
#foreach ($user in $users)
#if (!$user.isHidden())
[[$user]]
#end
#end
#end
{{/velocity}}
My problem is that the isHidden method is filtering out the users whose
pages I've marked as hidden. How can I fix this script to list only the
users who are not hidden?
Mark
--
View this message in context: http://xwiki.475771.n2.nabble.com/Display-users-that-are-not-hidden-tp75988…
Sent from the XWiki- Users mailing list archive at Nabble.com.