Hi,
I'd like to propose Fabio as a core committer. Fabio has been mostly
participating in the rewrite of the XMLRPC support and I think it's
important that he has access to maintain and improve it. Fabio's
patches are very good too.
In addition I believe Fabio is professional enough to not commit
things he's not sure about if he's modifying other parts of the core
and ask for core review instead.
Last, if this make Fabio contributes to other parts in the core, then
that's great for the project!
Here's my +1
Thanks
-Vincent
Hi fabio
Regarding the xwiki syntax I have some questions. Up to now its
straightforward to implement the highlighting for syntaxes like
*bold*.
*bold* can be easily identified by a "MultiLineRule" as a single partition.
But it is possible for someone to write a *bold~~bold &italics~~bold*.Right ?.
So this can go on and on.How should I tackle this problem.
I think *bold~~bold &italics~~bold* should generate 3 partitions
because partitions are non overlapping.
*bold
~~bold &italics~~
bold*
Is this right ?.
Should I look into this problem later and implement the sample plugin
for simple syntaxes like *bild*,~~italics~~ or not ? .
cheers
-- Malaka Ekanayake
On Jun 12, 2008, at 1:53 AM, sdumitriu (SVN) wrote:
> Author: sdumitriu
> Date: 2008-06-12 01:53:06 +0200 (Thu, 12 Jun 2008)
> New Revision: 10270
>
> Modified:
> xwiki-products/xwiki-enterprise/trunk/distribution-test/selenium-
> tests/src/test/it/com/xpn/xwiki/it/selenium/WikiEditorTest.java
> Log:
> [misc] Added a comment
>
>
> Modified: xwiki-products/xwiki-enterprise/trunk/distribution-test/
> selenium-tests/src/test/it/com/xpn/xwiki/it/selenium/
> WikiEditorTest.java
> ===================================================================
> --- xwiki-products/xwiki-enterprise/trunk/distribution-test/selenium-
> tests/src/test/it/com/xpn/xwiki/it/selenium/WikiEditorTest.java
> 2008-06-11 23:51:17 UTC (rev 10269)
> +++ xwiki-products/xwiki-enterprise/trunk/distribution-test/selenium-
> tests/src/test/it/com/xpn/xwiki/it/selenium/WikiEditorTest.java
> 2008-06-11 23:53:06 UTC (rev 10270)
> @@ -159,6 +159,9 @@
> // TODO: We need to find out how to make a text selection in
> Selenium
> }
>
> + /**
> + * See XWIKI-1007
> + */
Personally I don't like referring to JIRA issues like this because:
1) the reader has to navigate to the issue to understand what it is
2) there's the risk that in the future we'll use a tool other than jira
So I'd prefer you simply say: "Verify that a document's content can be
empty" or if you prefer " Verify that a document's content can be
empty (see XWIKI-2007).". My preference for the former.
BTW naming the test: testEmptyDocumentContentIsAllowed would be even
better :)
Thanks
-Vincent
> public void testEmptyContent()
> {
> open("/xwiki/bin/edit/Test/EmptyWikiContent?editor=wiki");
>
> _______________________________________________
> notifications mailing list
> notifications(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/notifications
Hi guys,
I'm currently evaluating possible frameworks to use for my Single Sign On
project (SSO).
ESOE [1] and OpenSSO [2] both very promising, but both have their pros and
cons. I didn't have a detailed look at JOSSO [3] yet.
ESOE is licensed under the Apache 2.0 license, supports Shibboleth and
OpenID (don't know yet which versions) and has authentication support for
LDAP, Active Directory, and many more (comming). It also has support for
multi-factor authentication. The downside of ESOE is that there isn't yet
any final version available. It also can't act as a OpenID identity provider
(OP) and needs an Apache module or IIS filter to act as an SAML provider.
OpenSSO on the other hand has full SAML 2.0 support, but lacks a bit
regarding OpenID which isn't supported by default. There is an extension
which allows OpenSSO to act as a OpenID 1.1 OP, but doesn't have RP support.
OpenID is licensed under Sun's Common Development and Distribution License
(CDDL).
So the next thing I'll do is to dig into JOSSO [3]. Do you know any other
framework which I should consider?
Regards,
Markus
--
[1] http://esoeproject.org
[2] http://opensso.dev.java.net
[3] http://www.josso.org
Hi All,
I think i made a mistake in my last update with the words "test framework".
Actually what i meant is the basic environment setup and ground work.
specifically, i wanted following things,
* A maven project using ludovic's existing code (few modifications were done
+ a patch to the xwiki-core).
* A way to easily build and deploy xwiki-webdav servlet. Now it's simply
`mvn jetty:run` (uses hsqldb and a preconfigured database).
* A platform independent WebDAV client so that anyone can test xwiki-webdav.
Found DAVExplorer.
* An eclipse project setup (M2Eclipse) that would allow anyone (that's me)
to jump in and develop.
I have committed my work (which has everything mentioned above) into
http://svn.xwiki.org/svnroot/sandbox/xwiki-webdav/ . I have put a README
along with it so that anyone can get started quickly.
Btw, ludovic's original code is still available at
http://svn.xwiki.org/svnroot/sandbox/webdav/ , should it be left as it is ?
Now i will start to enhance xwiki-webdav and to add advanced DAV
functionalities along the way.
Please feel free to make comments / suggestions, they are always welcome.
Thanks.
- Asiri
Hello,
I have managed to authenticate users with the Active directory through LDAP.
However, all the users i login were shown the error message
"You are not allowed to view this document or perform this action." when i
am at http://localhost:8080/xwiki/bin/view/Main/WebHome.
I pressume the users records are not in the Xwiki database.
Where and how do i create these records when the user first logon onto xwiki?
Regards,
----- Original Message ----
From: arnaud <adlz(a)netcourrier.com>
To: devs(a)xwiki.org
Sent: Thursday, 15 November 2007 2:01:06
Subject: Re: [xwiki-devs] ntlm with xwiki [END]
hello
FYI it works !!
just had to use the createUserFromLdap from Ldap plugin class
now user are recognized by xwiki and authenticated by ntlm! At last!
----Message d'origine----
>Date: Mon, 12 Nov 2007 22:20:27 +0100 (CET)
>De: "Jerome Velociter" <jerome(a)xwiki.com>
>A: "XWiki Developers" <devs(a)xwiki.org>
>Sujet: Re: [xwiki-devs] ntlm with xwiki
>
>Hi Arnaud,
>
>As far as your problem, I can't really help you much as I've never
>experimented custom auth. I don't know how LDAP binds the users to
actual
>XWiki users, but I suppose for this to work, you should at some point
feed
>XWikiUsers documents/objects with data from LDAP. (since LDAPAuthImpl
is
>only auth, maybe there is something else needed).
>Maybe you can ask this on the users list, as it is both more of a user
>issue, and you could get insights from those who actually use LDAP
>auth/user management.
>
>Good luck with this,
>Jérôme.
>
>>
>> hi again
>>
>> very sorry to disturbing you once again
>>
>> i saw that i can get request from wikicontext
>> so in my own auth class i can get my user
>> no longer need a servlet to send user to the login form
>> great everything is fine BUT
>>
>> first: i still have "you are not allowed to view this document ...."
when
>> the user log in
>>
>>
>> second : i can't log out
>>
>> problem look like xwiki don't know my user
>> (in my AuthImpl i did all that it's found in LDAPAuthImpl...)
>>
>> sorry again
>> (BTW if it's not the right place to ask this kind of questions, tell
me,
>> no problem...)
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> ----Message d'origine----
>>>Date: Sat, 10 Nov 2007 23:19:23 +0100 (CET)
>>>De: "Jerome Velociter" <jerome(a)xwiki.com>
>>>A: "XWiki Developers" <devs(a)xwiki.org>
>>>Copie à: devs(a)xwiki.org
>>>Sujet: Re: [xwiki-devs] ntlm with xwiki
>>>
>>>Hello,
>>>>
>>>> First of all Sorry for creating a new topic
>>>>
>>>> thanks for your anwser Jerome.
>>>>
>>>> but Actually i have seen this feature
>>>>
>>>> i added jcifs and it works well
>>>> an other hand i have tested impletentetion for ldap its works too
>>>>
>>>> but i want a transparent authentication
>>>> so now the problem is :
>>>>
>>>> i would like to not have form login
>>>> i saw in code that we can define our login page with this property
in
>>>> xwiki.cfg :
>>>> xwiki.authentication.loginpage (if null default is
>>>> /bin/login/XWiki/XWikiLogin)
>>>>
>>>> i've changed this property but no changes when template call
>>>>
>>>> $xwiki.getURL("XWiki.XWikiLogin", "login", "xredirect=$logredir"))
>>>>
>>>> i still got the same url : bin/login/XWiki/XWikiLogin?
>>>
>>>Actually, it's the expected behavior : the call asks for the URL of
the
>>>XWiki.XWikiLogin document, under the login action and with a
xredirect
>>>query string parameter. If you changed your authentication login
page to
>>>XWiki.MyCustomLogin in the conf, the calls to login URL should ask
for
>>>that document IMO. Also, you may have to modidy a bit the skin if
you
>>> want
>>>the users to be redirected to the proper login page any case. If you
are
>>>using albatross skin, you can look over global.vm and login.vm,
there is
>>>also the header.vm file in the webapp/templates folder that calls
for the
>>>login URL.
>>>
>>>Hope it's clear enough, as I'm not sure what you exactly want to do
(In
>>>particuliar, I don't understand why you wany to post username to
>>>loginsubmit action, since you use third-party authentication).
>>>
>>>Tell us how it goes.
>>>
>>>Regards,
>>>Jerome.
>>>
>>>>
>>>>
>>>> the purpose of that is log-in link goes to my servlet , then i do
ntlm
>>>> authentication (it already works), then i post user name to
>>>> /xwiki/bin/loginsubmit/XWiki/XWikiLogin
>>>>
>>>> in the same time i do my own version of authentification (get user
info
>>>> (name mail,etc...) from another ldap without test of password cos
>>>> already
>>>> done with ntlm)
>>>>
>>>>
>>>> So! how can i redirect log-in page ? thanks a lot
>>>>
>>>> ------------------------------------------------------------
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> Hi,
>>>>
>>>> You can implement your own version of the
>>>> com.xpn.xwiki.user.api.XWikiAuthService interface.
>>>>
>>>> There's already a LDAP impl existing (different from the XWiki
default
>>>> one), so you can look over that too as an example.
>>>>
>>>> Then, you must precise in the xwiki.cfg configuration file that
you
>>>> want
>>>> to use your own class, with something like
>>>>
>>>> xwiki.authentication.authclass =
>>>> com.mycompany.mypackage.MyXWikiAuthImpl
>>>>
>>>> Regards,
>>>> Jerome.
>>>>
>>>> _______________________________________________
>>>> devs mailing list
>>>> devs(a)xwiki.org
>>>> http://lists.xwiki.org/mailman/listinfo/devs
>>>>
>>>
>>>
>>>_______________________________________________
>>>devs mailing list
>>>devs(a)xwiki.org
>>>http://lists.xwiki.org/mailman/listinfo/devs
>>>
>>
>> _______________________________________________
>> devs mailing list
>> devs(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/devs
>>
>
>
>_______________________________________________
>devs mailing list
>devs(a)xwiki.org
>http://lists.xwiki.org/mailman/listinfo/devs
>
_______________________________________________
devs mailing list
devs(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/devs
__________________________________
Yahoo! Movies - Search movie info and celeb profiles and photos.
http://sg.movies.yahoo.com/
On Jun 11, 2008, at 9:08 AM, Evelina Slatineanu wrote:
> Hi devs,
>
>
>
> I've updated
> http://dev.xwiki.org/xwiki/bin/view/Design/ImproveWikiAdministration
> with
> the status and current implementation of the new administration app.
> Please
> review it and provide comments and suggestions before I make the first
> patch. The css stylesheet are in development, so are the selenium
> tests.
> There is also a small but I couldn't fix so far, althouth I have a
> workaround in mind.
Hi Evelina,
Can we seem a demo? That would be the best for us to provide feedback.
right now what you've updated is very technical and hard for anyone to
comment on.
Thanks
-Vincent