Hi,
I am trying to confirm before implementing the wiki that you can moderate pages before they are available.
By this i mean allow users to create pages, but require them to be authorised before they become available on the wiki
Thanks for your help
________________________________________________________________________
More new features than ever. Check out the new AOL Mail ! - http://webmail.aol.com
I was wondering why there is no "Forgot Password Button". This is a pain for
admins with a lot of users to have to log in and change a users password
because they forgot it. On top of that the user has to log in and change it
AGAIN (for security purposes). It seems silly that this has not been
implemented yet. Every other webapp out there has this feature standard.
Does anyone know when this is going into a release. Also does anyone know of
an XWiki to MediaWiki conversion tool?
-Marlon
Hi all,
im using this macro to include HTML file into my page
#macro(displayppt $zipname $htmlname)
#set ($url = $xwiki.zipexplorer.getFileLink($doc, "$zipname",
"$htmlname"))
<iframe src="$url" frameborder="0" scrolling="0" width="800"
height="600"></iframe>
#end
It works but when I try to export my page in PDF the generated PDF doesn't
contains the included file and in the console appears something like
Warning: <iframe> escaping malformed URI reference.
the URI
/xwiki/bin/download/Discussione/MasterPlan/Piano%20Principale.zip/Piano
Principale.htm
is traslated in:
file:/C:/workspace%2Dxwiki/apache%2Dtomcat%2D5.5.25/work/Catalina/localhost/xwiki/h5khbL0n/
Discussione.MasterPlan.Piano Principale.zip/Piano Principale.htm
Regards
Raffo
Hi all,
I have some problems trying to exporta as pdf a page.
In the source code there is an image
> <img src="/xwiki/bin/download/Discussione/MasterPlan/Masterplan.png" alt="
> Masterplan.png" title="Masterplan.png"/>
>
but in the pdf I see also this line
> 8080xwiki/H4RLVAa1/Discussione.MasterPlan.Masterplan.png" alt="
> Masterplan.png" title="Masterplan.png"/>
>
and in the console these lines appears
line 29 column 1 - Warning: <img> attribute with missing trailing quote mark
> line 29 column 1 - Warning: <img> escaping malformed URI reference
> line 29 column 1 - Warning: <img> lacks "alt" attribute
Can someone help me??
Thanks
Raffo
Hi all,
I chenged in the file menuview.vm the row:
#submenuitem($doc.getURL("export", "format=pdf&$docvariant") $msg.get("
core.menu.export.pdf"))
in
#submenuitem($doc.getURL("export",
"format=pdf&includechilds=1&$docvariant") $msg.get("core.menu.export.pdf
"))
to include childs pages into PDF export but when I try to execute export in
PDF I get this exception
com.xpn.xwiki.XWikiException: Error number 12002 in 12: Exception while
exporting PDF
Wrapped Exception: org.apache.fop.fo.ValidationException: null:118:234:
Property id "HInventory" previously used; id values must be unique in
document.
at com.xpn.xwiki.pdf.impl.PdfExportImpl.exportXMLFO(PdfExportImpl.java
:194)
at com.xpn.xwiki.pdf.impl.PdfExportImpl.exportXHtml(PdfExportImpl.java
:134)
at com.xpn.xwiki.pdf.impl.PdfExportImpl.exportHtml(PdfExportImpl.java
:202)
at com.xpn.xwiki.pdf.impl.PdfExportImpl.export(PdfExportImpl.java:225)
at com.xpn.xwiki.web.ExportAction.exportPDFOrRTF(ExportAction.java:198)
It seems the validator has problems parsing the link in the text created
joining the parent with childs pages.
Thanks
raffo
We are doing Master of computer applications(MCA) programme..and now as
part of our curriculum we are doing a project work in xwiki..
We installed the Xwiki version
“xwiki-enterprise-installer-windows-1.2-rc-3” .
So please give clarifications to our problems.
1) How to create new connection with mysql database in xwiki using
velocity and groovy..please provide the code for that ..
ie: We are using the WIKI editor for coding, Is it like so? we
should use any other console?
2) How we can connect velocity and groovy?
ie: Either we should write velocity $ Groovy in same (WIKI)
editor or in separate?
Can you help us....
Hi all,
i checked out whole trunks
under win platform, "import maven project" under./trunks gives weird results
it produces strange directory layout, under ../trunks, and empty eclipse
project (??!)
$ find ../xwiki-web/
../xwiki-web/
../xwiki-web/.classpath
../xwiki-web/.project
../xwiki-web/bin
../xwiki-web/bin/.classpath
../xwiki-web/bin/.project
mvn eclipse:eclipse under each trunks subdir produces good results, when
imported as "java project"
couldn't it be possible to provide better support for maven project import
on eclipse ?
(eclipse=3.3.1.1, M20071023-1652, m2eclipse=0.0.12.20071107-2300)
i'll build xwiki anyway ...
Regards
Hi All,
I know that XWiki Enterprise has the ability to record user views. But does
it have the capability to monitor users (say remote IP Address or logged-in
users) who download stuffs off the website?
If there isn't, can this be a good candidate for Plug-in development (is it
possible)?
Cheers!
--
Eduardo Dela Rosa
The dev guides do a fine job explaining the use of groovy and velocity
code snippets. They also explain how to develop applications and
plugins by creating classes. However they don't do much to explain the
creation of macros; that or I'm failing to find this.
I greatly prefer using macros over copy/paste coding snippets into each
article. I managed to find this lovely article about creating Radeox
macros in xwiki:
http://hritcu.wordpress.com/2007/03/13/xwiki-plugins-tips-and-tricks/
but I'm struggling to find info on creating/adding what I believe are
referred to as Velocity Macros (#macroName(var1, var2...)). I assume
help has been requested on this repeatedly, but I seem to again be
having poor luck in my keyword searches. Looking at trends in macro
submissions, Velocity macros seem to be preferable in most cases, are
they? Does each have strengths and weaknesses?
I'd love to extend the online documentation, but I'm still learning. So
without experience or guidance, much of what I'd write would be little
more than educated guesses.
Thanks,
Paul D. Grodt
Tecore Networks