Wiki source code of Release Notes for XWiki 7.0
Version 8.1 by Ecaterina Moraru (Valica) on 2015/03/30
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{box cssClass="floatinginfobox" title="**Contents**"}} | ||
2 | {{toc/}} | ||
3 | {{/box}} | ||
4 | |||
5 | This is the release notes for [[XWiki Commons>>http://commons.xwiki.org]], [[XWiki Rendering>>http://rendering.xwiki.org]], [[XWiki Platform>>http://platform.xwiki.org]] and [[XWiki Enterprise>>http://enterprise.xwiki.org]]. They share the same release notes as they are released together and have the same version. | ||
6 | |||
7 | This is the first release of the 7.x cycle. | ||
8 | It features: | ||
9 | - integration of the new Tree Widget with the WYSIWYG editor, Index Application | ||
10 | - a simplified Wiki Creation Wizard | ||
11 | |||
12 | - the ability to organize and filter extensions by category in the Extension Repository | ||
13 | - the install date and the user that performed the install are now available in the extension details | ||
14 | - the extensions that were installed explicitly are now displayed distinctly | ||
15 | |||
16 | - a stronger confirmation should prevent users from deleting wikis by mistake from now on | ||
17 | |||
18 | Developers: | ||
19 | - have a new Finder Plugin for the Tree Widget | ||
20 | - API improvements made to the Mail Sender and Extension Manager modules | ||
21 | |||
22 | Deprecated: | ||
23 | - the old Lucene search module was finally retired to Contrib | ||
24 | |||
25 | |||
26 | |||
27 | |||
28 | = New and Noteworthy (since XWiki 6.4) = | ||
29 | |||
30 | [[Full list of issues fixed and Dashboard for 7.0>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=13092]]. | ||
31 | |||
32 | == Wiki Creation == | ||
33 | |||
34 | * During the wiki creation, Distribution Wizard is not triggered anymore. Instead, the whole wiki creation process has been moved into a job, and everything happens inside the Wiki Creation Wizard (with a progress bar and a logging area):((( | ||
35 | {{image reference="ReleaseNotesXWiki70M2@WikiCreationStep.png" width="45%"/}} {{image reference="ReleaseNotesXWiki70M2@WikiCreationStepEnd.png" width="45%"/}} | ||
36 | ))) | ||
37 | * The Wiki Provisioning Step has been integrated into the job too. | ||
38 | * When a wiki is created from a template, we now have a message in the logs that displays which document is copied. | ||
39 | |||
40 | == Extension categories == | ||
41 | |||
42 | It's now possible to indicate a predefined category for each extension in the repository: | ||
43 | |||
44 | {{image reference="ReleaseNotesXWiki70M2@category.png"/}} | ||
45 | |||
46 | It's also possible to filter and order extension by category: | ||
47 | |||
48 | {{image reference="ReleaseNotesXWiki70M2@categorylivetable.png"/}} | ||
49 | |||
50 | == Extension Manager Improvements == | ||
51 | |||
52 | You can now distinguish between the extensions that have been installed directly (by you or a different user) and the extensions that have been installed as transitive dependencies, when looking at the list of installed extensions. | ||
53 | |||
54 | {{image reference="ReleaseNotesXWiki70M2@EM-extensionDescription.png"/}} | ||
55 | |||
56 | Also, the details of an installed extension now include the install date and the user that installed that extension. This information will be available only for extensions that are installed or upgraded from now on (directly or indirectly). Extensions that are already installed have this information only if they were installed directly (not as dependency). | ||
57 | |||
58 | == Document Index Tree Finder == | ||
59 | |||
60 | You can now easily find documents and attachments from the tree view of the Document Index. | ||
61 | |||
62 | {{image reference="ReleaseNotesXWiki70M1@index-alldocs-tree-finder.png"/}} | ||
63 | |||
64 | Checkout the [[Index Application>>extensions:Extension.Index Application]] for more details. | ||
65 | |||
66 | == The WYSIWYG Editor Uses the New Tree Widget == | ||
67 | |||
68 | We have integrated the new [[Tree Widget>>extensions:Extension.Tree Widget]] into the [[WYSIWYG Editor>>platform:Features.WysiwygEditor]]. | ||
69 | |||
70 | {{image reference="ReleaseNotesXWiki70M1@link2wikistep2.png"/}} | ||
71 | |||
72 | |||
73 | |||
74 | |||
75 | |||
76 | |||
77 | |||
78 | |||
79 | |||
80 | |||
81 | == Miscellaneous == | ||
82 | |||
83 | * The user/group displayer is now showing the wiki for local users/groups in edit mode too (the wiki was shown only in view mode previously).((( | ||
84 | {{image reference="ReleaseNotesXWiki70M2@userDisplayer-editMode-wiki.png"/}} | ||
85 | ))) | ||
86 | * When deleting a wiki the confirmation page now asks to type in the wiki identifier to prevent accidental deletion.((( | ||
87 | {{image reference="ReleaseNotesXWiki70M2@delete-wiki-confirm-screen.png"/}} | ||
88 | ))) | ||
89 | * The ##Main.RssFeeds## documentation page has been removed since it wasn't linked from anywhere, provided little value in itself and wasn't dynamic (the RSS features for each extensions depends on the extension being installed and if the extension is not installed or uninstalled the ##RssFeeds## page gets broken links). | ||
90 | |||
91 | * Differentiate external links from internal links using an icon((( | ||
92 | {{image reference="ReleaseNotesXWiki70M1@externalLinkIcon.png"/}} | ||
93 | ))) | ||
94 | * The property "@headings-color" is now editable in the [[Flamingo Theme Editor>>extensions:Extension.Flamingo Theme Application]]. | ||
95 | * Using the edit welcome message button from the homepage now redirects back to the previous page (homepage) when the user is done editing (saves or cancels) instead of leaving the user on the Main.Welcome page, which was previously confusing for some users. | ||
96 | * Mail Sender API now offers a new configuration property to decide whether mail statuses for mails that have been sent successfully must be discarded or not (when using the Database Mail Listener). The default is now false (i.e. discard them) but they could be kept for traceability purpose for example. Note that in previous XWiki versions these mail statuses were kept. | ||
97 | |||
98 | 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%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%227.0%22&tempMax=1000]] fixed in this release. | ||
99 | |||
100 | |||
101 | |||
102 | |||
103 | |||
104 | = For Developers = | ||
105 | |||
106 | == Mail Sender API Improvements == | ||
107 | |||
108 | The [[Mail Sender API>>extensions:Extension.Mail Sender API]] has been improved to allow sending mails to a list of users, a list of groups and a list of email addresses, all at once. It also supports excluding users, groups and email addresses. Last, it ensures that recipients don't get duplicate mails. Before 6.4.2/7.0M2, you could send a mail either to a list of users or to a group (and to an email address) but you had to use several API calls for that and you had to handle yourself potential mail duplication (if a user was inside your user list and inside the group you were sending to for example). | ||
109 | |||
110 | Using the new API, the following example will send a template email to all the users in the ##XWiki.MyGroup## group, to the ##XWiki.User1## and ##XWiki.User2## users + to the ##john@doe.com## email address. | ||
111 | |||
112 | Also note that contrary to the previous API to send email to a group, the new API handles nested groups (i.e. if the ##XWiki.MyGroup## group contains other groups, all users of those other groups will also receive the template email)! | ||
113 | |||
114 | {{code language="none"}} | ||
115 | {{velocity}} | ||
116 | ## Parameters for the 'template' MimeMessageFactory | ||
117 | #set ($templateParameters = {'language' : $xcontext.language, 'velocityVariables' : { 'var1' : 'value1' }}) | ||
118 | |||
119 | #set ($templateReference = $services.model.createDocumentReference('', 'Space', 'MailTemplatePage')) | ||
120 | #set ($parameters = {'hint' : 'template', 'parameters' : $templateParameters, 'source' : $templateReference}) | ||
121 | |||
122 | #set ($groupReference = $services.model.createDocumentReference('', 'XWiki', 'MyGroup')) | ||
123 | #set ($user1Reference = $services.model.createDocumentReference('', 'XWiki', 'User1')) | ||
124 | #set ($user2Reference = $services.model.createDocumentReference('', 'XWiki', 'User2')) | ||
125 | |||
126 | #set ($source = {'groups' : [$groupReference], 'users' : [$user1Reference, $user2Reference], 'emails' : ['john@doe.com']}) | ||
127 | |||
128 | #set ($messages = $services.mailsender.createMessages('usersandgroups', $source, $parameters)) | ||
129 | #set ($mailResult = $services.mailsender.send($messages, 'database')) | ||
130 | {{/velocity}} | ||
131 | {{/code}} | ||
132 | |||
133 | == Group Member Iterator == | ||
134 | |||
135 | A new ##ReferenceUserIterator## iterator has been introduced to iterate over all the users found in a list of users/groups. It supports the following: | ||
136 | |||
137 | * Ability to iterate over a list of references (either group or user) or a single user/group | ||
138 | * Handles nested groups | ||
139 | * Ability to return user data (e.g. user's email) and to programatically skip some entries based on programmatic condition | ||
140 | * Ability to exclude users/groups | ||
141 | |||
142 | Notes: | ||
143 | |||
144 | * Right now duplication is not handled at the level of ##UserIterator## (thus for example if a user is a member of several groups it'll be returned several times). | ||
145 | * This code is not performant as it will load one document per group and per user found. There's [[currently no way of handling this in a performant way>>http://jira.xwiki.org/browse/XWIKI-10377]]. | ||
146 | |||
147 | Example 1: List all users of a group by returning references | ||
148 | |||
149 | {{code language="groovy"}} | ||
150 | {{groovy}} | ||
151 | import com.xpn.xwiki.internal.plugin.rightsmanager.* | ||
152 | import org.xwiki.model.reference.* | ||
153 | import org.xwiki.context.* | ||
154 | |||
155 | def groupReference = new DocumentReference("xwiki", "XWiki", "XWikiAllGroup") | ||
156 | def resolver = services.component.getInstance(DocumentReferenceResolver.TYPE_STRING, "explicit") | ||
157 | def execution = services.component.getInstance(Execution.class) | ||
158 | def iterator = new ReferenceUserIterator(groupReference, resolver, execution) | ||
159 | iterator.each() { | ||
160 | println "* ${it}" | ||
161 | } | ||
162 | {{/groovy}} | ||
163 | {{/code}} | ||
164 | |||
165 | Example 2: Get all emails from all users inside the passed groups | ||
166 | |||
167 | {{code language="groovy"}} | ||
168 | {{groovy}} | ||
169 | import com.xpn.xwiki.doc.* | ||
170 | import com.xpn.xwiki.objects.* | ||
171 | import com.xpn.xwiki.internal.plugin.rightsmanager.* | ||
172 | import org.xwiki.model.reference.* | ||
173 | import org.xwiki.context.* | ||
174 | |||
175 | def group1Reference = new DocumentReference("xwiki", "XWiki", "XWikiAllGroup") | ||
176 | def group2Reference = new DocumentReference("xwiki", "XWiki", "XWikiAdminGroup") | ||
177 | def resolver = services.component.getInstance(DocumentReferenceResolver.TYPE_STRING, "explicit") | ||
178 | def execution = services.component.getInstance(Execution.class) | ||
179 | |||
180 | class EmailUserDataExtractor implements UserDataExtractor<String> | ||
181 | { | ||
182 | public String extractFromSuperadmin(DocumentReference reference) | ||
183 | { | ||
184 | return null | ||
185 | } | ||
186 | |||
187 | public String extractFromGuest(DocumentReference reference) | ||
188 | { | ||
189 | return null | ||
190 | } | ||
191 | |||
192 | public String extract(DocumentReference reference, XWikiDocument document, BaseObject userObject) | ||
193 | { | ||
194 | return userObject.getStringValue("email") | ||
195 | } | ||
196 | } | ||
197 | |||
198 | def iterator = new UserIterator([group1Reference, group2Reference], [], new EmailUserDataExtractor(), resolver, execution) | ||
199 | iterator.each() { | ||
200 | println "* ${it}" | ||
201 | } | ||
202 | {{/groovy}} | ||
203 | {{/code}} | ||
204 | |||
205 | == Extensions improvement and new features == | ||
206 | |||
207 | === Extension category === | ||
208 | |||
209 | Each extension can now expose a category (flavor, application, macro...). | ||
210 | |||
211 | === Advanced extensions search === | ||
212 | |||
213 | A new ##org.xwiki.extension.repository.search.AdvancedSearchable## extending ##org.xwiki.extension.repository.search.Searchable## provide field based filtering and ordering to extensions search. It's implemented by default core, local, installed, xar extensions repositories. | ||
214 | |||
215 | === Advanced extensions search in REST protocol === | ||
216 | |||
217 | Support for advanced filtering and ordering or extensions search result has been added XWiki Repository protocol and client. See [[extensions:Extension.Repository Module||anchor="H2Fsearch"]]. | ||
218 | |||
219 | === Custom properties in REST protocol === | ||
220 | |||
221 | Support for missing custom properties has been added to the XWiki Repository REST protocol. See [[extensions:Extension.Repository Module||anchor="HREST"]]. Only String properties are supported for now. | ||
222 | |||
223 | == Finder Plugin for the Tree Widget == | ||
224 | |||
225 | Starting with this version the [[Tree Widget>>extensions:Extension.Tree Widget]] has a (jsTree) plugin to find tree nodes, called //finder//. When enabled, this plugin adds a text input above the tree that offers suggestions as you type based on the content of the tree. When such a suggestion is selected the tree is expanded to show the corresponding node. This is already used by the [[Document Tree Macro>>extensions:Extension.Document Tree Macro]] and can be seen in action on the [[Document Index>>extensions:Extension.Index Application]]. | ||
226 | |||
227 | |||
228 | |||
229 | |||
230 | |||
231 | == Miscellaneous == | ||
232 | |||
233 | * ##$datetool## has a new method to access the [[DateFormatSymbols>>http://docs.oracle.com/javase/7/docs/api/java/text/DateFormatSymbols.html]]:((( | ||
234 | {{code language="none"}} | ||
235 | {{velocity}} | ||
236 | #set ($currentLocale = $services.localization.currentLocale) | ||
237 | #set ($dateFormatSymbols = $datetool.getDateFormatSymbols($currentLocale)) | ||
238 | $jsontool.serialize($dateFormatSymbols.shortMonths) | ||
239 | |||
240 | ## Output for French locale: | ||
241 | ## ["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc.",""] | ||
242 | {{/velocity}} | ||
243 | {{/code}} | ||
244 | ))) | ||
245 | * Message Stream script service now offers a ##getLastError()## method to get the last error. | ||
246 | * "input" displayed Static and Database Lists separators handling has been improved to properly allow using multiple separators at once for entering data (including escaped separators inside list values). More importantly, when displaying an existing list inside an input, the existing values will always be separated using the first separator specified in the object's class for the edited object property. For non-relationally stored properties, the value that is stored in the database as a LargeStringProperty will always be separated using the default pipe ("|") separator. See [[XWIKI-10098>>http://jira.xwiki.org/browse/XWIKI-10098]] for more details. | ||
247 | * The ##/deleteversions/## action now supports the "latest" and "previous" pseudoversions and the ##/rollback/## action now supports the "previous" pseudoversion. See [[XWIKI-11841>>http://jira.xwiki.org/browse/XWIKI-11841]] for more information. | ||
248 | |||
249 | * The build now checks if unit tests output content to stdout/stderr and fail the build if so. A new ##AllLogRule## JUnit Rule has been introduced to capture and assert logs:((( | ||
250 | {{code language="java"}} | ||
251 | ... | ||
252 | /** | ||
253 | * Capture logs. | ||
254 | */ | ||
255 | @Rule | ||
256 | public AllLogRule logRule = new AllLogRule(); | ||
257 | ... | ||
258 | assertEquals("Error getting resource [bad resource] because of invalid path format. Reason: [invalid url]", | ||
259 | this.logRule.getMessage(0)); | ||
260 | ... | ||
261 | {{/code}} | ||
262 | ))) | ||
263 | * The ##xwiki-commons-test-simple## and ##xwiki-commons-test-component## modules have been moved to the Commons Tools as ##xwiki-commons-tool-test-simple## and ##xwiki-commons-tool-test-component## respectively. If your Maven module depends on one of them you'll need to update the dependencies. | ||
264 | |||
265 | |||
266 | |||
267 | |||
268 | |||
269 | |||
270 | == Deprecated and Retired projects == | ||
271 | |||
272 | * Lucene search module moved to https://github.com/xwiki-contrib/xwiki-platform-search-lucene | ||
273 | |||
274 | |||
275 | |||
276 | |||
277 | |||
278 | |||
279 | |||
280 | == Upgrades == | ||
281 | |||
282 | The following dependencies have been upgraded: | ||
283 | |||
284 | * [[Jython 2.7-rc1>>http://jira.xwiki.org/browse/XWIKI-11966]] | ||
285 | |||
286 | * [[Selenium 2.44.0>>http://jira.xwiki.org/browse/XCOMMONS-753]] | ||
287 | * [[Arquilian Phantom JS Driver 1.1.3.Final>>http://jira.xwiki.org/browse/XWIKI-11832]] | ||
288 | * [[Groovy 2.4.1>>http://jira.xwiki.org/browse/XCOMMONS-755]] | ||
289 | * [[JGroups 3.6.2>>http://jira.xwiki.org/browse/XWIKI-11848]] | ||
290 | * [[Jython 2.7-b4>>http://jira.xwiki.org/browse/XWIKI-11850]] | ||
291 | * [[DBCP 2.1>>http://jira.xwiki.org/browse/XCOMMONS-756]] | ||
292 | * [[Pygments 2.0.2>>http://jira.xwiki.org/browse/XWIKI-11864]] | ||
293 | * [[jdom 2.0.6>>http://jira.xwiki.org/browse/XCOMMONS-760]] | ||
294 | * [[XStream 1.4.8>>http://jira.xwiki.org/browse/XCOMMONS-761]] | ||
295 | * [[Maven 3.2.5 and Aether 1.0.2.v20150114>>http://jira.xwiki.org/browse/XCOMMONS-711]] | ||
296 | * [[Infinispan 7.0.3>>http://jira.xwiki.org/browse/XWIKI-9967]] | ||
297 | * [[SLF4J 1.7.10>>http://jira.xwiki.org/browse/XCOMMONS-721]] | ||
298 | * [[Joda-Time 2.7>>http://jira.xwiki.org/browse/XWIKI-11668]] | ||
299 | * [[Tika 1.7>>http://jira.xwiki.org/browse/XWIKI-11669]] | ||
300 | * [[Groovy 2.4.0>>http://jira.xwiki.org/browse/XCOMMONS-728]] | ||
301 | * [[httpclient 4.4>>http://jira.xwiki.org/browse/XCOMMONS-737]] | ||
302 | * [[Bootstrap 3.3.2>>http://jira.xwiki.org/browse/XWIKI-11772]] | ||
303 | |||
304 | |||
305 | |||
306 | |||
307 | = Translations = | ||
308 | |||
309 | The following translations have been updated: | ||
310 | |||
311 | {{language codes="de,fr,lv,ro"/}} | ||
312 | |||
313 | |||
314 | |||
315 | {{comment}} | ||
316 | = Tested Browsers & Databases = | ||
317 | |||
318 | {{include reference="TestReports.ManualTestReportTemplateSummary"/}} | ||
319 | |||
320 | = Performances tests compared to <last super stable version> = | ||
321 | |||
322 | <a summary of the comparison with latest super stable version> | ||
323 | |||
324 | More details on <link to the test report>. | ||
325 | {{/comment}} | ||
326 | |||
327 | = Known issues = | ||
328 | |||
329 | * [[Bugs we know about>>http://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=category+%3D+%22Top+Level+Projects%22+AND+issuetype+%3D+Bug+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC]] | ||
330 | |||
331 | = Backward Compatibility and Migration Notes = | ||
332 | |||
333 | == General Notes == | ||
334 | |||
335 | When upgrading make sure you compare your ##xwiki.cfg##, ##xwiki.properties## and ##web.xml## files with the newest version since some configuration parameters may have been modified or added. Note that you should add ##xwiki.store.migration=1## so that XWiki will attempt to automatically migrate your current database to the new schema. Make sure you backup your Database before doing anything. | ||
336 | |||
337 | == Issues specific to XWiki 7.0 == | ||
338 | |||
339 | * The Watchlist class and its objects have been migrated to use relationally stored DBList properties instead of TextArea properties in order to solve scalability issues that occurred when too many elements were being watched by a user. See [[XWIKI-7339>>http://jira.xwiki.org/browse/XWIKI-7339]]. | ||
340 | * The upgrade to DBCP 2.1 has caused some Hibernate configuration properties to have been removed and new ones created. The following properties have been removed:((( | ||
341 | * ##dbcp.maxActive## replaced by ##dbcp.maxTotal## | ||
342 | * ##dbcp.maxWait## replaced by ##dbcp.maxWaitMillis## | ||
343 | |||
344 | Note that we've kept backward compatibility support for the old properties so that you don't need to immediately modify your ##hibernate.cfg## file (although we recommend you do that!). | ||
345 | |||
346 | Also note that even though the following properties were defined in ##hibernate.cfg## they were not handled by XWiki's code (nor by DBCP 1.3 - which was the version we were using prior to moving to 2.1). Since they had no effect they've now been removed: | ||
347 | |||
348 | * ##dbcp.whenExhaustedAction##. Note that the default action is BLOCK in Commons Pool (used by DBCP) | ||
349 | * ##dbcp.ps.whenExhaustedAction## | ||
350 | * ##dbcp.ps.maxWait## | ||
351 | * ##dbcp.ps.maxIdle## | ||
352 | ))) | ||
353 | * Titles are not extracted from document content anymore, you can enable it using xwiki.title.compatibility property but it will probably fully be removed at some point | ||
354 | |||
355 | == API Breakages == | ||
356 | |||
357 | The following APIs were modified since XWiki 6.4: | ||
358 | |||
359 | * Add support for categories to extension. It should not be an issue for most Extension implementations which are supposed to extend ##AbstractExtension## | ||
360 | |||
361 | {{code language="none"}} | ||
362 | org.xwiki.extension.Extension: Method 'public java.lang.String getCategory()' has been added to an interface | ||
363 | {{/code}} | ||
364 | |||
365 | * Added a method to get the date when an extension was installed. | ||
366 | |||
367 | {{code language="none"}} | ||
368 | org.xwiki.extension.InstalledExtension: Method 'public java.util.Date getInstallDate(java.lang.String)' has been added to an interface | ||
369 | {{/code}} | ||
370 | |||
371 | * Added support for associating custom install properties (e.g. the user that triggers the install) to the namespace where the extension is installed. | ||
372 | |||
373 | {{code language="none"}} | ||
374 | org.xwiki.extension.InstalledExtension: Method 'public java.lang.Object getNamespaceProperty(java.lang.String, java.lang.String)' has been added to an interface | ||
375 | org.xwiki.extension.repository.InstalledExtensionRepository: Method 'public org.xwiki.extension.InstalledExtension installExtension(org.xwiki.extension.LocalExtension, java.lang.String, boolean, java.util.Map)' has been added to an interface | ||
376 | {{/code}} | ||
377 | |||
378 | * Added support for advanced installed extensions search. | ||
379 | |||
380 | {{code language="none"}} | ||
381 | org.xwiki.extension.repository.InstalledExtensionRepository: Method 'public org.xwiki.extension.repository.result.IterableResult searchInstalledExtensions(java.lang.String, org.xwiki.extension.repository.search.ExtensionQuery)' has been added to an interface | ||
382 | {{/code}} | ||
383 | |||
384 | * Using String instead of JRCS Version for better flexibility. Probably should not have been public from the start. | ||
385 | |||
386 | {{code language="none"}} | ||
387 | com.xpn.xwiki.web.DeleteVersionsForm: Return type of method 'public org.suigeneris.jrcs.rcs.Version getRev()' has been changed to java.lang.String | ||
388 | com.xpn.xwiki.web.DeleteVersionsForm: Return type of method 'public org.suigeneris.jrcs.rcs.Version getRev1()' has been changed to java.lang.String | ||
389 | com.xpn.xwiki.web.DeleteVersionsForm: Return type of method 'public org.suigeneris.jrcs.rcs.Version getRev2()' has been changed to java.lang.String | ||
390 | {{/code}} | ||
391 | |||
392 | * Young API. Made the API more generic + internal refactoring.((( | ||
393 | {{code language="none"}} | ||
394 | org.xwiki.mail.MimeMessageFactory: Return type of method 'public javax.mail.internet.MimeMessage createMessage(javax.mail.Session, java.lang.Object, java.util.Map)' has been changed to java.lang.Object | ||
395 | org.xwiki.mail.script.MailSenderScriptService: In method 'public java.util.Iterator createMessages(java.lang.String, java.lang.Object, java.lang.String, java.util.Map)' the number of arguments has changed | ||
396 | org.xwiki.mail.script.AbstractMailScriptService: Removed field configuration | ||
397 | {{/code}} | ||
398 | ))) | ||
399 | |||
400 | * Young API. Fix a bad designed API.((( | ||
401 | {{code language="none"}} | ||
402 | org.xwiki.lesscss.cache.LESSCache: Method 'public java.lang.Object getMutex(org.xwiki.lesscss.resources.LESSResourceReference, org.xwiki.lesscss.skin.SkinReference, org.xwiki.lesscss.colortheme.ColorThemeReference)' has been added to an interface | ||
403 | {{/code}} | ||
404 | ))) | ||
405 | |||
406 | * We've refactored the client code of the WYSIWYG editor to use the new tree.((( | ||
407 | {{code language="none"}} | ||
408 | org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep: Removed com.smartgwt.client.widgets.events.KeyPressHandler from the set of implemented interfaces | ||
409 | org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep: Removed com.smartgwt.client.widgets.grid.events.RecordDoubleClickHandler from the set of implemented interfaces | ||
410 | org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep: Parameter 1 of 'public AbstractExplorerWizardStep(boolean, boolean, boolean)' has changed its type to java.lang.String | ||
411 | org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep: Parameter 2 of 'public AbstractExplorerWizardStep(boolean, boolean, boolean)' has changed its type to int | ||
412 | org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep: Parameter 3 of 'public AbstractExplorerWizardStep(boolean, boolean, boolean)' has changed its type to int | ||
413 | org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep: Accessibility of method 'public AbstractExplorerWizardStep(boolean, boolean, boolean)' has been decreased from public to protected | ||
414 | org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep: In method 'protected AbstractExplorerWizardStep(boolean, boolean, boolean, int, int)' the number of arguments has changed | ||
415 | org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep: Method 'protected void invalidateExplorerData()' has been removed | ||
416 | org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep: Method 'public void onKeyPress(com.smartgwt.client.widgets.events.KeyPressEvent)' has been removed | ||
417 | org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep: Method 'public void onRecordDoubleClick(com.smartgwt.client.widgets.grid.events.RecordDoubleClickEvent)' has been removed | ||
418 | org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AttachmentExplorerWizardStep: Removed com.smartgwt.client.widgets.events.KeyPressHandler from the set of implemented interfaces | ||
419 | org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AttachmentExplorerWizardStep: Removed com.smartgwt.client.widgets.grid.events.RecordDoubleClickHandler from the set of implemented interfaces | ||
420 | org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AttachmentExplorerWizardStep: In method 'public AttachmentExplorerWizardStep()' the number of arguments has changed | ||
421 | org.xwiki.gwt.wysiwyg.client.plugin.link.ui.PageSelectorWizardStep: In method 'public PageSelectorWizardStep(org.xwiki.gwt.wysiwyg.client.wiki.WikiServiceAsync)' the number of arguments has changed | ||
422 | org.xwiki.gwt.wysiwyg.client.plugin.link.ui.WikiPageExplorerWizardStep: Removed com.smartgwt.client.widgets.events.KeyPressHandler from the set of implemented interfaces | ||
423 | org.xwiki.gwt.wysiwyg.client.plugin.link.ui.WikiPageExplorerWizardStep: Removed com.smartgwt.client.widgets.grid.events.RecordDoubleClickHandler from the set of implemented interfaces | ||
424 | org.xwiki.gwt.wysiwyg.client.plugin.link.ui.WikiPageExplorerWizardStep: In method 'public WikiPageExplorerWizardStep()' the number of arguments has changed | ||
425 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.core.LogicalStructure from the set of implemented interfaces | ||
426 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.DataBoundComponent from the set of implemented interfaces | ||
427 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.events.HasClickHandlers from the set of implemented interfaces | ||
428 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.events.HasDoubleClickHandlers from the set of implemented interfaces | ||
429 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.events.HasDragCompleteHandlers from the set of implemented interfaces | ||
430 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.events.HasDragMoveHandlers from the set of implemented interfaces | ||
431 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.events.HasDragRepositionMoveHandlers from the set of implemented interfaces | ||
432 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.events.HasDragRepositionStartHandlers from the set of implemented interfaces | ||
433 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.events.HasDragRepositionStopHandlers from the set of implemented interfaces | ||
434 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.events.HasDragResizeMoveHandlers from the set of implemented interfaces | ||
435 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.events.HasDragResizeStartHandlers from the set of implemented interfaces | ||
436 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.events.HasDragResizeStopHandlers from the set of implemented interfaces | ||
437 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.events.HasDragStartHandlers from the set of implemented interfaces | ||
438 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.events.HasDragStopHandlers from the set of implemented interfaces | ||
439 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.events.HasDropCompleteHandlers from the set of implemented interfaces | ||
440 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.events.HasDropHandlers from the set of implemented interfaces | ||
441 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.events.HasDropMoveHandlers from the set of implemented interfaces | ||
442 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.events.HasDropOutHandlers from the set of implemented interfaces | ||
443 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.events.HasDropOverHandlers from the set of implemented interfaces | ||
444 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.events.HasFetchDataHandlers from the set of implemented interfaces | ||
445 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.events.HasFocusChangedHandlers from the set of implemented interfaces | ||
446 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.events.HasFormulaUpdatedHandlers from the set of implemented interfaces | ||
447 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.events.HasHoverHandlers from the set of implemented interfaces | ||
448 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.events.HasHoverHiddenHandlers from the set of implemented interfaces | ||
449 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.events.HasKeyDownHandlers from the set of implemented interfaces | ||
450 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.events.HasKeyPressHandlers from the set of implemented interfaces | ||
451 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.events.HasMouseDownHandlers from the set of implemented interfaces | ||
452 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.events.HasMouseMoveHandlers from the set of implemented interfaces | ||
453 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.events.HasMouseOutHandlers from the set of implemented interfaces | ||
454 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.events.HasMouseOverHandlers from the set of implemented interfaces | ||
455 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.events.HasMouseStillDownHandlers from the set of implemented interfaces | ||
456 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.events.HasMouseUpHandlers from the set of implemented interfaces | ||
457 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.events.HasMouseWheelHandlers from the set of implemented interfaces | ||
458 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.events.HasMovedHandlers from the set of implemented interfaces | ||
459 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.events.HasParentMovedHandlers from the set of implemented interfaces | ||
460 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.events.HasResizedHandlers from the set of implemented interfaces | ||
461 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.events.HasRightMouseDownHandlers from the set of implemented interfaces | ||
462 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.events.HasScrolledHandlers from the set of implemented interfaces | ||
463 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.events.HasShowContextMenuHandlers from the set of implemented interfaces | ||
464 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.events.HasVisibilityChangedHandlers from the set of implemented interfaces | ||
465 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasBodyKeyPressHandlers from the set of implemented interfaces | ||
466 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasCellClickHandlers from the set of implemented interfaces | ||
467 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasCellContextClickHandlers from the set of implemented interfaces | ||
468 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasCellDoubleClickHandlers from the set of implemented interfaces | ||
469 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasCellHoverHandlers from the set of implemented interfaces | ||
470 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasCellMouseDownHandlers from the set of implemented interfaces | ||
471 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasCellMouseUpHandlers from the set of implemented interfaces | ||
472 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasCellOutHandlers from the set of implemented interfaces | ||
473 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasCellOverHandlers from the set of implemented interfaces | ||
474 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasCellSavedHandlers from the set of implemented interfaces | ||
475 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasCellSelectionChangedHandlers from the set of implemented interfaces | ||
476 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasCellValueHoverHandlers from the set of implemented interfaces | ||
477 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasDataArrivedHandlers from the set of implemented interfaces | ||
478 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasDrawAreaChangedHandlers from the set of implemented interfaces | ||
479 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasEditCompleteHandlers from the set of implemented interfaces | ||
480 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasEditFailedHandlers from the set of implemented interfaces | ||
481 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasEditorEnterHandlers from the set of implemented interfaces | ||
482 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasEditorExitHandlers from the set of implemented interfaces | ||
483 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasFieldStateChangedHandlers from the set of implemented interfaces | ||
484 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasFilterEditorSubmitHandlers from the set of implemented interfaces | ||
485 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasGroupByHandlers from the set of implemented interfaces | ||
486 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasGroupStateChangedHandlers from the set of implemented interfaces | ||
487 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasHeaderClickHandlers from the set of implemented interfaces | ||
488 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasHeaderDoubleClickHandlers from the set of implemented interfaces | ||
489 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasHeaderHoverHandlers from the set of implemented interfaces | ||
490 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasHilitesChangedHandlers from the set of implemented interfaces | ||
491 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasRecordClickHandlers from the set of implemented interfaces | ||
492 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasRecordCollapseHandlers from the set of implemented interfaces | ||
493 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasRecordDoubleClickHandlers from the set of implemented interfaces | ||
494 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasRecordDropHandlers from the set of implemented interfaces | ||
495 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasRecordExpandHandlers from the set of implemented interfaces | ||
496 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasRemoveRecordClickHandlers from the set of implemented interfaces | ||
497 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasRowContextClickHandlers from the set of implemented interfaces | ||
498 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasRowEditorEnterHandlers from the set of implemented interfaces | ||
499 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasRowEditorExitHandlers from the set of implemented interfaces | ||
500 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasRowHoverHandlers from the set of implemented interfaces | ||
501 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasRowMouseDownHandlers from the set of implemented interfaces | ||
502 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasRowMouseUpHandlers from the set of implemented interfaces | ||
503 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasRowOutHandlers from the set of implemented interfaces | ||
504 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasRowOverHandlers from the set of implemented interfaces | ||
505 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasSelectionChangedHandlers from the set of implemented interfaces | ||
506 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasSelectionUpdatedHandlers from the set of implemented interfaces | ||
507 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasSortChangedHandlers from the set of implemented interfaces | ||
508 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasSorterClickHandlers from the set of implemented interfaces | ||
509 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasSorterContextClickHandlers from the set of implemented interfaces | ||
510 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.events.HasViewStateChangedHandlers from the set of implemented interfaces | ||
511 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.tree.events.HasDataArrivedHandlers from the set of implemented interfaces | ||
512 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.tree.events.HasFolderClickHandlers from the set of implemented interfaces | ||
513 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.tree.events.HasFolderClosedHandlers from the set of implemented interfaces | ||
514 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.tree.events.HasFolderContextClickHandlers from the set of implemented interfaces | ||
515 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.tree.events.HasFolderDropHandlers from the set of implemented interfaces | ||
516 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.tree.events.HasFolderOpenedHandlers from the set of implemented interfaces | ||
517 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.tree.events.HasLeafClickHandlers from the set of implemented interfaces | ||
518 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.tree.events.HasLeafContextClickHandlers from the set of implemented interfaces | ||
519 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.tree.events.HasNodeClickHandlers from the set of implemented interfaces | ||
520 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.tree.events.HasNodeContextClickHandlers from the set of implemented interfaces | ||
521 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.BaseWidget from the list of superclasses | ||
522 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.Canvas from the list of superclasses | ||
523 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.grid.ListGrid from the list of superclasses | ||
524 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.layout.Layout from the list of superclasses | ||
525 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.layout.VLayout from the list of superclasses | ||
526 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Removed com.smartgwt.client.widgets.tree.TreeGrid from the list of superclasses | ||
527 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Parameter 1 of 'public XWikiExplorer(com.google.gwt.core.client.JavaScriptObject)' has changed its type to java.lang.String | ||
528 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Method 'public XWikiExplorer()' has been removed | ||
529 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Method 'protected com.google.gwt.core.client.JavaScriptObject create()' has been removed | ||
530 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Method 'public org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer getOrCreateRef(com.google.gwt.core.client.JavaScriptObject)' has been removed | ||
531 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Method 'public java.lang.String getSelectedAnchor()' has been removed | ||
532 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Method 'public java.lang.String getValue()' has been removed | ||
533 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Method 'public boolean isNewPageSelectedFromTextInput()' has been removed | ||
534 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Method 'public boolean isNewPageSelectedFromTreeNode()' has been removed | ||
535 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Method 'public void setDefaultValue(java.lang.String)' has been removed | ||
536 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Method 'public void setDisplayAddAttachment(boolean)' has been removed | ||
537 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Method 'public void setDisplayAddAttachmentOnTop(boolean)' has been removed | ||
538 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Method 'public void setDisplayAddPage(boolean)' has been removed | ||
539 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Method 'public void setDisplayAddPageOnTop(boolean)' has been removed | ||
540 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Method 'public void setDisplayAttachments(boolean)' has been removed | ||
541 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Method 'public void setDisplayAttachmentsOnTop(boolean)' has been removed | ||
542 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Method 'public void setDisplayAttachmentsWhenEmpty(boolean)' has been removed | ||
543 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Method 'public void setDisplayLinks(boolean)' has been removed | ||
544 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Method 'public void setDisplaySpaceNodesDisabled(boolean)' has been removed | ||
545 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Method 'public void setDisplaySuggest(boolean)' has been removed | ||
546 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Method 'public void setDisplayWikiNodesDisabled(boolean)' has been removed | ||
547 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Method 'public void setSpace(java.lang.String)' has been removed | ||
548 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Method 'public void setValue(java.lang.String)' has been removed | ||
549 | org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer: Method 'public void setWiki(java.lang.String)' has been removed | ||
550 | org.xwiki.gwt.wysiwyg.client.widget.explorer.ds.AttachmentsDataSource: Class org.xwiki.gwt.wysiwyg.client.widget.explorer.ds.AttachmentsDataSource removed | ||
551 | org.xwiki.gwt.wysiwyg.client.widget.explorer.ds.FarmDataSource: Class org.xwiki.gwt.wysiwyg.client.widget.explorer.ds.FarmDataSource removed | ||
552 | org.xwiki.gwt.wysiwyg.client.widget.explorer.ds.PageDataSource: Class org.xwiki.gwt.wysiwyg.client.widget.explorer.ds.PageDataSource removed | ||
553 | org.xwiki.gwt.wysiwyg.client.widget.explorer.ds.SpaceDataSource: Class org.xwiki.gwt.wysiwyg.client.widget.explorer.ds.SpaceDataSource removed | ||
554 | org.xwiki.gwt.wysiwyg.client.widget.explorer.ds.WikiDataSource: Class org.xwiki.gwt.wysiwyg.client.widget.explorer.ds.WikiDataSource removed | ||
555 | {{/code}} | ||
556 | ))) |