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
Wed, 23 Dec 2009 10:27:33 +0100 Sylvain Thénault 3.5.11 stable cubicweb-version-3.5.11
Wed, 23 Dec 2009 09:07:17 +0100 Sylvain Thénault i18nupdate stable
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
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
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
Tue, 22 Dec 2009 23:45:43 +0100 Sylvain Thénault add es.po to default skel, closes #591625 stable
Tue, 22 Dec 2009 21:02:37 +0100 Sylvain Thénault closes #601987 stable
Tue, 22 Dec 2009 20:06:24 +0100 Sylvain Thénault missing one litle char stable
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
Tue, 22 Dec 2009 19:27:51 +0100 Sylvain Thénault cleanup
Tue, 22 Dec 2009 19:27:48 +0100 Sylvain Thénault test update. All cw tests OK
Tue, 22 Dec 2009 19:27:26 +0100 Sylvain Thénault fix bad merge
Tue, 22 Dec 2009 19:26:59 +0100 Sylvain Thénault make groupmap argument optional / sort for testing purpose
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
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...
Tue, 22 Dec 2009 19:23:59 +0100 Sylvain Thénault import cleanup, check data file exists
Tue, 22 Dec 2009 18:25:53 +0100 Sylvain Thénault should turn password into a Binary properly stable
Tue, 22 Dec 2009 13:16:17 +0100 Sylvain Thénault should not simplify previous to preprocess
Tue, 22 Dec 2009 13:14:34 +0100 Sylvain Thénault use ._cw instead of .req (reintroduced by merge of stable)
Tue, 22 Dec 2009 13:13:53 +0100 Sylvain Thénault oops
Tue, 22 Dec 2009 10:27:49 +0100 Sylvain Thénault backport stable
Tue, 22 Dec 2009 14:18:48 +0100 Aurelien Campeas more extra_args cleanup stable
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
Tue, 22 Dec 2009 11:07:07 +0100 Alexandre Fayolle merge stable
Tue, 22 Dec 2009 09:38:08 +0100 Alexandre Fayolle SqlServer: support single sign on / Windows credential authentication stable
Tue, 22 Dec 2009 09:33:08 +0100 Alexandre Fayolle SQL Server port: convert Password to Binary stable
Tue, 22 Dec 2009 10:42:51 +0100 Adrien Di Mascio [javascript] cleanup, remove tabs stable
Tue, 22 Dec 2009 10:42:39 +0100 Adrien Di Mascio [javascript] remove ajaxHtmlHead from dom response once it has been processed. stable
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
Mon, 21 Dec 2009 20:28:08 +0100 Sylvain Thénault all web tests OK
Mon, 21 Dec 2009 20:28:01 +0100 Sylvain Thénault make new editcontroller works, based on a _cw_edited_fields hidden input
Mon, 21 Dec 2009 20:27:14 +0100 Sylvain Thénault crecord introduced junk...
Mon, 21 Dec 2009 20:26:52 +0100 Sylvain Thénault strip string by default
Mon, 21 Dec 2009 20:26:30 +0100 Sylvain Thénault nicer StringField __init__
Mon, 21 Dec 2009 20:25:58 +0100 Sylvain Thénault fix render (formerly form_render) prototype
Mon, 21 Dec 2009 20:24:47 +0100 Sylvain Thénault process_posted yield field instead of field's name
Mon, 21 Dec 2009 20:23:56 +0100 Sylvain Thénault proper field's role handling: may be 'subject' / 'object' *in case
Mon, 21 Dec 2009 20:21:56 +0100 Sylvain Thénault form_add_hidden -> add_hidden
Mon, 21 Dec 2009 20:18:53 +0100 Sylvain Thénault substitute _render_attrs by values_and_attributes method, keeping bw compat
Mon, 21 Dec 2009 20:04:33 +0100 Sylvain Thénault replace form_field_[encoding|vocabulary] methods on form by encoding|vocabylary(form) methods on fields
Mon, 21 Dec 2009 20:00:18 +0100 Sylvain Thénault refactor vocabulary handling to avoid having to define methods
Mon, 21 Dec 2009 19:52:21 +0100 Sylvain Thénault cleanup
Mon, 21 Dec 2009 19:45:24 +0100 Sylvain Thénault refactor form field value handling, to get a nicer api and an easier algorithm to get field's value
Mon, 21 Dec 2009 19:25:07 +0100 Sylvain Thénault missing imports
Mon, 21 Dec 2009 19:20:45 +0100 Sylvain Thénault yams api update
Mon, 21 Dec 2009 19:18:49 +0100 Sylvain Thénault drop form_field_name/form_field_id methods from form object, in favor of field.input_name(form) / field.dom_id(form)
Mon, 21 Dec 2009 18:46:46 +0100 Sylvain Thénault NothingToEdit is not a ValidationError, simplify
Mon, 21 Dec 2009 18:45:42 +0100 Sylvain Thénault fix translation of message to view newly created entity: must be done once language is set...
Mon, 21 Dec 2009 18:45:03 +0100 Sylvain Thénault accord avec 'entité'
Mon, 21 Dec 2009 18:44:42 +0100 Sylvain Thénault new catch_error context manager, nicer controller __init__ and new iter_and_commit(datakey) method
Mon, 21 Dec 2009 18:43:16 +0100 Sylvain Thénault this bw compat doesn't work, drop it
Mon, 21 Dec 2009 18:42:53 +0100 Sylvain Thénault don't try to write .row/.col, use new cw_row/cw_col attributes
Mon, 21 Dec 2009 18:27:29 +0100 Sylvain Thénault etype_class('Any') should return bare 'Any' class
Fri, 18 Dec 2009 15:59:19 +0100 Sylvain Thénault cubicweb security #36257: les urls /add/EntityName sont accessibles en anonyme stable
Fri, 18 Dec 2009 15:10:57 +0100 Pierre-Yves David 3.6 remove deprecation warning
Fri, 18 Dec 2009 15:10:38 +0100 Pierre-Yves Improve warning message
Fri, 18 Dec 2009 15:08:20 +0100 Charles Hébert [mq]: fix_es_po_file_creation
Fri, 18 Dec 2009 15:07:54 +0100 Charles Hébert [mq]: plural_display_name_fix
Fri, 18 Dec 2009 15:07:26 +0100 Charles Hébert [mq]: doc
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip