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