The XWiki development team is proud to announce the availability of XWiki 5.3.
This release comes with a new syntax guide and brings improvements to
the Solr search, multi-wiki support and the Wiki Stream module. You
can now choose the user scope (local, global or both) and also create
wiki templates from the wiki creation wizard. The Wiki Stream can be
used to import large XARs and content from the Confluence wiki. The
Solr search UI has been polished: we added new facets and improved the
results display. The Solr index has been modified to support the
search for documents matching specific values in multiple object
properties and attachments. As a consequence you can now facet and
sort the search results based on property values and attachment meta
data. A lot of bug fixes (115) and many improvements (55) complete
this release and make it worth trying.
You can download it here: http://www.xwiki.org/xwiki/bin/view/Main/Download
Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki53
Thanks
-The XWiki dev team
How do i get all pages without any Tags?
Tried this without luck:
{{velocity}}
#set($tagFilter = " and NOT IN elements(prop.list)")
#set($sql = ", BaseObject as obj, DBStringListProperty as prop where
obj.className='XWiki.TagClass' and obj.id=prop.id.id and prop.id.name='tags'
${tagFilter} order by doc.fullName asc")
##set ($list = $xwiki.searchDocuments($sql))
#foreach($item in $xwiki.searchDocuments($sql))
[[$item]]
#end
{{/velocity}}
Volker/Oslo
--
View this message in context: http://xwiki.475771.n2.nabble.com/all-pages-without-any-Tags-tp7586883.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
I have these main documents which I want to consist of a bunch of "subdocuments", which are included/transcluded (own context, so I'll use Display, I guess).
Main | -> A | -> B
This document has two versions, New and Old: Main_New | -> A_new | -> B_new
Main_Old | -> A_old | -> B_old
Which is all fine as long as there exists New documents. Now to the finicky part.
In some cases, there will be no "new" document for B. I then want this to happen:
Main_New | -> A_new | -> B_old
Main_Old | -> A_old | -> B_old So, I want the Main document to include a sub-document of it's own type if it exists, and if not, it should pick the "older" document. The selection is based on the "main" documents properties.
(Note: I'm having actual new/old documents, so it's not versions of the same document. Also, I have simplified my example a bit, the real case has multiple levels of inclusion. ) Q: How do I go about creating a good conditional inclusion?
Hello,
I really like the idea behind the ToDo Macro, as it is the easiest way to
get todos strait into wiki pages and review them with the ToDo List.
Unfortunately it seems there is a bug which make it nearly useless. As soon
as you added more ToDos to one page and you added this pages with the
WYSIWYG editor it could be that all content after and including the todos
itself are erased while "saving"
If you switch before between the Wiki editor and WYSIWYG editor you see in
the wiki editor that it is already missing. In the WYSIWYG editor all
content is shown normally but not saved.
That means. I create a page - add some todos - someone else edid this page
and put some additional content over the WYSIWYG editor to the page and
save it - all content behind the todo can get lost.
I tried it with different pages and also with different content. I just can
say that it is not related to the content before or after the todo.
Does someone see that before?
Regards Kai
Hello People,
How are you?
I am providing the XWiki tool to my IT department. We will use it as central point for exchange technical information!
In order to maintain an organized Wiki I am giving some tips to our users, for example: always use tags, try to kink other document and always verify the hierarchical relation of the document.
But I have some minor doubts that you maybe help me.
Do you establish some good practice to use tags? For example:
try always use just substantive ,
insert at least 3 tags for each document,
use just capital letters, etc
Other question is about the navigator, what do you think that work better with XWiki, I am using Firefox but I don’t know if the chrome works better. What do you suggest?
Danilo
Grupo Energisa
Danilo A. Oliveira
Analista Suporte Aplicacao TI - CTZ-C
e-mail: danilo.oliveira(a)energisa.com.br | tel: (32) 3429-6342
Esta mensagem contém informação confidencial. Se você a recebeu por engano, não divulgue ou copie seu conteúdo. Por favor, avise ao remetente imediatamente e apague-a do computador.
Privileged and confidential. If this message has been received by mistake, do not disclose or copy its contents. Please notify sender and delete immediately.
Hello,
since a while I try to check out the possibilities of Xwiki.
First I installed a 5.1 over the standard Debian packages. My most problems
started when I try to install multiple wikis or subwikis.
As I wrote 5.2 will have it I decided not to wast to much time to try it
with 5.1
Now 5.2 is finally released I set up again a Debian7.1 machine and install
XWiki over the standard debian package xwiki-enterprise-tomcat7-mysql.
After I while I found out that I need to create templates first. So I click
on the link under Wiki that brings me to the template install.
As soon as I click on install template I get the following two error
messages.
Error installing wiki template. Error number 50035 in 5: Exception in plugin
[com.xpn.xwiki.plugin.wikimanager.WikiManagerPlugin]: Wiki
[workspacetemplate] database update failed
Wiki template features can not be installed without the wiki base template
being installed first.
I try to find something on google but the only result I found is that it is
a right problem on MySQL.
Last time I run the following command I crashed my complete xwiki so I'm not
how to proceed...
grant all on *.* to 'xwiki'@'127.0.0.1' identified by 'xwiki';
or
grant all on *.* to 'xwiki'@'localhost' identified by 'xwiki';
Best regards
Kai
--
View this message in context: http://xwiki.475771.n2.nabble.com/XWiki-5-2-Subwikis-Wiki-Template-Error-nu…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Anyone,
Does turning on email obfuscation break email notifications? When I had
it on I did not get either the daily report or hourly notifications (via
the watchlist).
Thanks,
Patrick
--
|| | | |||| || || | |||| ||| | |||
Patrick Masson
General Manager, Director & Secretary to the Board
Open Source Initiative
855 El Camino Real, Ste 13A, #270
Palo Alto, CA 94301
United States
Sk: massonpj
Ph: (970) 4MASSON
Em: massson(a)opensource.org <mailto:masson@opensource.org>
Ws: www.opensource.org <http://www.opensource.org>
Hello, newbie question:
My team wants to use markdown, and doesn't consider losing WYSIWYG abilites to be a problem. So, I've enabled Markdown 1.1 in our xwiki.
Q: Is there any way to make markdown the default syntax for all pages?
Having to select it for each new page is a bit annoying. Also, it would help a lot if imported pages were converted to markdown, instead of xwiki syntax.
/A