The XWiki development team is pleased to announce the release of XWiki
Enterprise1.3 Milestone 2.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
Second and last milestone of the XWiki Enterprise 1.3 version. Next
version will be a release candidate.
Main changes from 1.3M1:
* Lots of bugs fixed
* New Toucan Skin. Warning: The Toucan skin requires that you have the
Albatross 1.2 or greater version installed and that you have XWiki
Enterprise 1.3M2 or greater installed.
* Complete rewrite of the LDAP authentication support (see XWIKI-1079
for more details). Main changes:
o Support for LDAP groups
o If LDAP authentication fails, XWiki DB authentication takes over
o Improved configuration parameters
* Allow skin document attachments to override/provide templates
* Tightened Wiki Syntax for strikethrough (XWIKI-1207), underline
(XWIKI-1243), italics (XWIKI-1245) and strong (XWIKI-1248).
* Verified XWiki on PostGreSQL 8.3
* Syntax Help Panel now opens the XWiki Syntax help from xwiki.org in
a separate window
+ lots of other changes
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise13M2
Thanks
-The XWiki dev team
Hello,
In my wiki, I granted the rights for the top menu header bar to be showed only to administrators by using #if($hasadmin.....#end) in the menuview.vm file. Now I am faced with extending this right to members of a certain group only in one space rather than the entire wiki. How would this be possible as I already tried setting a new parameter ($entry="entry") and trying to pass it in the menuview folder. This did not work as the header was disappeared the entire time. What would be the best way about going along with this since when you simply grant rights, the menu bar does not appear?
Tim Campbell
Junior, Computer Science Major
Winston-Salem State University NC
I'm browsing http://xwiki.org using Opera 9.01 for Windows XP, and I'm
noticing significant performance problems. Specifically, scrolling the
page is slow and jerky. When I suffix a page with "?skin=albatross" I
no longer notice these problems, and when I view the same page instead
using Firefox (v2.0.0.12) I again do not notice these problems. Any
idea what is going on?
Thanks,
Paul D. Grodt
Oh f... !
So simple ;)
Well, solution is now to rename the links and using underscores in the
page-names.
Thanks ;)
> -----Ursprüngliche Nachricht-----
> Von: Vincent Massol [mailto:vincent@massol.net]
> Gesendet: Dienstag, 19. Februar 2008 11:08
> An: XWiki Users
> Betreff: Re: [xwiki-users] Can't use IP as pagename, why?
>
> Hi Florian,
>
> This is because dots are not currently allowed in page names
> since they are separators between space name and page name.
>
> -Vincent
>
> On Feb 19, 2008, at 11:13 AM, Rustedt, Florian wrote:
>
> > Hello List,
> >
> > I wanted to edit a list with IP's and every listed IP is
> backlinked to
> > a page with the IP as name.
> >
> > Wikicode-example (xwiki v1.2.2.7518):
> > Page "Main":
> > * [192.168.1.1]: Blabla
> > * [192.168.1.2]: Blabla
> > * [192.168.1.3]: Blabla
> >
> > Now i look at "Main" and i see following:
> >
> > 168.1.1: Blabla
> > 168.1.2: Blabla
> > 168.1.3: Blabla
> >
> > In HTML:
> > <li><span class="wikilink"><a
> > href="/xwiki/bin/view/192.168.1/1">168.1.1</a></span>:Blabla</li>
> > <li><span class="wikilink"><a
> > href="/xwiki/bin/view/192.168.1/2">168.1.2</a></span>:Blabla</li>
> > <li><span class="wikilink"><a
> > href="/xwiki/bin/view/192.168.1/3">168.1.3</a></span>:Blabla</li>
> >
> > The URL behind the links are now:
> > http://localhost:8080/xwiki/bin/view/192.168.1/1
> > http://localhost:8080/xwiki/bin/view/192.168.1/2
> > http://localhost:8080/xwiki/bin/view/192.168.1/3
> >
> > Instead of linking pages, the wiki did add a complete
> webspace called
> > "192.168.1"?? And additionally, the "192." is gone???
> >
> > How do i have to understand this behaviour?
> >
> > Kind regards,
> > Florian
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
Hello List,
I wanted to edit a list with IP's and every listed IP is backlinked to a
page with the IP as name.
Wikicode-example (xwiki v1.2.2.7518):
Page "Main":
* [192.168.1.1]: Blabla
* [192.168.1.2]: Blabla
* [192.168.1.3]: Blabla
Now i look at "Main" and i see following:
168.1.1: Blabla
168.1.2: Blabla
168.1.3: Blabla
In HTML:
<li><span class="wikilink"><a
href="/xwiki/bin/view/192.168.1/1">168.1.1</a></span>:Blabla</li>
<li><span class="wikilink"><a
href="/xwiki/bin/view/192.168.1/2">168.1.2</a></span>:Blabla</li>
<li><span class="wikilink"><a
href="/xwiki/bin/view/192.168.1/3">168.1.3</a></span>:Blabla</li>
The URL behind the links are now:
http://localhost:8080/xwiki/bin/view/192.168.1/1http://localhost:8080/xwiki/bin/view/192.168.1/2http://localhost:8080/xwiki/bin/view/192.168.1/3
Instead of linking pages, the wiki did add a complete webspace called
"192.168.1"?? And additionally, the "192." is gone???
How do i have to understand this behaviour?
Kind regards,
Florian
When attempting to upload a 10.5MB file attachment to a page in XE
1.2-milestone-2.5917, user consistently get the error:
Java Heap Space Out Of Memory Exception !
and the operation fails.
Any suggestions on where to start (default java config?)
--
Jim Dowson
CTO, Global Services, EMC Corporation
Hello,
I was searching for how to activate the display of a panel when in
inline editing (actually when in inline editing of some classes or
when the inline edit actually contains a textarea) but I could not
find it.
The syntax help panel should be displayed there... and I can only see
that this panel can be of type view (so displayed everywhere?) or
edit (so displayed in xwiki or wysiwyg editor?).
thanks in advance
paul
The XWiki development team is pleased to announce the release of XWiki
Eclipse 1.1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download#HXWikiEclipse
XEclipse 1.1 introduces several bug fixes and improvements for a nicer
user experience.
Changes from 1.0.1:
* XECLIPSE-70 - Invalid text in delete dialog box
* XECLIPSE-84 - Invalid version displayed when editing a page
* XECLIPSE-87 - Cannot reconnect after disconnecting
* XECLIPSE-89 - Login name with space
* XECLIPSE-23 - Double-clicking on a tree node should open the node
* XECLIPSE-73 - Add edit working set feature
* XECLIPSE-77 - In preview panel, display the current URL and allow
typing any URL
* XECLIPSE-78 - In preview pane, add right click action to open the
current URL in external browser
* XECLIPSE-81 - Let user decide if they want to overwrite the server
version rather than merge it
For more information see the Release notes and instructions at:
http://code.xwiki.org/xwiki/bin/view/Extensions/XEclipseExtension
Thanks
-The XWiki dev team