hi all,
when using more than one {code} environment the text between
the first occurance and last occurrance of {code} will be interpreted
als code block... although it has been closed. for reasons i do not
understand the wysiwyg editor displays it correct!!
has there been a change to the {code} environment? Does anyone
experience the same problem? Example source below.
i'm using xwiki 1.1-rc-1
example that does not work:
1.1 Reference
there are come c++ code snippets
{code}
first code snippet
{code}
another snippet to prove it
\\
{code}
second code snippet
{code}
\\
regards,
kris
ps. xwiki plugin very interesting
Hi!
While building an xwiki plugin I started getting some errors after
switcing to the maven.xwiki.org repository. Earlier I just downloaded
the jar file from xwiki.org. The dependency errors I get look like this
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) gnujaxp:gnujaxp:jar:1.0.0
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=gnujaxp -DartifactId=gnujaxp \
-Dversion=1.0.0 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file
there: mvn deploy:deploy-file -DgroupId=gnujaxp -DartifactId=gnujaxp \
-Dversion=1.0.0 -Dpackaging=jar -Dfile=/path/to/file \
-Durl=[url] -DrepositoryId=[id]
Path to dependency:
1)
no.uio.intermedia.xwiki.plugins.metawiki:MetaWiki:jar:1.0-SNAPSHOT
2) com.xpn.xwiki.platform:xwiki-core:jar:1.1-milestone-2
3) jfree:jfreechart:jar:1.0.0-rc1
4) gnujaxp:gnujaxp:jar:1.0.0
2) jsr170:jcr:jar:1.0
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=jsr170 -DartifactId=jcr \
-Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file
there: mvn deploy:deploy-file -DgroupId=jsr170 -DartifactId=jcr \
-Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file \
-Durl=[url] -DrepositoryId=[id]
Path to dependency:
1)
no.uio.intermedia.xwiki.plugins.metawiki:MetaWiki:jar:1.0-SNAPSHOT
2) com.xpn.xwiki.platform:xwiki-core:jar:1.1-milestone-2
3) org.apache.jackrabbit:jackrabbit-core:jar:1.1
4) jsr170:jcr:jar:1.0
----------
2 required artifacts are missing.
Some googling leads me to believe that the jsr170 dependency is an
error, and shouldn't be there.
Anybody else experiencing this? Maybe somebody knows how to solve this
problem?
best regards :-)
Thomas
Dear All,
I just setup the xwiki version 1.0 and it seems to me it works fine , but i have the below error message on my Jboss console, does any body have any idea why why i am having this error?
Regards,
Adel
12:41:57,602 INFO [STDOUT] 12:41:57,602 WARN http-127.0.0.1-8998-1 http://localhost:8998/xwiki/bin/import/XWiki/Import?edi
tor=import&space=XWiki RegexTokenFilter:filter:97 - <span class="error">Exception</span>: com.xpn.xwiki.render.filter.MacroF
ilter@1492060
java.lang.NullPointerException
at org.radeox.macro.parameter.BaseMacroParameter.insertValue(BaseMacroParameter.java:142)
at org.radeox.macro.parameter.BaseMacroParameter.split(BaseMacroParameter.java:127)
at org.radeox.macro.parameter.BaseMacroParameter.setParams(BaseMacroParameter.java:58)
at org.radeox.filter.MacroFilter.handleMatch(MacroFilter.java:100)
at org.radeox.filter.regex.RegexTokenFilter$1.handleMatch(RegexTokenFilter.java:91)
at org.radeox.regex.JdkMatcher.substitute(JdkMatcher.java:48)
at org.radeox.filter.regex.RegexTokenFilter.filter(RegexTokenFilter.java:89)
at org.radeox.filter.FilterPipe.filter(FilterPipe.java:169)
at org.radeox.engine.BaseRenderEngine.render(BaseRenderEngine.java:108)
at com.xpn.xwiki.render.XWikiRadeoxRenderer.render(XWikiRadeoxRenderer.java:70)
at com.xpn.xwiki.store.XWikiHibernateStore.saveLinks(XWikiHibernateStore.java:1466)
at com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:305)
at com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:100)
at com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:94)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:895)
at com.xpn.xwiki.plugin.packaging.Package.installDocument(Package.java:549)
at com.xpn.xwiki.plugin.packaging.Package.install(Package.java:490)
at com.xpn.xwiki.plugin.packaging.PackageAPI.install(PackageAPI.java:192)
at com.xpn.xwiki.web.ImportAction.render(ImportAction.java:90)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:150)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:118)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:595)
12:41:57,618 INFO [STDOUT] 12:41:57,618 WARN http-127.0.0.1-8998-1 http://localhost:8998/xwiki/bin/import/XWiki/Import?edi
tor=import&space=XWiki RegexTokenFilter:filter:97 - <span class="error">Exception</span>: com.xpn.xwiki.render.filter.MacroF
ilter@12ed6f9
java.lang.NullPointerException
at org.radeox.macro.parameter.BaseMacroParameter.insertValue(BaseMacroParameter.java:142)
at org.radeox.macro.parameter.BaseMacroParameter.split(BaseMacroParameter.java:127)
at org.radeox.macro.parameter.BaseMacroParameter.setParams(BaseMacroParameter.java:58)
at org.radeox.filter.MacroFilter.handleMatch(MacroFilter.java:100)
at org.radeox.filter.regex.RegexTokenFilter$1.handleMatch(RegexTokenFilter.java:91)
at org.radeox.regex.JdkMatcher.substitute(JdkMatcher.java:48)
at org.radeox.filter.regex.RegexTokenFilter.filter(RegexTokenFilter.java:89)
at org.radeox.filter.FilterPipe.filter(FilterPipe.java:169)
at org.radeox.engine.BaseRenderEngine.render(BaseRenderEngine.java:108)
at com.xpn.xwiki.render.XWikiRadeoxRenderer.render(XWikiRadeoxRenderer.java:70)
at com.xpn.xwiki.store.XWikiHibernateStore.saveLinks(XWikiHibernateStore.java:1466)
at com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:305)
at com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:100)
at com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:94)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:895)
at com.xpn.xwiki.plugin.packaging.Package.installDocument(Package.java:549)
at com.xpn.xwiki.plugin.packaging.Package.install(Package.java:490)
at com.xpn.xwiki.plugin.packaging.PackageAPI.install(PackageAPI.java:192)
at com.xpn.xwiki.web.ImportAction.render(ImportAction.java:90)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:150)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:118)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:595)
12:41:59,889 INFO [STDOUT] 12:41:59,889 WARN http-127.0.0.1-8998-1 http://localhost:8998/xwiki/bin/import/XWiki/Import?edi
Please consider AJ Business Solutions Ltd's disclaimer at the end of this email before reading this message or opening any attachments.
Adel Aneiba
AJ Business Solutions Ltd.
Tel : 08707 518 900 Fax : 08704 101 415
Post : 16-20a Browning St, Stafford, ST16 3AX
This message is confidential and may be legally privileged. No confidentiality or privilege is waived or lost by any mistransmission. If you are not the intended recipient please delete it and all copies of it from your system, destroy any hard copies of it and notify the sender immediately.
You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message or any attachment if you are not the intended recipient.
We will not accept any liability for damage caused by computer viruses and it is your responsibility to scan attachments (if any).
We may for the better performance of our business monitor incoming e-mails sent through our e-mail system.
All prices subject to VAT, E&OE
AJ Business Solutions Ltd Registered in the UK : 4223216 Registered Address : 34 Waterloo Rd Wolverhampton, WV1 4DG VAT Registered : 775967654
Hoi,
The problem with the strange link in my newly generated menu has been
solved. It was caused by a typo in the panel code, sorry!
The saving problem however remains, although it seems that the
preferences are being saved, despite the exception error!
The layout of the various panels on the left/right edges of the screen
cannot be saved anymore using the PanelWizard.
IE crashes when saving the preferences, while FireFox keeps running.
Please can anybody help me solve this problem? Thanks in advance.
Regards,
Gerard
>>> g.verhaag(a)lrcb.nl 04/09/2007 14:30 >>>
Dear XWiki Users,
Normally I view our XWiki from FireFox, but when I watched it using
IE,
I noticed a link (.../Main/BLogRss?xpage=rdf) while clicking the
title
of a newly defined menu. However, this link seems not to be there when
I
log in as administrator! I discarded the menu and generated a new one,
and dragged it to the desired location. .....
==========================================
Dit bericht is uitsluitend bestemd voor de geadresseerde.
Het bericht kan vertrouwelijke informatie bevatten.
Als u dit bericht per abuis hebt ontvangen, wordt u
verzocht onmiddellijk de afzender te informeren. Ook
verzoeken wij u het bericht te vernietigen en de inhoud
niet onder derden te verspreiden of te gebruiken.
This message is intended exclusively for the addressee.
It may contain information that is confidential.
If you are not the intended recipient, we request that
you notify the sender immediately. In that case, we
also request that you destroy the message and that
you neither use the contents nor disclose them in any
manner to third parties.
==========================================
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
==========================================
Dit bericht is uitsluitend bestemd voor de geadresseerde.
Het bericht kan vertrouwelijke informatie bevatten.
Als u dit bericht per abuis hebt ontvangen, wordt u
verzocht onmiddellijk de afzender te informeren. Ook
verzoeken wij u het bericht te vernietigen en de inhoud
niet onder derden te verspreiden of te gebruiken.
This message is intended exclusively for the addressee.
It may contain information that is confidential.
If you are not the intended recipient, we request that
you notify the sender immediately. In that case, we
also request that you destroy the message and that
you neither use the contents nor disclose them in any
manner to third parties.
==========================================
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hi,
My XWiki website has been spammed with more than 200 (porn) comments on the
main page. I didn't want to put any access restriction on comments thinking
that the world was a better place and that anybody could comment :o) Well,
I was wrong and I'm gonna change the user rights.
How can I safely delete all these comments (by hand it will take me ages) ?
Thanks,
Antonio
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hoi Tharindu Jayasuriya,
Sorry for this somewhat delayed response!
Thanks for your hint regarding the positioning of images, it works!
Regards,
Gerard Verhaag
==========================================
Dit bericht is uitsluitend bestemd voor de geadresseerde.
Het bericht kan vertrouwelijke informatie bevatten.
Als u dit bericht per abuis hebt ontvangen, wordt u
verzocht onmiddellijk de afzender te informeren. Ook
verzoeken wij u het bericht te vernietigen en de inhoud
niet onder derden te verspreiden of te gebruiken.
This message is intended exclusively for the addressee.
It may contain information that is confidential.
If you are not the intended recipient, we request that
you notify the sender immediately. In that case, we
also request that you destroy the message and that
you neither use the contents nor disclose them in any
manner to third parties.
==========================================
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hi Vincent,
I think this should also be mentioned here:
http://www.xwiki.org/xwiki/bin/view/Community/Contributing
as one of the easiest ways of contributing to XWiki.
Also, I'm forwarding your email to the XWiki Users mailing list, since
they can help on this too :)
Regards,
Catalin
On 9/3/07, Vincent Massol <vincent(a)massol.net> wrote:
> Hi everyone,
>
> Some of you may have seen that we're now using TeamCity (http://
> www.jetbrains.com/teamcity/) for XWiki's continuous build:
> http://teamcity.xwiki.org
>
> The nice thing is that TC allows to distribute the build work to
> build agents.
>
> XPertNet is currently providing one agent on the teamcity.xwiki.org
> machine.
>
> However we've found that the builds are stacking up and are a bit too
> long to run.
>
> Since TC supports parallel builds on different agents we'd like to
> call the community for help.
>
> If you have a machine that has some spare cycles for running XWiki
> builds then we could hook it up to the teamcity.xwiki.org server to
> distribute the build load.
>
> We don't need that many agents. Probably 1 or 2 (in addition to the
> one we have) would be enough for starters.
>
> Thanks!
> -Vincent, on behalf of the xwiki dev team
>
> _______________________________________________
> devs mailing list
> devs(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/devs
>
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hi
I have a couple of questions.
1) in XWiki.XWikiPreferences > parameters > language, can I add many
languages separated by a comma (such as "fr,en")? (My default language is
"en".)
2) I have a page that shows "en" "en" and "fr" on top (I run a pre-1.0
version, more on that later). Exploring MySQL DB shows effectively 3
documents:
mysql> select XWD_ID, XWD_LANGUAGE, XWD_TRANSLATION, XWD_DEFAULT_LANGUAGE
from xwikidoc where XWD_NAME='WebHome' AND XWD_WEB='Main';
+------------+--------------+-----------------+----------------------+
| XWD_ID | XWD_LANGUAGE | XWD_TRANSLATION | XWD_DEFAULT_LANGUAGE |
+------------+--------------+-----------------+----------------------+
| 1807025832 | fr | 1 | |
| 1807025797 | en | 1 | |
| -114121954 | | 0 | en |
+------------+--------------+-----------------+----------------------+
The only one I care about is the French (fr) one. I could easily delete
the other two to start with. How can I fix this?
Is is enough to delete all three rows and start over from XWiki('s
interface)?
3) I migrated successfully to 1.1rc1. I followed all the instructions
from the website (very thorough explanations, kudos!). That includes
importing the panel application, some pages from the full XAR package. I
also replaced the core jar file. Everything went fine data-wise, as far as
I can see. I have noticed 1 issue though:
- for some reason I can't use the albatross skin. This skin is defined in
xwiki.cfg, XWiki.DefaultSkin is in preferences (I also tried to replace it
with xwikibu10 or so, following the documentation steps). In the current
system it is the default skin is used ("default" is set in preferences).
However, I had done some work on a customized Skin and it is this custom
skin that shows up on the migrated wiki (I have no idea why). I can't see
it from the HTML source code but I have no clue why XWiki decides to use
this skin when something else is defined in preferences (and in
xwiki.cfg). I give up. Where should I look?
Thanks. XWiki has really improved from last year. Great job!
Marc
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hi all,
I am considering XWiki for a collaborative mapping IT infrastructure
and planning changes.
The idea behind that is as follows: few times a year, a team of
central architecture group and organization units specific
stakeholders want to review the existing infrastructure map,
requirements collected in third party tools and propose changes.
My tool should support only this documentation and planning
part, implementation of proposed changes would be supported
by other tools.
If I use a wiki to manage such a documentation and planning project,
I need pages for individual documents, I need some index pages for
different kinds of documents, and I need also pages for project
metadata (team members, milestones, processes). Also, I need a set
of templates to generate stubs of new projects easily. Perhaps such
a project could be implemented as a wiki space, and there could be
an extra wiki space as a template.
I am very new to Xwiki, so I would like to ask the more experienced users:
- Does my idea of mapping projects to spaces sense?
- Is Xwiki suitable for that?
- Is it possible to define something like a template space and customize
the new space wizard to use such a template?
One more question: is there any mechanism/best-practice how to keep my
Xwiki extensions (plugins, Xwiki classes, templates, ...) isolated somehow
to make future upgrades of Xwiki as easy as possible?
thanks a lot,
Pavel
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hello all.
I've installed the default pages xar. Everything is working as far as I can
tell.
But, after editing categories to something usefull (name and description),
the Blog page still shows Categories like
$bcategory<http://dnc1v2/xwiki/bin/view/Blog/Category?category=$%7Bbcategory%7D>,
except for News which is shown correctly.
So what's going on? I'm new here and can't figure this out... please help.
Thanks.
Duarte Carreira
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users