Hello,
Is it normal the black color of this icon to delete attachment of page with flamingo skin?
http://snag.gy/TKzPp.jpg
Generaly, to delete it is a red cross (a black cross is to select,), no? an oversight?
Thxs
pascal B
Hello
I try to debug my script and I failed on this strange things:
My velocity code working well (in view mode) on a page except on rightpanel (I want to display result page on it)...
I found $xcontext.getContext() return that on a wiki page:
{util=com.xpn.xwiki.util.Util@5071b4c5,
vcontext=org.apache.velocity.VelocityContext@59131ac5,
com.xpn.xwiki.plugin.skinx.JsSkinFileExt
...
cut
...
entReferenceStack=[], wiki=xwiki,
doc=Stats.TopPageVue, user=XWiki.Admin}
but when the code (or included page) is in rightspanel:
$xcontext.getContext() return "$xcontext.getContext()" ... except when a page is "inline" mode ($xcontext.getContext() return correct value in right panel) :-/
Any idea to help me?
(I'm connected with admin account)
Thxs
Pascal B
Hi all,
Has anyone had success at getting XWiki up and running on Amazon EC2, using
S3 as the attachment storage? There's not much in the mailing list archives
that I can find.
I have seen this:
https://github.com/xwiki-contrib/xwiki-platform-cloud
But I can't get it to build in maven (I get errors on
xwiki-platform-cloud-legacy-oldcore), and there haven't been any commits
for the past 2 years. I also am not sure that I fully understand how to
implement this extension - and if possible I'd prefer to install the wiki
core from a deb package instead of building from source.
Is there an easier/better way?
Thanks for any assistance,
aaron
To draw maps based on XWiki content d3js in combination with TopoJSON seems
a good combination. But as d3js can be used by installing the extension
d3js in xwiki there is no such extension for TopoJSON?
What would be required to create a extension that works together with the
frameworks in xwiki, or add the TopoJSON to the d3js extension?
Hello all, I've followed the tutorial at http://platform.xwiki.org/xwiki/bin/view/DevGuide/WritingEventListenerTutor… and gotten it to work, but now I can't change the code in the event listener to do anything different, how do I force my event listener to re-register and take changes in the onEvent ComponentMethodClass?
Also, is there a way to list listeners currently in effect, I suspect that there are instances of my previous attempts still "listening" since it doesn't seem like I can use the same "Role Hint" twice. At least when I deleted my previously working attempt, then made the same solution again using the same "Role Hint" again the code wouldn't run, then I changed the "Role Hint" value and it ran. Leading me to believe there are orphaned listeners out there.
Hello all,
I've added a "Document Macro" to my page template which shows the contents of a LiveTable which works perfectly. I'm wondering if there is a way (in the document macro) to filter the results on a column in my LiveTable to only show specific rows ?
Hi XWiki Team,
We're looking forward to upgrade to upcoming version 6.2 (Flamingo skin
enabled by default) for our production installation (our dev team's wiki).
There are however "Backward Compatibility and Migration Notes" each minor
release that may contain important upgrade information.
Last time when we upgraded from 3.x to 5.2 - I had to open release notes
of each (including minor) release between them and carefully check if there
are any additional steps to follow.
Particular question is whether there's a simpler approach to get this
list?
More generic question (or a feature request):
* How do I build list of "Backward Compatibility and Migration Notes"
when migrating from version N.M to version X.Y?
Regards,
Roman
--
View this message in context: http://xwiki.475771.n2.nabble.com/Upgrade-from-5-2-to-6-2-tp7591801.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi Xwiki Users.
I have just installed the FAQ Extension, but it's not working properly.
Problem: the search function doesn't show results.
I haven't a clue about it, since it doesn't show any errors.
I've also tried to change FAQ.FAQSearchs' code, but it seems to be right(
although I'm not a velocity expert).
Xwiki Version: 6.1
Running on Windows 7 with Tomcat.
Thank you.
To all,
Something strange is going on with one page in our Wiki. The page has been
created by importing a Word document (.docx), but after the import, the page
seems to have two parents.
The page shows up in the "WebHome" of the space, but also under the "parent
page" where the document was created in the first place. Furthermore, when
editing the page and looking at the "parent" property, it seems to be empty
(or refering to itself).
Has anyone encountered this before?
Also, when I delete the page it will be "moved" to the recycle bin, but
permanently deleting the page from the recycle bin creates a new blank page
with the same name...
--
View this message in context: http://xwiki.475771.n2.nabble.com/Wiki-page-seems-to-have-two-parents-tp759…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
I try to obtain DocumentReference from space name and page name with
getDocument(String space, String fullname)
Parameters:
space - Space to use in case no space is defined in the provided fullname
fullname - the full name or relative name of the document to load
but is doesn't work with dot in document name...
My example:
document $xwiki.getDocument("MySpace",'My.Dot').getDocumentReference() return xwiki:My.Dot rather than xwiki:MySpace.My\.Dot
and
document $xwiki.getDocument("MySpace",'MySpace.My.Dot').getDocumentReference() return xwiki:MySpace\.My.Dot :-/
Any idea how I can obtain DocumentReference?
(use a regexp seem to be heavy way :-) )
Thxs