Hello,
This mail to inform you that on myxwiki.org, it's impossible to turn pages
into edition, either wysiwyg or wiki mode (time out).
For instance on that page :
http://cdi.myxwiki.org/xwiki/bin/view/WikiTricks/
Is this due to my wiki or to a server problem ?
Thanks in advance.
It's XWiki Enterprise 2.0.4 obviously.
On Fri, Nov 27, 2009 at 21:19, Thomas Mortagne
<thomas.mortagne(a)xwiki.com> wrote:
> The XWiki development team is pleased to announce the release of XWiki
> Enterprise 2.0.4 and XWiki Enterprise Manager 2.0.4.
>
> Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
>
> This is a bug fix and enhancement release.
>
> Among other things it contains:
>
> Â Â * this time statistics are working, promise
> Â Â * several important users management related issue fixed mainly
> visible in path based multiwiki mode
>
> For more informations see the Release notes at:
> http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise204
> and http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM204.
>
> Thanks
> - The XWiki dev team
>
--
Thomas Mortagne
Hello,
After some XWiki engine upgrade we notify that Email notifications
interval format for Watch List change from numbers to strings
I don't known when it change and why migration don't update existing field.
To solve it, I write this snippet code to update existing
configuration. http://code.xwiki.org/xwiki/bin/view/Snippets/WatchListEmailnotificationsin…
Hop that can help.
Regards,
Arnaud.
Dear All,
has anyone installed the Xeclipse plugin in the plugin directory of
Eclipse and have it not recognized by Eclipse? I am having that problem.
The instructions from
http://xeclipse.xwiki.org/xwiki/bin/view/Main/Installation say:
"Installing XEclipse as a plugin is as easy as unzipping the downloaded
ZIP file into your eclipse plugin directory (usually
${eclipse_home}/plugins where ${eclipse_home} is your eclipse
installation directory)"
When I unzipped "xwiki-eclipse-feature-1.2-rc-1.zip" into my eclipse
plugin directory, it added another plugin directory below plugin.
(Please mention on the site that the plugin path is included in the zip
file, so that it should be extracted in the ${eclipse_home} directory.)
When that didn't work, I removed the unzipped directories and unzipped
it in the eclipse directory so that the files were filled in the plugin
directory. But it still didn't work. When the menu item Window->Show
View->Other is selected in Eclipse there is no XWiki folder and no Xwiki
Navigator. Are there some other implicit installation steps not
mentioned here? Are both the Xeclipse and the plugin necessary?
The instruction also mentions that the Eclipse Ganymede Full version (no
version number) should be installed. Mine is Eclipse Platform Version:
3.3.2, Build id: M20080221-1800. Could someone please mention the
earliest Eclipse version for which this plugin works?
Thanks,
Steven Calkins
> You was right, I have no programming rights. But I dont know where to set
> them. Because I dont have no administration button in my xwiki. I import
> XAR
> file with templates etc, and when I log as new user I have any rights to
> do
> something.
>
You can import xwiki-manager.xar to receive administration UI.
But this theme is specific to you wiki installation (I don't know what
wiki you installed and how) and are xwiki-specific.
So, I will redirect this to xwiki mail list.
> 2009/11/27 Ruslan Shevchenko <rssh(a)gradsoft.com.ua>
>
>>
>>
>>
>> 1. are user, which do changes, have programming rights ?
>> (add logEnabled to config, to check this)
>> [ see
>>
>> http://redmine.gradsoft.ua/repositories/entry/jungleplatform/platform/web/x…
>> ] line 31
>>
>> 2. Otherwise, on debug enabled you must see messages.
>> (see
>>
>> http://redmine.gradsoft.ua/repositories/entry/jungleplatform/platform/web/x…
>> line 85)
>>
>>
>>
>> > So I made some changes:
>> >
>> > context.xml
>> >
>> > <Context>
>> >
>> > <Resource name="jdbc/hw" auth="Container"
>> type="javax.sql.DataSource"
>> > maxActive="100" maxIdle="30" maxWait="10000"
>> > username="root" password="polop"
>> > driverClassName="com.mysql.jdbc.Driver"
>> > url="jdbc:mysql://localhost:3306/hw"/>
>> > <WatchedResource>WEB-INF/web.xml</WatchedResource>
>> > </Context>
>> >
>> >
>> > web.xml in xwiki inside <web-app>
>> >
>> > <resource-ref>
>> > <description>DB Connection</description>
>> > <res-ref-name>jdbc/hw</res-ref-name>
>> > <res-type>javax.sql.DataSource</res-type>
>> > <res-auth>Container</res-auth>
>> > </resource-ref>
>> >
>> >
>> > log4j was added
>> >
>> > in catalina.log there are just informations about start or stop
>> >
>> > I add this line to xwiki.cfg
>> > xwikisql.initialContextPrefix=jdbc
>> >
>> > this code was used in velocity:
>> >
>> > #set($plugin = $xwiki.sql) plugin is $plugin #set($db =
>> > $plugin.getDatabase('hw')) db is $db
>> >
>> > and result is:
>> >
>> > plugin is ua.gradsoft.xwikisql.SqlPluginApi@802ed1
>> >
>> > db is $db
>> >
>>
>>
>>
>