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.
Thanks,
Evelina
Seems to have happened about 30 minutes ago.
Joshua Marks
CTO
Curriki: The Global Education and Learning Community
jmarks(a)curriki.org
www.curriki.org
US 831-685-3511
Hello,
I'm using version 1.5 m1.
While trying to register an user I'm getting error 553 - my smtp
requires authenticating even from 127.0.0.1. Don't ask :/
I have a pretty good idea how to modify MailSenderPlugin to
authenticate, but here's a surprise - it's not used. At least not when
sending welcome mails.
com.xpn.xwiki.XWikiException: Error number 10006 in 10: Could not send
mail to s
erver 127.0.0.1 port 25 error code 553 (553 sorry, that domain isn't in
my list
of allowed rcpthosts / Ta domena nie znajduje sie na liscie
obslugiwanych przez
serwer, jest zablokowana lub nieprawidlowo skonfigurowano
uwierzytelnianie SMTP
(#5.5.3 - vuser)
)
at com.xpn.xwiki.XWiki.sendMessage(XWiki.java:3258)
at com.xpn.xwiki.XWiki.sendMessage(XWiki.java:3294)
at com.xpn.xwiki.XWiki.sendValidationEmail(XWiki.java:3199)
at com.xpn.xwiki.XWiki.sendValidationEmail(XWiki.java:3162)
at com.xpn.xwiki.XWiki.createUser(XWiki.java:3114)
at com.xpn.xwiki.web.RegisterAction.action(RegisterAction.java:41)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:216)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:116)
at
org.apache.struts.action.RequestProcessor.processActionPerform(Reques
tProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.ja
va:236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:119
6)
at
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
It seems XWiki.sendMessage is deprecated, true, but still in use.
Are there any plans to actually connect MailSenderPlugin any time soon?
Adding authing in MailSenderPlugin would be trivial. Hacking it into
current version of XWiki.sendMessage, well, that'd be less trivial.
Any suggestions on what to do? I need it more or less working in about
two weeks.
Greetings, Lilianne E. Blaze
Hi,
We are building custom application over xwiki portal.
A custom application is nothing but a space having some pages, plugins and
custom skin.
Space can be packaged as an application using application manager app. So
far all is working fine.
When we started the work the enterprise product was the best choice for us.
So we imported this xar on top of platform and later extended the toucan
skin to work against the new space we created. With time xwiki team created
another product called workspaces which has made it much easier and simpler
to organize workspaces and add applications to it. So we imported this xar
on top of enterprise product and also added the needed plugins and skins for
workspaces product. Everything worked fine.
Now we want to have every user add existing spaces to his list of spaces. So
that clicking on that space can take him to access that application. (or
since we can package space as an application, have this new application
along with existing ones available for import in his workspace).
1. So first question is how can make users add existing spaces or new
application to his list?
2. If we want to choose some existing space as organization space or
personal space, is that possible, if yes how?
3. What would be better for integrating spaces with user workspaces. Add
them as space itself or package it as an application and make it available
to import?
4. Also I notice that users that are not Admin when the login the top links
of My Dashboard, My Profile and My Spaces are not working correctly.
Document does not exist message is shown accessing them. Any idea why would
it be so.
So far workspace product seems a good approach handling spaces and users
under it. However if we can manage existing spaces inside workspace it would
really be a cool alternate to the enterprise product.
Thanks in advance for any insight to the above queries.
Sachin Mittal
-----
http://www.assembla.com/wiki/show/sachin_mittal about me:
--
View this message in context: http://www.nabble.com/How-to-manage-existing-spaces-on-workspaces-product-t…
Sent from the XWiki- Dev mailing list archive at Nabble.com.
Hi,
I developed a plugin using the source i checked out of the trunk. I
have build the war several times (with maven) to test the plugin and
all has worked fine. Eventually after i was satisfied with my plugin.
I jared up the classfiles using:
$] jar cf my-plugin-1.0.jar com/xpn/plugin/myplugin/MyPlugin/*.class
then i downloaded xwiki 1.4 from the xwiki site, and dropped my jar
into the xwiki/WEB-INF/lib dir.
Then i added:
com.xpn.plugin.myplugin.MyPlugin
to the list of active plugins in xwiki.cfg
But when i tail catalina.out i see it complaining about not being able
to find my plugin. Am i doing something wrong? Can someone please help
me asap as we would like to go to production with this plugin. Thanks
in advance.
-Marlon
Hi
On XE 1.4/Linux/Tomcat, i get the following exception when i try to post to
a blog. Authentication works alright but sometimes, it seems as though it
works in the second attempt. I know this is very strange.
Any pointers?
Using IE7 on Windows.
Thanks
Shiva
10:41:46,996 [http://172.21.16.147/xwiki/bin/view/Main/DocumentDoesNotExist]
[http-80-1] WARN LDAP.XWikiLDAPAuthServiceImpl - LDAP authentication
failed.
com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while saving
document XWiki.shiva_shankar
Wrapped Exception: Error number 3212 in 3: Exception while saving property
tags of object XWiki.shiva_shankar
Wrapped Exception: Illegal attempt to associate a collection with two open
sessions
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:573)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:97)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:91)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1130)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1098)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1092)
at
com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.updateUserFromLDAP(XWikiLDAPAuthServiceImpl.java:725)
at
com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.syncUser(XWikiLDAPAuthServiceImpl.java:417)
at
com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.ldapAuthenticate(XWikiLDAPAuthServiceImpl.java:297)
at
com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.authenticate(XWikiLDAPAuthServiceImpl.java:107)
at
com.xpn.xwiki.user.impl.xwiki.MyFormAuthenticator.authenticate(MyFormAuthenticator.java:195)
at
com.xpn.xwiki.user.impl.xwiki.MyFormAuthenticator.processLogin(MyFormAuthenticator.java:96)
at
com.xpn.xwiki.user.impl.xwiki.XWikiAuthServiceImpl.checkAuth(XWikiAuthServiceImpl.java:213)
at com.xpn.xwiki.XWiki.checkAuth(XWiki.java:3411)
at
com.xpn.xwiki.user.impl.xwiki.XWikiRightServiceImpl.checkAccess(XWikiRightServiceImpl.java:167)
at com.xpn.xwiki.XWiki.checkAccess(XWiki.java:3419)
at com.xpn.xwiki.XWiki.prepareDocuments(XWiki.java:4381)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:179)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:654)
at
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:447)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:379)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:292)
at
org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:424)
at
org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:343)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:144)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:584)
at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:595)
--
View this message in context: http://www.nabble.com/LDAP-Authentication-exception-tp17750754p17750754.html
Sent from the XWiki- Dev mailing list archive at Nabble.com.
The XWiki development team is pleased to announce the release of XWiki
Enterprise 1..4.1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is an important bugfixes release (including one regression
introduced in 1.4) mainly around multiwiki mode and encoding:
* Global groups are not taken into account in a virtual wiki
* Feed plugin's startUpdateFeedsInSpace does not allow to update two
or more wiki with same space name in virtual mode
* Macro Mapping does not initialize properly macro definition in multi wiki mode
* The inline edit loses the doc's parent and title attributes
* Wysiwyg editor breaks accents in links
* Curly Quote coming from a Copy Paste is transformed into ? after
cache is reset
For more information see the Release notes at:
[Main.ReleaseNotesXWikiEnterprise141]
Thanks
-The XWiki dev team
Whenever a user authenticated via ldap trys to save to a wiki that he added a link to none of his changes are saved and it asks him to log back in? Has anyone heard of this?
-Matt
Starting release now
On Mon, Jun 2, 2008 at 4:49 PM, Thomas Mortagne
<thomas.mortagne(a)xwiki.com> wrote:
> On Mon, Jun 2, 2008 at 3:08 PM, Vincent Massol <vincent(a)massol.net> wrote:
>>
>> On Jun 2, 2008, at 2:55 PM, Thomas Mortagne wrote:
>>
>>> I would like to release XEM 1.2 (based on XE 1.4.1) right after XE
>>> 1.4.1 release, WDYT ?
>>
>> +1 if you want (not a high priority though since this is only for
>> convenience and users can install XEM on top of a XE 1.4.1 release
>> themselves).
>
> Yes but there is bugfixes in this release (not only 1.4RC1->1.4.1) and
> there was no XEM/WikiManager "sable" release since 1.1.1
> (15/Apr/08)...
>
>>
>> Thanks
>> -Vincent
>>
>>> On Mon, May 26, 2008 at 9:58 AM, Thomas Mortagne
>>> <thomas.mortagne(a)xwiki.com> wrote:
>>>> On Mon, May 26, 2008 at 9:38 AM, Vincent Massol
>>>> <vincent(a)massol.net> wrote:
>>>>>
>>>>> On May 26, 2008, at 9:36 AM, Thomas Mortagne wrote:
>>>>>
>>>>>> and now ? ;)
>>>>>
>>>>> Sounds good.
>>>>>
>>>>> Maybe you'll want till we can verify that the problem we're
>>>>> having on
>>>>> xwiki.org is not caused by 1.4?
>>>>
>>>> I prefer to have a XEM synchronized with XE in versions: 1.4->1.2,
>>>> 1.4.1->1.2.1, etc. to be easier to follow for users (and us) but
>>>> maybe
>>>> it's not really needed ;). As you said, XEM is pretty easy to install
>>>> from XE but I guess it's safer for user to be sure to have the right
>>>> XEM version for the right XE version under it....
>>>>
>>>>>
>>>>> -Vincent
>>>>>
>>>>>> On Fri, May 16, 2008 at 3:36 PM, Vincent Massol
>>>>>> <vincent(a)massol.net>
>>>>>> wrote:
>>>>>>> I agree with JV. We should wait. Especially since I don't see any
>>>>>>> hurry and especially since users can create a XEM using 1.4 if
>>>>>>> they
>>>>>>> want. It's only a convenience distribution.
>>>>>>>
>>>>>>> Thanks
>>>>>>> -Vincent
>>>>>>>
>>>>>>> On May 16, 2008, at 2:01 PM, Jean-Vincent Drean wrote:
>>>>>>>
>>>>>>>> +1
>>>>>>>>
>>>>>>>> I think it would be wise to wait the middel/end of the next week
>>>>>>>> to do
>>>>>>>> the release, just to be sure there won't be an urgent need for
>>>>>>>> a XE
>>>>>>>> 1.4.1
>>>>>>>>
>>>>>>>> On Fri, May 16, 2008 at 11:49 AM, Thomas Mortagne
>>>>>>>> <thomas.mortagne(a)xwiki.com> wrote:
>>>>>>>>> Hi devs,
>>>>>>>>>
>>>>>>>>> As XE 1.4 final is now released I would like to follow with
>>>>>>>>> XEM 1.2
>>>>>>>>> final. The main "pure" XEM new feature is the wiki name ajax
>>>>>>>>> based
>>>>>>>>> validation, it also fix some bugs.
>>>>>>>>>
>>>>>>>>> See http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM12
>>>>>>>>> for
>>>>>>>>> details.
>>>>>>>>>
>>>>>>>>> Here is my +1
>> _______________________________________________
>> devs mailing list
>> devs(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/devs
>>
>
>
>
> --
> Thomas Mortagne
>
--
Thomas Mortagne
_______________________________________________
devs mailing list
devs(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/devs
Hi devs,
As XE 1.4 final is now released I would like to follow with XEM 1.2
final. The main "pure" XEM new feature is the wiki name ajax based
validation, it also fix some bugs.
See http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM12 for details.
Here is my +1
--
Thomas Mortagne