author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Tue, 04 Oct 2011 10:29:56 +0200 | |
branch | stable |
changeset 7905 | 32ad1c29e477 |
parent 6527 | 2421875ab889 |
permissions | -rw-r--r-- |
0 | 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/ |
6527
2421875ab889
[3.10] user changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6448
diff
changeset
|
7 |
.. _CWSource: cwetype/CWSource |
2421875ab889
[3.10] user changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6448
diff
changeset
|
8 |
|
2421875ab889
[3.10] user changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6448
diff
changeset
|
9 |
2010-10-17 -- 3.10.0 |
2421875ab889
[3.10] user changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6448
diff
changeset
|
10 |
|
2421875ab889
[3.10] user changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6448
diff
changeset
|
11 |
* facets on optional relations now propose to search to entities |
2421875ab889
[3.10] user changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6448
diff
changeset
|
12 |
which miss the relation |
2421875ab889
[3.10] user changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6448
diff
changeset
|
13 |
|
2421875ab889
[3.10] user changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6448
diff
changeset
|
14 |
* box and content navigation components have been merged, so this |
2421875ab889
[3.10] user changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6448
diff
changeset
|
15 |
simplify the configuration and you should be able to move |
2421875ab889
[3.10] user changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6448
diff
changeset
|
16 |
boxes/components in various places of the interface |
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
|
17 |
|
6527
2421875ab889
[3.10] user changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6448
diff
changeset
|
18 |
* global / context dependant boxes should now be more |
2421875ab889
[3.10] user changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6448
diff
changeset
|
19 |
distinguishable to make the interface more intuitive |
2421875ab889
[3.10] user changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6448
diff
changeset
|
20 |
|
2421875ab889
[3.10] user changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6448
diff
changeset
|
21 |
* upgraded jQuery and jQuery UI respectively to version 1.4.2 and |
2421875ab889
[3.10] user changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6448
diff
changeset
|
22 |
1.8. |
2421875ab889
[3.10] user changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6448
diff
changeset
|
23 |
|
2421875ab889
[3.10] user changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6448
diff
changeset
|
24 |
* data sources are now stored as CWSource_ entities in the database. |
2421875ab889
[3.10] user changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6448
diff
changeset
|
25 |
This allows on multi-sources instance to filter search results |
2421875ab889
[3.10] user changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6448
diff
changeset
|
26 |
according to the source entities are coming from. |
2421875ab889
[3.10] user changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6448
diff
changeset
|
27 |
|
5539
f927e6a322a6
[wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3017
diff
changeset
|
28 |
|
5731 | 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 |
||
5539
f927e6a322a6
[wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3017
diff
changeset
|
34 |
2010-04-20 -- 3.8.0 |
f927e6a322a6
[wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3017
diff
changeset
|
35 |
* nicer schema_ and workflow views (clickable image!) |
f927e6a322a6
[wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3017
diff
changeset
|
36 |
|
f927e6a322a6
[wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3017
diff
changeset
|
37 |
* 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
|
38 |
|
f927e6a322a6
[wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3017
diff
changeset
|
39 |
* 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
|
40 |
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
|
41 |
administrator to install the pdfexport_ cube. |
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 |
|
f927e6a322a6
[wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3017
diff
changeset
|
44 |
2010-03-16 -- 3.7.0 |
f927e6a322a6
[wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3017
diff
changeset
|
45 |
* 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
|
46 |
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
|
47 |
the feature. |
f927e6a322a6
[wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3017
diff
changeset
|
48 |
|
f927e6a322a6
[wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3017
diff
changeset
|
49 |
|
f927e6a322a6
[wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3017
diff
changeset
|
50 |
2010-02-10 -- 3.6.0 |
f927e6a322a6
[wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3017
diff
changeset
|
51 |
* 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
|
52 |
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
|
53 |
edit your bookmarks! |
f927e6a322a6
[wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3017
diff
changeset
|
54 |
|
f927e6a322a6
[wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3017
diff
changeset
|
55 |
* 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
|
56 |
|
f927e6a322a6
[wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3017
diff
changeset
|
57 |
2009-09-17 -- 3.5.0 |
f927e6a322a6
[wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3017
diff
changeset
|
58 |
|
f927e6a322a6
[wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3017
diff
changeset
|
59 |
* 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
|
60 |
by some workflowable entities |
f927e6a322a6
[wdoc] update users changelog
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3017
diff
changeset
|
61 |
|
0 | 62 |
|
3017
03cf2fe57eb6
removed deprecated entries (pre oss publication), add some fresher news
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
0
diff
changeset
|
63 |
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
|
64 |
|
03cf2fe57eb6
removed deprecated entries (pre oss publication), add some fresher news
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
0
diff
changeset
|
65 |
* support for SPARQL_. Click here_ to test it. |
0 | 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 |
* 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
|
68 |
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
|
69 |
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
|
70 |
this instance schema_ to see on which entity types it may be applied |
0 | 71 |
|
3017
03cf2fe57eb6
removed deprecated entries (pre oss publication), add some fresher news
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
0
diff
changeset
|
72 |
* 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
|
73 |
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
|
74 |
|
03cf2fe57eb6
removed deprecated entries (pre oss publication), add some fresher news
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
0
diff
changeset
|
75 |
* 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
|
76 |
of course) |
03cf2fe57eb6
removed deprecated entries (pre oss publication), add some fresher news
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
0
diff
changeset
|
77 |
|
03cf2fe57eb6
removed deprecated entries (pre oss publication), add some fresher news
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
0
diff
changeset
|
78 |
* 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
|
79 |
|
0 | 80 |
|
3017
03cf2fe57eb6
removed deprecated entries (pre oss publication), add some fresher news
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
0
diff
changeset
|
81 |
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
|
82 |
|
03cf2fe57eb6
removed deprecated entries (pre oss publication), add some fresher news
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
0
diff
changeset
|
83 |
* 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
|
84 |
|
03cf2fe57eb6
removed deprecated entries (pre oss publication), add some fresher news
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
0
diff
changeset
|
85 |
* 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
|
86 |
|
03cf2fe57eb6
removed deprecated entries (pre oss publication), add some fresher news
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
0
diff
changeset
|
87 |
|
03cf2fe57eb6
removed deprecated entries (pre oss publication), add some fresher news
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
0
diff
changeset
|
88 |
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
|
89 |
* cubicweb is now open source ! |