Re: [xwiki-users] 2 problems with XWiki: search and All pages

2015-06-15 Thread VasyaPupkin
There is a line in the file /var/log/messages about allpages:

/xwiki server: 2015-06-15 16:29:37,673
[http://10.204.0.113/xwiki/bin/view/Main/allpages] WARN 
o.x.v.i.DefaultVelocityEngine  - Deprecated usage of method
[com.xpn.xwiki.web.XWikiMessageTool.get] in 83:xwiki:Main.allpages@8,134
/




--
View this message in context: 
http://xwiki.475771.n2.nabble.com/2-problems-with-XWiki-search-and-All-pages-tp7595058p7595143.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [ANN] XWiki 7.1 released

2015-06-15 Thread Ecaterina Moraru (Valica)
The XWiki development team is proud to announce the availability of XWiki
7.1

This release adds important changes and improvements for Extension Manager,
Solr Search, Watchlist, a new experimental Flavors mechanism and a Debug
mode for performance analysis.

Extension Manager provides a summary for the extension diff view in order
to ease the navigation of the local code changes. A new Extension History
section has also been added, offering support for selective export, import
and replay of extension-related history records.

Solr Search UI is improved by making it responsive on small screens. The
users can now sort, paginate and filter the search results without a page
reload.

The Flavors and Watchlist Realtime option are currently still experimental,
but you are encouraged to test them and provide feedback.

The WatchList performance has been improved, especially for the Realtime
notification option. The Realtime Watchlist messages are displayed in a
more user-friendly way, sending mails for a variety of events, threaded by
your email client by the document they occurred in.

The Flavor mechanism is allowing the selection of Flavors in the wiki
creation step. In the future, XWiki will offer different Flavors and these
are steps towards this direction.

Under-the-hood there are various mail and job module improvements. The
developers can now trigger old Prototype event listeners from jQuery and a
new API is available to escape wiki syntax.

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/ReleaseNotesXWiki71

The following people have contributed code to this release:
Thomas Mortagne
Vincent Massol
Guillaume Delhumeau
Eduard Moraru
Marius Dumitru Florea
Denis Gervalle
Sergiu Dumitriu
Manuel Smeria
Gabriela Smeria
Ecaterina Moraru (Valica)
Anca Luca
Jean SIMARD
Clemens Robbenhaar

Thanks for your support
-The XWiki dev team
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] 2 problems with XWiki: search and All pages

2015-06-15 Thread VasyaPupkin
I tried to look /xwiki/bin/view/Main/AllDocs but it doesn't work.



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/2-problems-with-XWiki-search-and-All-pages-tp7595058p7595137.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] PDF Export sort order using includechilds

2015-06-15 Thread vinc...@massol.net
H Frederik,

On 14 Jun 2015 at 20:43:39, Tebert, F., SNL IT PeP, 1200, BN 
(frederik.teb...@deutschepost.de(mailto:frederik.teb...@deutschepost.de)) wrote:

 Hi All,
  
 I have a problem using the PDF-Export feature within XWiki. Using the 
 includechilds option I am exporting all pages within one space. This should 
 be done using an alphabetic sort order. But apparently the sort order is 
 different. Maybe it's the creation date?
  
 Does someone know how this works and where I can change the sort order for 
 PDF-Export with multiple pages (including the ToC feature)?

If you check 
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration#HCustomizingthePDFexportLook26Feel
 you can see that the file containing the code is pdf.vm

I’ve checked this file and when includechilds is used it calls 
#includeChildren() from macros.vm which calls Document.getChildren(). I’ve read 
that code’s impl and it does this:

            Query query = getStore().getQueryManager().createQuery(
                select distinct doc.space, doc.name from XWikiDocument doc 
where 
                    + doc.parent=:prefixedFullName or doc.parent=:fullName or 
(doc.parent=:name and doc.space=:space),
                Query.XWQL);

As you can see there’s no sort in that query, which means the documents will be 
returned in the other in which they’ve been added to the DB AFAIK.

If you wish to have a sort order you should file a jira issue for that at 
http://jira.xwiki.org (or customize your pdf.vm but I think what you’re asking 
is a valid use case which could benefit the product).

Thanks
-Vincent

 Thanks and with best regards,
 Frederik
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] 2 problems with XWiki: search and All pages

2015-06-15 Thread Marius Dumitru Florea
On Mon, Jun 15, 2015 at 9:54 AM, VasyaPupkin streni...@f-heads.ru wrote:
 I tried to look /xwiki/bin/view/Main/AllDocs but it doesn't work.

You need to check the JavaScript console and the server logs for error messages.




 --
 View this message in context: 
 http://xwiki.475771.n2.nabble.com/2-problems-with-XWiki-search-and-All-pages-tp7595058p7595137.html
 Sent from the XWiki- Users mailing list archive at Nabble.com.
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users