Last modified by Thomas Mortagne on 2023/10/13

<
From version < 33.1 >
edited by Marius Dumitru Florea
on 2012/04/05
To version < 35.1 >
edited by Vincent Massol
on 2012/04/05
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.mflorea
1 +XWiki.VincentMassol
Content
... ... @@ -33,6 +33,16 @@
33 33  
34 34  {{image reference="annotations-merged-with-comments-screenshot.png"/}}
35 35  
36 +== App Within Minutes improvements ==
37 +
38 +The actions pane on the application home page now provides a link to edit and delete the application. Of course you need to have the proper rights to be able to see the links.
39 +
40 +{{image reference="AWM-appActions.png"/}}
41 +
42 +We also added an Actions column to the applications live table to be able to manage applications directly from the App Within Minutes home page. Again, you need to have the proper rights to be able to see the actions.
43 +
44 +{{image reference="AWM-appsLiveTable-actionsColumn.png"/}}
45 +
36 36  == User profile customization ==
37 37  
38 38  An admin can now configure which information is displayed in the user profile (the "Profile" tab of a user's profile page). A new section has been added in the Administration where an admin can configure which fields of the ##XWiki.XWikiUsers## class to display. The admin still has to add the new fields to the class the old way, using the class editor for the page ##XWiki.XWikiUsers##, but he no longer needs to write any code.
... ... @@ -63,10 +63,16 @@
63 63  
64 64  {{image reference="ldap-admin.png"/}}
65 65  
66 -= Bug fixes and improvements =
76 +== New IRC Bot Application ==
67 67  
68 -See the full list of [[JIRA issues>>http://jira.xwiki.org/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+in+%28XCOMMONS%2C+XRENDERING%2C+XWIKI%2C+XE%2C+XEM%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%224.0-milestone-2%22&tempMax=1000]] fixed in this release.
78 +The IRC Bot Application has been completely rewritten from the grounds up for better maintainability, improved speed and more features as described in the [[Documentation for the new IRC Bot Application>>extensions:Extension.IRC Bot Application]].
69 69  
80 +{{image reference="ircbotapplication.png"/}}
81 +
82 +== Miscellaneous ==
83 +
84 +* There's now a link to the [[Getting Started Guide>>enterprise:GettingStarted.WebHome]] on the XWiki Enterprise home page.
85 +
70 70  = For Developers =
71 71  
72 72  == New Velocity tool to serialize Java objects to JSON format ==
... ... @@ -118,6 +118,11 @@
118 118  
119 119  The class reference is now stored as a local reference in the BaseObject/BaseCollection which means that like in the storage you can't assign a class coming from another wiki to an xobject which was causing some issue when copying wikis. You can still provide absolute reference but the wiki reference will be automatically removed.
120 120  
137 +== Miscellaneous ==
138 +
139 +* A new event ##ApplicationReadyEvent## is sent when the Application is ready to service requests. Event Listeners can now listen to this event.
140 +* We've added a new [[Commons Text Module>>extensions:Extension.Text Module]] to contain XWiki-specific APIs related to text.
141 +
121 121  == Upgrades ==
122 122  
123 123  The following dependencies have been upgraded:
... ... @@ -124,6 +124,10 @@
124 124  
125 125  * Json-lib 2.4
126 126  
148 += Bug fixes and improvements =
149 +
150 +See the full list of [[JIRA issues>>http://jira.xwiki.org/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+in+%28XCOMMONS%2C+XRENDERING%2C+XWIKI%2C+XE%2C+XEM%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%224.0-milestone-2%22&tempMax=1000]] fixed in this release.
151 +
127 127  = Tested Browsers =
128 128  
129 129  Here's the list of browsers tested with this version (i.e. browsers that we've tested as working - Check the list of [[supported browsers>>dev:Community.BrowserSupportStrategy]]):
AWM-appsLiveTable-actionsColumn.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.mflorea
Size
... ... @@ -1,0 +1,1 @@
1 +24.4 KB
Content

Get Connected