Last modified by Thomas Mortagne on 2017/03/24

<
From version < 11.1 >
edited by Thomas Mortagne
on 2010/06/02
To version < 15.1 >
edited by Thomas Mortagne
on 2010/06/02
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -17,6 +17,7 @@
17 17  image:searchlucene.png
18 18  
19 19  The Lucene search has several benefits over the Database search:
20 +
20 20  * It indexes attachments (such as PDFs or MS Word documents) searchable. It does not replace the search page itself but rather makes more content available for searching.
21 21  * It provides a scoring for the search results.
22 22  * It offers pagination when there are lots of results.
... ... @@ -29,6 +29,7 @@
29 29  image:searchadministration.png
30 30  
31 31  The Search Application now has a dedicated section in the wiki administration section from which you can:
33 +
32 32  * Choose the default engine (Lucene or Database).
33 33  * See the status for the Lucene Search: the number of indexed elements and the number of elements waiting in the queue.
34 34  * Control the Lucene index by indexing the whole farm, indexing the wiki or customizing the index to your specific preferences.
... ... @@ -41,6 +41,14 @@
41 41  
42 42  It's also possiblet to force a page to refresh by using ##refresh=1## parameter in the URL.
43 43  
46 +== WYSIWYG improvements ==
47 +
48 +=== Insert external image ===
49 +
50 +You can now insert an external image in the edited page while in WYSIWYG mode. The external image is specified by its location on the web, i.e. its URL. To do this go to Image > Insert Image... menu and select the "External" tab:
51 +
52 +image:XWIKI-5202.png
53 +
44 44  == New Code macro configuration ==
45 45  
46 46  It's now possible to indicate which Pygments style to use with the default highlighter based on Pygments.
... ... @@ -49,16 +49,14 @@
49 49  
50 50  == Security improvements ==
51 51  
52 -{{todo/}}
62 +* Added support for HttpOnly flag for session cookies (XSS protection measure)
63 +* Fixed some XSS issues
64 +* Improved file access sandboxing
53 53  
54 -* XSS
55 -
56 56  == Performance improvements ==
57 57  
58 -{{todo/}}
68 +Defered scripts.
59 59  
60 -* defered scripts
61 -
62 62  == Chart macro improvements ==
63 63  
64 64  Chart macro now support more than 26 columns.
XWIKI-5202.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.mflorea
Size
... ... @@ -1,0 +1,1 @@
1 +17.1 KB
Content

Get Connected