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.