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
Hi Jeremie,
The sql query you suggested is cleaner and at least as efficient as the
current one. It was my first option but unfortunately it's not supported
by the newer versions of mysql. I've no idea why..
mysql> select xws_name, sum(xws_page_views) as pageviewcount from
xwikistatsdoc where xws_action='view' and xws_name like '%.%' group by
xws_name order by pageviewscount desc;
ERROR 1054 (42S22): Unknown column 'pageviewscount' in 'order clause'
Anyway, hibernate should be responsible for the correct translation from
hql to a specific sql dialect. A solution would be to use the (idea from
the) above sql but configure the dialect to MySQL5Dialect (in my case). I
have to test this. I'll give you feedback soon.
Best Regards,
Marius.
> To be complete, this same error occurs for all the Statistics panels ...
>
>
> -----Original Message-----
> From: BOUSQUET Jeremie
> Sent: lundi 18 février 2008 15:50
> To: 'XWiki Users'
> Subject: RE: [xwiki-users] MySQL Error "invalid use of group function" in
> Statistics application
>
>
> Hi Marius and thanks,
>
> Your SQL request returns the same error "invalid use of group function" in
> my mysql version ...
>
> BTW I could have it work by explicitly naming the sum, and using it in the
> order by :
>
> select xws_name, sum(xws_page_views) as pageviewcount from xwikistatsdoc
> where
> xws_action='view' and xws_name like '%.%' group by xws_name order by
> pageviewscount desc
>
> I believe it's a difference in behaviour between MySQL 1.4 and 1.5 ... Do
> you want me to create a JIRA issue for this ?
>
> Best Regards,
>
> Jeremie
>
>
>
>
> -----Original Message-----
> From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On Behalf
> Of Marius Dumitru Florea
> Sent: lundi 18 février 2008 15:19
> To: users(a)xwiki.org
> Subject: Re: [xwiki-users] MySQL Error "invalid use of group function" in
> Statistics application
>
> Hi Jeremie,
>
> Sorry for the inconvenience. Your tables' description seems fine. I
> attached the description of my tables so you can check it for yourself. I
> think it all resumes to the following SQL query:
>
> select xws_name, sum(xws_page_views) from xwikistatsdoc where
> xws_action='view' and xws_name like '%.%' group by xws_name order by
> sum(xws_page_views) desc
>
> This query is very similar to the one used for retrieving the Most Viewed
> Pages. It works fine under:
>
> mysql Ver 14.12 Distrib 5.0.45, for pc-linux-gnu (x86_64) using readline
> 5.2
>
> It would be great if you could run this query and tell me if it works in
> your case.
>
> Best Regards,
> Marius.
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
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
Hi all,
I need to control what sections of a document are shown on a per user basis.
I know how to do that per group, but I am failing when I try to evaluate
$xwiki.getUser() output.
For instance, this code write TEST whoever the logged user is:
#if ($xwiki.getUser().equals("com.xpn.xwiki.api.User@69be76"))
TEST
#end
Could you please, help me with this issue? Thanks!
Ricardo
--
View this message in context: http://www.nabble.com/controlling-display-on-a-per-user-basis-tp15545530p15…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello all,
what is the general strategy for the syntax of the body of a macro?
of the parameters of a macro?
We see at least that \ldots is passed as ldots to the macro when
inside a body... I suppose this is an effect of the encoders
somewhere and I know how to work-around this but I don't think it's a
good idea... is there a way to say "don't escape content" or "don't
process content" ?
thanks in advance
paul
Hi Jeremie,
Sorry for the inconvenience. Your tables' description seems fine. I
attached the description of my tables so you can check it for yourself. I
think it all resumes to the following SQL query:
select xws_name, sum(xws_page_views) from xwikistatsdoc where
xws_action='view' and xws_name like '%.%' group by xws_name order by
sum(xws_page_views) desc
This query is very similar to the one used for retrieving the Most Viewed
Pages. It works fine under:
mysql Ver 14.12 Distrib 5.0.45, for pc-linux-gnu (x86_64) using readline 5.2
It would be great if you could run this query and tell me if it works in
your case.
Best Regards,
Marius.
Hello,
I just migrated from XWiki 1.1 to 1.2.2. Migration was ok and everything
works fine, except the Statistics application.
It shows unrecorded stats but there are some. There seems to be an error
in an SQL request (miss group by ?), either database was not correctly
migrated, or MySQL version is not compatible ? Of course, stats are
activated in xwiki.cfg.
Here's the error log when trying to display the most viewed pages :
[.../Stats/MostViewedPages] [http-80-Processor18] WARN
util.JDBCExceptionReporter - SQL Error: 1111, SQLState: HY000
[.../Stats/MostViewedPages] [http-80-Processor18] ERROR
util.JDBCExceptionReporter - Invalid use of group function
(2 times)
I use :
mysql Ver 14.7 Distrib 4.1.20, for redhat-linux-gnu (i386) using
readline 4.3
java version "1.5.0_11"
Thanks for help,
Jeremie
Hi, I am using XE 1.1.2 with JDK 1.5 and Tomcat 5.5.20. I have been try
using XE with both Xwiki SQL plugin version 1.0 and 1.1 but there's a error:
java.lang.UnsupportedClassVersionError: Bad version number in .class file
Is Xwiki SQL plugin only used with XE 1.2 and above ?
Hi, when changing from Tomcat 5.5 to Tomcat 6.0, I met a problem when
loading http://localhost:8080/xwiki/bin/view/Main/WebHome
The page is displayed with 3 lines:
#template("startpage.vm")
#template("contentview.vm") #template("docextra.vm")
#template("endpage.vm")
Anyone can tell me how to fix this problem ? Thank in advance.
Hi admins:
Currently Skol is making an appearance a few too many times. At present
there are two immediate concerns:
* Cant get a listing of items above a few seconds load time
* It stopped my import upload halfway - around 1000 out of over
2000 items completed - which means I have to manually check each import
to find which one it failed, correct that import if needed; and redo the
remainder.
Is this intentionally set, or is there a problem at the moment?
Hi all,
Several users have asked me, and me myself find it quite useful, for
this feature and I don't know if it is possible to find any utility
doing this:
Is it possible to search/replace while editing a document with the wiki
editor? Working in WYSIWYG mode, it is at least possible to use the
built in search utility of each browser, but this doesn't work in wiki mode.
Thanks!
Ricardo
--
Ricardo Rodríguez
Your EPEC Network ICT Team
Hello List,
I just had installed tomcat/xwiki.war/xwiki.xar.
I can access the site, connection to mysql is working and mysql get's
changed.
Now the problem:
If i login as superadmin (is enabled) or as admin, i get the login again
with NO error-message!!
If i do the same, but take an non-existing user, or a wrong password, i get
an error-message, so i can be pretty sure, the authentication is basically
working.
In the logs i get nothing more than:
..
!remember-me cookie validation hash mismatch!
!remember-me cookie has been tampered with!
!remember-me cookie is being deleted!
!remember-me cookie validation hash mismatch!
!remember-me cookie has been tampered with!
!remember-me cookie is being deleted!
What does this mean?
Unfortunately, i neither found a documentation explaining all the different
and possibly unvisible "xwiki.authentication.xxxx"-variables (xwiki.cfg),
nor do i find something in google on this.
I tried "xwiki.authentication.cookiedomains= "(w/o value), but this didn't
change anything...
PLEASE help, i have no clue why this authentication is not working
correctly.... :(
Kind regards, Florian
I've the same problem of Rustedt Florian.
I've install xwiki 1.2.1 (and then 1.2.2) on Tomcat 5.5.26 with JDK 1.5.0_14 in a Red Hat 4.u4 x86 Enterprise.
The authentication is basically working, if i try to log with a wrong user name or a wrong password, I get an error message.
If I log in with superadmin user or another valid user, I get the xwiki homepage but the user was't authenticated.
In the logs i get nothing more than:
!remember-me cookie validation hash mismatch!
!remember-me cookie has been tampered with!
!remember-me cookie is being deleted!
The same xwiki version was installed on a Windows XP (with the same jdk and tomcat version) without any problem.
I try to configure the parameter xwiki.authentication.useip=false
but it doesn't work.
Please help me!
Thanks
Of course, sorry :(
Acutal stable release, so it is 1.2.2
Kind regards, Florian
> -----Ursprüngliche Nachricht-----
> Von: Jerome Velociter [mailto:jerome@xwiki.com]
> Gesendet: Freitag, 15. Februar 2008 13:15
> An: XWiki Users
> Betreff: Released from eSafe SPAM quarantine: Re:
> [xwiki-users] Severe problem, can't login as admin, neither
> as superadmin
>
> Hi Florian,
>
> Can you tell us which version you have installed ?
>
> Jérome.
When I login with superadmin user in the catalina.out file I get:
2008-02-15 16:23:29,174 [http://172.28.2.62/xwiki/bin/loginsubmit/XWiki/XWikiLogin] [http-80-Processor24] INFO xwiki.MyFormAuthenticator - User XWiki.superadmin has been logged-in
2008-02-15 16:23:29,374 [http://172.28.2.62/xwiki/bin/loginsubmit/XWiki/XWikiLogin] [http-80-Processor24] INFO xwiki.XWikiRightServiceImpl - Access has been denied for (XWiki.XWikiGuest,XWiki.XWikiPreferences,register): register level (no right found)
2008-02-15 16:23:29,376 [http://172.28.2.62/xwiki/bin/loginsubmit/XWiki/XWikiLogin] [http-80-Processor24] INFO store.DBCPConnectionProvider - active: 1 (max: 50) idle: 1(max: 5)
2008-02-15 16:23:29,378 [http://172.28.2.62/xwiki/bin/loginsubmit/XWiki/XWikiLogin] [http-80-Processor24] INFO store.DBCPConnectionProvider - active: 0 (max: 50) idle: 2(max: 5)
!remember-me cookie validation hash mismatch!
!remember-me cookie has been tampered with!
!remember-me cookie is being deleted!
!remember-me cookie validation hash mismatch!
!remember-me cookie has been tampered with!
!remember-me cookie is being deleted!
2008-02-15 16:23:29,480 [http://172.28.2.62/xwiki/bin/view/Main/WebHome] [http-80-Processor25] INFO xwiki.XWikiRightServiceImpl - Access has been denied for (XWiki.XWikiGuest,XWiki.XWikiPreferences,register): register level (no right found)
---------- Initial Header -----------
>From : users-bounces(a)xwiki.org
To : "users" users(a)xwiki.org
Cc :
Date : Fri, 15 Feb 2008 15:47:46 +0100
Subject : [xwiki-users] Severe problem in authentication
> I've the same problem of Rustedt Florian.
> I've install xwiki 1.2.1 (and then 1.2.2) on Tomcat 5.5.26 with JDK 1.5.0_14 in a Red Hat 4.u4 x86 Enterprise.
> The authentication is basically working, if i try to log with a wrong user name or a wrong password, I get an error message.
> If I log in with superadmin user or another valid user, I get the xwiki homepage but the user was't authenticated.
> In the logs i get nothing more than:
> !remember-me cookie validation hash mismatch!
> !remember-me cookie has been tampered with!
> !remember-me cookie is being deleted!
>
> The same xwiki version was installed on a Windows XP (with the same jdk and tomcat version) without any problem.
> I try to configure the parameter xwiki.authentication.useip=false
> but it doesn't work.
>
> Please help me!
>
> Thanks
>
>
>
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>