Tue, 19 Jan 2010 17:50:36 +0100 |
Stephanie Marcu |
fix syntax error
|
changeset |
files
|
Tue, 19 Jan 2010 14:41:23 +0100 |
Sylvain Thénault |
test fixes
|
changeset |
files
|
Tue, 19 Jan 2010 14:41:19 +0100 |
Sylvain Thénault |
3.6 api update
|
changeset |
files
|
Tue, 19 Jan 2010 12:34:52 +0100 |
Stephanie Marcu |
update selectors.py: change entity.schema with entity._cw.vreg.schema
|
changeset |
files
|
Tue, 19 Jan 2010 12:27:55 +0100 |
Sylvain Thénault |
merge
|
changeset |
files
|
Tue, 19 Jan 2010 12:19:14 +0100 |
Stephanie Marcu |
we should access to __regid__ instead of id since in that case bw compat fail: access to id throuhg a class returns the property object instead of calling the property's method
|
changeset |
files
|
Tue, 19 Jan 2010 12:17:22 +0100 |
Sylvain Thénault |
fix autoform_is_inlined bw compat
|
changeset |
files
|
Tue, 19 Jan 2010 11:58:07 +0100 |
Adrien Di Mascio |
[forms] fix implementation of backward compat method form_render
|
changeset |
files
|
Tue, 19 Jan 2010 10:43:48 +0100 |
Stephanie Marcu |
inherit from FieldWidget to inherit from the process_field_data required by the edit controller
|
changeset |
files
|
Tue, 19 Jan 2010 10:42:47 +0100 |
Stephanie Marcu |
with cw 3.6 we've to specify entity's relation role
|
changeset |
files
|
Tue, 19 Jan 2010 10:19:08 +0100 |
Sylvain Thénault |
fix bad merge
|
changeset |
files
|
Wed, 16 Dec 2009 14:19:01 +0100 |
Pierre-Yves David |
import uicfg.auto_form doc
stable
|
changeset |
files
|
Tue, 19 Jan 2010 09:51:38 +0100 |
Pierre-Yves David |
update i18n doc
stable
|
changeset |
files
|
Tue, 19 Jan 2010 09:49:42 +0100 |
Pierre-Yves David |
Fix element tree import for python2.4
stable
|
changeset |
files
|
Mon, 18 Jan 2010 19:40:59 +0100 |
Sylvain Thénault |
forgotten buffer
|
changeset |
files
|
Mon, 18 Jan 2010 19:21:30 +0100 |
Sylvain Thénault |
backport stable branch
|
changeset |
files
|
Mon, 18 Jan 2010 19:05:08 +0100 |
Sylvain Thénault |
fix pb with bytes field processing: currently when an existing file is edited
|
changeset |
files
|
Mon, 18 Jan 2010 15:58:06 +0100 |
Aurelien Campeas |
fix NameError
stable
|
changeset |
files
|
Mon, 18 Jan 2010 12:33:45 +0100 |
Sylvain Thénault |
don't call handle_inlined_relation where we're not on the relation'subject
|
changeset |
files
|
Mon, 18 Jan 2010 11:55:37 +0100 |
Sylvain Thénault |
don't add another _cw_edited_field hidden when build_context is called twice (may occurs with inlined relation forms)
|
changeset |
files
|
Mon, 18 Jan 2010 11:50:54 +0100 |
Sylvain Thénault |
cleanup
stable
|
changeset |
files
|
Mon, 18 Jan 2010 11:50:34 +0100 |
Sylvain Thénault |
don't use matching_groups() for is_in_group implementation
stable
|
changeset |
files
|
Fri, 15 Jan 2010 09:36:49 +0100 |
Alexandre Fayolle |
a few french translation typo corrections
stable
|
changeset |
files
|
Fri, 15 Jan 2010 09:05:40 +0100 |
Sylvain Thénault |
rename need_navigation into paginable
stable
|
changeset |
files
|
Thu, 14 Jan 2010 11:37:08 +0100 |
Sylvain Thénault |
backport tracker permission utility functions into the cw.schemas package
stable
|
changeset |
files
|
Thu, 14 Jan 2010 11:28:32 +0100 |
Sylvain Thénault |
Backed out changeset b8ea99f5e8ea, tags.a escape its content.
stable
|
changeset |
files
|
Thu, 14 Jan 2010 11:14:40 +0100 |
Sylvain Thénault |
fix dumb name errors
|
changeset |
files
|
Thu, 14 Jan 2010 11:13:22 +0100 |
Sylvain Thénault |
fix global errors display when there is more than one error
|
changeset |
files
|
Thu, 14 Jan 2010 11:12:52 +0100 |
Sylvain Thénault |
fix error key / field input detection (field's name include -role when specified, the error key *may* include it
|
changeset |
files
|
Wed, 13 Jan 2010 18:04:29 +0100 |
Aurelien Campeas |
missing xml escapes (but textoutofcontext probably ought to be just outofcontext, with no escaping then)
stable
|
changeset |
files
|
Wed, 13 Jan 2010 17:44:29 +0100 |
Sylvain Thénault |
3.6 api update
|
changeset |
files
|
Wed, 13 Jan 2010 17:44:11 +0100 |
Sylvain Thénault |
move autoform's field_by_name implementation on base EntityFieldsForm
|
changeset |
files
|
Wed, 13 Jan 2010 17:42:27 +0100 |
Sylvain Thénault |
specify name *and* role when raising FieldNotFound helps debugging
|
changeset |
files
|
Wed, 13 Jan 2010 17:41:42 +0100 |
Sylvain Thénault |
if specified, benefit from target_etype information in the [partial_]add_relation selector
|
changeset |
files
|
Wed, 13 Jan 2010 17:40:53 +0100 |
Sylvain Thénault |
ouch, has_perm was always returning False...
|
changeset |
files
|
Wed, 13 Jan 2010 16:07:54 +0100 |
Sylvain Thénault |
more 3.6 api update
|
changeset |
files
|
Wed, 13 Jan 2010 16:01:53 +0100 |
Sylvain Thénault |
iirk reminder
|
changeset |
files
|
Wed, 13 Jan 2010 16:01:34 +0100 |
Sylvain Thénault |
3.6 api update
|
changeset |
files
|
Wed, 13 Jan 2010 16:00:42 +0100 |
Sylvain Thénault |
has_been_modified shouldn't raise ProcessFormError
|
changeset |
files
|
Wed, 13 Jan 2010 16:00:06 +0100 |
Sylvain Thénault |
related entities are returned as tuple since a few months ago
|
changeset |
files
|
Wed, 13 Jan 2010 15:59:31 +0100 |
Sylvain Thénault |
should skip INTERNAL_FIELD_VALUE
|
changeset |
files
|
Wed, 13 Jan 2010 15:57:57 +0100 |
Sylvain Thénault |
should use a set for pending fields
|
changeset |
files
|
Wed, 13 Jan 2010 15:56:31 +0100 |
Sylvain Thénault |
fix process_form_values: we should handle value errors and properly raise ProcessFormError
|
changeset |
files
|
Wed, 13 Jan 2010 15:54:07 +0100 |
Sylvain Thénault |
refactor form error handling:
|
changeset |
files
|
Wed, 13 Jan 2010 15:48:24 +0100 |
Sylvain Thénault |
new DBG_ALL debug level
|
changeset |
files
|
Wed, 13 Jan 2010 15:48:07 +0100 |
Sylvain Thénault |
return localized message on parse_datetime errors
|
changeset |
files
|
Tue, 12 Jan 2010 17:24:46 +0100 |
Aurelien Campeas |
raising ConfigurationError is cleaner; remove some unused imports
stable
|
changeset |
files
|
Tue, 12 Jan 2010 15:12:51 +0100 |
Adrien Di Mascio |
[javascript] upgrade excanvas.js (rev. M3, mars 2009): this fixes plot widgets rendering in IE
stable
|
changeset |
files
|
Mon, 11 Jan 2010 14:13:26 +0100 |
Aurelien Campeas |
do not attempt to daemonize under windows
stable
|
changeset |
files
|
Sat, 09 Jan 2010 15:31:37 +0100 |
Nicolas Chauvat |
[cwctl] reset-admin-pwd was failing when db-host was not set
stable
|
changeset |
files
|
Fri, 08 Jan 2010 18:20:03 +0100 |
Adrien Di Mascio |
[javascript] IE doesn't support dynamic enctype modification, we have to set encoding too
stable
|
changeset |
files
|
Fri, 08 Jan 2010 12:17:42 +0100 |
Adrien Di Mascio |
[forms] make it easier to override CWProperty form buttons
stable
|
changeset |
files
|
Fri, 08 Jan 2010 12:14:29 +0100 |
Adrien Di Mascio |
[forms] make it easier to override StringField's mininum size
stable
|
changeset |
files
|
Fri, 08 Jan 2010 11:45:37 +0100 |
Adrien Di Mascio |
[skeleton] remove unused os.path.dirname import, use dname instead of dirname as an additional safetly belt
stable
|
changeset |
files
|
Thu, 07 Jan 2010 17:41:50 +0100 |
Nicolas Chauvat |
[web/views] if view has attribute paginable=False, do not try to paginate it
stable
|
changeset |
files
|
Thu, 07 Jan 2010 16:52:32 +0100 |
Adrien Di Mascio |
update copyright: welcome 2010
stable
|
changeset |
files
|
Thu, 07 Jan 2010 08:02:52 +0100 |
Adrien Di Mascio |
[views] backport progressbar template from shingouz
|
changeset |
files
|
Tue, 05 Jan 2010 22:11:37 +0100 |
Adrien Di Mascio |
[forms] fix multiple edit bug introduced by changeset cebdf8ee5ad7
stable
|
changeset |
files
|
Tue, 05 Jan 2010 18:28:27 +0100 |
Aurelien Campeas |
do not recompute the plot on subsequent onload events #615338
stable
|
changeset |
files
|
Tue, 05 Jan 2010 17:04:29 +0100 |
Aurelien Campeas |
fix stripEmptyTextNodes for IE (part of #615337)
stable
|
changeset |
files
|
Mon, 04 Jan 2010 19:02:09 +0100 |
Adrien Di Mascio |
[javascript] upgrade jquery.flot.js to v0.6 to fix IE6-related bugs
stable
|
changeset |
files
|
Mon, 04 Jan 2010 18:58:35 +0100 |
Adrien Di Mascio |
[forms] edited_entity must be set before calling session_key()
stable
|
changeset |
files
|
Wed, 23 Dec 2009 13:05:53 +0100 |
Sylvain Thénault |
must escape user_rql_callback
stable
|
changeset |
files
|
Wed, 23 Dec 2009 12:20:10 +0100 |
Sylvain Thénault |
backport stable branch
|
changeset |
files
|
Wed, 23 Dec 2009 11:57:03 +0100 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.5.11-1 for changeset 4920121d41f2
stable
|
changeset |
files
|
Wed, 23 Dec 2009 11:57:02 +0100 |
Sylvain Thénault |
Added tag cubicweb-version-3.5.11 for changeset f48b2f193961
stable cubicweb-debian-version-3.5.11-1
|
changeset |
files
|
Wed, 23 Dec 2009 10:27:33 +0100 |
Sylvain Thénault |
3.5.11
stable cubicweb-version-3.5.11
|
changeset |
files
|
Wed, 23 Dec 2009 09:07:17 +0100 |
Sylvain Thénault |
i18nupdate
stable
|
changeset |
files
|
Wed, 23 Dec 2009 08:59:01 +0100 |
Sylvain Thénault |
must now properly use Binary for password (see 4180:42247d70105b). XXX Though this is somewhat backend related (eg store password using a binary type), this should be either well document or handled properly in the db helper.
stable
|
changeset |
files
|
Wed, 23 Dec 2009 08:56:38 +0100 |
Sylvain Thénault |
TYPE_MAPPING expected to be a mapping from yams type to db type, and timestamp is the Datetime yams type
stable
|
changeset |
files
|
Wed, 23 Dec 2009 08:22:18 +0100 |
Sylvain Thénault |
quick and dirty fix to avoid crash when running db-create command with an sqlite source
stable
|
changeset |
files
|
Tue, 22 Dec 2009 23:45:43 +0100 |
Sylvain Thénault |
add es.po to default skel, closes #591625
stable
|
changeset |
files
|
Tue, 22 Dec 2009 21:02:37 +0100 |
Sylvain Thénault |
closes #601987
stable
|
changeset |
files
|
Tue, 22 Dec 2009 20:06:24 +0100 |
Sylvain Thénault |
missing one litle char
stable
|
changeset |
files
|
Tue, 22 Dec 2009 20:05:52 +0100 |
Sylvain Thénault |
closes #607344 by simply appending '/' to base url if necessary instead of insulting the user
stable
|
changeset |
files
|
Tue, 22 Dec 2009 19:27:51 +0100 |
Sylvain Thénault |
cleanup
|
changeset |
files
|
Tue, 22 Dec 2009 19:27:48 +0100 |
Sylvain Thénault |
test update. All cw tests OK
|
changeset |
files
|
Tue, 22 Dec 2009 19:27:26 +0100 |
Sylvain Thénault |
fix bad merge
|
changeset |
files
|
Tue, 22 Dec 2009 19:26:59 +0100 |
Sylvain Thénault |
make groupmap argument optional / sort for testing purpose
|
changeset |
files
|
Tue, 22 Dec 2009 19:26:12 +0100 |
Sylvain Thénault |
fix virtual relation detection: erschema is no more a relation type but a relation def in _synchronize_permissions
|
changeset |
files
|
Tue, 22 Dec 2009 19:25:08 +0100 |
Sylvain Thénault |
necessary to fix some security test, unclear why did I set perms below at some point...
|
changeset |
files
|
Tue, 22 Dec 2009 19:23:59 +0100 |
Sylvain Thénault |
import cleanup, check data file exists
|
changeset |
files
|
Tue, 22 Dec 2009 18:25:53 +0100 |
Sylvain Thénault |
should turn password into a Binary properly
stable
|
changeset |
files
|
Tue, 22 Dec 2009 13:16:17 +0100 |
Sylvain Thénault |
should not simplify previous to preprocess
|
changeset |
files
|
Tue, 22 Dec 2009 13:14:34 +0100 |
Sylvain Thénault |
use ._cw instead of .req (reintroduced by merge of stable)
|
changeset |
files
|
Tue, 22 Dec 2009 13:13:53 +0100 |
Sylvain Thénault |
oops
|
changeset |
files
|
Tue, 22 Dec 2009 10:27:49 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Tue, 22 Dec 2009 14:18:48 +0100 |
Aurelien Campeas |
more extra_args cleanup
stable
|
changeset |
files
|
Tue, 22 Dec 2009 13:43:24 +0100 |
Aurelien Campeas |
only give extra_args if there is something to be fed (breaks some db connectors otherwise)
stable
|
changeset |
files
|
Tue, 22 Dec 2009 11:07:07 +0100 |
Alexandre Fayolle |
merge
stable
|
changeset |
files
|
Tue, 22 Dec 2009 09:38:08 +0100 |
Alexandre Fayolle |
SqlServer: support single sign on / Windows credential authentication
stable
|
changeset |
files
|
Tue, 22 Dec 2009 09:33:08 +0100 |
Alexandre Fayolle |
SQL Server port: convert Password to Binary
stable
|
changeset |
files
|
Tue, 22 Dec 2009 10:42:51 +0100 |
Adrien Di Mascio |
[javascript] cleanup, remove tabs
stable
|
changeset |
files
|
Tue, 22 Dec 2009 10:42:39 +0100 |
Adrien Di Mascio |
[javascript] remove ajaxHtmlHead from dom response once it has been processed.
stable
|
changeset |
files
|
Tue, 22 Dec 2009 09:27:28 +0100 |
Sylvain Thénault |
msg isn't defined there, but we've to give traceback information to record error
|
changeset |
files
|
Mon, 21 Dec 2009 20:28:08 +0100 |
Sylvain Thénault |
all web tests OK
|
changeset |
files
|