Hello again,
seems my previous ldap problem is corrected (a mix of using "old" LDAP
auth class + duplicate deploy under different names in test env).
However, now that ldap connects properly to server, i have the following
problem:
2008-03-31 14:00:17,931
[http://localhost:8080/xwiki/bin/loginsubmit/XWiki/XWikiLogin]
[http-8080-Processor4] ERROR LDAP.XWikiLDAPAuthServiceImpl - LDAP
authentication failed.
LDAPException: Invalid Credentials (49) Invalid Credentials
LDAPException: Matched DN:
at com.novell.ldap.LDAPResponse.getResultException(Unknown Source)
at com.novell.ldap.LDAPResponse.chkResultCode(Unknown Source)
at com.novell.ldap.LDAPConnection.chkResultCode(Unknown Source)
at com.novell.ldap.LDAPConnection.bind(Unknown Source)
at com.novell.ldap.LDAPConnection.bind(Unknown Source)
at
com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.authenticate(XWikiLDAPAuthServiceImpl.java:243)
Am not sure to understand fully, but it seems that LDAP auth class is
prefereing some property in XWiki.<username> to the xwiki.cfg. The
property in question is "ldap_dn". I don't know exactly what it's
supposed to contain (can someone gime an example?). I saw it's presence
in "xwiki.authentication.ldap.fields_mapping", which tells how to map
ldap attributes to xwiki attributes. However, i have no idea which ldap
attribute am supposed to map there. The default value was for active
directory, we don't use active directory. My problem is that, currently,
it's set to an empty string in xwiki database, and the ldap class don't
like it very much.
hi
i m trying to fetch the group of the logged in user...can anyone plz help
me wid it...
Shruti Modi
Tata Consultancy Services
Cell:- 9870245740
Mailto: shruti.modi(a)tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty. IT Services
Business Solutions
Outsourcing
____________________________________________
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
Hello,
am trying to get xwiki to work on an ldap. I configured xwiki.cfg as below:
I tried with & without authclass line, with and without keystore
parameter, but everytime xwiki is attempting to disscuss in plain text
with ldap server instead of starting a ssl handshake (i can see the
xwiki request in network dumps). The ldaps server does not recognize
that as a ssl handshake and drops connection? I have set
authentification.ldap.ssl=1, which should be suffisant for using ssl,
isn't it? Am i missing something in the configuration for ssl? Is the
ssl support not yet implemented in 1.3 release?
Thanks
Configuration file:
#-# new LDAP authentication service
xwiki.authentication.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl
#-# Turn LDAP authentication on - otherwise only XWiki authentication
#-# 0 : disable
#-# 1 : enable
xwiki.authentication.ldap=1
#-# LDAP Server (Active Directory, eDirectory, OpenLDAP, etc.)
xwiki.authentication.ldap.server=ldap.oma.be
xwiki.authentication.ldap.port=636
#-# LDAP login, empty = anonymous access, otherwise specify full dn
#-# {0} is replaced with the username, {1} with the password
xwiki.authentication.ldap.bind_DN=uid={0},ou=People,dc=oma,dc=be
xwiki.authentication.ldap.bind_pass={1}
#-# only members of the following group will be verified in the LDAP
# otherwise only users that are found after searching starting from the
base_DN
#xwiki.authentication.ldap.user_group=cn=developers,ou=groups,dc=oma,dc=be
#-# base DN for searches
xwiki.authentication.ldap.base_DN=ou=People,dc=oma,dc=be
#-# specifies the LDAP attribute containing the identifier to be used as
the XWiki name (default=cn)
xwiki.authentication.ldap.UID_attr=uid
#-# retrieve the following fields from LDAP and store them in the XWiki
user object (xwiki-attribute=ldap-attribute)
#-# ldap_dn=dn -- dn is set by class, caches dn in XWiki.user object
for faster access
xwiki.authentication.ldap.fields_mapping=name=cn,last_name=sn,first_name=givenName,fullname=cn,email=mail
#-# [SINCE 1.3M2, XWikiLDAPAuthServiceImpl]
#-# on every login update the mapped attributes from LDAP to XWiki
otherwise this happens only once when the XWiki account is created.
xwiki.authentication.ldap.update_user=1
#-# [SINCE 1.3M2, XWikiLDAPAuthServiceImpl]
#-# mapps XWiki groups to LDAP groups, separator is "|"
xwiki.authentication.ldap.group_mapping=XWiki.XWikiAdminGroup=cn=meslideadmin,ou=Group,dc=oma,dc=be
#xwiki.authentication.ldap.group_mapping=XWiki.XWikiAdminGroup=cn=meslideadmin,ou=Group,dc=oma,dc=be|\
#
XWiki.Organisation=cn=testers,ou=groups,o=MegaNova,c=US
#-# [SINCE 1.3M2, XWikiLDAPAuthServiceImpl]
#-# time in s after which the list of members in a group is refreshed
from LDAP (default=3600*6)
#Every 10 minutes
xwiki.authentication.ldap.groupcache_expiration=600
#-# [SINCE 1.3M2, XWikiLDAPAuthServiceImpl]
#-# - create : synchronize group membership only when the user is first
created
#-# - always: synchronize on every login
xwiki.authentication.ldap.mode_group_sync=always
#-# [SINCE 1.3M2, XWikiLDAPAuthServiceImpl]
#-# if ldap authentication fails for any reason, try XWiki DB
authentication with the same credentials
# xwiki.authentication.ldap.trylocal=1
#-# [SINCE 1.3M2, XWikiLDAPAuthServiceImpl]
#-# SSL connection to LDAP server
#-# 0 : normal
#-# 1 : SSL
xwiki.authentication.ldap.ssl=1
#-# [SINCE 1.3M2, XWikiLDAPAuthServiceImpl]
#-# The keystore file to use in SSL connection
xwiki.authentication.ldap.ssl.keystore=/tmp/jssecacerts
Thanks both of you for the reply.
I have decided to atleast give it a try with CREATE/ALTER/DROP/UPDATE
TABLE/VIEW/SEQUENCE/SYNONYM/TRIGGER on its own schema and tablespace and
SELECT/CONNECT ofcourse.
I will inform you later if it works or not, but just want to tell I am
greatful for you replys.
Anders Andersson
>>> ludovic(a)xwiki.org 2008-03-29 23:19:25 >>>
In single wiki mode (XWiki Enterprise) it will need read, write to the
minimum if you pre create the schema from an existing one. If not you
you will need schema read and write. I don't know which oracle
privileges that is.
Run it once with all privileges to get the database created in one
oracle instance. Import that DB in your corporate database. Deactivate
updateschema in xwiki.cfg.
Then give the oracle privileges one by one.
In multiwiki (XEM) the xwiki user needs to be a DBA to be able to
create
new users.
Ludovic
>>> gabrielw(a)ngasi.com 2008-03-28 18:15 >>>
That is a known issue with xWiki and Oracle. As I understand it is
being
addressed for an upcoming release.
So at this point you must use an Oracle user named xwiki. If possible
you may use another Db such as
mysql,postgresql, or an embedded hsqldb.
--
Regards
Gabe Wong
NGASI AppServer Manager
JAVA AUTOMATION and SaaS Enablement
http://www.ngasi.com
NEW! 8.0 - Centrally manage multiple physical servers
Anders Andersson wrote:
> Hello!
>
> I have a question regarding the installation of XWiki. In the
> installation instructions it says I must type these commands:
>
> connect ...
> create user xwiki identified by xwiki;
> grant all privileges to xwiki;
>
> However this wiki will be installed on a corporate network on their
> database and application servers and therefor not possible to grant
all
> privileges to xwiki. I wonder if it is possible to run the wiki with
> more restrictions on the user xwiki? Which privileges is enough for
> xwiki to operate on the database correctly?
>
> Thanks for your time and patients. I will be happy to hear from you
> again
>
> Anders Andersson
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
>
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hello all,
I am doing something similar to the TODO application here
http://www.theserverside.com/tt/articles/article.tss?l=XWiki
What I want to do is to have a submission date of the TODO which will be the current date so the field is disabled for the user and once he add a TODO the date will be the submission date.
I installed already the JodaTimePlugin just I don't know how to make that default field.
Thanks in advance
Cheers,
Hosam
Hello!
I have a question regarding the installation of XWiki. In the
installation instructions it says I must type these commands:
connect ...
create user xwiki identified by xwiki;
grant all privileges to xwiki;
However this wiki will be installed on a corporate network on their
database and application servers and therefor not possible to grant all
privileges to xwiki. I wonder if it is possible to run the wiki with
more restrictions on the user xwiki? Which privileges is enough for
xwiki to operate on the database correctly?
Thanks for your time and patients. I will be happy to hear from you
again
Anders Andersson
Hi,
Please, why xwiki.temp.dir is not set by default?
It is of course easy to uncomment the concerning line in xwiki.cfg or
customize it but, why this variable has not a default value? Thanks!!!
Greetings
--
Ricardo Rodríguez
Your EPEC Network ICT Team
The content will be the same yet the look and feel will be different.
The best way to do is to have them both connected to the same database if you have a network between both computers.
Cheers,
Hosam
Original Message:
<br />Hi,
<br />what is the best way to keep two instances (two different pc) synchronized.
<br />Will it be enough to copy only the database?
<br />
<br />Regards, Uwe
<br />--
<br />View this message in context: http://www.nabble.com/Synchronize-two-instances-of-XWiki-Enterprise-tp16297…
<br />Sent from the XWiki- Users mailing list archive at Nabble.com.
<br />
<br />_______________________________________________
<br />users mailing list
<br />users(a)xwiki.org
<br />http://lists.xwiki.org/mailman/listinfo/users
<br />
--
Hi,
I'm pretty confused with the documentation around xWiki and struggle to find
infos on the "custom display" field in the property editor. A simple example
could clarify my questions: how do you (for example) use the "custom
display" field to display the content of the Textarea Propety in bold, red?
Thx in advance for your answers
--
View this message in context: http://www.nabble.com/Help-with-custom-display-tp16277592p16277592.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi there,
I am still testing my migration from 0.9 to 1.3. During this test I got
an exception in a groovy code part. This exception is described in
http://jira.codehaus.org/browse/GROOVY-1406.
Are there any plans to upgrade to a newer version? As I can see xwiki
use 1.0-rc6. I upgrade by myself to 1.5.4 and the exception in my code
was gone. It seems to work...
Bye
Frank
i was talking about a menu that i create inside...some links actually. and i don't want the user to be able to edit anything there.
Take care ,
Gabriela Radu :)
www.gabrielaradu.com
----- Original Message ----
From: Sergiu Dumitriu <sergiu(a)xwiki.com>
To: XWiki Users <users(a)xwiki.org>
Sent: Wednesday, March 26, 2008 5:36:53 PM
Subject: Re: [xwiki-users] special rights
Gabriela Radu wrote:
> hi.
> i was wondering if xwiki can be managed in that way that i can give users rights for some part of the page. for instance : they can edit the text but not the menu in the page.
> Thank you.
>
What menu? There's no menu inside the page...
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
hi.
i was wondering if xwiki can be managed in that way that i can give users rights for some part of the page. for instance : they can edit the text but not the menu in the page.
Thank you.
____________________________________________________________________________________
Never miss a thing. Make Yahoo your home page.
http://www.yahoo.com/r/hs
I would like to implement the possibility to reply to comments, and
the corresponding cascading display.
I assume this change, if possible, should be made on
templates/comments2.vm and/or templates/commentsinline.vm, but I'm a
bit lost. Has anything similar been done? Where can I learn more on
how to do it?
regards,
Joao
Is anybody working on Poll Application?
As a user, I'll describe what would be nice to modify:
1) To add also select, text boxes and checkboxes, not
"checkbox-like-links"to poll. If options would be a true
select/check/text boxes, it wouldn't be neccessary to reload a page
each time option is selected
2) To add "Submit" button, so the user would fill the survey, select
n options and then submit his results. For now the user can vote as
many times as he wants before the survey expires, and this is wrong,
comparing to surveys standarts.
3) The user can view survey overall results only when he's submitted
his results.
Ar cieņu, Mihails
Hi all,
I want to make some load test to xwiki using jmeter.
I have a problem with the login because I don't understand which parameters
I have to add to the request /xwiki/bin/login/XWiki/XWikiLogin
Cna someone help me??
Thanks
Raffo
Hi everyone,
If you're a student or if you know a good student then please consider
joining the XWiki project for the Google Summer of Code 2008.
All information and proposed projects are listed on http://tinyurl.com/332gep
Pass the word around!
Thanks
-Vincent
Hi there,
after a long time I am now trying to use XWiki again. I used XWiki 0.9x
(two years ago) and I was impressed. Now I tried to upgrade to the new
version 1.3 and started with a fresh environment mentioned in the
installation guide
(http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation).
I use MySQL 5.0 and Tomcat 5.5 (JRE 1.5). After doing all the steps
and point to the XWiki starting page, I got several exceptions
in the log. All of type which are described in XWIKI-1879
and XWIKI-1945.
Setting SQL_MODE to '' has no effect here, but deleting
useServerPrepStmts=false do the trick. After deleting this from
the connection string and starting again in a fresh environment (drop
tables) everything is working perfectly.
Although the migration of my old database from XWiki 0.9x is now
working.
It seems, that the flag 'useServerPrepStmts= false' do the opposite in a
MySQL 5.x environment... And I found why:-)
I used the MySQL java connector 3.1.2 with MySQL 5.x and this is not
properly working with 'useServerPrepStmts= false' (see
http://opensource.atlassian.com/projects/hibernate/browse/HBX-729
and http://bugs.sakaiproject.org/jira/browse/SAK-9250)
After upgrading to mysql connector 5.0.x the flag 'useServerPrepStmts=
false' is working.
Bye and good night
Frank
Hi,
I downloaded the XAR for the Application Manager an imported it into XWiki
Enterprise. I see a lot of new spaces and the information that the plugin
has not be enabled. What else do I have to do? In the docs I found something
about a jar-File. Is this still relevant?
Regards, Uwe
--
View this message in context: http://www.nabble.com/Application-Manager-not-enabled-tp16287565p16287565.h…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
I am upgrading xwiki and I have a question, how much system memory is required to effiectively run xwiki?
Tim Campbell
Junior, Computer Science-Ecommerce major
Winston Salem State University
tcampbell106(a)wssu.edu
(704) 877-2261
Hello!
I installed a new instance of xwiki on my local machine. I tried to set up the email notification but it didn't really work. In the XWiki Preferences I set the outgoing smtp server to several smtp servers such as smtp.google.com, smtp.comcast.net, etc. Howver, there seem to be some authentication issues and I get the following error message:
***
Error number 4001 in 4: Error while parsing velocity page Demo.SendMailTestPage Wrapped Exception: Invocation of method 'sendMessage' in class com.xpn.xwiki.XWiki threw exception class com.xpn.xwiki.XWikiException : Error number 10006 in 10: Could not send mail to server smtp.comcast.net port 25 error code 530 (530 Authentication required ) OR
Error number 4001 in 4: Error while parsing velocity page Demo.SendMailTestPage Wrapped Exception: Invocation of method 'sendMessage' in class com.xpn.xwiki.XWiki threw exception class 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 h14sm757315wxd )
***
I also tried to use my own smtp server (hmailserver) but then I had some relay problems and the following error message:
***
Error number 4001 in 4: Error while parsing velocity page Demo.SendMailTestPage Wrapped Exception: Invocation of method 'sendMessage' in class com.xpn.xwiki.XWiki threw exception class com.xpn.xwiki.XWikiException : Error number 10006 in 10: Could not send mail to server mail.hmailserver.com port 25 error code 550 (550-207-105-15-139.ded.pacbell.net (XWiki version 0.9.840) 207.105.15.139? is 550-currently not permitted to relay through this server. Perhaps you have not 550-logged into the pop/imap server in the last 30 minutes or do not have SMTP 550 Authentication turned on in your email client. )
***
I have right now no idea how to resolve these issues. I would appreciate any help in setting up the smtp server for the email notification.
Cheers,
Jens
Hello all, I previously had an error with inputing JCaptcha on the register page. I figured out how to enable this plugin and I successful have it on the register page and it validates the captcha. (Meaning if it is wrong it throws an error code and if it is correct it registers user). The problem I am facing now is that even though it throughs an error code, it still registers the user. Do anyone have any insight on why it might be doing this? I am pasting my code below to better help the solution of this problem.
Tim Campbell
Junior, Computer Science-Ecommerce major
Winston Salem State University
tcampbell106(a)wssu.edu
(704) 877-2261
<h1>$msg.get("core.register.title")</h1>
## declare the plugin
#set($captchaPlugin = $xwiki.jcaptcha)
#if ($captchaPlugin && $reg)
##call the verifyCaptcha
#if($captchaPlugin.verifyCaptcha("edit"))
##register the user
#$xwiki.createUser(false)
#else
##display some error
#error("$msg.get('core.register.registerFailed', [$reg])")
#end
#end
#if(!$xwiki.hasAccessLevel("view","XWiki.Registration")||$xwiki.getDocument("XWiki.Registration").isNew())
#if(!$reg||$reg<0)
<p>$msg.get("core.register.welcome")</p>
#if($reg && $reg<=0)
#if($reg==-2)
#error("$msg.get('core.register.passwordMismatch')")
#elseif($reg==-3)
#error("$msg.get('core.register.userAlreadyExists')")
#elseif($reg==-4)
#error("$msg.get('core.register.invalidUsername')")
#elseif($reg==-8)
#error("$msg.get('core.register.userAlreadyExists')")
#elseif($captchaPlugin != "edit")
#error("$msg.get('core.register.registerFailed', [$reg])")
#else
#error("$msg.get('core.register.registerFailed', [$reg])")
#end
#end
#elseif($reg && $captchaPlugin.verifyCaptcha("edit"))
#set($xwname = "XWiki.${request.xwikiname}")
#info("$msg.get('core.register.successful', [$xwiki.getUserName($xwname), $request.xwikiname])")
#end
#if(!$reg||$reg<0)
<form id="register" action="verifyCaptcha" method="post">
<div>
#set($captchaPlugin = $xwiki.jcaptcha)
#if ($captchaPlugin)
##call the displayCaptcha pass the class name as "register_captcha" which should map to the css classname to render the image
##pass the name as edit
##and under http://<host>:<port>/xwiki/bin/edit/XWiki/XWikiPreferences?editor=object&
##under XWiki.XWikiPreferences[0]: XWiki.DefaultSkin select the values for Anonymous: and Registered: as image or text
<input type="hidden" name="template" value="XWiki.XWikiUserTemplate" />
<input type="hidden" name="register" value="1"/>
#set($class = $xwiki.getClass("XWiki.XWikiUsers"))
#set($obj = $class.newObject())
#set($serverobj = $class.newObject())
#set($discard = $doc.use("XWiki.XWikiUsers"))
#if($request.register_first_name)
$doc.set("first_name", $request.register_first_name)
#end
#if($request.register_last_name)
$doc.set("last_name", $request.register_last_name)
#end
<dl>
#set($prop = $class.first_name)
<dt>$msg.get("core.register.firstName")</dt>
<dd>$doc.displayEdit($prop, "register_", $obj)</dd>
#set($prop = $class.last_name)
<dt>$msg.get("core.register.lastName")</dt>
<dd>$doc.displayEdit($prop, "register_", $obj)</dd>
<dt>$msg.get("core.register.username")</dt>
<dd><input name="xwikiname" type="text" size="20" onfocus=" prepareName(document.forms.register);" /></dd>
#set($prop = $class.password)
<dt>$msg.get("core.register.password")</dt>
<dd>$doc.displayEdit($prop, "register_", $obj)</dd>
<dt>$msg.get("core.register.passwordRepeat")</dt>
<dd>$doc.displayEdit($prop, "register2_", $obj)</dd>
#set($prop = $class.email)
<dt>$msg.get("core.register.email")</dt>
<dd>$doc.displayEdit($prop, "register_", $obj)</dd>
$captchaPlugin.displayCaptcha("edit","register_captcha")
#end
</dl>
<span class="buttonwrapper"><input type="submit" value="$msg.get("core.register.submit")"/></span>
</div>
</form>
#end
#else
$xwiki.getDocument("XWiki.Registration").getTranslatedDocument().getRenderedContent()
#end
##end
In possible please shift the invitation manager plugin to platform plugins
section first, so that it is at central location, available to be built for
any product.
Thanks
Sachin
------------------------------
>
> Message: 8
> Date: Fri, 21 Mar 2008 20:56:15 +0100 (CET)
> From: "Jerome Velociter" <jerome(a)xwiki.com>
> Subject: Re: [xwiki-users] Invite new users in XWiki Workspaces
> To: "XWiki Users" <users(a)xwiki.org>
> Message-ID: <58476.83.195.219.126.1206129375.squirrel(a)mail.xwiki.com>
> Content-Type: text/plain;charset=iso-8859-1
>
> > This feature addresses a common use case and is planned though not
> > implemented yet. Please consider the fact that XWS is still under
> > heavy development & in pre-release phase ;-) Thanks for the feedback !
> > Guillaume
>
> Indeed, our plan is to integrate XWS with the invitation-manager plugin
> (
> http://fisheye2.cenqua.com/changelog/xwiki/xwiki-products/curriki/trunk/plu…
> ).
> This will happen after XWS 1.0 final, though.
>
> Jerome.
>
> >
> > On 21/03/2008, Mike Oliver <moliver(a)corenttech.com> wrote:
> >>
> >>
> >>
> >> Jerome Velociter-2 wrote:
> >> >
> >> >
> >> > If you are a workspace admin, click "Space administration" in the
> >> space
> >> > left menu, then "Space members" in the administration menu. You can
> >> now
> >> > add members of the wiki to the space, by giving them a role (admin,
> >> writer
> >> > or reader).
> >> >
> >> > Hope this helps, Regards
> >> > Jerome.
> >> >
> >> Well no it doesn't actually. Perhaps it is my inadequate use of
> >> terminology.
> >>
> >> I create a new XWS in my domain and Admin / admin is the first user and
> >> I
> >> create the Organization space.
> >>
> >> I can create workspaces under that instance and add users. I can make
> >> one
> >> or more of those users Admins on one or more of the workspaces. But I
> >> see
> >> no way for those Admins on those spaces to Register new users unless I
> >> make
> >> them Admins on the whole XWS, I don't want to have a space admin
> >> administering the whole Place and I don't want to register all the
> users
> >> anybody could possibly want in their department or project workspaces.
> >> I
> >> would like the ability to send an email invite from a workspace
> >> administrator and let the recipient register and that admin grant the
> >> access
> >> to that workspace ONLY.
> >>
> >>
> >> --
> >> View this message in context:
> >>
> http://www.nabble.com/Invite-new-users-in-XWiki-Workspaces-tp16198814p16205…
> >> Sent from the XWiki- Users mailing list archive at Nabble.com.
> >>
> >> _______________________________________________
> >> users mailing list
> >> users(a)xwiki.org
> >> http://lists.xwiki.org/mailman/listinfo/users
> >>
> >
> >
> > --
> > http://wikibc.blogspot.com/
> > _______________________________________________
> > users mailing list
> > users(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
> >
>
>
>
>
> ------------------------------
>
> Message: 9
> Date: Fri, 21 Mar 2008 15:42:40 -0700 (PDT)
> From: Mike Oliver <moliver(a)corenttech.com>
> Subject: Re: [xwiki-users] new applications for Workspaces
> To: users(a)xwiki.org
> Message-ID: <16210365.post(a)talk.nabble.com>
> Content-Type: text/plain; charset=us-ascii
>
>
>
>
> Mike Oliver wrote:
> >
> >
> > Ok, what about a middle ground? Say a way to easily allow access
> through
> > from XWS to (wiki apps), perhaps another panel on the left for "Other
> > Apps" and a tutorial on building that?
> >
> > I look forward to adding what you desribe, but I can wait for that, I
> just
> > need a couple of things. I don't want to go to XE and build my own XWS
> > just so I can get a couple of other things.
> >
> >
>
> Ok, so how would we do this? We install XE and we Create Spaces that are
> themselves XWS roots that look and act just like stand alone XWS spaces
> and
> can have their own little sets of users and we can build applications in
> the
> super XE and expose those in pages on the child XWS spaces The Admin for
> the
> space created on XE would then be able to invite users and auto register,
> etc.
>
> XE with wiki apps and XWS as spaces on that XE. What would it take?
>
> Ollie
>
> --
> View this message in context:
> http://www.nabble.com/new-applications-for-Workspaces-tp16190336p16210365.h…
> Sent from the XWiki- Users mailing list archive at Nabble.com.
>
>
>
> ------------------------------
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
>
> End of users Digest, Vol 8, Issue 99
> ************************************
>
Hi all,
I've create two new skins based on albatross and applied them to a
virtual wiki. Once of them only applies to the home page following a
method proposed by Guillaume in a previous thread and the other one to
the rest of the site.
I have no problems while accessing the site as guest or logged with an
user with administration rights. But any other user didn't use the set
skin but toucan. There is a error message recorded in the log...
2008-03-22 00:29:54,384
[http://localvirtualwiki/xwiki/bin/loginsubmit/XWiki/XWikiLogin]
[http-80-3] ERROR log.SimpleLog4JLogSystem - Method sendRedirect
threw exception for reference $response in template /templates/login.vm
at [15,38]
org.apache.velocity.exception.MethodInvocationException: Invocation of
method 'sendRedirect' in class com.xpn.xwiki.web.XWikiServletResponse
threw exception java.lang.IllegalStateException @ /templates/login.vm[15,48]
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:286)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:294)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:88)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:107)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:241)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:155)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1415)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:108)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:199)
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:117)
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:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:584)
at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:613)
Caused by: java.lang.IllegalStateException
at
org.apache.catalina.connector.ResponseFacade.sendRedirect(ResponseFacade.java:435)
at
com.xpn.xwiki.web.XWikiServletResponse.sendRedirect(XWikiServletResponse.java:52)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:295)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245)
... 34 more
sh-3.2#
Please, does this make any sense for you? Must I set any particular
rights on the customized skins? I've tried this without success.
Thank you so much,
Ricardo
--
Ricardo Rodríguez
Your EPEC Network ICT Team
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
hi,
I've been learning XWiki in this few days. XEclipse looks like a very useful
tool. Just a few questions:
1. Some folders cannot be expanded. e.g. XWS, XWSCode, it seems only
folder with valid page(s) can be opened. Is it a bug or it is designed in
this way? Under XWSCode, there should be something inside it as I can edit
in the web interface (e.g. /xwiki/bin/edit/XWSCode/MySpacesCode)
2. If I want to massively delete objects, is XEclipse suppose to be
the most convenient way? when i'm evaluating, I keep removing and re-import
pages. It would be great if the XWiki explorer support using Ctrl key to
select multiple folder/page. Should I add a Jira new feature request?
3. Is the security permission in XEclipse identical to the web? it's
better to me if it hides all folder and pages that the user is not
accessible. I tried to connect to www.xwiki.org with XEclipse and I
think most folders are expandable except the admin folder. Am i correct that
if all pages under a folder is not accessible, the folder is not expandable?
I suppose the /xmlrpc/ path shall be strictly limited from public Internet
anyway. It looks like a security risk.
Thank you.
Regards,
mingfai
thx JV, the shorturl link is exactly what I need.
http://platform.xwiki.org/xwiki/bin/view/Main/ShortURLs
The first thing I try is the application name / context path. I made it the
root application and changed the displayname accordingly. And I've cleared
all cache and restarted already. Looks like the displayname parameter
doesn't take effect. The following are the html code the site generates:
*<link rel="alternate" type="application/rss+xml" title="Wiki Feed
RSS" href="/xwiki/bin/view/Main/WebRss?xpage=rdf" />
<link rel="alternate" type="application/rss+xml" title="Blog RSS Feed"
href="/xwiki/bin/view/Main/BlogRss?xpage=rdf" />
<script type="text/javascript" src="/bin/skins/workspaces/xws.js"></script>
<link href="/bin/bin/skin/skins/albatross/css/lightbox/lightbox.css"
rel="stylesheet" type="text/css" />
<link href="/bin/bin/skin/skins/workspaces/style.css" rel="stylesheet"
type="text/css" />*
I run in JBoss 4.2.2. Any idea?
Regards,
mingfai
On Mon, Mar 17, 2008 at 5:52 PM, Jean-Vincent Drean <jv(a)xwiki.com> wrote:
> On Mon, Mar 17, 2008 at 9:16 AM, Jerome Velociter <jerome(a)xwiki.com>
> wrote:
> >
> > > - could anyone point me to where I may be able to customize the
> space
> >
> > > name and url? basically, the use of "Space_" as prefix look quite
> odd
> > > to me
> > > and i would like to remove it. And if it is possible i would want
> to
> > > make
> > > the url shorter. Currently, it's something like: "
> > > http://mydomain.com/xwiki/bin/view/Space_username/", i am able to
> > > remove the context "xwiki", and i suppose it shouldn't be
> difficult to
> > > turn
> > > Space_username to username. It's most desirable to turn bin/view
> to
> > > nothing
> > > or make it a single "folder", e.g. remove "/bin" (i suppose the
> action
> > > cannot be removed.)
> >
> > See http://code.xwiki.org/xwiki/bin/view/Plugins/SpaceManagerPlugin,
> and
> > in particular the xwiki.spacemanager.prefix param of xwiki.cfg.
> >
>
> See also : http://platform.xwiki.org/xwiki/bin/view/Main/ShortURLs
>
> JV.
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
A month ago we tested 1.2 ver. XWiki and there wasn't problem to set up
Active Directory authentication. Now we are going to start XWiki for
enterprise use and we had a problem to setup AD authentication with
1.3ver. Can anybody help us?
Frantisek Kall
Our System info:
=========================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /JBoss
JAVA: /usr/java/jdk1.5.0_11/bin/java
JAVA_OPTS: -Dprogram.name=run.sh -server -Xms128m -Xmx1024m
-XX:PermSize=64m -XX:MaxPermSize=256m -
Dsun.rmi.dgc.client.gcInterval=3600000 -
Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.net.preferIPv4Stack=true
CLASSPATH: /JBoss/bin/run.jar:/usr/java/jdk1.5.0_11/lib/tools.jar
=========================================================================
08:02:48,641 INFO [Server] Starting JBoss (MX MicroKernel)...
08:02:48,644 INFO [Server] Release ID: JBoss [Trinity] 4.2.2.GA (build:
SVNTag=JBoss_4_2_2_GA date=200710221139)
08:02:48,648 INFO [Server] Home Dir: /JBoss
08:02:48,649 INFO [Server] Home URL: file:/JBoss/
08:02:48,652 INFO [Server] Patch URL: null
08:02:48,652 INFO [Server] Server Name: default
xwiki.cfg:
xwiki.base=../../
xwiki.store.class=com.xpn.xwiki.store.XWikiHibernateStore
xwiki.store.hibernate.path=/WEB-INF/hibernate.cfg.xml
xwiki.store.hibernate.updateschema=1
xwiki.store.hibernate.custommapping=1
xwiki.store.cache=1
xwiki.store.cache.capacity=100
xwiki.store.migration=1
xwiki.monitor=1
# List of active plugins.
xwiki.plugins=\
com.xpn.xwiki.monitor.api.MonitorPlugin,\
com.xpn.xwiki.plugin.calendar.CalendarPlugin,\
com.xpn.xwiki.plugin.feed.FeedPlugin,\
com.xpn.xwiki.plugin.ldap.LDAPPlugin,\
com.xpn.xwiki.plugin.google.GooglePlugin,\
com.xpn.xwiki.plugin.flickr.FlickrPlugin,\
com.xpn.xwiki.plugin.mail.MailPlugin,\
com.xpn.xwiki.plugin.packaging.PackagePlugin,\
com.xpn.xwiki.plugin.query.QueryPlugin,\
com.xpn.xwiki.plugin.svg.SVGPlugin,\
com.xpn.xwiki.plugin.charts.ChartingPlugin,\
com.xpn.xwiki.plugin.fileupload.FileUploadPlugin,\
com.xpn.xwiki.plugin.image.ImagePlugin,\
com.xpn.xwiki.plugin.captcha.CaptchaPlugin,\
com.xpn.xwiki.plugin.userdirectory.UserDirectoryPlugin,\
com.xpn.xwiki.plugin.usertools.XWikiUserManagementToolsImpl,\
com.xpn.xwiki.plugin.zipexplorer.ZipExplorerPlugin,\
com.xpn.xwiki.plugin.autotag.AutoTagPlugin,\
com.xpn.xwiki.plugin.lucene.LucenePlugin,\
com.xpn.xwiki.plugin.diff.DiffPlugin,\
com.xpn.xwiki.plugin.rightsmanager.RightsManagerPlugin,\
com.xpn.xwiki.plugin.jodatime.JodaTimePlugin,\
com.xpn.xwiki.plugin.scheduler.SchedulerPlugin,\
com.xpn.xwiki.plugin.mailsender.MailSenderPlugin,\
com.xpn.xwiki.plugin.watchlist.WatchListPlugin
# This parameter allows XWiki to operate in Hosting mode allowing to create
# multiple wikis having their own database and responding to different URLs
xwiki.virtual=0
xwiki.virtual.redirect=http://127.0.0.1:9080/xwiki/bin/Main/ThisWikiDoesNotExist
# This parameter will activate the eXo Platform integration
xwiki.exo=0
xwiki.authentication=form
xwiki.authentication.validationKey=totototototototototototototototo
xwiki.authentication.encryptionKey=titititititititititititititititi
xwiki.authentication.cookiedomains=xwiki.com,wiki.fr
# Comment if you want to enable logout only for
/bin/logout/XWiki/XWikiLogout
xwiki.authentication.logoutpage=/[^/]+/logout/*
# Stats configuration allows to globally activate/deactivate stats module
# It is also possible to choose a different stats service to record
# statistics separately from XWiki.
# Note: Statistics are disabled by default for improved performances.
xwiki.stats=0
xwiki.stats.default=1
xwiki.stats.class=com.xpn.xwiki.stats.impl.XWikiStatsServiceImpl
xwiki.encoding=UTF-8
xwiki.backlinks=1
xwiki.tags=1
# Use edit comments
xwiki.editcomment=1
# Hide editcomment field and only use Javascript
xwiki.editcomment.hidden=0
# Make edit comment mandatory
xwiki.editcomment.mandatory=0
# Make edit comment suggested (asks 1 time if the comment is empty.
# 1 shows one popup if comment is empty.
# 0 means there is no popup.
# This setting is ignored if mandatory is set
xwiki.editcomment.suggested=0
# GraphViz plugin configuration. The GraphViz plugin is not configured by
default.
# To enable it, add "com.xpn.xwiki.plugin.graphviz.GraphVizPlugin" to the
list of plugins
# in the xwiki.plugins property.
# Uncomment and set the locations of the Dot and Neato executables
#xwiki.plugin.graphviz.dotpath=c:/Program Files/ATT/GraphViz/bin/dot.exe
#xwiki.plugin.graphviz.neatopath=c:/Program Files/ATT/GraphViz/bin/neato.exe
xwiki.plugin.laszlo.baseurl=/openlaszlo/xwiki/
xwiki.plugin.laszlo.path=c:/Program Files/Apache Software Foundation/Tomcat
5.0/webapps/openlaszlo/xwiki/
xwiki.plugin.image.cache.capacity=30
xwiki.plugin.captcha=0
# Enable to allow superadmin. It is disabled by default as this could be a
security breach if
# it were set and you forgot about it.
xwiki.superadminpassword=system
#-------------------------------------------------------------------------------------
# LDAP
#-------------------------------------------------------------------------------------
#-# new LDAP authentication service
xwiki.authentication.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl
#-# Turn LDAP authentication on - otherwise only XWiki authentication
#-# 0: disable
#-# 1: enable
xwiki.authentication.ldap=1
#-# LDAP Server (Active Directory, eDirectory, OpenLDAP, etc.)
xwiki.authentication.ldap.server=10.0.1.2
xwiki.authentication.ldap.port=389
xwiki.authentication.ldap.check_level=1
xwiki.authentication.ldap.bind_DN=CHEMOSVIT\\{0}
xwiki.authentication.ldap.bind_pass={1}
authentication.ldap.UID_attr=sAMAccountName
authentication.ldap.fields_mapping=name=sAMAccountName
,last_name=sn,first_name=givenName,fullname=displayName,mail=mail,ldap_dn=dn
xwiki.authentication.ldap.base_DN=dc=chemosvit,dc=sk
#-# LDAP login, empty = anonymous access, otherwise specify full dn
#-# {0} is replaced with the username, {1} with the password
#xwiki.authentication.ldap.bind_DN=cn={0},department=USER,department=INFORMATIK,department=1230,o=MP
#xwiki.authentication.ldap.bind_pass={1}
#-# Force to check password after LDAP connection
#-# 0: disable
#-# 1: enable
xwiki.authentication.ldap.validate_password=0
#-# only members of the following group will be verified in the LDAP
# otherwise only users that are found after searching starting from the
base_DN
#xwiki.authentication.ldap.user_group=cn=developers,ou=groups,o=MegaNova,c=US
#-# base DN for searches
#xwiki.authentication.ldap.base_DN=
#-# specifies the LDAP attribute containing the identifier to be used as the
XWiki name (default=cn)
#xwiki.authentication.ldap.UID_attr=cn
#-# retrieve the following fields from LDAP and store them in the XWiki user
object (xwiki-attribute=ldap-attribute)
#-# ldap_dn=dn -- dn is set by class, caches dn in XWiki.user object for
faster access
#xwiki.authentication.ldap.fields_mapping=last_name=sn,first_name=givenName,fullname=fullName,email=mail,ldap_dn=dn
#-# [SINCE 1.3M2, XWikiLDAPAuthServiceImpl]
#-# on every login update the mapped attributes from LDAP to XWiki otherwise
this happens only once when the XWiki account is created.
xwiki.authentication.ldap.update_user=1
#-# [SINCE 1.3M2, XWikiLDAPAuthServiceImpl]
#-# mapps XWiki groups to LDAP groups, separator is "|"
xwiki.authentication.ldap.group_mapping=XWiki.XWikiAdminGroup=cn=XWikiAdmin
,ou=XWikiGroups,ou=groups,dc=chemosvit,dc=sk|\
# XWiki.Organisation=cn=XWikiUsers,ou=XWikiGroups,ou=groups,o=MegaNova,c=US
#-# [SINCE 1.3M2, XWikiLDAPAuthServiceImpl]
#-# time in s after which the list of members in a group is refreshed from
LDAP (default=3600*6)
# xwiki.authentication.ldap.groupcache_expiration=21800
#-# [SINCE 1.3M2, XWikiLDAPAuthServiceImpl]
#-# - create : synchronize group membership only when the user is first
created
#-# - always: synchronize on every login
# xwiki.authentication.ldap.mode_group_sync=always
#-# [SINCE 1.3M2, XWikiLDAPAuthServiceImpl]
#-# if ldap authentication fails for any reason, try XWiki DB authentication
with the same credentials
xwiki.authentication.ldap.trylocal=0
#-# [SINCE 1.3M2, XWikiLDAPAuthServiceImpl]
#-# SSL connection to LDAP server
#-# 0: normal
#-# 1: SSL
xwiki.authentication.ldap.ssl=0
#-# [SINCE 1.3M2, XWikiLDAPAuthServiceImpl]
#-# The keystore file to use in SSL connection
# xwiki.authentication.ldap.ssl.keystore=
#-------------------------------------------------------------------------------------
xwiki.authentication.unauthorized_code=200
# This parameter will activate the sectional editing
xwiki.section.edit=1
# Uncomment if you want to ignore requests for unmapped actions, and simply
display the document
# xwiki.unknownActionResponse=view
# You can configure the toolbars you wish to see in the WYSIWYG editor by
defining the
# xwiki.wysiwyg.toolbars property.
# When not defined it defaults to:
# xwiki.wysiwyg.toolbars=texttoolbar, listtoolbar, indenttoolbar,
undotoolbar, titletoolbar, \
# styletoolbar, horizontaltoolbar, attachmenttoolbar, macrostoolbar, \
# tabletoolbar, tablerowtoolbar, tablecoltoolbar, linktoolbar
# The full list of toolbars includes the one defined above and the following
ones:
# subtoolbar, findtoolbar, symboltoolbar
xwiki.defaultskin=toucan
xwiki.defaultbaseskin=albatross
xwiki.temp.dir=/tmp/xwiki
# xwiki.work.dir=/usr/local/xwiki
# xwiki.plugins.lucene.indexdir=/usr/local/xwiki/lucene
#
xwiki.plugins.lucene.analyzer=org.apache.lucene.analysis.standard.StandardAnalyzer
# xwiki.plugins.lucene.indexinterval=20
xwiki.work.dir=/docudata/xwiki
Authentication Error message:
08:05:46,657 INFO [STDOUT] 2008-03-17 08:05:46,642 [
http://dokument.chemosvit.sk:8080/xwiki/bin/loginsubmit/XWiki/XWikiLogin] [
http-10.0.1.17-8080-1] WARN LDAP.XWikiLDAPAuthServiceImpl - LDAP
authentication failed.
com.xpn.xwiki.XWikiException: Error number 8001 in 8: Can't find LDAP user
DN.
at
com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.ldapAuthenticate(
XWikiLDAPAuthServiceImpl.java:268)
at
com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.authenticate(
XWikiLDAPAuthServiceImpl.java:107)
at com.xpn.xwiki.user.impl.xwiki.MyFormAuthenticator.authenticate(
MyFormAuthenticator.java:195)
at com.xpn.xwiki.user.impl.xwiki.MyFormAuthenticator.processLogin(
MyFormAuthenticator.java:128)
at com.xpn.xwiki.user.impl.xwiki.MyFormAuthenticator.processLogin(
MyFormAuthenticator.java:113)
at com.xpn.xwiki.user.impl.xwiki.XWikiAuthServiceImpl.checkAuth(
XWikiAuthServiceImpl.java:211)
at com.xpn.xwiki.XWiki.checkAuth(XWiki.java:3258)
at com.xpn.xwiki.user.impl.xwiki.XWikiRightServiceImpl.checkAccess(
XWikiRightServiceImpl.java:136)
at com.xpn.xwiki.XWiki.checkAccess(XWiki.java:3266)
at com.xpn.xwiki.XWiki.prepareDocuments(XWiki.java:4210)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:164)
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:117)
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:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(
ErrorReportValve.java:102)
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:262)
at org.apache.coyote.http11.Http11Processor.process(
Http11Processor.java:844)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(
Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(
JIoEndpoint.java:446)
at java.lang.Thread.run(Thread.java:595)
Ping
Mike Oliver wrote:
>
> Anyone have any experience working with Google Universal Gadgets on XWiki?
> Any issues with Compatibility?
>
> the XWiki feature to publish JSR-168 Portlets seems similar enough to me
> to warrant a feature to publish in kind as Google Universal Gadgets for
> Google Apps, iGoogle and Google Desktop.
>
--
View this message in context: http://www.nabble.com/How-does-XWiki-fit-with-Google-Universal-Gadgets-tp15…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello Vincent,
Thanks a lot for your reply but it have to be embedded in the wiki. I can't ask every user of the wiki to install the plugin for his browser.
Is there anyway to to embed it in the wiki as a plugin or so? I can write the plugin myself if it won't take that long to do it
Cheers,
Hosam
Original Message:
<br />On Mar 19, 2008, at 4:24 PM, Hosam Hassan wrote:
<br />
<br />> Hello,
<br />>
<br />> Is there any way to intergrate a spelling checker with the wiki
<br />> Editor?.
<br />
<br />You could just use your browser's plugins for this... For example if
<br />you install the google toolbar you get this for free.
<br />
<br />-Vincent
<br />
<br />_______________________________________________
<br />users mailing list
<br />users(a)xwiki.org
<br />http://lists.xwiki.org/mailman/listinfo/users
<br />
--
Hello all,
How can I revert the order of comments on xwiki?
Vincent Massol once wrote:
"Note that this will be a preference in the next interface of xwiki.com
which is coming soon. "
Thanks you all.
alan
This email message is intended only for the use of the named recipient.
Information contained in this email message and its attachments may be
privileged, confidential and protected from disclosure. If you are not the
intended recipient, please do not read, copy, use or disclose this
communication to others. Also please notify the sender by replying to this
message and then delete it from your system.
Thanks alot for your reply but there is no simpler way to do this?.
I want to control the style as well for that Top link maybe add an icon to it.
If I know where is that Edit link I can simply add the Top link beside it.
Cheers,
Hosam
Original Message:
Hosam Hassan wrote:
<br />> Hello all,
<br />>
<br />> I want to add a link beside the edit icon in each section to jump to the top of the page.
<br />>
<br />> Any idea which VM file have the page section I can't find it the contentview.vm holds the whole page and I can just add a jump to the top of the page link at the end of the page but I want it in each section.
<br />>
<br />> Any ideas?
<br />>
<br />
<br />Look inside com.xpn.xwiki.render.filter.XWikiHeadingFilter
<br />
<br />Or, you can change radeox_markup_xwiki.properties with:
<br />
<br />filter.heading.print=<span>{2}{3}
<br />--
<br />Sergiu Dumitriu
<br />http://purl.org/net/sergiu/
<br />_______________________________________________
<br />users mailing list
<br />users(a)xwiki.org
<br />http://lists.xwiki.org/mailman/listinfo/users
<br />
--
Hi,
I have encountered an encoding problem during migration from 0.9.8 to
1.3 : some character, like "ù", are encoded in strange way, like "ù".
I followed the howto on
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Encoding, but the
result was the same.
I give you some data:
0.9.8:
- HTML, Tomcat, XWiki: ISO-8859-1
- MySql, System: UTF-8
- None was specified in the hibernate.cfg.xml file
1.3:
- HTML, XWiki, System, Hibernate, Jetty, hsqldb: UTF-8
I also tried with different encoding configuration, i.e.: XWiki, HTML
and Jetty with ISO-8859-1, but nothing happened.
The migration was made using the import/export tool.
Can you help me?
Thanks
Diego
I started discussion below. There is something new in this case. First
I have to say that I made mistake when I wrote we tested ver. 1.2 and
it works with AD well. Working version was 1.1.2 not 1.2.
And also now we have ver. 1.3 working with AD authentication. We
don't know what helped, but my colleague who installed it, tried it
once more, set all things as before and it works. New user is created
in XWikiAllGroup :-)
But I noticed problem with editing :-( In wiki mode editing is OK,
but when I switch to WYSIWYG mode I'm logged out immediately (I
receive Log-in screen). We are working on it, when I will have
something new I'll report it.
Frantisek
***************
Date: Mon, 17 Mar 2008 21:19:18 +0200
From: Mihails Agafonovs <_muxa(a)inbox.lv>
Subject: Re: [xwiki-users] Problem with AD authentication in XWiki 1.3
To: XWiki Users <users(a)xwiki.org>
Message-ID: <1205781558.47dec436a4896(a)www.inbox.lv>
Content-Type: text/plain; charset="windows-1257"
No, it doesn't.
Quoting Thomas Mortagne : On Mon, Mar 17, 2008 at 3:43 PM, Mihails
Agafonovs wrote:
You can try to specify the base_DN (for me it worked). //
base_DN=dc=domain,dc=com
You're also using sAMAccountName. What format does it have?
name.surname?
In our company our sAMAccountName is like name.surname, and it
doesn't work
with XWiki. So I've changed UID_attr to cn.
P.S. I still use version 1.1.2, because it's the only version
working
properly with AD (user is created in XWikiAllGroup). No other
version is
working in my case :)
The new LDAP authenticator (since 1.3) works perfectly with that and
also add group mapping between XWiki and LDAP.
Quoting Frantisek Kall :
A month ago we tested 1.2 ver. XWiki and there wasn't problem to set
up
Active Directory authentication. Now we are going to start XWiki for
enterprise use and we had a problem to setup AD authentication with
1.3 ver.
Can anybody help us?
Frantisek Kall
Hello all,
I want to add a link beside the edit icon in each section to jump to the top of the page.
Any idea which VM file have the page section I can't find it the contentview.vm holds the whole page and I can just add a jump to the top of the page link at the end of the page but I want it in each section.
Any ideas?
Cheers,
Hosam
I have seen this but can't find it...how to change the URL to display an XWiki page without frames? (no side bars etc.)
-------------- Original message from Vincent Massol <vincent(a)massol.net>: --------------
>
> On Mar 17, 2008, at 11:23 PM, [Ricardo Rodriguez] Your EPEC Network
> ICT Team wrote:
>
> [snip]
>
> > I've read in some previous thread
> > something about going "the Jive way".
> >
> > We have been using Jive for several projects here: it will be really
> > great to see XWiki managing this list and devs one allowing users to
> > read/post messages without needing a desktop email client.
>
> Jive forum is very expensive. I've asked for an open source license a
> week ago but I haven't received any reply.
>
> Thanks
> -Vincent
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
I want to maintain the "expanded/collapsed"-status of my panels when
surfing my xwiki.
I've seen the post
http://lists.xwiki.org/pipermail/users/2008-March/010746.html :
>On Mar 2, 2008, at 12:01 PM, [Ricardo Rodriguez] Your EPEC Network ICT
>Team wrote:
>> Hi all,
>>
>> After googling for a while, I realize that the collapsing/expanding
>> trick is a quite vaste issue!
>>
>> Please, is it possible to force XWiki to deliver collapsed panels? Or
>> even better: is it possible to set a panels to be delivered , by
>> default, collapsed or expanded?
>Yes, that's what we do now.... :) Check in edit mode for example,
>there are panels that are collapsed. Edit those panels and you'll see
>how it's done.
>Moreover we even remember when a user has collapsed/expanded a panel
>in a cookie... :)
>-Vincent
However, I can't see the code used for XWiki panels since I can't
enter edit mode.
I really want to see how to implement those cookies, so if I'm looking
in the wrong place, where can I search it?
rgds,
Joao
I followed the installation instructions for the BulletinBoard application
and I added the entry "BBCode.Translations" in the Administration |
Preferences | Advanced | Internationalization Document Bundles text entry
but when I view ../xwiki/bin/view/BBCode/ I am seeing
bb_bbcodespace
bb_bbcodespaceexplanation
* bb_examplebb bb_goexamplebb
bb_adminbbactions
* bb_createnewbbs bb_adminbb?
* bb_changelookbbs bb_skinbbs
* bb_changetranslationsbb bb_translationsbb?
* bb_apanelisavailable bb_bbpanel?. bb_usepanelwizard bb_gotopanelwizard
.
.
.
Which make me think the BBCode.Translations file hasn't been found. I
looked in the BulletinBoardApplication.xar file but didn't see anything name
BBCode or Translations. Am I suppose to get this file or bundle from
someplace else?
Thanks for any help - Glenn Everitt
--
View this message in context: http://www.nabble.com/BulletinBoard-application-installation-tp16098359p160…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I don't understand the installation instructions for Bulletin Board
Application. I followed the instruction and added BBCode.Translations to
Administration | Preferences | Advanced | Internationalization Document
Bundles. For the /xwiki/bin/view/BBCode/ I still get this stuff....
bb_bbcodespace
bb_bbcodespaceexplanation
* bb_examplebb bb_goexamplebb
bb_adminbbactions
* bb_createnewbbs bb_adminbb?
* bb_changelookbbs bb_skinbbs
* bb_changetranslationsbb bb_translationsbb?
* bb_apanelisavailable bb_bbpanel?. bb_usepanelwizard bb_gotopanelwizard
I didn't see any file like Translations in the BulletinBoardApplication.xar
? Do I need to create page? I'm missing something but not sure what. I've
seen the other postings but...I'm still missing something.
Thanks for any help...
--
View this message in context: http://www.nabble.com/Bulletin-Board-Application-tp16103385p16103385.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
hi.
i don;t want to export my projects, i just want to see the tables that xwiki creates when i make a new space(project). how can i see that? like in using mysql you can see the db from the ".sql" . do i have something similar here? pls say yes :)
Thank you!
Take care ,
Gabriela Radu :)
www.gabrielaradu.com
____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
Hi fellow XWikiers,
We teased you with a few exclusive t-shirt pictures 2 weeks ago... The time
has now come to offer our community the opportunity to enjoy them too !
We have setup a cafepress account for XWiki, available at
http://www.cafepress.com/xwiki . You'll be able to find there t-shirts,
mugs, caps and many more goodies to play with !
We have put a small profit margin on most products. The money received
through the sale of those goodies will go straight back into the XWiki
Open-Source Community development effort, under a format yet to define (but
the idea will be to reward the most active XWiki committers & contributors
from outside of XWiki SAS - the company).
One address : http://www.cafepress.com/xwiki - enjoy !
I've also added the XWiki logos & other fun images on this page for the
community to enjoy : http://www.xwiki.org/xwiki/bin/view/Main/Goodies
We hope to see you all wearing XWiki apparel soon ;-)
On behalf of the XWiki Development Team,
Guillaume
PS : Ricardo, we'd be glad to see the XWiki logo on your sports teams shirts
:-) You'll find all the images you'll need on the Goodies page mentioned
above. Don't forget to send us the pictures when you wear them - and win !
:-)
hi,
I wonder if I'm the first few outside people to try XWS milestone 1. :-)
Well, I'm evaluating the XWiki series of products for my Java User Group in
Hong Kong. XWS "looks" better than XE to me and it seems XWS allows every
user to create his/her own space of blog, wiki, photo and files, that
perfectly fit my needs. I wonder:
- could XWS provide public registration, and anonymous
(/non-logged-in) user access mode?
- could XE actually do all XWS can do and I should use XE for public
service? In fact, I feel XE has steeper learning curve than XWS. It seems XE
does not provide individual blog, photo and file spaces
- any pointer if I want to limit one user to create only one space?
- could anyone point me to where I may be able to customize the space
name and url? basically, the use of "Space_" as prefix look quite odd to me
and i would like to remove it. And if it is possible i would want to make
the url shorter. Currently, it's something like: "
http://mydomain.com/xwiki/bin/view/Space_username/", i am able to
remove the context "xwiki", and i suppose it shouldn't be difficult to turn
Space_username to username. It's most desirable to turn bin/view to nothing
or make it a single "folder", e.g. remove "/bin" (i suppose the action
cannot be removed.)
regarding URL, i wonder if the developers like to go to the REST-ful
direction. Some people think in REST-ful URL only resource but not action
should be put as the path. (certainly, i understand in using Struts, some
options may not be available)
Thank you very much.
Regards,
mingfai
Hello,
I tried to use the Watchlist feature of XWiki 1.3 and finally I receive
the emails created by it but they just contain the scripting code, so the
code seems not to be excecuted. I already deleted the date fomatting in
the code as it stops the creation of the mail at all.
Any ideas?
Thanks!
Bye,
Jan
Hello Jan-Sebastian, This message is sent by XWiki. Here are the documents
in your watchlist that have been created or updated since the last
notification :
Page Informations
-------------------------------------------------------------------------
| $udoc.getDisplayTitle() modified by , comment : |
| ${udoc.fullName} $udoc.getComment() |
|---------------------------------- |
| Modifications on page objects or class|
| |
---------------------------------------|
Please consider the environment before printing this email
Euler Hermes is the world's premier credit insurer, offering solutions
for the management of trade receivables, from credit insurance and
financing of trade receivables to bonding and guarantees. Euler
Hermes is a subsidiary of AGF and a member of Allianz.
www.eulerhermes.com
-------------------------------------
This e-mail may contain confidential and/or privileged information. If
you are not the intended recipient or have received this e-mail in error,
notify the sender immediately and destroy this e-mail. Any unauthorised
use, copying, disclosure or distribution of the contents of this e-mail
is strictly forbidden and may be unlawful.
Read our full e-mail disclaimer statement and monitoring policy
(http://www.eulerhermes.com/group/en/disclaim/index.html) before
taking any action based on the contents of this e-mail.
It's working fine now thanks :)
There is no way to get it like that one instead of the table?
http://orientware.objectweb.org/xwiki/bin/view/XWiki/AllDocs
Original Message:
Hi,
<br />
<br />I googled for it and yes exactly like this one but I get 'The requested
<br />> document could not be found' on my wiki. Any idea why it's not supported in
<br />> my xwiki.
<br />
<br />
<br />Did you import the default XAR available for download at :
<br />http://www.xwiki.org/xwiki/bin/view/Main/Download#HXWikiEnterprise ?
<br />
<br />To retrieve the page, download the XAR, go to administration > import, add
<br />the file to the page, click on its name, uncheck all boxes but the one
<br />marked Main.AllDocs and import it. This will recreate the doc in your wiki.
<br />
<br />Guillaume
<br />
--
Hello Guillaume,
I googled for it and yes exactly like this one but I get 'The requested document could not be found' on my wiki. Any idea why it's not supported in my xwiki.
Many thanks
Cheers,
Hosam
Original Message:
Hi,
<br />
<br />Is it possible to build a site map for xwiki and not graphical one like the
<br />> freemind as the wiki get bigger its really annyoing using freemind.
<br />>
<br />> I want something like the navigation panel but in a page not in a panel
<br />
<br />
<br />Like, http:///xwiki/bin/view/Main/AllDocs ?
<br />Guillaume
<br />
--
Hello all,
Is it possible to build a site map for xwiki and not graphical one like the freemind as the wiki get bigger its really annyoing using freemind.
I want something like the navigation panel but in a page not in a panel
Thanks in advance
Cheers,
Hosam
Hi.
I have installed an XWiki 1.2.2 through a "XWiki Enterprise ZIP", and
now want to upgrade to 1.3.
>From the documentation, it seems that easy upgrades of the wiki
require the WAR installation, which I have not done. Do I have to
export my current wiki into a WAR (if so, how can I do it?), or is it
done through a different method?
Best regards,
Joao
Hi Guillaume,
In the ancient days before xwiki we used to checkout a project from version control (Telelogic Synergy) into the file system.
To access it from Web we put the base directory under apache htdocs using directory navigation feature provided by apache server.
The major drawback was/is
- no access control (ok htaccess - not realy maintainable in our case)
- no possibility to add meta data like version, author e.a. from version control
- no special filters on file types (e.g. only show office documents for project a (separate directory structure), all documents for project b (separate directory structure)
My first idea is to provide a plugin to access filesystem starting from a root-directory and generate a tree like structure.
On top of this I can provide a filter mechanism and adding meta data to the display.
It should look something like this:
http://mywiki/xwiki/bin/ProjectA/ContentFromVersionControl
(Page content)
This page contains detailed data from project myspecialProject~jgellien from Synergy repository myrepo:
myspecialProject~jgellien
|-----doc
| |- myDescription.doc (version: 1.0, last changed: jgellien)
| |- more docs to come (version: 1.1, last changed: jgellien)
| |-subdir
|- projectplan.xls (version: 1.1, last modified: jgellien)
The documentation is directly maintained inside version control with a predefined directory structure.
This structure should be preserved in the presentation layer.
Updating the documentation could be done with a chron job.
Perhaps this goes into the direction of WebDav and ViewVC but I am no expert on this field.
Do you have any advise how to proceed?
Any help is highly appreciated.
Best regards
Joerg
___________________________________________________
Jörg Gellien
Otto Group
Systementwickler · Software Qualitätsmanagement und Synergy Administration · IL-BI-ZA
Otto (GmbH & Co KG) · Wandsbeker Straße 3-7 · 22172 Hamburg
Telefon +49 (0) 40 64 61 5691 · Fax +49 (0) 40 64 64 5691
joerg.gellien(a)ottogroup.com · www.ottogroup.com
___________________________________________________
AG Hamburg, HRA 62024, Persönlich haftend: Verwaltungsgesellschaft
Otto mbH, Hamburg, AG Hamburg, HRB 13762
vertreten durch: Hans-Otto Schrader (Vorsitzender) · Dr. Rainer Hillebrand (Stellvertretender Vorsitzender) · Alexander Birken ·
Dr. Willi Darr · Diethard Gagelmann · Peter Gelsdorf · Dr. Wolfgang Linder · Jürgen Schulte-Laggenbeck · Dr. Winfried Zimmermann
Aufsichtsrat: Prof. Dr. h.c. Werner Otto (Ehrenvorsitzender) · Dr. Michael Otto (Vorsitzender)
Date: Tue, 11 Mar 2008 14:59:04 +0100
From: "Guillaume Lerouge" <guillaume(a)xwiki.com>
Subject: Re: [xwiki-users] Display directory tree under xwiki
enterprose 1.3
To: "XWiki Users" <users(a)xwiki.org>
Message-ID:
<1c35d2320803110659n518577cbx6fa53ff6eeb8cdfd(a)mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
Hi Jorg,
> first of all thanks for this new great release of XWiki Enterprise
> 1.3. I am on the list for about 6 weeks now and it is a real pleasure
> to see the flow of work done here.
>
Thanks :-)
> Now to my topic for today.
> To setup a departmental wiki I have the requirement to display a
> directory structure with download option from within a wiki page. We
> use version control system to archive documentation for specific
> projects. In most cases these are office documents (doc, xls,ppt) but
> might be other formats as well.
>
> Does anyone allready has a solution for this requirement?
> For me it is no option to link these documents manually as
> attachments. Furthermore I like to use the rights system to restrict
> access to the tree.
>
> Hope I made myself clear.
>
Not quite. I didn't understand this :
- Where will your files be stored -> in an external system or as
attachments to a wiki page ?
- If your files are stored in an external system and you want to
provide access to them from the wiki, you need to tell us what system this
is (there is some work going on with WebDav or SVN integration for instance)
- If your files are stored in your wiki -> then it is quite easy
to generate a list of all the files attached to a given wiki page on that
page itself. It will save you the time of having to edit the page to add a
link towards new files every time you upload one.
Thanks,
Guillaume
hi. i have attached a photo to my page...(the photo clarity is very high) and when seen in xwiki...it looks very unclear. does anybody knows why this happends? it's very strange. i made a image map for it but i have to add that i did nothing to the photo clarity, pixel etc..just upload it for an image map and when attached to xwiki...it;s unclear.
Take care ,
Gabriela Radu :)
www.gabrielaradu.com
____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
Hello XWikiers,
I'd be in need of a little tool to help me fine-tune HQL queries for
our XWiki before I can insert them in pages.
Is there already such a tool?
It could be as simple as a textarea and a tabular result.
paul
Hi,
Couldn't changing the skin/look and feel of a page be done from a menu pull
down/ selection to make that functionality more accessible to non-coders?
Regards,
Richard
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf
Of Sergiu Dumitriu
Sent: 15 March 2008 05:59
To: XWiki Users
Subject: Re: [xwiki-users] changing some layout details in a single page
[Ricardo Rodriguez] Your EPEC Network ICT Team wrote:
> Guillaume Lerouge wrote:
>> What you can do is to append ?skin= at the end of your page name to
>> force it to use that given skin, for instance :
>>
>> mywiki.com/xwiki/bin/view/Main/WebHome?skin=albatross
>> <http://mywiki.com/xwiki/bin/view/Main/WebHome?skin=albatross> (or
toucan)
>>
>> Then you can add this code to your selected pages (it's not clean but
>> it will work) :
>>
>> #if(!$request.skin || $request.skin && $request.skin != 'myskin')
>>
>> #set($skin = '?skin=myskin')
>>
>> #set($url = $xwiki.getURL($doc.fullName))
>>
>> #set($pageurl = $url + $skin)
>>
>> $response.sendRedirect($pageurl)
>>
>> #end
A shorter code:
#if("$!request.skin" != "myskin")
$response.sendRedirect($doc.getURL("view", "skin=myskin")
#end
>
> Oh! How powerful is this stuff! The "only" problem is to know how to use
> all the resources this framework provides us.
>
> Don't you think this must go to Code Snippets?
>
> Thank you so much,
>
> Ricardo
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
is confidential. It may also be legally privileged. It is intended only for
the stated addressee(s) and access to it by any other person is
unauthorised. If you are not an addressee, you must not disclose, copy,
circulate or in any other way use or rely on the information contained in
this e-mail. Such unauthorised use may be unlawful. We may monitor all
e-mail communications through our networks. If you have received this e-mail
in error, please inform us immediately on +44 (0) 1749 672081 and delete it
and all copies from your system. We accept no responsibility for changes to
any e-mail which occur after it has been sent. Attachments to this e-mail
may contain software viruses which could damage your system. We therefore
recommend you virus-check all attachments before opening. A business of
Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business
Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
868273
The XWiki development team is pleased to announce the release of XWiki
Workspaces Milestone 1,
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
XWiki Workspaces is a new product focusing on easy collaboration through
workspaces and their applications : Wiki, Blog, Photo Galleries and Files
sharing. This first milestone implements the initial feature set of
Workspaces, you can find more about it on http://workspaces.xwiki.org
For more information about this release, including links to installation
instructions and to Workspaces JIRA project, read the releases notes at
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesWorkspaces10M1
Thanks,
-The XWiki dev team
Using Xwiki Enterprise 1.3 I defined this in my wiki page
{rss:feed=http://www.reybango.com/rss.cfm|full=true|count=3}
In my wiki page I get
rss: Error processing http://www.reybango.com/rss.cfm: www.reybango.com
I think this is because xwiki is behind a firewall and I need to specify a
proxy but I don't know where I would specify my proxy server. Seems like I
will have the same problem with Swizzle Plugin since my Jira isn't behind
the firewall with xwiki. Any ideas?
Any help would be greatly appreciated. - Glenn Everitt
In my log file I get this
2008-03-15 20:44:12,174
[http://coe.portal8.stg.covisint.com/xwiki/bin/view/Development/Reference]
[TP-Processor8] WARN filter.MacroFilter - MacroFilter: unable
to format macro: rss
java.io.IOException: Error processing http://www.reybango.com/rss.cfm:
www.reybango.com
at com.xpn.xwiki.render.macro.rss.RSSMacro.execute(RSSMacro.java:101)
at com.xpn.xwiki.render.filter.MacroFilter.handleMatch(MacroFilter.java:90)
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
com.xpn.xwiki.render.XWikiRadeoxRenderEngine.render(XWikiRadeoxRenderEngine.java:92)
at
com.xpn.xwiki.render.XWikiRadeoxRenderer.render(XWikiRadeoxRenderer.java:118)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:252)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:176)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:145)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderDocument(DefaultXWikiRenderingEngine.java:134)
at
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:418)
at com.xpn.xwiki.api.Document.getRenderedContent(Document.java:371)
at sun.reflect.GeneratedMethodAccessor254.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
.
.
.snip
--
View this message in context: http://www.nabble.com/Xwiki-RSS-macro-problem---newbie-mistake--tp16072389p…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi everybody!
I see a problem with prototype 1.5. I use TableKit in XWiki which was
written by prototype 1.5. When I run, it display error message: "Stack
Overflow".
Please help me!
KhanhVk.
Hi,
Please, allow me to repost this question as a new thread although it is already posted deep in a previous one.
I see updateName() extensively used in XWiki to remove spaces and "forbidden characters" from document titles.
I was wondering if this XWiki helper javascript method could be used to remove spaces from
any other string. If it is possible, please, could anybody post an example of how to use it?
Thank you.
Best regards,
Ricardo
--
Ricardo Rodríguez
Your EPEC Network ICT Team
Thanks Glenn,
I *think* I did that - any idea how I could test it? Is there some sort of
status / troubleshooting page for XWiki, where I can see what's working and
what's not?
From: Glenn Everitt <Glenn.Everitt(a)compuware.com>
> Subject: Re: [xwiki-users] installation problems
>
> You also have to manually create the xwiki user in MySql. Don't forget to
> give the user all required permissions. - Glenn Everitt
___________________________
Yishay Mor, Researcher, London Knowledge Lab
http://www.lkl.ac.uk/people/mor.htmlhttp://yishaym.wordpress.comhttps://www.linkedin.com/in/yishaymorhttp://www.google.com/calendar/embed?src=yishaym%40gmail.com
+44-20-78378888 x5737
I searched XWiki.org and found some proposals related Google
Gadgets support but no volunteers.
I believe XWiki would benefit greatly in support for Google Gadgets/Open
Social. If anybody else agrees perhaps we can collaborate.
I also saw that in one of the proposals it was mentioned to leverage the
Widget API, but looking through the API documentation I didn't find anything
called the Widget API, so a little guidance there would be appreciated.
Now I was able to put a Sprout onto an XWiki page with no trouble, so I
would guess GUG/OpenSocial isn't going to be difficult.
Ollie
Thanks Ricardo,
My server's 8080 is behind a firewall, but I can see it and have no problem
running other JSP / servlets.
thanks for reminding me about hibernate.cfg.xml
I also realized that I hadn't installed a MySql driver in WB-INF.
However, even though I fixed these two issues, I'm still getting a blank
page.
Also, I wasn't sure with settings to use in hibernate:
<!-- settings commented out in original file -->
<property name="connection.url
">jdbc:mysql://localhost/xwiki?useServerPrepStmts=false&sessionVariables=sql_mode=''</property>
<property name="connection.username">xwiki</property>
<property name="connection.password">xwiki</property>
<property name="connection.driver_class">com.mysql.jdbc.Driver
</property>
<property name="dialect">org.hibernate.dialect.MySQLDialect</property>
<property name="connection.provider_class">
com.xpn.xwiki.store.DBCPConnectionProvider</property>
<property name="connection.pool_size">2</property>
<property name="statement_cache.size">2</property>
<mapping resource="xwiki.hbm.xml"/>
<mapping resource="feeds.hbm.xml"/>
<!-- instructions from
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationMySQL -->
<property name="connection.url">jdbc:mysql://localhost/xwiki</property>
<property name="connection.username">xwiki</property>
<property name="connection.password">xwiki</property>
<property name="connection.driver_class">com.mysql.jdbc.Driver
</property>
<property name="dialect">org.hibernate.dialect.MySQLDialect</property>
Date: Wed, 12 Mar 2008 01:29:07 +0100
> From: "[Ricardo Rodriguez] Your EPEC Network ICT Team"
> <webmaster(a)environmentalchange.net>
> Subject: Re: [xwiki-users] installation problems
> To: XWiki Users <users(a)xwiki.org>
> Message-ID: <47D723D3.5070304(a)environmentalchange.net>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi, Yishay,
>
> Yishay Mor wrote:
> > Hi all,
> >
> > I'm trying to install xwiki 1.3 on a Mac XSERVE Leopard (osx 1.5)
> > server, and I'm not getting very far.
> >
> > I downloaded the war, opened http://localhost:8080/manager/html, and
> > deployed.
> > My manager shows XWiki up and running.
> > I click http://localhost:8080/xwiki and get redirected to
> > http://localhost:8080/xwiki/bin/view/Main/WebHome
> > and then I get a blank page.
> > same for http://localhost:8080/xwiki/bin/admin/XWiki/XWikiPreferences
>
> Just to be sure, have you edited your hibernate.cfg.xml? It is a bit
> strange that you get a blank page instead of an error, but...
>
> Another doubt, does XServe Leopard has a firewall? Is port 8080
> accessible?
>
> My 2 c.,
>
> Ricardo
>
> --
> Ricardo Rodr?guez
> Your EPEC Network ICT Team
>
>
___________________________
Yishay Mor, Researcher, London Knowledge Lab
http://www.lkl.ac.uk/people/mor.htmlhttp://yishaym.wordpress.comhttps://www.linkedin.com/in/yishaymorhttp://www.google.com/calendar/embed?src=yishaym%40gmail.com
+44-20-78378888 x5737
Hi all,
I would like to set a given panel with a different background. Let's
say, white, instead of the default #384554 in Albatross skin.
I read in macros.vm panels' entries...
## Note: We pass the Panel name as an HTML class attribute so that it's
possible to style
## the Panels selectively using CSS.
Does this means that it is possible to change the background on a per
panel basis by using CSS?
In any case, I've tried to create a new macro assigning a different
background color. This way...
#macro(panelhiddenheaderwhitebackg $title)
#set ($specialClassAttribute = "")
#if ($paneldoc && $paneldoc != "")
#set ($specialClassAttribute =
$util.convertToAlphaNumeric($paneldoc.name))
#end
<div class="panel expanded $specialClassAttribute">
<h5 class="xwikipaneltitle hidden"
onclick="togglePanelVisibility(this.parentNode);">$title</h5>
<div class="xwikipanelcontentswhitebackg">
#end
Class for the div holding the content is set to
xwikipanelcontentswhitebackg. I've created this class in
colorsblack.css, imported by style.css, but there is no background shown
for this panel. Using Firefox/Inspector, I can not see colorsblack.css
referenced when inspecting this element.
Please, is it possible to do this? Where am I wrong?
Thank you so much,
Ricardo
--
Ricardo Rodríguez
Your EPEC Network ICT Team
Vincent,
We'd like to see:
* An improved WYSIWYG editor with the following features:
- cut and paste from Word and web pages easily i.e. without having to go
back and adjust the formatting of what's been pasted onto an XWiki page
- cut and paste images without attaching first (i.e. when you cut and paste
images are automatically attached the page)
- can the appearance of table be made better and used to layout the page so
text can be grouped in columns and boxes more easily?
- don't think being able to flip between WYSIWYG and the wiki editor makes
sense - when flipping from WYSIWYG editor and the wiki editor the markup
isn't very readable or editable and a lot of errors seem to get introduced.
I guess the wiki markup editor allows you to enter code easily so a wiki
editor is still useful, but maybe the WYSIWYG editor could allow editing of
text WYSIWYG style BUT also allow wiki editing of sections of the page, so
that way you hide the awful WYSIWYG markup layout but allow wiki markups and
code in defined sections of a page. These wiki/code sections in the WYSIWYG
editor could then be marked by boxes containing the wiki markup and code -
do you know what I mean? So you get rid of the wiki editor and have one
editor the WYSIWYG editor that allows you to use wiki markup and code in
user defined areas of a page.
- if some wiki markup or code on a page could muckup the layout of the menu
bars, etc can XWiki catch it and prevent it from doing that?
I think how useful and useable the WYSIWYG editor is effects the users
experience and whether they'like and want to use XWiki.
* A way of sending emails to XWiki so they can be stored, archived and
referenced from a wiki page.
Hope that helps.
Richard
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf
Of Vincent Massol
Sent: 10 March 2008 14:10
To: XWiki Developers; XWiki Users
Subject: [xwiki-users] Roadmap for XE 1.4
Hi everyone,
I'd like everyone's input for defining the XE 1.4 roadmap both on the
general objectives and specific features/bugs to implement/fix.
Here's my first take below. Please comment on it and add other stuff.
This is a brainstorming session. Then we can start assigning
committers/contributors to goals/issues.
General Goals:
============
* Bug fixes
** Go from 240 in JIRA for Core down to 180 on XE 1.4 release date
* Better performance
** Run XE with a profiler and find bottlenecks
** Reduce number of database calls
** Improved page loading (JV)
** Make Stats usable on xwiki.org (ThomasM)
* More automated tests
** More selenium tests
** Add tests on Tomcat 6.x as part of the CI build
** Add tests on Windows and with IE6 and IE7 as part of the CI build
* No new features in general
Of course there are some goals that are always valid irrelevant on any
release and that we should keep in mind:
* More tests
* Better javadoc
* More documentation on xwiki.org
* Code cleanup/refactoring
* Extract more plugins from core into plugins proper
Specific issues to implement/fix
========================
* Add support for removing class properties
(http://jira.xwiki.org/jira/browse/XWIKI-99
)
* (optional - depending on availability) - New rendering rewrite
(http://jira.xwiki.org/jira/browse/XWIKI-654
)
* (optional - depending on availability) - Interface extensions
(http://dev.xwiki.org/xwiki/bin/view/Design/InterfaceExtensions
)
* Add any other critical issue here
Thanks
-Vincent
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
is confidential. It may also be legally privileged. It is intended only for
the stated addressee(s) and access to it by any other person is
unauthorised. If you are not an addressee, you must not disclose, copy,
circulate or in any other way use or rely on the information contained in
this e-mail. Such unauthorised use may be unlawful. We may monitor all
e-mail communications through our networks. If you have received this e-mail
in error, please inform us immediately on +44 (0) 1749 672081 and delete it
and all copies from your system. We accept no responsibility for changes to
any e-mail which occur after it has been sent. Attachments to this e-mail
may contain software viruses which could damage your system. We therefore
recommend you virus-check all attachments before opening. A business of
Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business
Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
868273
Esbach, Brandon wrote:
>
>>>With a little work, you could probably intercept the upload via
> groovy, place it on a network drive, replace the attachment with a link
> to that network file..
> <shrug>
> Would think that this would be your next step? Granted, I've never
> tested the idea; but it should do what you're looking for.
>
So I take it nothing like this is in the works? :)
--
View this message in context: http://www.nabble.com/Xwiki-file-and-attachment-storage-tf4214945.html#a123…
Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
I'm afraid I can't access the firewall - its centrally managed. I only have
admin rights to this particular server. I'll have a look at the log files.
Date: Thu, 13 Mar 2008 12:12:27 +0100
> From: "[Ricardo Rodriguez] Your EPEC Network ICT Team" <
> webmaster(a)environmentalchange.net>
> Subject: Re: [xwiki-users] installation problems
> To: XWiki Users <users(a)xwiki.org>
>
> Hi,
>
> Yishay Mor wrote:
> > Thanks Ricardo,
> >
> > My server's 8080 is behind a firewall, but I can see it and have no
> > problem running other JSP / servlets.
>
> If you can manage your network, could you try by stopping the firewall?
> I am guessing it could be easy for you if xwiki and MySQL are running on
> the same server and you have an administrative account there. It is
> weird that you don't get errors if you had not hibernate.cfg.xml
> configured and a MySQL drivers in place.
>
> Could you also take a look to your catalina.out and/or the console of
> your server? There must be useful information there.
> >
> > thanks for reminding me about hibernate.cfg.xml
> > I also realized that I hadn't installed a MySql driver in WB-INF.
> > However, even though I fixed these two issues, I'm still getting a
> > blank page.
> >
> > Also, I wasn't sure with settings to use in hibernate:
>
> Use always the uncommented lines from your current release as the base
> for your configuration. Documentation is mostly manually updated, so
> there could be changes not reflected there. This is a wiki, so our
> contribution will be welcome... when we know what we are doing :-)
>
> Thanks!
>
> Ricardo
>
> --
> Ricardo Rodr?guez
> Your EPEC Network ICT Team
>
>
>
___________________________
Yishay Mor, Researcher, London Knowledge Lab
http://www.lkl.ac.uk/people/mor.htmlhttp://yishaym.wordpress.comhttps://www.linkedin.com/in/yishaymorhttp://www.google.com/calendar/embed?src=yishaym%40gmail.com
+44-20-78378888 x5737
Good day.
I just download xwiki, and see, that it is not possible to set name of default
database scheme other than 'xwiki'. (Becouse xwiki.tableName is hardcoded in
SQL statements)
Unfortunately. this means that it is hard to use xwiki as platform for web
application, because usually we have situation 'one application/one database
scheme' and want to use few applications (or few version of same application)
simultaneously.
Question: if I change this and wull create path for configurable database
scheme name of main xwiki instance, would this patches be accepted (?) or such
using is out of scope of interest for xwiki community ?
--
Ruslan Shevchenko
GradSoft. http://www.gradsoft.ua
Hello,
I've installed xwiki from the standalone installation and have chosen to use
mysql instead of hsqldb. I run the server and everything looks great. I
can get into mysql and see that the tables are populated, and I see the web
pages in firefox.
But, when I then try to log in using Admin/admin, I receive a "wrong user
name" response that prevents me from going any further. I've tried
variations on the log in (caps, no caps, etc.) but nothing seems to work.
If I attempt to add a user (not logged in), there are no errors but upon
pressing save, the user list does not update for the new user. In addition,
I looked at the database table xwikipreferences (I assume this is where the
user names and passwords are stored) and the username is not there.
Here are my specs:
xwiki 1.3
windows vista
mysql 5.0.14
JDK 1.5.0
I've searched through Nabble, xwiki.org, and google but haven't found
anything that has helped. I'm emailing the list to see if anyone knows
anything about this or whether this may be a compatibility issue.
I've also tried this with the graphical windows native installer and
encounter the same issue. As a side note, with the graphical windows native
installer, I notice that the css and js files do not load but images and
text do.
Any help would be very appreciated,
Greg
Hi everyone,
I'd like everyone's input for defining the XE 1.4 roadmap both on the
general objectives and specific features/bugs to implement/fix.
Here's my first take below. Please comment on it and add other stuff.
This is a brainstorming session. Then we can start assigning
committers/contributors to goals/issues.
General Goals:
============
* Bug fixes
** Go from 240 in JIRA for Core down to 180 on XE 1.4 release date
* Better performance
** Run XE with a profiler and find bottlenecks
** Reduce number of database calls
** Improved page loading (JV)
** Make Stats usable on xwiki.org (ThomasM)
* More automated tests
** More selenium tests
** Add tests on Tomcat 6.x as part of the CI build
** Add tests on Windows and with IE6 and IE7 as part of the CI build
* No new features in general
Of course there are some goals that are always valid irrelevant on any
release and that we should keep in mind:
* More tests
* Better javadoc
* More documentation on xwiki.org
* Code cleanup/refactoring
* Extract more plugins from core into plugins proper
Specific issues to implement/fix
========================
* Add support for removing class properties (http://jira.xwiki.org/jira/browse/XWIKI-99
)
* (optional - depending on availability) - New rendering rewrite (http://jira.xwiki.org/jira/browse/XWIKI-654
)
* (optional - depending on availability) - Interface extensions (http://dev.xwiki.org/xwiki/bin/view/Design/InterfaceExtensions
)
* Add any other critical issue here
Thanks
-Vincent
hallo
hopefully this question is not too stupid.
i planned to install xwiki enterprise manager 1.1 on tomcat 5.5 (java
1.5). i copied the war file and set up the database / hibernate.cfg. the
db connection seems to work (same config used for another xwiki test).
when i open the url in the browser i get redirected to:
http://127.0.0.1:9080/xwiki/bin/Main/ThisWikiDoesNotExist
(which makes no sense, tomcat runs on 8080 on the server)
i found this is configured in WEB-INF but i am not sure what would be
the correct value.
also the xwiki.log file is not found / does not exist. so i either
forgot to add the log configs or they are missing?
i found some links on nabble.com like
http://www.xwiki.org/xwiki/bin/view/Community/Debugging#Logging but all
of them point to nowhere. the documentation link on xwiki.org opens
xwiki.org in a new window.
so i am a little stuck here. am i doing something wrong completely?
(xwki-enterprise-manager comes with xwiki? it does not need it?)
any help, hints or doc links would be great!
thanks a lot
ossi
I submitted the following as a bug about two weeks ago, but perhaps that
wasn't the right way to ask for help about this problem, so I'm trying the
list --
I tried both 1.3 M2 and 1.2.2, and I had the following problem (both using
the standalone zip version on Windows) :
If you create a table on a page using WYSIWYG, it all works great. If you
highlight a the first table cell of a row or a whole row and use the palette
button to change the color of those cells, it works. If you save the page,
it looks good. If you edit it again with the WYSIWYG, however, it doesn't
render it right, and the cell/row that you changed color of gets appended to
the line above it in the WYSIWYG editor. Using the WIKI editor (as long as
you don't save the broken page back down from the WYSIWYG editor),
everything still works good. So it's how the editor is choosing to render
out the page that seems to be causing the problem.
Bolding a cell/row doesn't seem to cause this problem, only changing the
text color.
Below is an example of some code that won't show up correctly in the WYSIWYG
editor (even though it was the WYSIWYG editor that created it)
{table}
table info |test table
test test test |test test test
asdklfj|lkajsdlj
{style:type=span|color=#990000}test{style}|{style:type=span|color=#990000}test{style}{table}
The last row shows up tacked on to the end of the 2nd to last row, instead
of appearing as its own row. This is only the case in the WYSIWYG editor.
This code displays fine when just viewing the page.
Is this actually a bug or am I doing something screwy?
Thanks!
-BJ Quinn
--
View this message in context: http://www.nabble.com/WYSIWYG-editor-won%27t-read-tables-with-colored-text-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi, I want to export some documents to xar. I go to Administration\Export,
enter package name,.. and click "Export", then all of my documents are
exported. Is there any way allowed me to export only documents that I want?
I am new to Xwiki and am having an extremely hard time finding documentation
for anything. Let me give you an example. I took a look at the code for
the Create New Page panel. It starts like this:
#if($hasedit)
#panelheader($msg.get("Create"))
<form method="post" action="$doc.getURL("view", "xpage=create")"
onsubmit="cancelCancelEdit()">
It seems interesting, so I want to know more about it:
What is $hasedit and where is it documented?
What is $msg.get and where is it documented?
What is cancelCancelEdit() and where is it documented?
At least I can find document.getURL() in the API. Why not the others?
This is only the first 3 lines of code, and already I have wasted 2 hours on
Google. What am I doing wrong? I would like to be able to develop with
Xwiki, but it will not be possible like this. Please give me some advice.
Thank you.
That works! Thank you.
Date: Thu, 13 Mar 2008 22:46:33 +0100
From: Sergiu Dumitriu
Subject: Re: [xwiki-users] Login problem with IE7
To: XWiki Users
Message-ID: <47D9A0B9.2090807(a)xwiki.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
MSilverboard wrote:
>
> Hi,
>
> I see from previous posts that there was a problem with login using
> Internet Explorer 7 during development, and I think I may have a related
> problem. I am able to login using Firefox 2.0, but trying to login
> using IE7, even as superadmin, simply returns me to the login page. I
> have deleted all my cookies; that didn't help. Here is the
> configuration I am using. Any suggestions?
>
> Windows 2003 Server SP2
> Tomcat 6.0.16
> MySQL 5.0.51a
> Java runtime build 1.6.0_05-b13
>
> XWiki Enterprise Manager 1.1
> XWiki Enterprise Manager Wiki Administrator XAR 1.1
>
> I'm using default authentication.
>
Hi,
It seems there is a compatibility problem between the way Tomcat 6.0.16
handles cookies and Internet Explorer. For the moment you should
downgrade to Tomcat 6.0.14, until we find a workaround in the XWiki code.
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
Please, where must I include a #includeMacros macro to have the macros
defined there available for any document in a wiki?
I see the Macro Mapping field in Administration > Preferences >
Advanced, but I am not able to find how to use it. I've tried by putting
the macros there, the macro there calling a document with the macros'
definition,.. but none of these worked. A modified macros.vm does perfect.
Thanks for your help,
Ricardo
--
Ricardo Rodríguez
Your EPEC Network ICT Team
Hi guys
I wrote a little howto for my installation. Some things I was not able to
cover (mod_proxy) or I just didn't do it so far (importing initial
database).
You can find the mini-howto http://88.198.238.101:8180/xwiki/bin/view/Main/
here . This site is not here to stay, so after cleanup the howto with your
feedback (feel free to edit it directly) I would like to give this howto to
the XWiki-guys and they can maybe find a place on their homepage were it
fits...although I have to admit, that it's not much different from the
already existing instructions, but in my opinion it could help total newbies
like me ;-)
Feedback is warmly welcome.
Note: The howto was written by a non-tech-guy so there are may mistakes. If
somebody from Europe could tell me whether the server is super-fast or
super-lame that would be great.
--
View this message in context: http://www.nabble.com/My-Howto---Debian-4-%28etch%29---Tomcat---MySQL-tp151…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I see from previous posts that there was a problem with login using
Internet Explorer 7 during development, and I think I may have a related
problem. I am able to login using Firefox 2.0, but trying to login using
IE7, even as superadmin, simply returns me to the login page. I have
deleted all my cookies; that didn't help. Here is the configuration I am
using. Any suggestions?
Windows 2003 Server SP2
Tomcat 6.0.16
MySQL 5.0.51a
Java runtime build 1.6.0_05-b13
XWiki Enterprise Manager 1.1
XWiki Enterprise Manager Wiki Administrator XAR 1.1
I'm using default authentication.
Xwiki.cfg follows:
=======================================
xwiki.base=../../
xwiki.store.class=com.xpn.xwiki.store.XWikiHibernateStore
xwiki.store.hibernate.path=/WEB-INF/hibernate.cfg.xml
xwiki.store.hibernate.updateschema=1
xwiki.store.hibernate.custommapping=1
xwiki.store.cache=1
xwiki.store.cache.capacity=100
xwiki.store.migration=1
xwiki.monitor=1
# List of active plugins.
xwiki.plugins=\
com.xpn.xwiki.monitor.api.MonitorPlugin,\
com.xpn.xwiki.plugin.calendar.CalendarPlugin,\
com.xpn.xwiki.plugin.feed.FeedPlugin,\
com.xpn.xwiki.plugin.ldap.LDAPPlugin,\
com.xpn.xwiki.plugin.google.GooglePlugin,\
com.xpn.xwiki.plugin.flickr.FlickrPlugin,\
com.xpn.xwiki.plugin.mail.MailPlugin,\
com.xpn.xwiki.plugin.packaging.PackagePlugin,\
com.xpn.xwiki.plugin.query.QueryPlugin,\
com.xpn.xwiki.plugin.svg.SVGPlugin,\
com.xpn.xwiki.plugin.charts.ChartingPlugin,\
com.xpn.xwiki.plugin.fileupload.FileUploadPlugin,\
com.xpn.xwiki.plugin.image.ImagePlugin,\
com.xpn.xwiki.plugin.captcha.CaptchaPlugin,\
com.xpn.xwiki.plugin.userdirectory.UserDirectoryPlugin,\
com.xpn.xwiki.plugin.usertools.XWikiUserManagementToolsImpl,\
com.xpn.xwiki.plugin.zipexplorer.ZipExplorerPlugin,\
com.xpn.xwiki.plugin.autotag.AutoTagPlugin,\
com.xpn.xwiki.plugin.lucene.LucenePlugin,\
com.xpn.xwiki.plugin.diff.DiffPlugin,\
com.xpn.xwiki.plugin.rightsmanager.RightsManagerPlugin,\
com.xpn.xwiki.plugin.jodatime.JodaTimePlugin,\
com.xpn.xwiki.plugin.scheduler.SchedulerPlugin,\
com.xpn.xwiki.plugin.mailsender.MailSenderPlugin,\
com.xpn.xwiki.plugin.watchlist.WatchListPlugin,\
com.xpn.xwiki.plugin.wikimanager.WikiManagerPlugin,\
com.xpn.xwiki.plugin.applicationmanager.ApplicationManagerPlugin
# This parameter allows XWiki to operate in Hosting mode allowing to
create
# multiple wikis having their own database and responding to different
URLs
xwiki.virtual=1
xwiki.virtual.redirect=http://127.0.0.1:9080/xwiki/bin/Main/ThisWikiDoesNotExist
# This parameter will activate the eXo Platform integration
xwiki.exo=0
xwiki.authentication=form
xwiki.authentication.validationKey=totototototototototototototototo
xwiki.authentication.encryptionKey=titititititititititititititititi
xwiki.authentication.cookiedomains=xwiki.com,wiki.fr
# Comment if you want to enable logout only for
/bin/logout/XWiki/XWikiLogout
xwiki.authentication.logoutpage=/[^/]+/logout/*
# Stats configuration allows to globally activate/deactivate stats module
# It is also possible to choose a different stats service to record
# statistics separately from XWiki.
# Note: Statistics are disabled by default for improved performances.
xwiki.stats=0
xwiki.stats.default=1
xwiki.stats.class=com.xpn.xwiki.stats.impl.XWikiStatsServiceImpl
xwiki.encoding=ISO-8859-1
xwiki.backlinks=1
xwiki.tags=1
# Use edit comments
xwiki.editcomment=1
# Hide editcomment field and only use Javascript
xwiki.editcomment.hidden=0
# Make edit comment mandatory
xwiki.editcomment.mandatory=0
# Make edit comment suggested (asks 1 time if the comment is empty.
# 1 shows one popup if comment is empty.
# 0 means there is no popup.
# This setting is ignored if mandatory is set
xwiki.editcomment.suggested=0
# GraphViz plugin configuration. The GraphViz plugin is not configured by
default.
# To enable it, add "com.xpn.xwiki.plugin.graphviz.GraphVizPlugin" to the
list of plugins
# in the xwiki.plugins property.
# Uncomment and set the locations of the Dot and Neato executables
#xwiki.plugin.graphviz.dotpath=c:/Program Files/ATT/GraphViz/bin/dot.exe
#xwiki.plugin.graphviz.neatopath=c:/Program
Files/ATT/GraphViz/bin/neato.exe
xwiki.plugin.laszlo.baseurl=/openlaszlo/xwiki/
xwiki.plugin.laszlo.path=c:/Program Files/Apache Software
Foundation/Tomcat 5.0/webapps/openlaszlo/xwiki/
xwiki.plugin.image.cache.capacity=30
xwiki.plugin.captcha=0
# Enable to allow superadmin. It is disabled by default as this could be a
security breach if
# it were set and you forgot about it.
xwiki.superadminpassword=system
#-------------------------------------------------------------------------------------
# LDAP
#-------------------------------------------------------------------------------------
#-# new LDAP authentication service
#
xwiki.authentication.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl
#-# Turn LDAP authentication on - otherwise only XWiki authentication
#-# 0 : disable
#-# 1 : enable
# xwiki.authentication.ldap=1
#-# LDAP Server (Active Directory, eDirectory, OpenLDAP, etc.)
xwiki.authentication.ldap.server=127.0.0.1
xwiki.authentication.ldap.port=389
#-# LDAP login, empty = anonymous access, otherwise specify full dn
#-# {0} is replaced with the username, {1} with the password
xwiki.authentication.ldap.bind_DN=cn={0},department=USER,department=INFORMATIK,department=1230,o=MP
xwiki.authentication.ldap.bind_pass={1}
#-# only members of the following group will be verified in the LDAP
# otherwise only users that are found after searching starting from the
base_DN
xwiki.authentication.ldap.user_group=cn=developers,ou=groups,o=MegaNova,c=US
#-# base DN for searches
xwiki.authentication.ldap.base_DN=
#-# specifies the LDAP attribute containing the identifier to be used as
the XWiki name (default=cn)
xwiki.authentication.ldap.UID_attr=cn
#-# retrieve the following fields from LDAP and store them in the XWiki
user object (xwiki-attribute=ldap-attribute)
#-# ldap_dn=dn -- dn is set by class, caches dn in XWiki.user object for
faster access
xwiki.authentication.ldap.fields_mapping=last_name=sn,first_name=givenName,fullname=fullName,email=mail,ldap_dn=dn
#-# [SINCE 1.3M2, XWikiLDAPAuthServiceImpl]
#-# on every login update the mapped attributes from LDAP to XWiki
otherwise this happens only once when the XWiki account is created.
xwiki.authentication.ldap.update_user=1
#-# [SINCE 1.3M2, XWikiLDAPAuthServiceImpl]
#-# mapps XWiki groups to LDAP groups, separator is "|"
#
xwiki.authentication.ldap.group_mapping=XWiki.XWikiAdminGroup=cn=AdminRole,ou=groups,o=MegaNova,c=US|\
# XWiki.Organisation=cn=testers,ou=groups,o=MegaNova,c=US
#-# [SINCE 1.3M2, XWikiLDAPAuthServiceImpl]
#-# time in s after which the list of members in a group is refreshed from
LDAP (default=3600*6)
# xwiki.authentication.ldap.groupcache_expiration=21800
#-# [SINCE 1.3M2, XWikiLDAPAuthServiceImpl]
#-# - create : synchronize group membership only when the user is first
created
#-# - always: synchronize on every login
# xwiki.authentication.ldap.mode_group_sync=always
#-# [SINCE 1.3M2, XWikiLDAPAuthServiceImpl]
#-# if ldap authentication fails for any reason, try XWiki DB
authentication with the same credentials
xwiki.authentication.ldap.trylocal=1
#-# [SINCE 1.3M2, XWikiLDAPAuthServiceImpl]
#-# SSL connection to LDAP server
#-# 0 : normal
#-# 1 : SSL
# xwiki.authentication.ldap.ssl=0
#-# [SINCE 1.3M2, XWikiLDAPAuthServiceImpl]
#-# The keystore file to use in SSL connection
# xwiki.authentication.ldap.ssl.keystore=
#-------------------------------------------------------------------------------------
xwiki.authentication.unauthorized_code=200
# This parameter will activate the sectional editing
xwiki.section.edit=1
# Uncomment if you want to ignore requests for unmapped actions, and
simply display the document
# xwiki.unknownActionResponse=view
# You can configure the toolbars you wish to see in the WYSIWYG editor by
defining the
# xwiki.wysiwyg.toolbars property.
# When not defined it defaults to:
# xwiki.wysiwyg.toolbars=texttoolbar, listtoolbar, indenttoolbar,
undotoolbar, titletoolbar, \
# styletoolbar, horizontaltoolbar,
attachmenttoolbar, macrostoolbar, \
# tabletoolbar, tablerowtoolbar, tablecoltoolbar,
linktoolbar
# The full list of toolbars includes the one defined above and the
following ones:
# subtoolbar, findtoolbar, symboltoolbar
xwiki.defaultskin=albatross
xwiki.defaultbaseskin=albatross
# xwiki.temp.dir=/tmp/xwiki
# xwiki.work.dir=/usr/local/xwiki
# xwiki.plugins.lucene.indexdir=/usr/local/xwiki/lucene
#
xwiki.plugins.lucene.analyzer=org.apache.lucene.analysis.standard.StandardAnalyzer
# xwiki.plugins.lucene.indexinterval=20
xwiki.work.dir=work
I was able to quickly integrate our lab environment's Google Mini
Appliance with xwiki today...
The set-up of the appliance was simple (after some experimentation on
what to filter out to reduce redundancy and confusion);
1. List of urls to crawl (e.g http://hostname.domain:8080/xwiki )
2. List of patterns to follow (e.g. hostname.domain:8080/xwiki)
3. List of patterns to NOT crawl - I added to the default list
the following
a. contains:?viewer=code
b. contains:?format=rtf
c. contains:?format=pdf
d. contains:?tag=
e. contains:?xpage=print
f. contains:?rev=
and then let it start crawling...
I added the following to a page:
{image:Google.gif}
----
<!-- Search Google Appliance -->
<form method="get" action="http://googleappliance.domain/search">
<table>
<tr>
<td>
<input type="text" name="q" size="25" maxlength="255" value=""/>
<input type="submit" name="btnG" value="Google Search"/>
<input type="hidden" name="site" value="default_collection"/>
<input type="hidden" name="client" value="default_frontend"/>
<input type="hidden" name="proxystylesheet"
value="default_frontend"/>
<input type="hidden" name="output" value="xml_no_dtd"/>
</td>
</tr>
</table>
</form>
<!-- Search Google Appliance-->
... and it was up and running with an inline Google Search. It indexed
the pages and attachments quickly, and it's a pleasure to use.
The Lucene engine will still be useful to us, because it permits
filtering and understands the structure (spaces, authors) and we have
adapted it for our reputation engine.
--
Jim Dowson
CTO, Global Services, EMC Corporation
Linx: (617) 598-0505
Hi list,
My setup with LDAP authentication was kind-of working for the last several
days (able to login with/without using work arounds). Today it stopped
working for one account (bleung).
>From the log file, it seems it failed when xwiki tried to update/synchronize
a user's profile resulting inability to logon. I actually see the login
registered on the top right of a xwiki page, but actually you're not
(navigating away from that page and the login is gone).
The error message mentioned something about:
1. Exception while saving document XWiki.bleung (bleung is login name)
2. Exception while saving property tags of object XWiki.bleung
3. Illegal attempt to associate a collection with two open sessions
Attached is the xwiki log file generated with the following steps:
1. reboot
2. clear firefox cookies
3. start tomcat
4. goto local xwiki homepage
5. logon using LDAP credential
6. goto local xwiki homepage again (and login status disappeared from UI)
7. shutdown tomcat
Anyhelp would be appreciated.
My setup:
xwiki 1.3 final
Windows XP Pro
Oracle 10g
Tomcat 6.0.16
LDAP authentication (AD)
I have defined a NoteClass. I'd like to add an object of NoteClass to every new document when it is created. I don't want users to manually add this object because I want to make it more easier.
Can someone tell me how to do this?
Thanks a million.
Hello,
I just want to have the footer to be on online instead of the multiple lines so first line is creator bla bla aligned right( I can do this from the style.css).
Then the copyright i want it to be aligned left not right but in the CSS file its the same element so I have no idea how to do this.
I am using the toucan skin and I am not a CSS guru just started learning the thing 3 days ago :).
Cheers,
Hosam