1 .. -*- coding: utf-8 -*- |
1 .. -*- coding: utf-8 -*- |
2 .. _`user preferences`: myprefs#fieldset_ui |
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/ |
3 |
7 |
4 2008-09-25 -- 2.50.0 |
8 2009-08-07 -- 3.4.0 |
5 * jQuery replaces MochiKit |
|
6 * schema inheritance support |
|
7 |
9 |
8 2008-05-13 -- 2.48.0 |
10 * support for SPARQL_. Click here_ to test it. |
9 * web pages are now served with the ``xhtml+xml`` content type |
|
10 |
11 |
11 2008-03-27 -- 2.47.0 |
12 * and another step toward the semantic web: new `ExternalUri` entity type |
12 * fckeditor is now integrated to edit rich text fields. If you don't see it, |
13 with its associated `same_as` relation. See |
13 check your `user preferences`_. |
14 http://www.w3.org/TR/owl-ref/#sameAs-def for more information and check |
|
15 this instance schema_ to see on which entity types it may be applied |
14 |
16 |
15 2008-03-13 -- 2.46.0 |
17 * new "view workflow" and "view history" items in the workflow |
16 * new calendar and timetable views. |
18 sub-menu of the actions box |
17 |
|
18 * click-and-edit functionalities : if you see the text edit cursor when |
|
19 you're over a fied, try to double-click! |
|
20 |
|
21 * automatic facets oriented search : a filter box should appear when you're |
|
22 looking for something and more than one entity are displayed. |
|
23 |
19 |
24 2008-02-15 -- 2.44.0 |
20 * you can now edit comments of workflow transition afterward (if authorized, |
25 * new internationalized online help system. Click the question mark on the |
21 of course) |
26 right top corner! Hopefuly some new documentation will appear as time is |
22 |
27 going. |
23 * modification date of an entity is updated when its state is changed |
|
24 |
|
25 |
|
26 2009-02-26 -- 3.1.0 |
|
27 |
|
28 * schema may be exported as OWL_ |
|
29 |
|
30 * new ajax interface for site configuration / `user preferences`_ |
|
31 |
|
32 |
|
33 2008-10-24 -- 2.99.0 |
|
34 * cubicweb is now open source ! |