I am testing XWiki 5.0.2 (standalone ZIP version) to take a look at some
extensions which don't work with our current XWiki 4.0.
One of these extensions is the Diagram Appication
<http://extensions.xwiki.org/xwiki/bin/view/Extension/Diagram+Application>
I have a couple of questions:
1) In the Diagram Applications, there are nice graphs (computers, network,
etc). I can see those graphics when I am in the edit mode, but as soon as I
"Save & View", those graphics are not displayed anymore! How can I get these
graphics to show?
2) I would like to include a diagram in another page, but if I use the
"Include" macro, I only get the "XML-text" (and not the actual diagram). How
can I "include" a diagram into a page?
Thanks in advance!
--
View this message in context: http://xwiki.475771.n2.nabble.com/Diagram-Application-tp7585510.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
I hope that I don't have overseen a simple switch in the Administration
interface - I want to format the number field for German users. Since we use
a comma to separate the places after the decimal point, I would like to know
if that is somehow possible to achieve for a float/double datatype field?
(e.g. 1200,99 instead of 1200.99)
Thanks a lot.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Number-field-separate-decimal-places-with…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello all!
We have an interesting problem with our myxwiki installation
(selfbus.myxwiki.org)
When one registers for notification emails, one gets 4 emails instead of
one.
Is there anything I can do to fix this behaviour?
Thanks in advance,
Stefan
Hello all,
I have trouble to use this new extension module
when I search on multi-page export page, it always give me back
$cplugin.escapeForXML($wptext)
I tried the page on xwki.org and it is the same results
I have trouble with installation for templates.
what should I exactly do in order to add printmulti.vm and pdfmulti.vm to
my wiki
thank you for your help
yann
Hi everyone,
On the 15th of December (i.e. in a month's time), it will be **10 years**
since the first commit on the XWiki open source project.
Ludovic did the first commit in CVS on Sourceforge:
"
15.12.2003 10:13:33, by ludovic
Initial revision
"
(Can be seen at
http://svnsearch.org/svnsearch/repos/XWIKI/search?from=20030101&to=20040101
)
10 years is starting to be some respectable milestone!
I invite everyone to join us in celebrating by adding your own story about
your interaction with the XWiki community or the XWiki software at
http://dev.xwiki.org/xwiki/bin/view/Drafts/TenYearsOfXWiki
<XWiki SAS hat>
Since I'm also the CTO of the XWiki SAS company, I'd like to officially
invite all the members of this great community to join us in celebrating
the 10 days of the XWiki project at the XWiki SAS office in Paris, France
on the 12th of December 2013.
Here's the invitation:
http://www.xwiki.com/lang/en/News/XWiki+10th+Anniversary
See you there!
</XWiki SAS hat>
Well done everyone!
-Vincent Massol
Hi Sam,
Once XWiki's properly installed with the default content in your main wiki,
you can deactivate the extension manager and distribution wizard in
WEB-INF/xwiki.properties. XWiki will still function with the exception of
being able to install extensions.
Ludovic
2014-04-23 19:22 GMT+02:00 Sam McCall <sammccall(a)google.com>:
> Hi xwiki-users,
>
> When I start up XWiki, it appears to fetch java packages from the a maven
> repository (nexus.xwiki.org). This happens without installing any
> extensions etc.
>
> Is this expected? Is there a way to install and configure XWiki such that a
> static codebase is used, and packages are never fetched?
>
> I only need a pretty simple set of functionality:
>
> - Basic page editing
> - Storage using a JDBC driver
> - Rendering support for a few markups, e.g. markdown
> - Authorization using a custom backend
>
> Cheers, Sam
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
--
Ludovic Dubost
Founder and CEO
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
As you know some internet people do not use javascript. The most important
of all are the search-engines.
Now we have modified the default behavior of panels
If panel is of type navigation it will load with the following div
<div class="panel collapsed MoreAboutCdls Navigation">
...
</div>
Other wise it will load as
<div class="panel expanded Diaporama Information">
...
</div>
The result is that navigation panels that contain mostly links to other
parts of the site show only the titlebar, when user clicks on that it
expands and reveals the navigation links; we believe this reduces screen
clutter.
My question is two:
1) When java script is turned of there is no way a user can see the links.
What would be the effect on search engines, will they see the links? I see
the html with the links when I use html-source code, it is just hidden by
the CSS!
2) Disabled people that are deaf or blind often use browsers without
javascript.
How could I have achieved the same with some changes. I would prefer the
panel to load 'expanded' then with javascript that would set all panels of
type Navigation to collapsed after the page load. But allow the user to
click on the header and set it to expanded.
Gerritjan