The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.6.2 and XWiki Enterprise Manager 1.4.1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This are the last bug fixes version before deleting the 1.6 branch.
Changes from XE 1.6.0:
* XWIKI-2790 - Jboss cache load configuration in the wrong place
* XWIKI-2821 - Older document revisions have the wrong contentUpdateDate
* XWIKI-2835 - New object may not have their wiki (database) sets,
and defaults is not applied
* XWIKI-2836 - Property validation does not report classname in context
* XWIKI-2852 - The old LDAP authenticator is still used by default
in some cases
* XWIKI-2905 - XWiki#parseGroovyFromPage(page, jarPage) is not
loading jars from jarPage
Changes from XEM 1.4:
* XAWM-91 - When wiki template don't have pretty name it shows
empty string in wiki creation template list
For more information see the respective releases notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise162
and http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM141
Thanks
-The XWiki dev team
Hi,
We want to change the results from the search so that the page title is
returned rather than the page / space name .
is it possible to configure the columns in the search results table so that
title is included and page name is excluded.
And also is it possible to change the sort order of the search results?
regards,
rob.
Seems when you upgrade from 1.4.1 to 1.6.1 then you need to resave all pages
that have "restricted" calls in them? For example, I use .search() in some
of my pages, but after upgrading the xwiki they won't work until I resave
the pages.
On upgrading, I did not import the XWiki.Admin user (this caused problems
the first time I upgraded so I avoid that now).
I have about 200-250 pages in this state.
Can this be done in one sweep, or can it be turned off?
--
View this message in context: http://n2.nabble.com/Upgrade-from-1.4-to-1.6.1-and-need-to-resave-all-scrip…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I'm currently trying to measure XWIKI against some business requirements; our
business are basically looking for a simple WIKI that we can use to store
corporate/enterprise knowledge in a single place and make available to the
public via our websites and internally to our customer service agents.
For a little more background to the requirements, the business is a
financial institution that provides loan products in different countries.
Each country currently has their own website (served on different domains,
with no obvious links to others), customers can apply for financial products
and administer their accounts through the sites, the terminology used to
describe the products is the same regardless of the country, however the
business rules e.g. application process, interest rates is/can be different.
The business want to expose the content deemed as publicly available through
a FAQ/WIKI section on each website, however they don't wish other countries
content to be displayed on that website.
Our customer service agents should be able to search the entire WIKI when
dealing with customers phone enquiries, they also wish there to be more
internal information available to the agents.
I'm struggling to think of a way to achieve this using XWIKI and would be
grateful of any advice.
Thanks in advance
Graham
--
View this message in context: http://n2.nabble.com/advice-on-wiki-structure-tp1641524p1641524.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Is there a way to install extra applications to xwiki workspaces.
I have it running under tomcat as a war and followed all the instructions.
However, I would like to install some of the applications in the dev zone,
but I can't, I don't see how?
Any pointers?
--
Luis F. Majano
Computer Engineer
http://www.luismajano.comhttp://www.coldboxframework.com
Hi,
#set($countQuery ="select count(doc) from XWikiDocument as doc where
doc.creator='$context.user'")
will give me the number of documents created by a user.
The question; can I also count the number of documents ever created by
the user (including deleted documents)
I would like to use the resulting number to create a unique document
name
somenying like
#set($part1 = $username)
#set($part2 = "_doc")
#set($part3 = $docCount)
#set($aboutToCreate = $part1+$part2+$part3)
where doccount would be doccount of every created document by user
(including deleted) + 1
Gerritjan
Hi,
Does anybody have experience on how to show in a public user page
- a list of users of a certain group with links to a page that will
show some details per user: (like Name(s), phone, e-mail and photo)
What is the best way to layout such a card, create a stylesheet with
<div>'s?
Gerritjan