Hi,
I would like to evaluate certain plugins for my work namely
(invitationmanager, currikispacemanager and spacemanager).
I was going to some of the previous threads on curriki and found that we
plan to migrate these plugins to xwiki core at a later date.
So until these are done how can we test and evaluate these plugins.
I am building xwiki directly from source and I have build the core platform
and added enterprise app on top of it.
One way to test is to build the curriki product itself. But since I have
been working on the core app for some time and have made several extensions
on top of it, I would like to continue with the same.
So to test these plugins what applications or pages under
xwiki\xwiki-product-curriki\wiki\src\main\resources do I need to import.
I am fairly comfortable with xwiki architecture so I can do most myself, I
just need to know how can I get started on this front with the three
plugins.
Thanks
Sachin Mittal
--
View this message in context: http://www.nabble.com/Evaluating-curriki-plugins-%28how-to%29-tp15138138p15…
Sent from the XWiki- Dev mailing list archive at Nabble.com.
Hi
When you enter a '\' into the wysiwyg editor it doesn't render
right in the normal view and converts it to '\' in the wikicode which it
then treats and an escape sequence.
The stopgap is that we use \ in the wikicode, but this isn't
very good for low tech users.
Any plans to alter this in future releases, and better yet, a
quick fix I could implement in the MCE code (im not much for javascript)
Anca, you forgot to run native2ascii on the french translation file
lucaa (SVN) wrote:
> Author: lucaa
> Date: 2008-02-05 17:33:27 +0100 (Tue, 05 Feb 2008)
> New Revision: 7299
>
> Added:
> xwiki-products/xwiki-watch/trunk/gwt/src/main/java/com/xpn/xwiki/watch/client/ui/dialog/PressReviewMailDialog.java
> xwiki-products/xwiki-watch/trunk/wiki/src/main/resources/WatchCode/SendPressReviewEmail
> Removed:
> xwiki-products/xwiki-watch/trunk/gwt/src/main/java/com/xpn/xwiki/watch/client/ui/wizard/PressReviewMailDialog.java
> Modified:
> xwiki-products/xwiki-watch/trunk/gwt/src/main/java/com/xpn/xwiki/watch/client/Constants.java
> xwiki-products/xwiki-watch/trunk/gwt/src/main/java/com/xpn/xwiki/watch/client/data/DataManager.java
> xwiki-products/xwiki-watch/trunk/gwt/src/main/java/com/xpn/xwiki/watch/public/Watch.css
> xwiki-products/xwiki-watch/trunk/wiki/src/main/resources/WatchCode/PressReview
> xwiki-products/xwiki-watch/trunk/wiki/src/main/resources/WatchCode/Translations
> xwiki-products/xwiki-watch/trunk/wiki/src/main/resources/WatchCode/Translations.fr
> Log:
>
> XWATCH-13: Allow to send a press review by email
> Added the SendPressReviewEmail document that uses the mailsender plugin and the PressReview document to generate and send the press review by email. Changed PressReview formatting to match the email requirements, the DataManager to include a email sending function and the PressReviewMailDialog to invoke it. Also styled the PressReviewMailDialog.
>
[snip]
> Modified: xwiki-products/xwiki-watch/trunk/wiki/src/main/resources/WatchCode/Translations.fr
> ===================================================================
> --- xwiki-products/xwiki-watch/trunk/wiki/src/main/resources/WatchCode/Translations.fr 2008-02-05 14:09:55 UTC (rev 7298)
> +++ xwiki-products/xwiki-watch/trunk/wiki/src/main/resources/WatchCode/Translations.fr 2008-02-05 16:33:27 UTC (rev 7299)
> @@ -285,6 +285,12 @@
> watch.email.mailcontent=Editez le contenu qui sera envoy� avec la Revue de Presse
> watch.email.mailcontentdefault=Vous avez re�u une Revue de Presse depuis XWiki Watch. Elle inclut les articles suivants:
> watch.email.notimplemented=Cette fonction n'est pas disponible dans la version Beta afin d'emp�cher le spam.
> +watch.email.invitation=Veuillez renseigner les donn�es relatives a votre email
> +watch.email.success=La revue de presse a �t� envoy� avec succ�s aux adresses email suivantes:
> +watch.email.dialogtitle=R�sultat de l'envoi
> +watch.chooseproutput.noselection=Vous n'avez pas choisi le format de la revue de presse
> +watch.email.noaddress=Vous n'avez renseign� aucune adresse mail
> +watch.email.error=L'envoi email de la revue de presse a echou� pour la raison suivante:
>
> watch.pressreviewforspace=XWiki Watch Revue de Presse pour l'espace
>
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> notifications mailing list
> notifications(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/notifications
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
Hello devs,
I propose to introduce the possibility of configuring our maven xar plugin
to define lists of includes/excludes when performing xar or unxar.
I've created a JIRA issue for it :
http://jira.xwiki.org/jira/browse/XTOOLS-22 with a patch attached.
I would like to apply it and release platform-tools, so that we can use it
in watch next release (by the end of the week).
My +1
Regards,
Jérôme
Hi,
In Core 1.2.1 I committed a wrong patch for
XWikiHibernateStore.deleteWiki (see
http://jira.xwiki.org/jira/browse/XWIKI-2065) so I will need to
release a 1.2.2 for XEM 1.1 that need this feature.
So I ask for everyone to take care of committing XE/Platform bugs
fixes in trunks and branch 1.2.
If no ones need 1.2.2 before, I plan to release XE 1.2.2 with XEM 1.1
planned in something like starting or middle of next month.
Thanks,
--
Thomas Mortagne
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,
I'd like us to agree on using the strategy described here:
http://blogs.sonatype.com/john/2007/11/09/1194630418546.html
This has several advantages:
1) Keeps our code clean
2) Put all backward compatibility code in a single place which makes
it easy too to remove when the time has come
Here's my +1
If we agree I'll do a try of using this approach for moving out the
deprecated methods in the XWiki class into an aspect. It should be a
piece of cake since we already have the aspectj plugin in place for
the core build.
Thanks
-Vincent
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