Hi,
I guess I've ran into the
[http://jira.xwiki.org/browse/XWIKI-6328]-issueand there seems to be
no work-around at the moment.
Maybe I'll try to come up with an own solution for this issus. Until then,
I've deactivated the annotations-feature on my wiki, until the problem is
resolved.
Thank you,
Michael
2014-05-15 16:01 GMT+02:00 Michael Bußler <michael.bussler(a)googlemail.com>:
> Hi Marius,
>
> Sorry, I've forgot to mention that I already have set "{{include
> reference="Wikiderm.EntrySheet"/}}" as page content.
> Thank you for the suggestion!
>
> Best regards, Michael
>
>
>
>
> 2014-05-15 13:35 GMT+02:00 Marius Dumitru Florea <
> mariusdumitru.florea(a)xwiki.com>:
>
> See http://jira.xwiki.org/browse/XWIKI-6328 . A temporary workaround
>> might be to put
>>
>> {{include reference="YourSpace.EntrySheet" /}}
>>
>> in the content of all the wiki pages that have an EntryClass object.
>> You should also put the include call in the content of the
>> EntryTemplate so that it is copied to new entries.
>>
>> Hope this helps,
>> Marius
>>
>>
>> On Wed, May 14, 2014 at 12:05 AM, Michael Bußler
>> <michael.bussler(a)googlemail.com> wrote:
>> > Hi Anca,
>> >
>> > My XWiki (www.wikiderm.de) is build up like a encyclopedia and
>> consists of
>> > entry pages, which I'm using a custom class called EntryClass.
>> > The class object stores the entries title, letter and the actual entry
>> text
>> > ("entry"), which is just plain XWiki 2.0 syntax enriched with custom
>> style
>> > classes like
>> >
>> > (% class="Level-1" %)
>> > ...
>> > (% class="Level-2" %)
>> > ...
>> > including a custom image macro: {{zoombox Bilder="..." /}}.
>> >
>> > Here is an example of how the entry text might look like:
>> > (% class="Ebene-1" %)
>> > (% class="Bullet" %)-(%%) Mangel an Nikotinsäureamid
>> >
>> > (% class="Eintrag-2" %)
>> > (% class="Feature" %)KL:(%%) lange schwarze Papillae filiformes
>> {{zoombox
>> > Bilder="Klinik, Lingua villosa nigra.jpg" Autoren="Sören Rabenhorst"
>> > Institute="Hautärzte am Markt" Orte="Dortmund" /}}
>> >
>> > So, no HTML here, except for the macro, which of course renders to HTML.
>> >
>> > The EntrySheet for the EntryClass includes some script code via JSX and
>> CSS
>> > via SSX and then just renders the entry class property via:
>> >
>> >
>> {{velocity}}$xwiki.ssx.use(...)$xwiki.jsx.use("...")$doc.display("entry"){{/velocity}}
>> > (This needs to be a one-liner, otherwise I get unwanted extra
>> line-breaks
>> > in the rendered output)
>> >
>> > I've added an annotation at
>> http://www.wikiderm.de/Kompendium/BCG-Vakzine,
>> > so you can check the improper rendering. :-)
>> > Annotations are not shown by default. The XWki 5.4.4 was installed from
>> > scratch, so no clutter from updating or scattered versions.
>> >
>> > Thank you for your help!!
>> >
>> > Michael
>> >
>> >
>> > 2014-05-13 13:37 GMT+02:00 Anca Luca <lucaa(a)xwiki.com>:
>> >
>> >> Hello Michael,
>> >>
>> >> there is a chance that this is a standard issue, but it also depends on
>> >> what you're trying to do.
>> >>
>> >> The main limitation of the annotations is that they are not working on
>> >> content rendered with the {{html}} macro, because they are rendered at
>> the
>> >> XDOM Level and the html macro is not parsed in the XDOM. So if your
>> sheet
>> >> does everything in a html macro, than chances are it won't work. If
>> your
>> >> sheet is rendering using the xwiki syntax, then stuff should work fine.
>> >>
>> >> Can you describe a bit more in detail your problem? or if you have an
>> >> online server, show us there what's happening? is your sheet custom?
>> can
>> >> you show the code of your sheet? a screenshot of "isn't rendering
>> >> properly"?
>> >>
>> >> Anca
>> >>
>> >>
>> >> On Tue, May 13, 2014 at 8:38 AM, Michael Bußler <
>> >> michael.bussler(a)googlemail.com> wrote:
>> >>
>> >> > Hi there,
>> >> >
>> >> > I observed the Annotation-code in XWiki is having problems with the
>> >> general
>> >> > approach of having a document-class rendered by a class-specific
>> sheet.
>> >> > E.g. the highlighting of text passages isn't rendering properly.
>> >> > Is this a general limitation or am I doing something wrong with the
>> >> > classes' sheet? It's more or less a listing of textfields fed by
>> class
>> >> > properties.
>> >> >
>> >> > Best, Michael
>> >> > _______________________________________________
>> >> > 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
>> >>
>> >
>> >
>> >
>> > --
>> > Dipl.-Inf. Michael Bußler
>> > Forststr. 24
>> > 74379 Ingersheim
>> >
>> > Email: michael.bussler(a)googlemail.com
>> > Tel: +49 7142 70 92 309
>> > Mobil: +49 176 219 55 940
>> > Web: www.michael-bussler.de
>> > _______________________________________________
>> > 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
>>
>
Hi,
When ever I try to use WikiManager to create a workspace template in the URL http://host/xwiki/bin/view/WorkspaceManager/Install. Â I always get the following error:
Error installing wiki template. Error number 50035 in 5: Exception in plugin [com.xpn.xwiki.plugin.wikimanager.WikiManagerPlugin]: Wiki [workspacetemplate] database update failed
I am using XWiki 5.2.2 with postgresql, postgresql has all the permissions needed as mentioned in the XWiki Database guide. Â
In catalina.out I find the following:
 ... 133 common frames omitted
2014-05-20 01:04:41,305 [http://10.32.31.219/xwiki/bin/view/WorkspaceManager/Install] WARN  o.h.u.JDBCExceptionReporter   - SQL Error: 0, SQLState: 3F000
2014-05-20 01:04:41,305 [http://10.32.31.219/xwiki/bin/view/WorkspaceManager/Install] ERROR o.h.u.JDBCExceptionReporter   - ERROR: schema "workspacetemplate" does not exist
Please help.
Regards,
Sunil
I tried to delete defunct attachments but failed.
I surmise it's better to export my documents, install a fresh XWiki
instance, and import them on it.
Is there any better alternative than export & import?
Hi, Developers!
XWiki 5.4.3, Application Within Minutes.
Application works fine, but I didn't find any place, where this specific application "hides" default space name to create new pages and default parent page to set up in the new page.
I found a tutorial, https://network.xwiki.com/xwiki/bin/view/DocXE34En/XWikiDataModel#HCreateaC…
It explains how to fix this, but it doesn't work with Application created with Application Within Minutes.
How can I change default space and default parent for the specific application?
Kind regards,
Dmitry
I'm getting started with XWiki and want to move the panels to the left
instead of the right. I can do this easily from the Administer Wiki >
Panel Wizard > Page Layout > select "left column". I've added the
"spaces panel" and "my recent edits panel". This works fine for most
almost all pages. But when I'm in edit mode, the left panels disappear
and some panels appear on the right (syntax & xwiki help).
I think the panels are great for site navigation but it's not very
helpful when they disappear. How can I customize the panels while in
edit mode?
Thanks,
Wayne