Ludovic, XWiki team, and all XWiki users,
Wikimania 2007 conference will be held August 3-5 in Taipei, Taiwan (http://wikimania2007.wikimedia.org/wiki/Main_Page). Are you going?
I grew up in Taipei, I know the place and people. I plan to go. If you are going why not add a meet-up for XWiki? I am a regular/heavy XWiki user, I would like to meet with you in person. It is also possible for me to help arrange some meetings with Taiwan companies and talents. Any interest?
Best,
Wei-hsing
The XWiki development team team is pleased to announce the
availability of the 1.0 RC 1 release.
Go grab it on http://www.xwiki.org/xwiki/bin/view/Main/Download
This release is planned to the last before the final 1.0 release
(unless we find some important bugs in which case there'll be a RC2
release). The 1.0 release is still planned for end of April.
New in this release:
* Lots of bugs fixed
* Updated French translation
* New translation: Simplified Chinese and Russian
* Search is now case insensitive in the default Wiki for all
DBMS (it was working fine for MySQL previously)
* Ability to navigate backlinks documents on the Rename page
* Lucene plugin is now working
* Fixed #skype macro which is now using Skype's Presence Service
(was previously using jyve.com which is not working anymore)
* New #pagedViewLinks macro that displays links to the first,
previous, next and last pages in a paged view
* Lots of Macros have been documented on the Macro page in the
Code Zone
* Non ASCII chars can now be used in document names and
attachments (This requires correct encoding configuration)
* Superadmin is set to use the Advanced editing mode by default
(was in Simple mode)
* {style} macro now supports border and icon attributes
* Added support for Oracle
See the full release notes on http://www.xwiki.org/xwiki/bin/view/
Main/ReleaseNotesXWiki10RC1
Enjoy
-The XWiki development team
Hi
Can we make "Comments" functionality in xwiki editable? Can we restrict the delete option in a "Comment" to be enabled to the administrator only.
Regards
Roopesh
Hi,
Is there a way to rename an entire space with all references updated?
Or, is there a way to move a number of pages from one space to another
with all references updated?
In our experimental XWiki installation we dropped all pages into Main.
Now, I intend to structure the site a little differend and I would like
to move a number of pages from one space to another or rename an entire
space.
I am happy to do this also in a xar if there are tools, scripts etc.
available to support me with a consistent replacing.
Regards,
Gunter
-------------------------------------------------------------------------------
Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
irrtuemlich erhalten haben, informieren Sie bitte sofort den Absender und
vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte
Weitergabe dieser Mail ist nicht gestattet.
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you received
this in error, please contact the sender and delete the material from any
computer.
-------------------------------------------------------------------------------
hey,
i want to give XWikiAllGroup delete rights...
I added XWikiAllGroup with level delete, edit and view in the global rights manager but there is still no delete button in the topbar for any user of XWikiAllGroup. there are also no conflicting right-entrys in the space rights manager...
is there anything i forgot to attend?
Hi
Am using the latest beta version with panels on the right. When i edit a
page however, a big portion of the right hand side screen is taken up by the
panel, with Xwiki document information and the parent and tag information.
This is a problem, especially when typing long paragraphs or with wide
images, since i have to constantly scroll to see what i have typed.
Is this by design?
I have attached the screenshot.
Thanks and looking forward to the 1.0 release,
Shiva http://www.nabble.com/file/7900/MWSnap017.jpg
--
View this message in context: http://www.nabble.com/Reduced-window-area-for-editing-tf3587944.html#a10026…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Greetings all,
I would like to use the xwiki system as a help system. The idea is that I
have a system where on each page (defined by an unique url, like
listContacts.html) there is a help icon. When clicking on the icon the user,
will be directed to the xwiki system with the parameter the url that the
user was on. This parameter should then be looked up in the xwiki system to
see if there is a page for this and shown to the user if exists or asked if
he/she wants to make a page.
How should I achieve this? I am an experienced java programming so some
hacking is no problem, however at the moment I dont have a clue how to
handle this using xwiki.
Any tips or pointers are appreciated.
Regards
Ronald
--
View this message in context: http://www.nabble.com/xwiki-as-help-system-and-external-mappings-tf3565607.…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi
I am a relative newcomer to Xwiki, and still getting used to Classes,
Objects etc. However, i have an urgent need for a knowledge base that is
running on Xwiki.
In each space, i want any new page created to have the same structure. For
ex:
1 XYZ Application
Introduction in to XYZ in a few sentences
1.1 How to use XYZ
1.1.1 Login
1.1.1 Edit
1.1.1 Save
1.1 Troubleshooting
1.1.1 Login Not working
1.1.1 Save not working
1.1 References
Once a new page in this space is created, this code will be available by
default. The user then modifies content retaining the structure.
This should be possible but i am not able to figure out how. These pages
don't have any forms so am not sure whether i should use the includeform
macro.
Any pointers to existing documentation would be very helpful.
Thanks
Shiva
--
View this message in context: http://www.nabble.com/Document-Templates-tf3585218.html#a10018588
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi people,
I am using XWiki with LDAP authentication, and its fine, but I can't figure out how to make the authorization process.
Inside xwik.cfg I have a key (xwiki.authentication.ldap.fields_mapping) where I make the ldap mapping for xwiki, so I map xwiki "name" for my ldap return key and so one, what I need to know is what's the xwiki key that I have to map my ldap role field?
Or I need to use something else to configure Roles?
If someone has the link for the doc that explains it, please send me.
Please if anyone don't understand my question, tell me, I will try to express myself better :-)
Regards,
Igor Regis
Hi
I am new to xwiki. I am facing a problem with composite documents. I have created 3 classes and its classsheets with a textarea in each class (classes A, B, C) and I included all the three objects in another class D's template and included the forms . Now if I edit any documents of D class then I am able to change the whole document (the part of A, B, C). But I want to do enable section edit the part of A, B, C separately. (One doubt : Is this the correct way of creating composite document?)
How can I do this?
(Here I am creating documents of type D and thus I am able to edit a document class D. To edit the section of classsheet B there should be a document present in B, I guess. In my case the document will only be in class D.)
Can anyone please guide me the exact way to do this.
Thanks,
Roopesh
So I opened http://jira.xwiki.org/jira/browse/XWIKI-1018
with a patch that allowed for excluding pages from the RSS feed in a
manner similar to Panels.Navigation (i.e. edit the WebRssCode page to
remove pages and spaces).
Vincent came back with:
"""
Thanks Paul. I looked at the patch and I have one issue with it: what
about users who want to see those pages/spaces?
For example, I rely on my RSS feed to verify xwiki.org every day and I
want to see if someone tags/modifies one of those pages.
Also I think most if not all admins will want to see them. I'd rather we
have a more generic solution. Some ideas:
* A RSS wizard that lets users pick what they want to see
* Possibly also some special tag (like "norss") that removes pages
* tagged with it from the RSS feed
At the very least I think we should modify the patch to let admins have
a RSS feed of all files.
"""
Now the wizard idea is pretty much covered by
http://www.xwiki.org/xwiki/bin/view/Code/PersonalRSSFeedApplication
and I think the norss tag idea has some merit but a way still needs to
be made to block out entire spaces (for example XWiki).
I tried adding "$hasadmin" to the code as that seems like the simplest
way to solve the site admins wanting to see all edits but that just
broke the feed (anyone who's more awake able to debug it?).
Another option would be to provide a third feed (but this is starting
to seem excessive to me):
* Blogs
* Pages without the admin pages
* All pages
What do others think?
Paul
I used the 1.0-beta-6 WAR and changed the hibernate config file ---- I don't
believe a lack of a db connection would cause this error??
The Error: The requested resource (/xwiki/bin/view/Main/WebHome) is not
available.
May I suggest that the postgres connection should look like this (at least
on windows with port 5432 DEFAULT)
<property
name="connection.url">jdbc:postgresql://localhost:5432/wikidb</property>
--
View this message in context: http://www.nabble.com/Install-Error-%281.0-beta-6---Postgres-on-Tomcat-6.0.…
Sent from the XWiki- Users mailing list archive at Nabble.com.
With intermediate tech skills, I have loaded mediawiki on w2k3 with
IIS(WIMP). Also exteneded Mediawiki to use Oblix Single sign-on
authentication.
One year later, very few in out fortune 500 intranet use it due wiki
markup (not wysiwyg editting) and inability to enforce group privacy.
Create artcles that can only be viewed by few, then later viewed
anonymously.
Can I accomplish task with similar skill level on same w2k3/IIS box?
<this email duplicates first attempt through nabble that never made it
to the maillist archive>
No! What I mean is ldap over a secure connection using ssl.
There are two JIRA tickets for this issue: XWIKI-865 and XWIKI-805
Bye
Frank
>
>Are you asking whether the new module allows authenticating a user using
>multiple LDAP directories? In this case the answer is no. I haven't thought
>about chaining multiple LDAP registries. Just one LDAP and, as a fall back,
>the XWiki database. May not be to great an effort, though. Why would you want
>to do that (and not link the directories directly)?
>
>Gunter
>
>>>> Frank Häfemeier <frank(a)haefemeier.net> 12.04.2007 20:09:46 >>>
>>I have here the solution to all LDAP feature request (at least the ones
>>I know of).
>>
>>Its been submitted as JIRA issue XWIKI-1079.
>>
>>This component is a substitude for
>>com.xpn.xwiki.user.impl.LDAP.LDAPAuthServiceImpl
>>and is configured primarily through xwiki.cfg.
>>
>>The new features and changes:
>>
>Does the new implementation support ldaps?
>
>Bye
> Frank
>
>
>-------------------------------------------------------------------------------
>
>Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte
>Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
>irrtuemlich erhalten haben, informieren Sie bitte sofort den Absender und
>vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte
>Weitergabe dieser Mail ist nicht gestattet.
>
>The information transmitted is intended only for the person or entity to
>which it is addressed and may contain confidential and/or privileged
>material. Any review, retransmission, dissemination or other use of, or
>taking of any action in reliance upon, this information by persons or
>entities other than the intended recipient is prohibited. If you received
>this in error, please contact the sender and delete the material from any
>computer.
>-------------------------------------------------------------------------------
>
>
>
>
>
>
>--
>You receive this message as a subscriber of the xwiki-users(a)objectweb.org
>mailing list.
>To unsubscribe: mailto:xwiki-users-unsubscribe@objectweb.org
>For general help: mailto:sympa@objectweb.org?subject=help
>ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Hi Vincent,
thanks for your answer.
I found the patch you mentioned and I made the most as described.
What is about the java-files? I do not now much about, but where I have to save them? And do I have to compile them?
Maybe someone can tell me, which pages I can import without errors?
Because before I try to import, the most works fine!
Kind regards,
Birgit
*****************************************************************
Externe Mitarbeiterin - Oracle Datenbankadministration
Kabel Deutschland Breitband Services GmbH
Germaniastr. 14-17
12099 Berlin
Telefon: +49 (0) 30 / 4193 - 2851
E-Mail: mailto: Birgit.Arndt(a)kabeldeutschland.de <mailto:Birgit.Arndt@kabeldeutschland.de>
Internet: http://www.kabeldeutschland.de/
-----Ursprüngliche Nachricht-----
Von: Vincent Massol [mailto:vincent@massol.net]
Gesendet: 13 April 2007 14:41
An: xwiki-users(a)objectweb.org
Betreff: [WW Spam: medium] Re: [xwiki-users] Problems with import XAR File
Hi Birgit,
On Apr 13, 2007, at 2:05 PM, Arndt, Birgit wrote:
Dear all,
I installed Tomcat 5.5.23 and the XWIKI 1.0. beta 6 in Oracle 10g on WinXP.
Now I want to import some pages, so I downloaded the XAR File.
When I point my browser to http://localhost:8080/xwiki/bin/admin/XWiki/XWikiPreferences <http://localhost:8080/xwiki/bin/admin/XWiki/XWikiPreferences>
All works, so I can select the downloaded XAR-file and also select all files.
But when I start the import, following errors appear in
a.) xwiki.log:
13:47:47,585 [http-8080-Processor23] ERROR log.SimpleLog4JLogSystem - Left side ($request.action) of '==' operation has null value. If a reference, it may not be in the context. Operation not possible. [line 9, column 22]
13:48:09,226 [http-8080-Processor23] ERROR log.SimpleLog4JLogSystem - Left side ($request.action) of '==' operation has null value. If a reference, it may not be in the context. Operation not possible. [line 9, column 22]
These 2 above are not errors and I've fixed them in RC1.
13:48:24,725 [http-8080-Processor23] ERROR log.SimpleLog4JLogSystem - Method getDocument threw exception for reference $xwiki in template at [9,17]
13:48:25,554 [http-8080-Processor23] ERROR log.SimpleLog4JLogSystem - Method getDocument threw exception for reference $xwiki in template at [9,17]
These I don't know...
b.) stdout.log
13:47:47,585 ERROR http-8080-Processor23 http://localhost:8080/xwiki/bin/import/XWiki/Import?editor=import&space=XWi… SimpleLog4JLogSystem:logVelocityMessage:154 - Left side ($request.action) of '==' operation has null value. If a reference, it may not be in the context. Operation not possible. [line 9, column 22]
Same as above this is not important and I've fixed in RC1.
c.) in my browser:
see attachement
What can I do? Or where is the error? ;-)
You do know that Oracle is not currently supported? There's a patch in JIRA to support it but it's not been applied yet. It would be nice if you could try it and let us know if it works as we were waiting for someone using Oracle to test it.
It's in http://jira.xwiki.org/jira/browse/XWIKI-838. Check the last comment from Mikhail and the patch*838* files.
Thanks
-Vincent
--
Kabel Deutschland bietet Ihnen Fernsehen, Internet und Telefonie aus einer Hand. Informieren Sie sich ueber unsere Produkte unter www.kabeldeutschland.de
Diese E-Mail und etwaige Anhaenge enthalten vertrauliche und/oder rechtlich geschuetzte Informationen. Wenn Sie nicht der richtige Adressat sind, benachrichtigen Sie bitte den Absender und vernichten Sie anschliessend diese Mail und die Anlagen.
--
Kabel Deutschland GmbH
Betastr. 6-8
85774 Unterfoehring
Geschaeftsfuehrer: Christof Wahl, Dr. Manuel Cubero del Castillo-Olivares, Herbert R. Hribar, Paul Thomason
Vorsitzender des Aufsichtsrats: Prof. Dr. Heinz Riesenhuber
Handelsregister: Amtsgericht Muenchen HRB 145 837, Sitz der Gesellschaft: Unterfoehring
------------
Kabel Deutschland Vertrieb und Service GmbH & Co. KG
Betastr. 6-8
85774 Unterfoehring
Handelsregister: Amtsgericht Muenchen HRA 83902, Sitz der Gesellschaft: Unterfoehring
Komplementaerin: Kabel Deutschland Verwaltungs GmbH, Amtsgericht Muenchen, HRB 145 835, Sitz der Gesellschaft: Unterfoehring
Geschaeftsfuehrer: Christof Wahl, Dr. Manuel Cubero del Castillo-Olivares, Herbert R. Hribar, Paul Thomason
------------
Kabel Deutschland Breitband Services GmbH
Betastr. 6-8
85774 Unterfoehring
Geschaeftsfuehrer: Christof Wahl, Dr. Manuel Cubero del Castillo-Olivares, Herbert R. Hribar, Paul Thomason
Handelsregister: Amtsgericht Muenchen HRB 122 932, Sitz der Gesellschaft: Unterfoehring
------------
Dear all,
I installed Tomcat 5.5.23 and the XWIKI 1.0. beta 6 in Oracle 10g on
WinXP.
Now I want to import some pages, so I downloaded the XAR File.
When I point my browser to
http://localhost:8080/xwiki/bin/admin/XWiki/XWikiPreferences
<http://localhost:8080/xwiki/bin/admin/XWiki/XWikiPreferences>
All works, so I can select the downloaded XAR-file and also select all
files.
But when I start the import, following errors appear in
a.) xwiki.log:
13:47:47,585 [http-8080-Processor23] ERROR log.SimpleLog4JLogSystem
- Left side ($request.action) of '==' operation has null value. If a
reference, it may not be in the context. Operation not possible. [line
9, column 22]
13:48:09,226 [http-8080-Processor23] ERROR log.SimpleLog4JLogSystem
- Left side ($request.action) of '==' operation has null value. If a
reference, it may not be in the context. Operation not possible. [line
9, column 22]
13:48:24,725 [http-8080-Processor23] ERROR log.SimpleLog4JLogSystem
- Method getDocument threw exception for reference $xwiki in template
at [9,17]
13:48:25,554 [http-8080-Processor23] ERROR log.SimpleLog4JLogSystem
- Method getDocument threw exception for reference $xwiki in template
at [9,17]
b.) stdout.log
13:47:47,585 ERROR http-8080-Processor23
http://localhost:8080/xwiki/bin/import/XWiki/Import?editor=import&space=
XWiki SimpleLog4JLogSystem:logVelocityMessage:154 - Left side
($request.action) of '==' operation has null value. If a reference, it
may not be in the context. Operation not possible. [line 9, column 22]
c.) in my browser:
see attachement
What can I do? Or where is the error? ;-)
Hope, that anybody can help me!
Kind regards,
Birgit
*****************************************************************
Externe Mitarbeiterin - Oracle Datenbankadministration
Kabel Deutschland Breitband Services GmbH
Germaniastr. 14-17
12099 Berlin
Telefon: +49 (0) 30 / 4193 - 2851
E-Mail: mailto: Birgit.Arndt(a)kabeldeutschland.de
<mailto:Birgit.Arndt@kabeldeutschland.de>
Internet: http://www.kabeldeutschland.de/
--
Kabel Deutschland bietet Ihnen Fernsehen, Internet und Telefonie aus einer Hand. Informieren Sie sich ueber unsere Produkte unter www.kabeldeutschland.de
Diese E-Mail und etwaige Anhaenge enthalten vertrauliche und/oder rechtlich geschuetzte Informationen. Wenn Sie nicht der richtige Adressat sind, benachrichtigen Sie bitte den Absender und vernichten Sie anschliessend diese Mail und die Anlagen.
--
Kabel Deutschland GmbH
Betastr. 6-8
85774 Unterfoehring
Geschaeftsfuehrer: Christof Wahl, Dr. Manuel Cubero del Castillo-Olivares, Herbert R. Hribar, Paul Thomason
Vorsitzender des Aufsichtsrats: Prof. Dr. Heinz Riesenhuber
Handelsregister: Amtsgericht Muenchen HRB 145 837, Sitz der Gesellschaft: Unterfoehring
------------
Kabel Deutschland Vertrieb und Service GmbH & Co. KG
Betastr. 6-8
85774 Unterfoehring
Handelsregister: Amtsgericht Muenchen HRA 83902, Sitz der Gesellschaft: Unterfoehring
Komplementaerin: Kabel Deutschland Verwaltungs GmbH, Amtsgericht Muenchen, HRB 145 835, Sitz der Gesellschaft: Unterfoehring
Geschaeftsfuehrer: Christof Wahl, Dr. Manuel Cubero del Castillo-Olivares, Herbert R. Hribar, Paul Thomason
------------
Kabel Deutschland Breitband Services GmbH
Betastr. 6-8
85774 Unterfoehring
Geschaeftsfuehrer: Christof Wahl, Dr. Manuel Cubero del Castillo-Olivares, Herbert R. Hribar, Paul Thomason
Handelsregister: Amtsgericht Muenchen HRB 122 932, Sitz der Gesellschaft: Unterfoehring
------------
Hi,
I have now a reproducable issue around the "XWikiPreferences" page.
This issue is around for all beta releases so far (seen with B4,B5 and
B6). On a fresh install, if you chage to dodo skin in xwiki.cfg and then
try to go to the /xwiki/bin/admin/XWiki/XWikiPreferences page you just
get a "Hello". This is bad especially when you want to import or export
something.
Steps to reproduce:
1. Install B6
2. run, test
3. change xwiki.cfg to dodo & restart
4. change skin to MySkin
5. go to http://.../xwiki/bin/admin/XWiki/XWikiPreferences
Am I doing something wrong, or is this a bug with dodo that slipped
through?
Gunter
-------------------------------------------------------------------------------
Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
irrtuemlich erhalten haben, informieren Sie bitte sofort den Absender und
vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte
Weitergabe dieser Mail ist nicht gestattet.
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you received
this in error, please contact the sender and delete the material from any
computer.
-------------------------------------------------------------------------------
Hello all,
I'm trying to start xwiki as a war application within enhydra5.1
framework.
There is a problem during startup.
I have a ClassNotFoundException on a struts class:
2007-04-04 15:56:43,277: xwiki,INFO,: Configuring web service using
"default"
2007-04-04 15:56:43,407: xwiki,INFO,: Configuring web service using
"file:/home/mangeot/xwiki/WEB-INF/web.xml"
2007-04-04 15:56:47,865: xwiki,INFO,: default: init
2007-04-04 15:56:47,867: xwiki,INFO,: jsp: init
2007-04-04 15:56:47,920: xwiki,INFO,: action: init
2007-04-04 15:56:47,930:
org.apache.struts.util.MessageResourcesFactory,ERROR,:
MessageResourcesFactory.createFactory
java.lang.ClassNotFoundException:
org.apache.struts.util.PropertyMessageResourcesFactory
I checked the strusts.jar file and it contains the
PropertyMessageResourcesFactory:
749 Thu Mar 09 15:30:48 CET 2006 org/apache/struts/util/
PropertyMessageResourcesFactory.class
I don't know where is the problem.
I googled the Web but did not find any useful help.
Any ideas?
Thank you in advance for your help.
Mathieu
Mathieu MANGEOT-NAGATA
Maître de conférence en Informatique
IUT de Chambéry, Université de Savoie
F-73376 LE BOURGET DU LAC CEDEX
Tel: +33 4 79 75 81 89
>I have here the solution to all LDAP feature request (at least the ones
>I know of).
>
>Its been submitted as JIRA issue XWIKI-1079.
>
>This component is a substitude for
>com.xpn.xwiki.user.impl.LDAP.LDAPAuthServiceImpl
>and is configured primarily through xwiki.cfg.
>
>The new features and changes:
>
Does the new implementation support ldaps?
Bye
Frank
I m using the XWiki farm and although I am stoked about the capabilities to
add properties, create classes and use document as objects I still lack the
complete understanding of the inner relationships and have to interpret
existing code examples, the API docu and use trial and error for making
(slow) progress. Here are two categories of questions, I intentionally did
not post as separate items, since others might encounter the same:
Category Bigger Picture:
- I started creating my application using the current release on the
xwiki.com farm, how much rewriting do I have to do after XWIKI V1.0 will be
released? None I assume, but I want to make sure.
- How is the visibility of references across spaces/pages? I assume
references created locally on a page (e.g., $mydoc) stay local, means if you
want for example work with one document on the menu and the toolbar and the
main page, you have to create a kind of administrator object, which can be
used across the xwiki or space. What is the recommended practice here?
- How is the visibility of Objects across pages? I noticed that a link to
another page from the menu page had the question mark behind it, if the home
page was shown on the main page, but was available, if one of my own pages
are on the main page. This suggests, although the menu and the home page
have the same parent (do they?) and my own created page shares only the same
root (xwiki I assume) with the menu page that there are mechanisms I don't
understand. Please help
- I would volunteer to create a docu about how to use the API, if I
understood the inner guts of it. When is a documentation planned with some
examples, who is in charge of it and could help?
- Are there any recommended practices for how to use HTML constructs and the
implication on how the panels and the main page look like then? E.g., using
frame, iframe
- How to I archive the code I created? Any export/import mechanism
available?
Category: How to do ....
- How do I change a value of a property of an object and commit it so it is
stored in the database?
- How do I use the property "Database List Class", it seems very powerful in
creating dynamic lists of values, references to other objects etc. but I am
unable to decipher how to use it.
-How do I create Classes inheriting other Classes I created?
Thanks in advance
Uwe
--
View this message in context: http://www.nabble.com/Xwiki.com-API-stability-and-Class-Object-model-tf3524…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi everyone,
I have here the solution to all LDAP feature request (at least the ones
I know of).
Its been submitted as JIRA issue XWIKI-1079.
This component is a substitude for
com.xpn.xwiki.user.impl.LDAP.LDAPAuthServiceImpl
and is configured primarily through xwiki.cfg.
The new features and changes:
- Separate LDAP login and authentication validation
- An LDAP group membership is first checked before a user is
authenticated against LDAP
- LDAP Groups are handled recursivly (groups in groups)
- LDAP Groups and their members are cached with an expiration
- LDAP attributes can update XWiki user attributes configurable at
create time or on every login
- LDAP group membership can be sync'ed with XWiki group membership
- If authentication with LDAP fails it still will try to authenticate
against the XWiki DB
- detailed comments in xwiki.cfg
- pretty much every detail of the behavior can be configured in
xwiki.cfg
- as far as I can see, all valuable features from the old
LDAPAuthServiceImpl are reimplemented (except for LDAP bind being
sufficent for login implemented by the check_level configuration) - I
used as much code from this class as possible.
- I have tried to implement all the feature requests about LDAP that I
have heard about
- any LDAP attribute can be used representing the XWiki's user name
Known Issues:
- joining an XWiki group or removing someone from a group does not
appear to work correctly
- creating a user appears incomplete to me
I tested against OpenLDAP and Novell eDirectory.
I would need help from experienced XWiki developers.
I would like to ask for a code-read, verification of how the module is
using the XWiki APIs and testing in various environments.
Most of all, I am looking for feedback and tips to finish up this
module.
Regards,
Gunter
-------------------------------------------------------------------------------
Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
irrtuemlich erhalten haben, informieren Sie bitte sofort den Absender und
vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte
Weitergabe dieser Mail ist nicht gestattet.
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you received
this in error, please contact the sender and delete the material from any
computer.
-------------------------------------------------------------------------------
Hi,
How does the section edit in XWiki works? I created an application similar
to FAQ application of XWiki. Section edit is enabled for the class sheets
but not for the documents that I created using the application(that I made).
Why like that?
Is the section editing for class sheets and documents different. There was a
FAQ which says section editing for documents is not yet there. But I can see
section editing enabled for many of the pages on XWiki site.
Please note that I enabled the section edit in the XWiki configuration file
and I have edit rights on the document. Still section edit's not there.
Thanks & Regards,
Rajendra Prasad Murakonda.
http://digitalglue.in/
Hi,
I new on this list and I'm not a native English speaker (so sorry by any misspelling).
I would like to know if its possible or if some one have setup a multiple xwiki contexts in only one data base model. I didn't find anything about it on FAQ.
So the idea is to have more than one xwiki running in one o more servers accessing the same data base; but considering that each xwiki "instance" will have its own data, menu layouts and so.
I have found this FAQ http://www.xwiki.org/xwiki/bin/view/FAQ/HowToSetupVirtualWikis
but it treats about multiple xwiki instances accessing different data bases.
Please, any help will be very welcome. If someone knows about any docs that I can read...
Best regards,
Igor Regis