When I need to search for a wiki page I usually have to choose between:
(1) Database search using the Query Manager. There are plenty of examples
here http://extensions.xwiki.org/xwiki/bin/view/Extension/Query+Module
(2) Full text search using Solr
http://extensions.xwiki.org/xwiki/bin/view/Extension/Solr+Search+Query+API
Hope this helps,
Marius
On Oct 17, 2014 1:41 AM, "Jason Clemons" <jason.clemons(a)live.com> wrote:
>
> Hello all,
>
> I have some "brute force" velocity code that basically iterates all my
spaces looking for a page, then checks if the page is "new" or not. if the
page is "new" I know that the page doesn't exist in that space and so I go
to the next space and repeat until I find a page that is NOT new. Once I
have the page I then do some stuff with it. This works ok in my small
environment, but makes me cringe when I think about scalability.
>
> Does anyone know a way in Velocity to return a URL from a search of all
pages in all spaces in my wiki quickly? I'd sure like to be able to say
$search.pages(page-to-search) or something like that..
>
> Thanks in advance..
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
The XWiki development team is proud to announce the availability of
XWiki 6.3 Milestone 1.
This milestone is mostly about improvements but it also introduce new
Velocity tools and macros and also add support for catching and
display nicely exceptions in Velocity.
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/ReleaseNotesXWiki63M1
Thanks
-The XWiki dev team
Hello XWiki Community,
If I edit a page I get mail notifications for the pages I changed myself. I propose to change the API in the way that only changes done by others are sent.
Best regards,
Peter
Hello,
i want to easily push a button and deploy an own extension from eclipse to a
jetty-based xwiki. Do you know an example? I not found something on the web.
At the moment i create the jar with maven from eclipse, copy the jar
manually and start the xwiki-server with the start script.
Is there a way to do it all at once?
Regards,
Matthias
--
View this message in context: http://xwiki.475771.n2.nabble.com/Eclipse-Jetty-Maven-tp7592763.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello all,
I have some "brute force" velocity code that basically iterates all my spaces looking for a page, then checks if the page is "new" or not. if the page is "new" I know that the page doesn't exist in that space and so I go to the next space and repeat until I find a page that is NOT new. Once I have the page I then do some stuff with it. This works ok in my small environment, but makes me cringe when I think about scalability.
Does anyone know a way in Velocity to return a URL from a search of all pages in all spaces in my wiki quickly? I'd sure like to be able to say $search.pages(page-to-search) or something like that..
Thanks in advance..
> Hey All,
>
> I’m hoping someone can help me out.. My wiki installation has stopped working. I’m running it in Tomcat 8 from the ROOT folder “C:\Program Files (x86)\Tomcat\webapps\ROOT” (the only app running on the server), nothing has changed other than content in the wiki itself, but all of a sudden my users can’t login and the URL has become really long.
>
> If I navigate to localhost:8080/bin/Main I get the following response:
>
> localhost:8080/bin/Main/bin/login/XWiki/bin/login/XWiki/bin/login/XWiki/bin/login/XWiki/bin/login/XWiki/bin/login/XWiki/bin/login/XWiki/bin/login/XWiki/bin/login/XWiki/bin/login/XWiki/bin/login/XWiki/bin/login/XWiki/bin/login/XWiki/bin/login/XWiki/bin/login/XWiki/XWikiLogin?srid=YGlMoFBd&xredirect=%2Fbin%2FMain%2Fbin%2Flogin%2FXWiki%2Fbin%2Flogin%2FXWiki%2Fbin%2Flogin%2FXWiki%2Fbin%2Flogin%2FXWiki%2Fbin%2Flogin%2FXWiki%2Fbin%2Flogin%2FXWiki%2Fbin%2Flogin%2FXWiki%2Fbin%2Flogin%2FXWiki%2Fbin%2Flogin%2FXWiki%2Fbin%2Flogin%2FXWiki%2Fbin%2Flogin%2FXWiki%2Fbin%2Flogin%2FXWiki%2Fbin%2Flogin%2FXWiki%2Fbin%2Flogin%2FXWiki%2FXWikiLogin%3Fsrid%3DYGlMoFBd%26xredirect%3D%252Fbin%252FMain%252Fbin%252Flogin%252FXWiki%252Fbin%252Flogin%252FXWiki%252Fbin%252Flogin%252FXWiki%252Fbin%252Flogin%252FXWiki%252Fbin%252Flogin%252FXWiki%252Fbin%252Flogin%252FXWiki%252Fbin%252Flogin%252FXWiki%252Fbin%252Flogin%252FXWiki%252Fbin%252Flogin%252FXWiki%252Fbin%252Flogin%252FXWiki%252Fbin%252Flogin%252FXWiki%252Fbin%252Flogin%252FXWiki%252Fbin%252Flogin%252FXWiki%252FXWikiLogin%253Fsrid%253DYGlMoFBd%2526xredirect%253D%25252Fbin%25252FMain%25252Fbin%25252Flogin%25252FXWiki%25252Fbin%25252Flogin%25252FXWiki
>
> except the URL actually goes on for much longer… I used to get this every now and again, but always restarting Tomcat would fix it, but now it doesn’t and none of my users can login. I found an article here http://jira.xwiki.org/browse/XE-1401 which seems to point to a similar issue, but the fix illustrated does not fix my issue.
>
> Any help is greatly appreciated
Hi
After I migrated from xwiki 1.7.2 to 5.4.5, some of the documents are not
rendered properly.
I am assuming the issue might be happening because there is a dot in the
space.
The same documents with dot in the space were rendered before migration. But
after migration the documents are not rendered and are shown with a question
mark. All the static data was rendered properly, but the dynamic data where
the classes having methods, superclass and subclass are not rendered.
Please find the attached screenshots of the old and new pages after
migration.
<http://xwiki.475771.n2.nabble.com/file/n7592753/ComponentClass.png>
<http://xwiki.475771.n2.nabble.com/file/n7592753/DocumentClass1.png>
The rest of the migration went fine except few pages. Can you respond with
the possible solution and help in resolving this issue. Please feel free to
ask any questions or clarifications if required.
Thanks,
Pankaj
--
View this message in context: http://xwiki.475771.n2.nabble.com/Migration-Issue-tp7592753.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Greetings,
During the last few days we have conducted smoke testing on Chrome 38 and a
full test on Firefox 32.
This link offers an overview of the issues and improvements reported by the
team on the 6.2.1 version:
http://jira.xwiki.org/issues/?jql=affectedVersion%20in%20%28%226.2.1%22%29
We shall continue testing for other issues and improvements.
Have a good day!
--
Andreea Zenovia Popescu
QA Engineer @XWiki SAS
Hello everybody!
I did the xwiki installation from the debian pack and I've having
problems to realize the uptade of it.
I tried using the command apt-get upgrade and I tried what is saying
in the link http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Upgrade
The installation via package installs the xwiki in some point and
creates links to others, how can I realize the update of it?
Thanks for the attention
Regards
--
Saulo S. Bravim
Email/MSN: saulosb(a)gmail.com
Skype:saulosb
Celular:(48) 9647-2116