2010-01-27 Sylvain Thénault skip final relations at this point
2010-01-27 Adrien Di Mascio add missing errno import in etwist/server.py stable
2010-01-27 Sylvain Thénault should not raise KeyError if key's missing
2010-01-27 Sylvain Thénault choices function should now take the field as argument
2010-01-27 Sylvain Thénault cleanup
2010-01-27 Sylvain Thénault missing import
2010-01-27 Sylvain Thénault systematically call bool on BooleanField values
2010-01-27 Sylvain Thénault by default this is not the widget responsability to turn empty string into None,
2010-01-27 Sylvain Thénault ensure we get a correct key
2010-01-27 Sylvain Thénault test fixes
2010-01-27 Sylvain Thénault useless, same as test_nonregr_eetype_etype_editing
2010-01-27 Sylvain Thénault [forms] propagate aguments given to .vocabulary to .choices if it's a callable.
2010-01-27 Sylvain Thénault reorganize code:
2010-01-27 Sylvain Thénault [forms] fix backward compat for field.choices arguments
2010-01-27 Sylvain Thénault use field.vocabulary instead of field.choices, skip already related eids. Also consider vocabulary when no etype specified
2010-01-27 Sylvain Thénault [primary view] activate toolbox
2010-01-27 Sylvain Thénault it seems that prefixiter is expected to return child *folder* but was relying on a specific .children implementation, fix this
2010-01-26 Sylvain Thénault 3.6 api update, cleanup
2010-01-26 Sylvain Thénault [forms] let the autoform specify the generic relation field label,
2010-01-26 Sylvain Thénault simplify messages used for inlined forms
2010-01-26 Sylvain Thénault should have been in previous commit (moved below in the module)
2010-01-26 Sylvain Thénault [forms] the last touch: handle inlined relation forms as fields
2010-01-26 Sylvain Thénault fix label handling: when label is explicitly set to None, don't try to guess it
2010-01-26 Sylvain Thénault surrounding div necessary for proper error localization
2010-01-26 Sylvain Thénault cleanup base class
2010-01-26 Sylvain Thénault by default use new jquery widgets for Time/Date/DateTime fields
2010-01-26 Sylvain Thénault new jquery based widgets for Time/Date/DateTime, backported from crm
2010-01-26 Sylvain Thénault introduce a default render implementation on the base widget, which
2010-01-26 Sylvain Thénault [forms] new optional suffix attribute on widget objects, used to generage input name / dom id.
2010-01-26 Sylvain Thénault introduce new _ensure_correctly_typed method on fields, responsible
2010-01-26 Sylvain Thénault fix typed_value implementation w/ eidparam field which are actual entity's relation and have .value set for their initial value
2010-01-26 Sylvain Thénault cleanup module namespace but only importing the formwidgets module
2010-01-26 Sylvain Thénault fix deprecation warnings
2010-01-26 Sylvain Thénault fif inlined relation forms pb w/ new ajax forms.
2010-01-26 Sylvain Thénault now that we are property initializing autoform_section for the 'inlined' form type, use it...
2010-01-26 Sylvain Thénault [uicfg] fix autoform_section rtags initialization
2010-01-26 Sylvain Thénault cache result of the COUNT query used to see if a non unique attribute may be used as rest path on the entity instance to avoid recomputing it later
2010-01-26 Sylvain Thénault incontext view of EmailAddress is a mailto: link
2010-01-26 Sylvain Thénault add CWProperty for_user CWUser when on the user primary view
2010-01-26 Sylvain Thénault move CWProperty rtags from autoform to cwproperties module.
2010-01-26 Sylvain Thénault fix Bytes submission pb on POST, due to multiple call to field.process_form_value
2010-01-26 Sylvain Thénault must skip internal field value from the generic relations combobox
2010-01-26 Sylvain Thénault case where 'w' argument is None should be handled in do_paginate
2010-01-26 Sylvain Thénault [uicfg] clean dead code, fix indexview_etype_section for ExternalUri and Bookmark
2010-01-26 Sylvain Thénault [uicfg] fix reloading pb with the indexview_etype_section
2010-01-26 Sylvain Thénault must catch UnmodifiedField exception in has_been_modified
2010-01-26 Sylvain Thénault command may now officially be either a string or a list, don't make think it's for backward compat
2010-01-26 Sylvain Thénault nicer usage for cubicweb-ctl
2010-01-26 Sylvain Thénault get back iterparents implementation from folder cubes
2010-01-26 Sylvain Thénault eschema view has been removed
2010-01-26 Sylvain Thénault [bfss] make it works when adding/updating entities with an attribute using bfss
2010-01-25 Sylvain Thénault d-t-w
2010-01-25 Sylvain Thénault fix copyright
2010-01-25 Sylvain Thénault XXX quick fix html validation by removing <canvas>
2010-01-25 Sylvain Thénault skil internal field value, else we get an error
2010-01-25 Sylvain Thénault add source in backup/restore failure message
2010-01-25 Sylvain Thénault introduced dependency to lgc > 0.47 for new stacklevel argument to deprecated + new db backup/restore api
2010-01-25 Sylvain Thénault handle lgc.adbh api changes within regards of backup/restore:
2010-01-25 Sylvain Thénault match_rtype hook selector now accepts frometypes/toetypes optional arguments to match only given subject/object entity types
2010-01-25 Sylvain Thénault a selector MUST NO return None
2010-01-25 Sylvain Thénault some fixes so that deprecation warning are properly localized
2010-01-25 Sylvain Thénault to ease overriding of field.choices using *function* (set using autoform_field_kwargs), give the field as named argument
2010-01-25 Sylvain Thénault refactor attributes'value generator to deal with yams special
2010-01-22 Sylvain Thénault backport stable
2010-01-22 Sylvain Thénault backport stable
2010-01-22 Sylvain Thénault 3.6 api update
2010-01-22 Sylvain Thénault [vreg] object_by_id should not have been deprecated. Fix facets.
2010-01-22 Adrien Di Mascio fix stupid typo ... stable
2010-01-22 Sylvain Thénault fix condition to paginate a result set stable
2010-01-22 Sylvain Thénault make rollback available in shell (as commit is)
2010-01-22 Sylvain Thénault add a reminder
2010-01-22 Sylvain Thénault fix indentation / tab pbs
2010-01-22 Sylvain Thénault fix name error
2010-01-22 syt add approximated version number to deprecation warning
2010-01-22 syt oops, missing return
2010-01-22 Sylvain Thénault we need extrapath when trying to import site_cubicweb files
2010-01-22 Sylvain Thénault move extra path computing as a configuration class property so we can reused it
2010-01-22 Sylvain Thénault first draft for a simple hooks based custom attribute storage,
2010-01-22 Sylvain Thénault d-t-w
2010-01-21 Sylvain Thénault closes #345410: two_lines_rset, two_cols_rset, two_etypes_rset are badly named
2010-01-21 Sylvain Thénault fix #636936: read_permission relation should not be mandatory
2010-01-21 Sylvain Thénault fix #615848: undefined 'new' variable was refering to the newly introduced subquery / remove_subquery doesn't take an undefine argument (probable copy/paste from the remove_node call) stable
2010-01-21 Sylvain Thénault some docstring stable
2010-01-21 Sylvain Thénault [doc] reformulate dependencies stable
2010-01-21 Adrien Di Mascio [views] FinalView should display an empty string if value is None stable
2010-01-21 Sylvain Thénault merge
2010-01-21 Sylvain Thénault move base form renderer label handling into a function to reuse it in CompositeFormRenderer and avoid seeing a tuple in column headers... stable
2010-01-21 Sylvain Thénault minor schema deserialization optimizations
2010-01-21 Sylvain Thénault oopb, widget has been renamed
2010-01-21 Sylvain Thénault specify formvid=edition to get multiple edition working w/ 3.6
2010-01-21 Sylvain Thénault reminder
2010-01-21 Sylvain Thénault this clutter startup screen for little benefit, remove it
2010-01-21 Sylvain Thénault update copyright
2010-01-21 Sylvain Thénault move bookmark related uicfg stuff into bookmark specific module, use the EditableURLWidget widget for Bookmark.path
2010-01-21 Sylvain Thénault new field's responsibility POC: EditableURLWidget allow to edit Bookmark.path in two separated fields, displaying unquoted values which are requoted on form post processing
2010-01-21 Sylvain Thénault refactor field's value retreiving from the widget (eg 'display value' concept):
2010-01-21 Sylvain Thénault dom_id now accepts a suffix argument as input_name
2010-01-21 Sylvain Thénault cleaner input_name implementation
2010-01-21 Sylvain Thénault when the vregistry is initialized, no need to call vreg.set_schema (else we trigger appobjects registration twice. This allows significant startup speedup.
2010-01-21 Sylvain Thénault new url_parse_qs method on base request to parse unicode url formatted query strings
2010-01-20 Alexandre Fayolle merge stable
2010-01-20 Alexandre Fayolle enable cubicweb-ctl db-dump and db-restore on Windows with SQL Server stable
2010-01-20 Sylvain Thénault 3.6 api update
2010-01-20 Sylvain Thénault merge
2010-01-20 Sylvain Thénault allow control of generic relations field display through display_fields
2010-01-20 Sylvain Thénault no self._cw on widget objects while '_' is defined locally
2010-01-20 Sylvain Thénault delete remaining stuff w/ handling of the generic relations
2010-01-20 Sylvain Thénault test update
2010-01-20 Adrien Di Mascio clear vreg's parent_classes cache to fix etype cache / auto-reloading bug
2010-01-20 Sylvain Thénault merge
2010-01-20 Sylvain Thénault fix bad indent stable
2010-01-20 Sylvain Thénault backport stable
2010-01-20 Sylvain Thénault cleanup stable
2010-01-20 Sylvain Thénault fix bug: the 'table' argument is overwritten by the loop variable, causing latter crash due to this missing information stable
2010-01-20 Sylvain Thénault don't record deambiguifier when it has no type restriction using 'is', so we don't miss later some available constraints stable
2010-01-20 Sylvain Thénault fix warning stack level
2010-01-20 Sylvain Thénault cw 3.6 api update
2010-01-20 Sylvain Thénault merge
2010-01-20 Sylvain Thénault merge
2010-01-20 Sylvain Thénault more input/button fixes stable
(0) -3000 -1000 -120 +120 +1000 +3000 tip