Last modified by Thomas Mortagne on 2023/10/13

<
From version < 25.1 >
edited by Eduard Moraru
on 2014/09/18
To version < 25.2 >
edited by Eduard Moraru
on 2014/09/18
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -12,26 +12,29 @@
12 12  
13 13  == Flamingo ==
14 14  
15 +* **[[Flamingo>>extensions:Extension.Flamingo Skin]] is the new default skin in XWiki!**
16 +* The [[applications panel>>extensions:Extension.Panels Application||anchor="HApplicationPanel"]] (also known as the "Applications Bar") has been set by default on the left panel.
17 +* The default icon theme is now [[Font Awesome>>extensions:Extension.Font Awesome Icon Theme]].
18 +* A new application has been made to manage color themes on Flamingo. It does not only permit to change colors anymore, but also the typography, etc... That is why it is called [[extensions:Extension.Flamingo Theme Application]].
19 +{{image reference="FlamingoThemeEditor.png" width="50%"/}}
20 +* By default, a new theme is enabled: ##FlamingoDefaultTheme##, made with the new application described above.
21 +* [[extensions:Extension.Colibri Skin]] can use the themes from Flamingo thanks to a mapping between [[extensions:Extension.Flamingo Theme Application]] and [[extensions:Extension.Color Theme Application]]. The results may not be perfect though.
22 +* Improved Login form(((
23 +{{image reference="flamingoLogin.png"/}}
24 +)))
25 +* The page headers from Colibri ColorThemes can be displayed for Flamingo skin by setting the ##$displayPageHeader## to ##true## in ##layoutExtraVars.vm##. By default this variable is set to false (((
26 +[[{{image reference="Flamingo_displayPageHeader_false.png" width="400px"/}}>>attach:Flamingo_displayPageHeader_false.png]] [[{{image reference="Flamingo_displayPageHeader_true.png" width="400px"/}}>>attach:Flamingo_displayPageHeader_true.png]]
27 +)))
28 +* You can control whether or not you want to display the create and the "more actions" menus with 2 new variables: ##$displayCreateMenu## and ##$displayMoreActionsMenu##. You can manually set them in the ##layoutExtraVars.vm## file.(((
15 15  * The textarea now use a monospace font.
16 -
17 -== Flamingo Skin ==
18 -
19 19  * The user profile looks better on smartphones:(((
20 20   {{image reference="flamingo-user-profile.png" width="12%"/}}
21 21  )))
22 22  
23 -== New structure for apps created with App Within Minutes ==
34 +You can see the results of all this changes in the following screenshot:
35 +{{image reference="flamingo.png" width="65%"/}}
36 +)))
24 24  
25 -When you create a new application using AWM, your application will be structured into 2 spaces (one for data and the other for code). For more details, see [[AWM's documentation>>extensions:Extension.App Within Minutes Application||anchor="HApplicationStructure"]].
26 -
27 -{{image reference="AppWithinMinutes-Step1.png"/}}
28 -
29 -== Initialization screen improvements ==
30 -
31 -If XWiki initialization failed you get a detailed log and it stop refreshing the page.
32 -
33 -{{image reference="init_errors.png"/}}
34 -
35 35  == Icon Theme Application ==
36 36  
37 37  A new application is now bundled in XWiki: [[extensions:Extension.Icon Theme Application]]. Its purpose is to let the user chose which icon set she would like to have in her wiki.
... ... @@ -44,6 +44,12 @@
44 44  
45 45  [[Font Awesome>>extensions:Extension.Font Awesome Icon Theme]] is our first alternative to [[silk>>http://www.famfamfam.com/lab/icons/silk/]] as an Icon Theme. It is now bundled in XWiki, but the Icon Theme mapping is still at a beta state.
46 46  
50 +== Initialization screen improvements ==
51 +
52 +If XWiki initialization failed you get a detailed log and it stop refreshing the page.
53 +
54 +{{image reference="init_errors.png"/}}
55 +
47 47  == Application Bar ==
48 48  
49 49  * The icons are now bigger.
... ... @@ -52,27 +52,6 @@
52 52  * On devices with small screen, when panels are displayed under the page content (currently, it is the case for Flamingo only), the appbar is now displayed differently to use all the available width:
53 53  \\{{image reference="AppBarLowRes.png"/}}
54 54  
55 -== Flamingo ==
56 -
57 -* **[[Flamingo>>extensions:Extension.Flamingo Skin]] is the new default skin in XWiki!**
58 -* The [[applications panel>>extensions:Extension.Panels Application||anchor="HApplicationPanel"]] (also known as the "Applications Bar") has been set by default on the left panel.
59 -* The default icon theme is now [[Font Awesome>>extensions:Extension.Font Awesome Icon Theme]].
60 -* A new application has been made to manage color themes on Flamingo. It does not only permit to change colors anymore, but also the typography, etc... That is why it is called [[extensions:Extension.Flamingo Theme Application]].
61 -{{image reference="FlamingoThemeEditor.png" width="50%"/}}
62 -* By default, a new theme is enabled: ##FlamingoDefaultTheme##, made with the new application described above.
63 -* [[extensions:Extension.Colibri Skin]] can use the themes from Flamingo thanks to a mapping between [[extensions:Extension.Flamingo Theme Application]] and [[extensions:Extension.Color Theme Application]]. The results may not be perfect though.
64 -* Improved Login form(((
65 -{{image reference="flamingoLogin.png"/}}
66 -)))
67 -* The page headers from Colibri ColorThemes can be displayed for Flamingo skin by setting the ##$displayPageHeader## to ##true## in ##layoutExtraVars.vm##. By default this variable is set to false (((
68 -[[{{image reference="Flamingo_displayPageHeader_false.png" width="400px"/}}>>attach:Flamingo_displayPageHeader_false.png]] [[{{image reference="Flamingo_displayPageHeader_true.png" width="400px"/}}>>attach:Flamingo_displayPageHeader_true.png]]
69 -)))
70 -* You can control whether or not you want to display the create and the "more actions" menus with 2 new variables: ##$displayCreateMenu## and ##$displayMoreActionsMenu##. You can manually set them in the ##layoutExtraVars.vm## file.(((
71 -
72 -You can see the results of all this changes in the following screenshot:
73 -{{image reference="flamingo.png" width="65%"/}}
74 -)))
75 -
76 76  == Blog Application ==
77 77  
78 78  The blog panels are now displayed on the right column by default, to fit Flamingo:
... ... @@ -81,6 +81,12 @@
81 81  {{image reference="flamingo-blog.png" width="60%"/}}
82 82  )))
83 83  
72 +== New structure for apps created with App Within Minutes ==
73 +
74 +When you create a new application using AWM, your application will be structured into 2 spaces (one for data and the other for code). For more details, see [[AWM's documentation>>extensions:Extension.App Within Minutes Application||anchor="HApplicationStructure"]].
75 +
76 +{{image reference="AppWithinMinutes-Step1.png"/}}
77 +
84 84  == Miscellaneous ==
85 85  
86 86  * The RTF export is now only supported when an Office Server is connected to XWiki (we used to default to using FOP when no Office Server is connected but the quality of the export was too low to consider this a viable solution).
... ... @@ -245,7 +245,6 @@
245 245  * [[Bootstrap 3.2.0>>http://jira.xwiki.org/browse/XWIKI-10579]]
246 246  * [[HTML5Shiv 3.7.2>>http://jira.xwiki.org/browse/XWIKI-10615]]
247 247  * [[Jetty 8.1.15>>http://jira.xwiki.org/browse/XWIKI-10653]]
248 -* [[Maven 3.2.2>>http://jira.xwiki.org/browse/XCOMMONS-616]]
249 249  * [[JFreechart 1.0.19>>http://jira.xwiki.org/browse/XWIKI-10689]]
250 250  * [[Joda-Time 2.4>>http://jira.xwiki.org/browse/XWIKI-10692]]
251 251  * [[xalan 2.7.2>>http://jira.xwiki.org/browse/XWIKI-10694]]

Get Connected