1. What is correct syntax to add get parameters in link
e.g. correct way for
[[link with get params>>Main.test?xpage=plain&outputSyntax=plain]]
2. What is correct syntax for link in the same page with some ID, e.g.
for [[link to id>>#id]]
Thanks!
Valdis
I know xwiki has lot of potential. i am looking forward to develop the full
fledged website like
http://www.albertdemun.net/xwiki/bin/view/NBSitePublic/. It would be
helpful to know if there is some tutorial exists explaining how we can
develop the full website (For example website i pointed above) where we
can separate type of UI components most of the website usually have. I know
probably there are some different extension/plugin existing at different
places but if we can have single page explaining how we can develop full
fledged website it would be great. Thanks in advance.
Currenlty we have a main wiki that integrated with LDAP having many groups.
We also have many sub wikis and we need to access these from certain ldap
groups only. For this we done the following:
- Modified xwiki.users.initialGroups= to empty and deleted XWikiAllGroup
from all wikis.
- In main wiki created groups with same name as LDAP groups(for eg:
OperationsInfrastructure). Mapped groups in
xwiki.authentication.ldap.group_mapping.
- Now in respective sub wiki in rights for groups took scope as global and
for the respective group we assigned all permission.
- We tried login to sub wikis and the result are as follows:
1. For some wiki its works fine. In which user is added to respective group.
2. For remaining wikis its not working properly. We are getting an error as
"You are not allowed to view this document or perform this action." While
checking in these sub wikis user is gets created but its not in any group.
Thats why it doesn't have any permission.
Please let us whats the issue is and the procedure done from my side is
correct or not. Also please let us know whats the best method to restrict
wiki(Also spaces) with respect to LDAP groups.
Can anyone please help us on it.
Thanks
Geo*
*
Using XWiki 4.0
I would like to try the Navigation Menu Wiki Macro, but it only creates an
empty space "MenuCode" (MenuCode is listed as a space with a questionmark
next to it)
(http://extensions.xwiki.org/xwiki/bin/view/Extension/Navigation+Menu+Wiki+M…)
If I try to use the example code, I get "Unknown macro: menu"
{{menu type="vertical" position="right" id="panelmenu"}}
* [[Main>>Main.WebHome]]
* [[Sandbox>>Sandbox.WebHome]]
** [[Sandbox.TestPage1]]
** [[Sandbox.TestPage2]]
** [[Sandbox.TestPage3]]
* [[Blog>>Blog.WebHome]]
{{/menu}}
Is the Navigation Menu Wiki Macro broken?
--
View this message in context: http://xwiki.475771.n2.nabble.com/Navigation-Menu-Wiki-Macro-tp7582112.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I maintain the DruCall module for Drupal. I'm just wondering if there
is anything similar with xWiki yet, or if such a feature is already in
development?
Regards,
Daniel
Hi,
I upgraded my xwiki to version enterprise 5.1.
With this upgrade I want to set SOLR as my search engine.
However everything works fine, except the search suggestions.
Some suggestions work, others don't.
For example I've got a page named "Videos". If I type "videos" the suggestion is exactly that page.
But I can't find the page "tutorials" by suggestions even if there is a page with exactly this name!
Also if I use the search page, "tutorials" would be the first shown item....
How can I fix this issue??
Thanks
Tom
The XWiki development team is proud to announce the availability of XWiki 5.1.
This release comes with Solr search enabled by default. The search UI
has been redesigned and the search backend has been greatly improved.
A new Menu application is now avaible to help you create navigation
menus that ca be placed after the header or in a side panel. Beside
this, a lot of bug fixes (124) and small improvements (53) make this
release 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/ReleaseNotesXWiki51
Thanks
-The XWiki dev team
Hi folks,
I did a full translation on all files that I could find (listed below) to
pt_BR. The work was based on the documentation I searched around on the
xwiki sites and this list. With the invaluable help from Marius and Sergiu
I could even recompile the wysiwyg editor to implement the translation for
it. Now I have two questions:
1) How can I integrate this work so the next xwiki builds could include it
for everyone.
2) Have I missed anything to translate? Any suggestions and corrections are
welcomed.
List translated files:
ApplicationResources_pt_BR.properties
Main.Welcome.pt_BR.xml
Sandbox.WebHome.pt_BR.xml
XemResources.Translations.pt_BR.xml
WikiResources.Translations.pt_BR.xml
XAppResources.Translations.pt_BR.xml
WikiManager.Dashboard.pt_BR.xml
WorkspaceManager.Translations.pt_BR.xml
XWiki.WorkspaceTranslations.pt_BR.xml
Strings_pt_BR.properties (wysiwyg editor)
Thanks,
Marcelo Vaz
Configuration files were migrated correctly.
When I restarted tomcat and tried to log in XWiki, xwiki started a wizard.
It downloaded the default XAR, and I saw an inverted triangle to the right
of "CONTINUE" button.
When I moved the mouse cursor over the triangle, I saw a drop-down menu
with "INSTALL".
I thought "INSTALL" would install the default XAR, but when I clicked it, I
saw the button replaced with a text saying "#execute..." or "#hold...."(I
can't remember the exact text).
I assumed xwiki failed to merge the new default XAR with the old XWiki.
So I clicked "Skip" and continued migration process.
I'm not sure if database migration was successfully done because I failed
to merge the new default XAR via the wizard.
I tried to import the new XAR, and I chose "Replace the document history
with the history from the package" instead of "Add a new version to the
existing document".
That choice was ok except I had to uncheck some documents that contain
information of user, right, and password.
Thus, the Main space WebHome was overwritten, and the admin password was
reset to "admin".
Please share your experiences with me.
I want to do a lot better next time.