The XWiki development team is pleased to announce the release of XWiki
Enterprise and XWiki Enterprise Manager 2.2.5.
This is a bug fix release for the 2.2 branches.
Improvement
* [XSCOLIBRI-206] - Use isInPortletMode and isInServletMode
velocity variables instead of querying context mode
* [XWIKI-5095] - Introduce isInPortletMode and isInServletMode
velocity variables and use them instead of querying context mode
* [XWIKI-5096] - Prevent ActionFilter from being called
recursively and map it only to the action servlet
* [XWIKI-5097] - Make sure SavedRequestRestorerFilter is not
applied recursively
* [XWIKI-5114] - Allow controlling the depth of headers to look
for when generating titles from document's content
Important Bugs fixed
* [XSCOLIBRI-207] - Printing problems with displaying content and comments
* [XPMAIL-24] - If there is an exception while sending mail which
has no message (NPE) another exception is thrown hiding the real one.
* [XWIKI-5076] - Fail to parse content with macro containing only a newline
* [XWIKI-5085] - OfficeImporter does not set title of imported documents
* [XWIKI-5086] - OfficeImporter is generating absolute links when
performing splitting operations
* [XWIKI-5087] - Paging History is broken
* [XWIKI-5093] - Cancel edit JavaScript handler doesn't check if
the URL fragment is present before appending the query string
* [XWIKI-5094] - Administration rights editor cannot be used in portlet mode
* [XWIKI-5107] - URLs are not escaped in link labels if link meta
data is missing
* [XWIKI-5109] - The application/x-www-form-urlencoded reader for
objects and properties is broken
* [XWIKI-5116] - NPE during resolution of XClassReference
* [XWIKI-5119] - In a subwiki, a global user cannot save global documents
* [XE-634] - RecentChanges fails to display with some mysql versions
For more information see the Releases notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise225
and http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM225
Thanks
-The XWiki dev team
Hi,
I created class "Example" with some string properties. When i write text
with link to other wiki page into property, it works well in document page,
but when I display list of documents in LiveTable, link to wiki page is not
visible.
Is there possibility to display link to any wiki pages in LiveTable which is
used to display documents type "Example"? (not link to "Example" documents,
but link to any wiki page written in some property). I studied
LiveTableMacro description but I didn't manage to do it.
Regards
Frantisek Kall
--
View this message in context: http://n2.nabble.com/Link-to-wiki-page-in-LiveTable-tp4912584p4912584.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Having attached Microsoft .doc documents and one Adobe .pdf document to
an X-wiki 2.2.4, but only the wordfile appear when searching. Using the
Lucene search, also tried the regular,
are there any requirements for indexing PDF's on the server?
thanks,
Martin
Dear XWiki developers and users,
Some of our users are having trouble uploading flash video files larger than 20MB on pages in the wiki. We've noticed either of two things happening:
1) When clicking the file attachment, it leads to a page that says "template does not exist"
Or
2) When clicking the file attachment, you are prompted to download it. However, the download file is 0KB.
These symptoms are only happening for flv files larger than 20MB. For more clarification, here is a timeline of what happens:
· User uploads these
files
· Big files return
“template does not exist” error and most flash video files larger than 20MB gets cut down to
0KB
· User re-uploads
these files
· These files work, are able to be downloaded with all the content, are able to be played by the jw player, and
the problem, at least for a while, seems to be fixed
· A little while
later, these files start to fail, seemingly in the order they were uploaded in
(somefiles bigger than 20MB get the error message and some files, when
downloaded, have 0KB, even though the attachment display says otherwise)
We checked that the maximum attachment size for us was set to 1GB, so we're not really sure what the problem is. Any insight would be greatly appreciated.
Thanks,
Felix
Hi,
I recently deployed XWiki Enterprise behind an Apache HTTP server acting as
a reverse proxy. This was done in order to map the XWiki web interface into
our intranet namespace and to perform SSL termination. To get this working,
I had to resort to a few hacks and workarounds due to the fact that not all
parts of XWIki Enterprise seem to be friendly towards reverse proxies. A
workable solution was eventually achieved through config file changes and
the addition of some Apache URL rewrite rules (e.g. redirect all requests
for "http://foo.com/xwiki/bar" to "https://foo.com/xwiki/bar").
Today, I had to deploy another XWiki instance behind an Apache HTTP server,
again for reasons of namespace consolidation and SSL termination. However,
this time I do not have as much freedom as I had on the previous server and
are finding myself stuck at this point. Examples of specific issues are that
URLs of skin resources are served using the HTTP (i.e. insecure) protocol
and some redirects are generated for the local address instead of the
proxied address (e.g. login page from unauthorised and default post login
redirect page).
I'm not looking for particular solutions to these issues as much as trying
to establish how likely I am to get this right and whether I'm trying to fit
a square peg into a round hole. Specific questions as follows:
1. Did anyone manage to successfully deploy XWiki behind an HTTP reverse
proxy without resorting to hacks and workarounds ? If so, please share some
information about the magic configuration. Does the problem, perhaps, lie
with Apache's reverse proxy module or its interaction with XWiki ?
2. Is my expectation to have XWiki working behind an HTTP reverse proxy
misplaced ? If not, and XWiki does intend to support this, are the issues I
describe above well known or should I report them somewhere ? Also, what can
I do to help and contribute to such an effort ?
3. Are these issues due to the platform or the layers above it (e.g. skins
and apps) ? Does the platform provide a "right way" that the layers above it
can use to generate URLs that would always work correctly through a reverse
proxy ?
BTW, thanks for a great product!
Regards,
Gerhard
--
Gerhard Esterhuizen
Director
Yila Consulting (Pty) Ltd
PO Box 50461, Waterfront 8002, South Africa
Phone: +27 82 370 9737
Fax: 086 549 5635
gerhard(a)yilaconsulting.com
align. architect. execute.
Hi,
I have several macro {{macro /}}-Stil. Depending on the place inside/outside a velocity macro I get could read vars changed by a macro, or not.
This is not satifying.
I try putting the value into the context with context.put
However, this value is killed when the programming flow has left the macro
How do return a value from a macro?
Stefan Bachert
__________________________________________________
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails.
http://mail.yahoo.com
The XWiki development team is pleased to announce the release of
XWiki Enterprise 2.3 Release Candidate 1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
Changes from XWiki Enterprise 2.3 Milestone 2:
* Annotations can now be activated by default from the wiki administration
* Email addresses can now be modified from the user profile
* Upgrade to Pygments 1.3.1
* Upgrade to Groovy 1.7.2
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise23RC1
Thanks
-The XWiki dev team