web/wdoc/ChangeLog_en
changeset 8632 fa044b9157d7
parent 8631 1053b9d0fdf7
child 8637 e16561083d84
equal deleted inserted replaced
8631:1053b9d0fdf7 8632:fa044b9157d7
     1 .. -*- coding: utf-8 -*-
       
     2 .. _`user preferences`: myprefs
       
     3 .. _here: sparql
       
     4 .. _SPARQL: http://www.w3.org/TR/rdf-sparql-query/
       
     5 .. _schema: schema
       
     6 .. _OWL: http://www.w3.org/TR/owl-features/
       
     7 .. _CWSource: cwetype/CWSource
       
     8 
       
     9 2010-10-17 --  3.10.0
       
    10 
       
    11   * facets on optional relations now propose to search to entities
       
    12     which miss the relation
       
    13 
       
    14   * box and content navigation components have been merged, so this
       
    15     simplify the configuration and you should be able to move
       
    16     boxes/components in various places of the interface
       
    17 
       
    18   * global / context dependant boxes should now be more
       
    19     distinguishable to make the interface more intuitive
       
    20 
       
    21   * upgraded jQuery and jQuery UI respectively to version 1.4.2 and
       
    22     1.8.
       
    23 
       
    24   * data sources are now stored as CWSource_ entities in the database.
       
    25     This allows on multi-sources instance to filter search results
       
    26     according to the source entities are coming from.
       
    27 
       
    28 
       
    29 2010-06-11  --  3.8.4
       
    30    * support full text prefix search for instances using postgres > 8.4 as database: try it
       
    31      by using search such as 'cubic*'
       
    32 
       
    33 
       
    34 2010-04-20  --  3.8.0
       
    35    * nicer schema_ and workflow views (clickable image!)
       
    36 
       
    37    * more power to undo, though not yet complete (missing entity updates, soon available...)
       
    38 
       
    39    * pdf export functionnality moved to its own cube. If it's no more
       
    40      present on this site while you found it useful, ask you site
       
    41      administrator to install the pdfexport_ cube.
       
    42 
       
    43 
       
    44 2010-03-16  --  3.7.0
       
    45    * experimental support for undoing of deletion. If you're not proposed to *undo*
       
    46      deletion of one or several entities, ask you site administrator to activate
       
    47      the feature.
       
    48 
       
    49 
       
    50 2010-02-10  --  3.6.0
       
    51    * nice 'demo widget' to edit bookmark's path, e.g. a relative url, splitted
       
    52      as path and parameters and dealing nicely with url encodings. Try to
       
    53      edit your bookmarks!
       
    54 
       
    55    * hell lot of refactorings, but you should hopefuly not see that from the outside
       
    56 
       
    57 2009-09-17  --  3.5.0
       
    58 
       
    59     * selectable workflows: authorized users may change the workflow used
       
    60       by some workflowable entities
       
    61 
       
    62 
       
    63 2009-08-07  --  3.4.0
       
    64 
       
    65     * support for SPARQL_. Click here_ to test it.
       
    66 
       
    67     * and another step toward the semantic web: new `ExternalUri` entity type
       
    68       with its associated `same_as` relation. See
       
    69       http://www.w3.org/TR/owl-ref/#sameAs-def for more information and check
       
    70       this instance schema_ to see on which entity types it may be applied
       
    71 
       
    72     * new "view workflow" and "view history" items in the workflow
       
    73       sub-menu of the actions box
       
    74 
       
    75     * you can now edit comments of workflow transition afterward (if authorized,
       
    76       of course)
       
    77 
       
    78     * modification date of an entity is updated when its state is changed
       
    79 
       
    80 
       
    81 2009-02-26  --  3.1.0
       
    82 
       
    83     * schema may be exported as OWL_
       
    84 
       
    85     * new ajax interface for site configuration / `user preferences`_
       
    86 
       
    87 
       
    88 2008-10-24  --  2.99.0
       
    89     * cubicweb is now open source !