author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Mon, 21 Feb 2011 10:28:59 +0100 | |
branch | stable |
changeset 7027 | d3d7ff6ab54c |
parent 6377 | 3bb415310d4f |
child 7806 | aa30c665bd06 |
permissions | -rw-r--r-- |
5421
8167de96c523
proper licensing information (LGPL-2.1). Hope I get it right this time.
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4494
diff
changeset
|
1 |
# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved. |
8167de96c523
proper licensing information (LGPL-2.1). Hope I get it right this time.
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4494
diff
changeset
|
2 |
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr |
8167de96c523
proper licensing information (LGPL-2.1). Hope I get it right this time.
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4494
diff
changeset
|
3 |
# |
8167de96c523
proper licensing information (LGPL-2.1). Hope I get it right this time.
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4494
diff
changeset
|
4 |
# This file is part of CubicWeb. |
8167de96c523
proper licensing information (LGPL-2.1). Hope I get it right this time.
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4494
diff
changeset
|
5 |
# |
8167de96c523
proper licensing information (LGPL-2.1). Hope I get it right this time.
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4494
diff
changeset
|
6 |
# CubicWeb is free software: you can redistribute it and/or modify it under the |
8167de96c523
proper licensing information (LGPL-2.1). Hope I get it right this time.
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4494
diff
changeset
|
7 |
# terms of the GNU Lesser General Public License as published by the Free |
8167de96c523
proper licensing information (LGPL-2.1). Hope I get it right this time.
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4494
diff
changeset
|
8 |
# Software Foundation, either version 2.1 of the License, or (at your option) |
8167de96c523
proper licensing information (LGPL-2.1). Hope I get it right this time.
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4494
diff
changeset
|
9 |
# any later version. |
8167de96c523
proper licensing information (LGPL-2.1). Hope I get it right this time.
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4494
diff
changeset
|
10 |
# |
5424
8ecbcbff9777
replace logilab-common by CubicWeb in disclaimer
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
5421
diff
changeset
|
11 |
# CubicWeb is distributed in the hope that it will be useful, but WITHOUT |
5421
8167de96c523
proper licensing information (LGPL-2.1). Hope I get it right this time.
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4494
diff
changeset
|
12 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
8167de96c523
proper licensing information (LGPL-2.1). Hope I get it right this time.
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4494
diff
changeset
|
13 |
# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more |
8167de96c523
proper licensing information (LGPL-2.1). Hope I get it right this time.
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4494
diff
changeset
|
14 |
# details. |
8167de96c523
proper licensing information (LGPL-2.1). Hope I get it right this time.
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4494
diff
changeset
|
15 |
# |
8167de96c523
proper licensing information (LGPL-2.1). Hope I get it right this time.
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4494
diff
changeset
|
16 |
# You should have received a copy of the GNU Lesser General Public License along |
8167de96c523
proper licensing information (LGPL-2.1). Hope I get it right this time.
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4494
diff
changeset
|
17 |
# with CubicWeb. If not, see <http://www.gnu.org/licenses/>. |
6377
3bb415310d4f
[schema] introduce some new sets categorizing entity/relation types and benefits from them where possible
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6276
diff
changeset
|
18 |
"""Views, forms, actions... for the CubicWeb web client""" |
0 | 19 |
|
20 |
__docformat__ = "restructuredtext en" |
|
1091
b5e253c0dd13
a bit of reorganisation inside web/views:
sylvain.thenault@logilab.fr
parents:
631
diff
changeset
|
21 |
|
b5e253c0dd13
a bit of reorganisation inside web/views:
sylvain.thenault@logilab.fr
parents:
631
diff
changeset
|
22 |
import os |
3122 | 23 |
import sys |
2446
440cb4ea7e5c
[refactor] #342855: replace uses of (deprecated) mktemp
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
2230
diff
changeset
|
24 |
import tempfile |
0 | 25 |
from rql import nodes |
26 |
||
1091
b5e253c0dd13
a bit of reorganisation inside web/views:
sylvain.thenault@logilab.fr
parents:
631
diff
changeset
|
27 |
|
0 | 28 |
def need_table_view(rset, schema): |
29 |
"""return True if we think that a table view is more appropriate than a |
|
30 |
list or primary view to display the given result set |
|
31 |
""" |
|
32 |
rqlst = rset.syntax_tree() |
|
33 |
if len(rqlst.children) > 1: |
|
34 |
# UNION query, use a table |
|
35 |
return True |
|
36 |
selected = rqlst.children[0].selection |
|
37 |
try: |
|
38 |
mainvar = selected[0] |
|
39 |
except AttributeError: |
|
40 |
# not a variable ref, using table view is probably a good option |
|
41 |
return True |
|
42 |
if not (isinstance(mainvar, nodes.VariableRef) or |
|
43 |
(isinstance(mainvar, nodes.Constant) and mainvar.uid)): |
|
44 |
return True |
|
45 |
for i, etype in enumerate(rset.description[0][1:]): |
|
46 |
# etype may be None on outer join |
|
47 |
if etype is None: |
|
48 |
return True |
|
49 |
# check the selected index node is a VariableRef (else we |
|
50 |
# won't detect aggregate function |
|
51 |
if not isinstance(selected[i+1], nodes.VariableRef): |
|
52 |
return True |
|
53 |
# if this is not a final entity |
|
3689
deb13e88e037
follow yams 0.25 api changes to improve performance
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3145
diff
changeset
|
54 |
if not schema.eschema(etype).final: |
0 | 55 |
return True |
56 |
# if this is a final entity not linked to the main variable |
|
57 |
var = selected[i+1].variable |
|
58 |
for vref in var.references(): |
|
59 |
rel = vref.relation() |
|
60 |
if rel is None: |
|
61 |
continue |
|
62 |
if mainvar.is_equivalent(rel.children[0]): |
|
63 |
break |
|
64 |
else: |
|
65 |
return True |
|
66 |
return False |
|
67 |
||
2193
667b6340bfd4
[views] comment the naive content-negotiation algorithm, it breaks FF2 navigation
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
1977
diff
changeset
|
68 |
# FIXME: VID_BY_MIMETYPE is unfortunately a bit too naive since |
667b6340bfd4
[views] comment the naive content-negotiation algorithm, it breaks FF2 navigation
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
1977
diff
changeset
|
69 |
# some browsers (e.g. FF2) send a bunch of mimetypes in |
667b6340bfd4
[views] comment the naive content-negotiation algorithm, it breaks FF2 navigation
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
1977
diff
changeset
|
70 |
# the Accept header, for instance: |
667b6340bfd4
[views] comment the naive content-negotiation algorithm, it breaks FF2 navigation
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
1977
diff
changeset
|
71 |
# text/xml,application/xml,application/xhtml+xml,text/html;q=0.9, |
667b6340bfd4
[views] comment the naive content-negotiation algorithm, it breaks FF2 navigation
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
1977
diff
changeset
|
72 |
# text/plain;q=0.8,image/png,*/*;q=0.5 |
667b6340bfd4
[views] comment the naive content-negotiation algorithm, it breaks FF2 navigation
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
1977
diff
changeset
|
73 |
VID_BY_MIMETYPE = { |
667b6340bfd4
[views] comment the naive content-negotiation algorithm, it breaks FF2 navigation
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
1977
diff
changeset
|
74 |
#'text/xml': 'xml', |
667b6340bfd4
[views] comment the naive content-negotiation algorithm, it breaks FF2 navigation
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
1977
diff
changeset
|
75 |
# XXX rss, owl... |
667b6340bfd4
[views] comment the naive content-negotiation algorithm, it breaks FF2 navigation
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
1977
diff
changeset
|
76 |
} |
0 | 77 |
def vid_from_rset(req, rset, schema): |
78 |
"""given a result set, return a view id""" |
|
79 |
if rset is None: |
|
80 |
return 'index' |
|
1716
b12d9e22bac3
basic support for http Accept header (untested)
sylvain.thenault@logilab.fr
parents:
1091
diff
changeset
|
81 |
for mimetype in req.parse_accept_header('Accept'): |
1719
bf26f32c8a72
wrong variable name
Graziella Toutoungis <graziella.toutoungis@logilab.fr>
parents:
1716
diff
changeset
|
82 |
if mimetype in VID_BY_MIMETYPE: |
bf26f32c8a72
wrong variable name
Graziella Toutoungis <graziella.toutoungis@logilab.fr>
parents:
1716
diff
changeset
|
83 |
return VID_BY_MIMETYPE[mimetype] |
0 | 84 |
nb_rows = len(rset) |
85 |
# empty resultset |
|
6276 | 86 |
if nb_rows == 0: |
0 | 87 |
return 'noresult' |
88 |
# entity result set |
|
3689
deb13e88e037
follow yams 0.25 api changes to improve performance
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3145
diff
changeset
|
89 |
if not schema.eschema(rset.description[0][0]).final: |
0 | 90 |
if need_table_view(rset, schema): |
91 |
return 'table' |
|
92 |
if nb_rows == 1: |
|
93 |
if req.search_state[0] == 'normal': |
|
94 |
return 'primary' |
|
95 |
return 'outofcontext-search' |
|
2491 | 96 |
if len(rset.column_types(0)) == 1: |
4494
ccb7fce7297b
AdaptedList -> SameETypeList
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4252
diff
changeset
|
97 |
return 'sameetypelist' |
0 | 98 |
return 'list' |
99 |
return 'table' |
|
1091
b5e253c0dd13
a bit of reorganisation inside web/views:
sylvain.thenault@logilab.fr
parents:
631
diff
changeset
|
100 |
|
1716
b12d9e22bac3
basic support for http Accept header (untested)
sylvain.thenault@logilab.fr
parents:
1091
diff
changeset
|
101 |
|
0 | 102 |
def linksearch_select_url(req, rset): |
103 |
"""when searching an entity to create a relation, return an url to select |
|
104 |
entities in the given rset |
|
105 |
""" |
|
106 |
req.add_js( ('cubicweb.ajax.js', 'cubicweb.edition.js') ) |
|
631
99f5852f8604
major selector refactoring (mostly to avoid looking for select parameters on the target class), start accept / interface unification)
sylvain.thenault@logilab.fr
parents:
0
diff
changeset
|
107 |
target, eid, r_type, searchedtype = req.search_state[1] |
0 | 108 |
if target == 'subject': |
631
99f5852f8604
major selector refactoring (mostly to avoid looking for select parameters on the target class), start accept / interface unification)
sylvain.thenault@logilab.fr
parents:
0
diff
changeset
|
109 |
id_fmt = '%s:%s:%%s' % (eid, r_type) |
0 | 110 |
else: |
631
99f5852f8604
major selector refactoring (mostly to avoid looking for select parameters on the target class), start accept / interface unification)
sylvain.thenault@logilab.fr
parents:
0
diff
changeset
|
111 |
id_fmt = '%%s:%s:%s' % (r_type, eid) |
0 | 112 |
triplets = '-'.join(id_fmt % row[0] for row in rset.rows) |
631
99f5852f8604
major selector refactoring (mostly to avoid looking for select parameters on the target class), start accept / interface unification)
sylvain.thenault@logilab.fr
parents:
0
diff
changeset
|
113 |
return "javascript: selectForAssociation('%s', '%s');" % (triplets, eid) |
1716
b12d9e22bac3
basic support for http Accept header (untested)
sylvain.thenault@logilab.fr
parents:
1091
diff
changeset
|
114 |
|
b12d9e22bac3
basic support for http Accept header (untested)
sylvain.thenault@logilab.fr
parents:
1091
diff
changeset
|
115 |
|
1091
b5e253c0dd13
a bit of reorganisation inside web/views:
sylvain.thenault@logilab.fr
parents:
631
diff
changeset
|
116 |
class TmpFileViewMixin(object): |
b5e253c0dd13
a bit of reorganisation inside web/views:
sylvain.thenault@logilab.fr
parents:
631
diff
changeset
|
117 |
binary = True |
b5e253c0dd13
a bit of reorganisation inside web/views:
sylvain.thenault@logilab.fr
parents:
631
diff
changeset
|
118 |
content_type = 'application/octet-stream' |
1716
b12d9e22bac3
basic support for http Accept header (untested)
sylvain.thenault@logilab.fr
parents:
1091
diff
changeset
|
119 |
cache_max_age = 60*60*2 # stay in http cache for 2 hours by default |
b12d9e22bac3
basic support for http Accept header (untested)
sylvain.thenault@logilab.fr
parents:
1091
diff
changeset
|
120 |
|
1091
b5e253c0dd13
a bit of reorganisation inside web/views:
sylvain.thenault@logilab.fr
parents:
631
diff
changeset
|
121 |
def call(self): |
b5e253c0dd13
a bit of reorganisation inside web/views:
sylvain.thenault@logilab.fr
parents:
631
diff
changeset
|
122 |
self.cell_call() |
1716
b12d9e22bac3
basic support for http Accept header (untested)
sylvain.thenault@logilab.fr
parents:
1091
diff
changeset
|
123 |
|
1091
b5e253c0dd13
a bit of reorganisation inside web/views:
sylvain.thenault@logilab.fr
parents:
631
diff
changeset
|
124 |
def cell_call(self, row=0, col=0): |
3451
6b46d73823f5
[api] work in progress, use __regid__, cw_*, etc.
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
3145
diff
changeset
|
125 |
self.cw_row, self.cw_col = row, col # in case one needs it |
3145 | 126 |
fd, tmpfile = tempfile.mkstemp('.png') |
127 |
os.close(fd) |
|
128 |
self._generate(tmpfile) |
|
129 |
self.w(open(tmpfile, 'rb').read()) |
|
130 |
os.unlink(tmpfile) |