Hi community,
Time flies when you're having fun, so we missed last week's Thursday
bugfixing day (which would have made it a monthly event). So, tomorrow
there will be another bugfixing day, in preparation for a clean 3.0 release.
As usual, everyone is welcome to participate in bugfixing, but not only:
bug triage and bug reporting is also very much appreciated.
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
Hi,
How can I set the Watchlist Notification E-mail content to NOT show the text formatting HTML tags (like "text align", "% width" etc), but only the modified text? I'm using XE 2.4.3, migrating to 2.7.1.
Regards,
Ramon Gomes Brandão
Hi All,
In november, some guys propose to deprecate $xwiki.parseMessage :
http://markmail.org/message/7eorelxviymtyzc3
Surely, it was a good idea, I have every confidence in those guys.
But now, the xwiki.log file of XWiki 2.7 is full of WARNs. Do you have any
hint to make them disappear ?
Thanks for your help.
Maxime
Hello list,
as I am slowly realizing, there's no way to prevent the output of the following headers which basically say that no client or proxy caching should be done.
I agree that the default policy should be to not cache but it should be possible to allow to cache.
Even changing the header values with:
$response.setHeader("Cache-Control","max-age=60, public")
fails because it adds no-cache to the front.
$reponse.setDateHeader("Expires",someDate) seems to work.
This is quite odd I have to say.
Should I hunt somewhere else?
I fear I need to dig into the servlets.
paul
Sorry for this newbie question.
I use a XWIKI 2.7.0 farm.
I try to use a wiki macro written in Groovy. I saved it with the Admin
account in the main wiki. The macro is defined global (in the
WikiMacroClass). All works fine in the main wiki.
But in the subwikis, even connected as the admin of the farm, I can't
execute the macro (even if I see it in the wysiwyg editor).
The error message is:
org.xwiki.rendering.macro.MacroExecutionException: You don't have the
right to execute this script
Is there something to do in the Programming panel of the
administration page ? Do I have to import the macro in the subwiki ?
I started to read that thread
http://markmail.org/thread/2i7nkhiugv4z3ara but it didn't help me.
Thanks for your help.
Maxime Sinclair
The XWiki development team is pleased to announce the release of XWiki
Enterprise 3.0 Milestone 3.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is the last milestone before the 3.0 final release. It brings many
improvements and a bunch of new features. The highlights are:
* Dashboard editing UI
* Gallery macro and office presentation viewer based on it
* Search live suggestions
* User status updates and the ability to follow users
* Improved macro support in the WYSIWYG content editor
* Rendering and Commons top level projects
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/ReleaseNotes/ReleaseNotesXWikiEnterprise30M3
Thanks
-The XWiki dev team
Hallo!
What is the best approach to make a phone book in Xwiki?
I have persons/users with home and office phone numbers and phone
numbers to hospital wards.
Any suggestions?
--
Volker Lapczynski vl(a)LegeInfo.net
Rosendalsveien 3-B +47 - 92 62 02 48
N-1166 Oslo www.legeinfo.net
- Norway - N59°51.573 E10°47.843
I am having a velocity script problem with a class sheet when I try to
display an empty list on an object.
My goal is for the class sheet to render class properties that start
with a "_" as hot-links, and those that don't to just be rendered as text.
The class sheet is for "PersonClass", and looks like this:
{{velocity}}
#set ($obj = $doc.getObject('XWiki.PersonClass'))
#set($class = $obj.xWikiClass)
#foreach($prop in $class.properties)
; $prop.prettyName
#set ($propName = $prop.getName())
#set ($propVal = $obj.get($propName) )
#if ($propName.startsWith("_"))
: $propVal (why does this one not show?)
: [[$propVal>>$propVal]] (but this one does show?)
#else
: $doc.display($prop.getName())
#end
#end
{{/velocity}}
The PersonClass has two properties:
(1) name (a string)
(2) _knows (a DatabaseList with multiple select and XWiki Class Name of
XWiki.PersonClass)
I create an object using this class, with "name" set to "C S Lewis" and
with no selection for the _knows field (empty list).
The problem is, the velocity line:
: $propVal (why does this one not show?)
works properly... not displaying anything for property _knows (empty
list), but the line:
: [[$propVal>>$propVal]] (but this one does show?)
which is the line I really want to use in the class sheet, because it
creates the hot links, shows the value from the previous property as a
hot link. I.e. it looks like this:
name
C S Lewis
_knows
(why does this one not show?)
C S Lewis (but this one does show?)
Not what I wanted. Why does it do this? How can I get empty lists to
show no page links, but lists with one or more items to display them as
a bunch of hot links?
Thanks,
-Mark
Hi XWiki Team,
Sorry if this is a recurring thread, but can't find more details on it. I'm using XE 2.4.30451 in production enviromnent on my company, and due to the numerous new functionalities of the new XWiki versions, I'm planning to migrate to 2.7.1, and after to 3.0.
My question is: can I upgrade it as easy as just replacing the entire old war file with the new one (of course, with the tunings I've made on it, such as WYSIWYG macros, footnotes etc, setting the schema migration flag on xwiki.cfg? Won't I lose any of my documents, pages, attachments, comments etc at all? Of course I'll test it first, outside the production, but I would like to gather as much information I can to plan the entire migration process. We have a very large set of pages already on the wiki, and I wouldn't like to face big problems :-)
Thanks in advance,
Ramon Gomes Brandão
I'm pleased to announce the release of the PlantUML xwiki macro 1.0.
Go grab it at http://extensions.xwiki.org/xwiki/bin/view/Extension/PlantUML+Macro
The highlights of this release are:
* Straightforward installation using the PlantUML server available on
the internet.
Just import the XAR and draw your first diagram.
* The address of the PlantUML server is now easily configurable.
So you can use your own intranet PlantUML server.
* Diagrams larger than the wiki page are resized to be fully displayed
(without scrolling).
Thanks for your attention.
Maxime Sinclair