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
2010-01-20 Sylvain Thénault backport stable
2010-01-20 Sylvain Thénault cleanup
2010-01-20 Sylvain Thénault turn all the stuff used to handle 'generic relations' in forms into proper
2010-01-20 Sylvain Thénault fix tests
2010-01-20 Adrien Di Mascio [rql2sql] added test that shows crash during sql generation
2010-01-19 Sylvain Thénault apply patch proposed by 2web to properly remove hidden input set to represent the button used to submit the form, so forms may be properly reused after a post
2010-01-19 Sylvain Thénault fix dumb name error
2010-01-19 Sylvain Thénault missing import
2010-01-19 Sylvain Thénault remove input from jquery filter, so it works as well with buttons stable
2010-01-19 alex & cheb unicode(arg) else we may get some encoding exception
2010-01-19 alex & cheb remove deprecation warnings + name error
2010-01-19 Stephanie Marcu remove common/test/data directory from __pkginfo__, MANIFEST and debian rules to allow cubicweb installation
2010-01-19 Stephanie Marcu fix syntax error
2010-01-19 Sylvain Thénault test fixes
2010-01-19 Sylvain Thénault 3.6 api update
2010-01-19 Stephanie Marcu update selectors.py: change entity.schema with entity._cw.vreg.schema
2010-01-19 Sylvain Thénault merge
2010-01-19 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
2010-01-19 Sylvain Thénault fix autoform_is_inlined bw compat
2010-01-19 Adrien Di Mascio [forms] fix implementation of backward compat method form_render
2010-01-19 Stephanie Marcu inherit from FieldWidget to inherit from the process_field_data required by the edit controller
2010-01-19 Stephanie Marcu with cw 3.6 we've to specify entity's relation role
2010-01-19 Sylvain Thénault fix bad merge
2009-12-16 Pierre-Yves David import uicfg.auto_form doc stable
2010-01-19 Pierre-Yves David update i18n doc stable
2010-01-19 Pierre-Yves David Fix element tree import for python2.4 stable
2010-01-18 Sylvain Thénault forgotten buffer
2010-01-18 Sylvain Thénault backport stable branch
2010-01-18 Sylvain Thénault fix pb with bytes field processing: currently when an existing file is edited
2010-01-18 Aurelien Campeas fix NameError stable
2010-01-18 Sylvain Thénault don't call handle_inlined_relation where we're not on the relation'subject
2010-01-18 Sylvain Thénault don't add another _cw_edited_field hidden when build_context is called twice (may occurs with inlined relation forms)
2010-01-18 Sylvain Thénault cleanup stable
2010-01-18 Sylvain Thénault don't use matching_groups() for is_in_group implementation stable
2010-01-15 Alexandre Fayolle a few french translation typo corrections stable
2010-01-15 Sylvain Thénault rename need_navigation into paginable stable
2010-01-14 Sylvain Thénault backport tracker permission utility functions into the cw.schemas package stable
2010-01-14 Sylvain Thénault Backed out changeset b8ea99f5e8ea, tags.a escape its content. stable
2010-01-14 Sylvain Thénault fix dumb name errors
2010-01-14 Sylvain Thénault fix global errors display when there is more than one error
2010-01-14 Sylvain Thénault fix error key / field input detection (field's name include -role when specified, the error key *may* include it
2010-01-13 Aurelien Campeas missing xml escapes (but textoutofcontext probably ought to be just outofcontext, with no escaping then) stable
2010-01-13 Sylvain Thénault 3.6 api update
2010-01-13 Sylvain Thénault move autoform's field_by_name implementation on base EntityFieldsForm
2010-01-13 Sylvain Thénault specify name *and* role when raising FieldNotFound helps debugging
2010-01-13 Sylvain Thénault if specified, benefit from target_etype information in the [partial_]add_relation selector
2010-01-13 Sylvain Thénault ouch, has_perm was always returning False...
2010-01-13 Sylvain Thénault more 3.6 api update
2010-01-13 Sylvain Thénault iirk reminder
2010-01-13 Sylvain Thénault 3.6 api update
2010-01-13 Sylvain Thénault has_been_modified shouldn't raise ProcessFormError
(0) -3000 -1000 -112 +112 +1000 +3000 tip