Hi,
I'm new to XWiki and Velocity too,
I don't understand how to set a new skin by the "Edit object" page.
Can anyone help me to solve this issue? At the moment I'm trying to modify the Albatross skin by css... I know there is a better way to do this... but after I've read the guide I'm not able to do.
I ask if someone can explain me by example...
Thanks a lot,
Riccardo.
Riccardo Grazioli
grazioli(a)adacto.it
Web Developer
------------------------------------------
Please, does export utility export (sic) a document with its history? I
have tried here (XE 1.3) and it seems to export only the current version
of the document.
Is there any way of moving a given document to a different installation
including its whole history?
Thanks!
Ricardo
--
Ricardo Rodríguez
Your EPEC Network ICT Team
Hi,
Right now I'm just playing around with xwiki, so please forgive me if I
missed the obvious solution/option to my question:
Why is xwiki showing items to users who don't have the right to see the page
anyway? Ie. the "Index" page or the "What's new" section.
Wouldn't it be better to show the user only things he can access, too? This
way the "Index" page would make way more sense and the "What's new" section
wouldn't show unimportant changes to the user (from his POV).
WDYT?
--
View this message in context: http://www.nabble.com/Why-showing-items-where-no-access--tp16149729p1614972…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Trying to answer to Vincent about Toucan use I am facing a problem while
updating a 1.3M1 to 1.3M2 in my test box.
Here the error:
javax.servlet.ServletException: com.xpn.xwiki.XWikiException: Error
number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3201 in 3: Exception while saving
document XWiki.XWikiPreferences
Wrapped Exception: Error number 3211 in 3: Exception while updating
archive XWiki.XWikiPreferences
Wrapped Exception: Error number 3212 in 3: Exception while loading
archive 104,408,758
Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
Wrapped Exception: Null value was assigned to a property of primitive
type setter of com.xpn.xwiki.doc.rcs.XWikiRCSNodeInfo.diff
org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:535)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:433)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:117)
I am using the same MySQL connector than with 1.3M1,
mysql-connector-java-5.1.5-bin, and hibernate has been edited to
uncomment and set up a MySQL connection. I noticed that hibernate
includes a new line (or at least it is I think the first time I read it)
in the MySQL configuration comment:
We need to set the sql_mode to a less strict value, see XWIKI-1945
And connection.url is slightly different:
jdbc:mysql://localhost/xwiki?useServerPrepStmts=false&sessionVariables=sql_mode=''
Perhaps I am doing something wrong, but I think I am following the same
proces I've used before.
Thanks for your help,
Ricardo
--
Ricardo Rodríguez
Your EPEC Network ICT Team
We are trying to get the smtp send notifications working in XWiki Workspaces
with no luck
When we tried to send via gmail with a gmail account we get.
Error number 10006 in 10: Could not send mail to server smtp.gmail.com
port 25 error code 530 (530 5.7.0 Must issue a STARTTLS command first
k26sm4233753waf.8
)
com.xpn.xwiki.XWikiException: Error number 10006 in 10: Could not send mail
to server smtp.gmail.com port 25 error code 530 (530 5.7.0 Must issue a
STARTTLS command first k26sm4233753waf.8
)
at com.xpn.xwiki.XWiki.sendMessage(XWiki.java:3017)
at com.xpn.xwiki.XWiki.sendMessage(XWiki.java:3051)
When we try to send via an unauthenticated smtp server (hiding actual ip
address with nnn but it is a valid smtp server address on our lan) we get.
Error number 10005 in 10: Could not login to mail server 61.11.73.nnn port
25 error code 501 (501 5.5.4 Invalid Address
)
com.xpn.xwiki.XWikiException: Error number 10005 in 10: Could not login to
mail server 61.11.73.nnn port 25 error code 501 (501 5.5.4 Invalid Address
)
at com.xpn.xwiki.XWiki.sendMessage(XWiki.java:3007)
at com.xpn.xwiki.XWiki.sendMessage(XWiki.java:3051
Can sendMessage use an unauthenticated smtp server?
Can sendMessage use an SSL smtp server?
<http://www.corenttech.com>
On Demand Solutions On Demand
Michael Oliver
Chief Technology Officer
Corent Technology
<http://maps.yahoo.com/py/maps.py?Pyt=Tmap&addr=3600+W+Florida+Ave&csz=Hemet
%2C+CA+92545&country=us> 3600 W Florida Ave
#340
Hemet, CA 92545
<mailto:moliver@corenttech.com> moliver(a)corenttech.com
<http://www.corenttech.com> http://www.corenttech.com
AIM: moliver(a)corenttech.com
tel:
fax:
mobile:
Skype ID:
<http://www.plaxo.com/click_to_call?src=jj_signature&To=949-547-5700&Email=m
oliver(a)corenttech.com> 949-547-5700
7029740341
<http://www.plaxo.com/click_to_call?src=jj_signature&To=949-547-5700&Email=m
oliver(a)corenttech.com> 949-547-5700
MikeOliverAZ
<https://www.plaxo.com/add_me?u=55837372229&src=client_sig_212_1_banner_join
&invite=1> Want to always have my latest info?
<http://www.plaxo.com/signature?src=client_sig_212_1_banner_sig> Want a
signature like this?
View <http://corenttech.ning.com/xn/detail/u_25igigalsj1dt> my page on
Corent Technology
View my page <http://linkedinspin.ning.com/xn/detail/u_25igigalsj1dt> on
CMU SEI LinkedIn SPIN
Hi.
I have a javascript with an 'onload' which I only want to be loaded on
a single certain page.
I have achieved this by putting an
<script type="text/javascript">
[...]
window.onload=someFunction();
[...]
</script>
on the beginning of the page, on wiki edit mode.
However, this doesn't seem very clean to me. Is there a better way to
do it? If so, how?
regards,
Joao
Has anyone recently tried the Excel plug-in on Xwiki 1.3 (standalone)?
Installation
Download the Java Excel API <http://jexcelapi.sourceforge.net/> and
copy the jxl.jar file to the %xwikipath%/WEB-INF/lib/ directory of your
xwiki installation.
Edit your WEB-INF/xwiki.cfg file as follows:
xwiki.plugins=[...],edu.uci.ics.mondego.wiki.plugin.excel.ExcelPlugin
Copy the plugin jar
<http://code.xwiki.org/xwiki/bin/view/Plugins/ExcelPluginDownload> to
the %xwikipath%/WEB-INF/lib/ directory of your xwiki installation.
Restart your XWiki instance
I used the plug-in from the first link (version 2.6.6.), and xwiki
adapter in the second link - and it didn't behave well at all..
Do I need to stay with all the components under
http://code.xwiki.org/xwiki/bin/view/Plugins/ExcelPluginDownload ?
--
Jim Dowson
CTO, Global Services, EMC Corporation
Linx: (617) 598-0505