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
hello
regarding the css use for links ..
"<th>{style:type=div|align=left}*{style:type=span|font-size=12px|color=#ffffff|background-color=#FF3333}<style> a {color:#FFCCDF;}[Review product feedback to designers>Rev_Desfeed]</style>{style}*{style} </th>"
it does not work..it just shows me the css code...but the colors are the same(default)
that is why i said last time that i don't think i get the use of css in xwiki. can u help me with it, pls?
thanks
Take care ,
Gabriela Radu :)
www.gabrielaradu.com
----- Original Message ----
From: Guillaume Lerouge <guillaume(a)xwiki.com>
To: XWiki Users <users(a)xwiki.org>
Sent: Monday, March 10, 2008 4:31:54 PM
Subject: Re: [xwiki-users] hello :D
Hi
1. changing colors of a link...
i have this code:
"{style:type=div|align=left}*{style:type=span|font-size=12px|color=#ffffff|background-color=#DE2626}[Review product feedback to designers>Rev_Desfeed]{style}*{style} "
it worked fine before i made it a link:))) now i have no idea how to control the colors. i saw something on the internet about using css.. i have used css so far but in xwiki i think i don't get it.
You can use CSS. the color attribute targets text color. To change a link color you need to target the <a> element using something like <style> a {color: #000;} </style>
2. i wanna merge 2 cells of a table . do ya have any idea how to do that...
and another thing..is there something like a forum for xwiki, or a website where all the questions have been answered can be found there? so that i won't ask question that were already asked.:)
AFAIK XWiki doesn't support cell merging as of now. However you can combine the table macro with html to create merged cells, as in http://www.xwiki.com/xwiki/bin/view/Solutions/Subscription?viewer=code -> look at how the table is written.
You'll find a lot of info here : http://www.xwiki.org/xwiki/bin/view/FAQ/ . Please take the time to add new entries there once you find answers to your questions.
Thanks,
Guillaume
-----Inline Attachment Follows-----
_______________________________________________
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