Hi all Xwiki Team
Since Vincent has re-installed my xwiki on farm, I'm learning to use Xwiki and want to ask you about some problems I have.
The Chat Application installed with Extension Manager doesn't work, and I can't uninstall it, How to do ?
http://extensions.xwiki.org/xwiki/bin/view/Extension/ChatApplication#Commen…
Multilingual option doesn't work very well,
Supported languages : "fr en"
Default Language : "fr"Sometimes I can choose the language on the top-right, but sometimes not and don't know why.
Kévin
hi all!
i've installed xwiki and when I try to open the web link, i receive this
error :
Problem accessing /xwiki/bin/view/Main/. Reason:
Error number 3 in 0: Could not initialize main XWiki context
Caused by:
com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize main
XWiki context
ecc ecc
can anyone help me?
--
View this message in context: http://xwiki.475771.n2.nabble.com/error-500-Could-not-initialize-main-XWiki…
Sent from the XWiki- Users mailing list archive at Nabble.com.
The XWiki development team is proud to announce the availability of XWiki
6.4.2.
This is a stabilization release that fixes important bugs discovered in the
6.4.1 version.
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/ReleaseNotesXWiki642
Thanks
-The XWiki dev team
--
Guillaume Delhumeau (gdelhumeau(a)xwiki.com)
Research & Development Engineer at XWiki SAS
Committer on the XWiki.org project
Hello,
Livetable is somehow magic but ... (there are always a 'but') is it possible to use multiple Class?
I read XWiki.LiveTableResultsMacros
"#macro(gridresultwithfilter_buildQuery $className ...
#set($class = $xwiki.getDocument($className).getxWikiClass())"
=> livetable use getxWikiClass method (and not getxWikiClasses :-( )
Here my problem in my nice xwiki 6.4.0 application:
I created some Class/Sheet/Template with 2 common properties/field: I mean on each document Class I created this common property (same name, same source): this one by example
- Name:P1_DgMoa_req Type: Database List
- XWiki Class Name: FormSMQ.ListeDGClass
- Id Field: Name DGId
- Value Field: Name DGLib
On my WebHome I paste this livetable:
#set ($columnsProperties = {
'TypeFiche_RO': {"type":"list","size":10},
'P1_DgMoa_req': {"type":"list","size":10},
'doc.name': {"type":"text","size":10,"link":"view"},
'doc.date': {"type":"text","size":10},
'doc.creator': {"type":"text","size":10,"link":"creator"},
'_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit"]}
})
#set ($options = {
'className': 'MySpace.MyClass',
'translationPrefix' : 'FormSMQ.livetable.',
'tagCloud': true,
'rowCount': 15,
'maxPages': 10,
'selectedColumn': 'doc.name',
'defaultOrder': 'asc',
'extraParams': "&space=${doc.space}"
})
With one class ( 'className': 'MySpace.MyClass',) my livetable work perfectly but display only documents 'linked' with this class (doc with 'MySpace.MyClass' object)
If I use 'className': '' (empty), livetable show all document on the space but my select list are not filled.
I tried 'TypeFiche_RO': {"type":"list","size":10,'class': 'MySpace.MyClass' } with empty 'classname', but if I select a value in my select list, only document 'linked' with this class are displayed.
I tried topFilters options (HTML fragment that will be placed in a "top filter" area in the same fashion as the Tag Cloud filter) 'topFilters': '<input type="text" size="15" name="doc.name" value="">', but no document will displayed. I didn't managed either (I don't know how to choose the field who is filtered by the new input tag)
I don't know if someone understand my problem ( livetable with multiple class source), but every magics tricks are welcome to help me.
Thxs.
Pascal B
Hi Hamster,
On 25 Feb 2015 at 07:32:24, Hamster (teunham@hotmail.com(mailto:teunham@hotmail.com)) wrote:
> vmassol wrote
> > What about it? :)
>
> Just a suggestion :-)
>
> Maybe this is could be an alternative. I really like the "inline editor
> mode" of the CKEditor.
Oh I see what you meant. I assumed the question was about using the wiki editor because otherwise the WYSIWYG editor *is* a live preview!
Thanks
-Vincent
Hi all,
I have noticed that XWiki 6.1 generates incorrect document link in
notification mails in our setup.
It duplicates /bin path element into /bin/bin in every link.
I've searched the mailing list and could only found this thread:
http://lists.xwiki.org/pipermail/users/2011-July/020402.html
with an almost identical description:
>>>> >>>>* duplicated "/bin/" element in link URL
*>>>>* e.g. http://subwiki.server.com/bin/bin/view/SpaceName/PageName
<http://subwiki.server.com/bin/bin/view/SpaceName/PageName>
*>>>
Unfortunately, the problem hasn't been solved and no other discussions were
seen on this topic.
Here are more details about our installation:
* XWiki 6.1 (and recently tried 6.4.1 with the same result)
* Tomcat7 container running ROOT.war with XWiki application on
http://localhost:8080/
* xwiki.cfg contains xwiki.home uncommented and set to a correct public URL
(https://ourserver.com/)
* Nginx frontend using proxy_pass to serve the public URL
I have also noticed that links to the same pages in emails sent by "Share
by email" extension are correct (no /bin duplication).
We are using XWiki as a corporate knowledge base, so the correctness of
email notifications are important for us.
Any help will be appreciated.
--
Regards,
- Alexander Stepanov.