web/wdoc/ChangeLog_en
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Mon, 11 Oct 2010 19:12:59 +0200
changeset 6448 8590d82e9b1b
parent 5731 b12afc4dc5e3
child 6527 2421875ab889
permissions -rw-r--r--
[javascript] update to jQuery 1.4.2 and jQuery-ui 1.8.5 The most notable changes are : - A bug in jQuery 1.4.2 forces us to add 2 noop() methods on cw objects to handle event unbinding, see : http://dev.jquery.com/ticket/6184 for more details. - jquery.autocomplete.js is not maintained anymore as it now has a standard implementation in jquery ui. The downside is that the new autocomplete version needs more work to be used. cubicweb.widgets.js defines a cwautocomplete plugin which is just a (not so) thin wrapper around the std autocomplete plugin to keep backward compatibility and usage simplicty. The original autocomplete author wrote a nice migration guide : http://www.learningjquery.com/2010/06/autocomplete-migration-guide - If you're using jQuery.ajax directly, you might have surprises with arguments serialization for arrays. To get the old behaviour, you need to pass a `traditional: true` extra arguments to jQuery.ajax. Of course, it's transparent if you're using cubicweb higher level helpers such as loadxhtml, loadRemote, etc.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
     1
.. -*- coding: utf-8 -*-
3017
03cf2fe57eb6 removed deprecated entries (pre oss publication), add some fresher news
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 0
diff changeset
     2
.. _`user preferences`: myprefs
03cf2fe57eb6 removed deprecated entries (pre oss publication), add some fresher news
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 0
diff changeset
     3
.. _here: sparql
03cf2fe57eb6 removed deprecated entries (pre oss publication), add some fresher news
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 0
diff changeset
     4
.. _SPARQL: http://www.w3.org/TR/rdf-sparql-query/
03cf2fe57eb6 removed deprecated entries (pre oss publication), add some fresher news
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 0
diff changeset
     5
.. _schema: schema
03cf2fe57eb6 removed deprecated entries (pre oss publication), add some fresher news
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 0
diff changeset
     6
.. _OWL: http://www.w3.org/TR/owl-features/
6448
8590d82e9b1b [javascript] update to jQuery 1.4.2 and jQuery-ui 1.8.5
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents: 5731
diff changeset
     7
.. _guide: http://www.learningjquery.com/2010/06/autocomplete-migration-guide
8590d82e9b1b [javascript] update to jQuery 1.4.2 and jQuery-ui 1.8.5
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents: 5731
diff changeset
     8
8590d82e9b1b [javascript] update to jQuery 1.4.2 and jQuery-ui 1.8.5
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents: 5731
diff changeset
     9
  --  3.10.0
8590d82e9b1b [javascript] update to jQuery 1.4.2 and jQuery-ui 1.8.5
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents: 5731
diff changeset
    10
  * upgraded jQuery and jQuery UI respectively to version 1.4.2 and 1.8. Removed
8590d82e9b1b [javascript] update to jQuery 1.4.2 and jQuery-ui 1.8.5
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents: 5731
diff changeset
    11
    jquery.autocomplete.js since jQuery UI provides its own autocomplete
8590d82e9b1b [javascript] update to jQuery 1.4.2 and jQuery-ui 1.8.5
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents: 5731
diff changeset
    12
    plugin. It's not backward compatible but required changes should be minimal
8590d82e9b1b [javascript] update to jQuery 1.4.2 and jQuery-ui 1.8.5
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents: 5731
diff changeset
    13
    and this guide_ describes how to migrate from one version to another.
5539
f927e6a322a6 [wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 3017
diff changeset
    14
5731
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 5539
diff changeset
    15
2010-06-11  --  3.8.4
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 5539
diff changeset
    16
   * support full text prefix search for instances using postgres > 8.4 as database: try it
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 5539
diff changeset
    17
     by using search such as 'cubic*'
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 5539
diff changeset
    18
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 5539
diff changeset
    19
5539
f927e6a322a6 [wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 3017
diff changeset
    20
2010-04-20  --  3.8.0
f927e6a322a6 [wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 3017
diff changeset
    21
   * nicer schema_ and workflow views (clickable image!)
f927e6a322a6 [wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 3017
diff changeset
    22
f927e6a322a6 [wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 3017
diff changeset
    23
   * more power to undo, though not yet complete (missing entity updates, soon available...)
f927e6a322a6 [wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 3017
diff changeset
    24
f927e6a322a6 [wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 3017
diff changeset
    25
   * pdf export functionnality moved to its own cube. If it's no more
f927e6a322a6 [wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 3017
diff changeset
    26
     present on this site while you found it useful, ask you site
f927e6a322a6 [wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 3017
diff changeset
    27
     administrator to install the pdfexport_ cube.
f927e6a322a6 [wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 3017
diff changeset
    28
f927e6a322a6 [wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 3017
diff changeset
    29
f927e6a322a6 [wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 3017
diff changeset
    30
2010-03-16  --  3.7.0
f927e6a322a6 [wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 3017
diff changeset
    31
   * experimental support for undoing of deletion. If you're not proposed to *undo*
f927e6a322a6 [wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 3017
diff changeset
    32
     deletion of one or several entities, ask you site administrator to activate
f927e6a322a6 [wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 3017
diff changeset
    33
     the feature.
f927e6a322a6 [wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 3017
diff changeset
    34
f927e6a322a6 [wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 3017
diff changeset
    35
f927e6a322a6 [wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 3017
diff changeset
    36
2010-02-10  --  3.6.0
f927e6a322a6 [wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 3017
diff changeset
    37
   * nice 'demo widget' to edit bookmark's path, e.g. a relative url, splitted
f927e6a322a6 [wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 3017
diff changeset
    38
     as path and parameters and dealing nicely with url encodings. Try to
f927e6a322a6 [wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 3017
diff changeset
    39
     edit your bookmarks!
f927e6a322a6 [wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 3017
diff changeset
    40
f927e6a322a6 [wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 3017
diff changeset
    41
   * hell lot of refactorings, but you should hopefuly not see that from the outside
f927e6a322a6 [wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 3017
diff changeset
    42
f927e6a322a6 [wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 3017
diff changeset
    43
2009-09-17  --  3.5.0
f927e6a322a6 [wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 3017
diff changeset
    44
f927e6a322a6 [wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 3017
diff changeset
    45
    * selectable workflows: authorized users may change the workflow used
f927e6a322a6 [wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 3017
diff changeset
    46
      by some workflowable entities
f927e6a322a6 [wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 3017
diff changeset
    47
0
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
    48
3017
03cf2fe57eb6 removed deprecated entries (pre oss publication), add some fresher news
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 0
diff changeset
    49
2009-08-07  --  3.4.0
03cf2fe57eb6 removed deprecated entries (pre oss publication), add some fresher news
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 0
diff changeset
    50
03cf2fe57eb6 removed deprecated entries (pre oss publication), add some fresher news
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 0
diff changeset
    51
    * support for SPARQL_. Click here_ to test it.
0
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
    52
3017
03cf2fe57eb6 removed deprecated entries (pre oss publication), add some fresher news
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 0
diff changeset
    53
    * and another step toward the semantic web: new `ExternalUri` entity type
03cf2fe57eb6 removed deprecated entries (pre oss publication), add some fresher news
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 0
diff changeset
    54
      with its associated `same_as` relation. See
03cf2fe57eb6 removed deprecated entries (pre oss publication), add some fresher news
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 0
diff changeset
    55
      http://www.w3.org/TR/owl-ref/#sameAs-def for more information and check
03cf2fe57eb6 removed deprecated entries (pre oss publication), add some fresher news
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 0
diff changeset
    56
      this instance schema_ to see on which entity types it may be applied
0
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
    57
3017
03cf2fe57eb6 removed deprecated entries (pre oss publication), add some fresher news
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 0
diff changeset
    58
    * new "view workflow" and "view history" items in the workflow
03cf2fe57eb6 removed deprecated entries (pre oss publication), add some fresher news
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 0
diff changeset
    59
      sub-menu of the actions box
03cf2fe57eb6 removed deprecated entries (pre oss publication), add some fresher news
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 0
diff changeset
    60
03cf2fe57eb6 removed deprecated entries (pre oss publication), add some fresher news
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 0
diff changeset
    61
    * you can now edit comments of workflow transition afterward (if authorized,
03cf2fe57eb6 removed deprecated entries (pre oss publication), add some fresher news
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 0
diff changeset
    62
      of course)
03cf2fe57eb6 removed deprecated entries (pre oss publication), add some fresher news
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 0
diff changeset
    63
03cf2fe57eb6 removed deprecated entries (pre oss publication), add some fresher news
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 0
diff changeset
    64
    * modification date of an entity is updated when its state is changed
03cf2fe57eb6 removed deprecated entries (pre oss publication), add some fresher news
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 0
diff changeset
    65
0
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
    66
3017
03cf2fe57eb6 removed deprecated entries (pre oss publication), add some fresher news
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 0
diff changeset
    67
2009-02-26  --  3.1.0
03cf2fe57eb6 removed deprecated entries (pre oss publication), add some fresher news
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 0
diff changeset
    68
03cf2fe57eb6 removed deprecated entries (pre oss publication), add some fresher news
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 0
diff changeset
    69
    * schema may be exported as OWL_
03cf2fe57eb6 removed deprecated entries (pre oss publication), add some fresher news
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 0
diff changeset
    70
03cf2fe57eb6 removed deprecated entries (pre oss publication), add some fresher news
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 0
diff changeset
    71
    * new ajax interface for site configuration / `user preferences`_
03cf2fe57eb6 removed deprecated entries (pre oss publication), add some fresher news
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 0
diff changeset
    72
03cf2fe57eb6 removed deprecated entries (pre oss publication), add some fresher news
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 0
diff changeset
    73
03cf2fe57eb6 removed deprecated entries (pre oss publication), add some fresher news
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 0
diff changeset
    74
2008-10-24  --  2.99.0
03cf2fe57eb6 removed deprecated entries (pre oss publication), add some fresher news
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 0
diff changeset
    75
    * cubicweb is now open source !