2010-01-28 |
Adrien Di Mascio |
[entities] fix CWUser.is_in_group implementation
stable
|
changeset |
files
|
2010-01-27 |
Sylvain Thénault |
missing import
|
changeset |
files
|
2010-01-27 |
Sylvain Thénault |
must check for relation inlined in main form type
|
changeset |
files
|
2010-01-27 |
Sylvain Thénault |
skip final relations at this point
|
changeset |
files
|
2010-01-27 |
Adrien Di Mascio |
add missing errno import in etwist/server.py
stable
|
changeset |
files
|
2010-01-27 |
Sylvain Thénault |
should not raise KeyError if key's missing
|
changeset |
files
|
2010-01-27 |
Sylvain Thénault |
choices function should now take the field as argument
|
changeset |
files
|
2010-01-27 |
Sylvain Thénault |
cleanup
|
changeset |
files
|
2010-01-27 |
Sylvain Thénault |
missing import
|
changeset |
files
|
2010-01-27 |
Sylvain Thénault |
systematically call bool on BooleanField values
|
changeset |
files
|
2010-01-27 |
Sylvain Thénault |
by default this is not the widget responsability to turn empty string into None,
|
changeset |
files
|
2010-01-27 |
Sylvain Thénault |
ensure we get a correct key
|
changeset |
files
|
2010-01-27 |
Sylvain Thénault |
test fixes
|
changeset |
files
|
2010-01-27 |
Sylvain Thénault |
useless, same as test_nonregr_eetype_etype_editing
|
changeset |
files
|
2010-01-27 |
Sylvain Thénault |
[forms] propagate aguments given to .vocabulary to .choices if it's a callable.
|
changeset |
files
|
2010-01-27 |
Sylvain Thénault |
reorganize code:
|
changeset |
files
|
2010-01-27 |
Sylvain Thénault |
[forms] fix backward compat for field.choices arguments
|
changeset |
files
|
2010-01-27 |
Sylvain Thénault |
use field.vocabulary instead of field.choices, skip already related eids. Also consider vocabulary when no etype specified
|
changeset |
files
|
2010-01-27 |
Sylvain Thénault |
[primary view] activate toolbox
|
changeset |
files
|
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
|
changeset |
files
|
2010-01-26 |
Sylvain Thénault |
3.6 api update, cleanup
|
changeset |
files
|
2010-01-26 |
Sylvain Thénault |
[forms] let the autoform specify the generic relation field label,
|
changeset |
files
|
2010-01-26 |
Sylvain Thénault |
simplify messages used for inlined forms
|
changeset |
files
|
2010-01-26 |
Sylvain Thénault |
should have been in previous commit (moved below in the module)
|
changeset |
files
|
2010-01-26 |
Sylvain Thénault |
[forms] the last touch: handle inlined relation forms as fields
|
changeset |
files
|
2010-01-26 |
Sylvain Thénault |
fix label handling: when label is explicitly set to None, don't try to guess it
|
changeset |
files
|
2010-01-26 |
Sylvain Thénault |
surrounding div necessary for proper error localization
|
changeset |
files
|
2010-01-26 |
Sylvain Thénault |
cleanup base class
|
changeset |
files
|
2010-01-26 |
Sylvain Thénault |
by default use new jquery widgets for Time/Date/DateTime fields
|
changeset |
files
|
2010-01-26 |
Sylvain Thénault |
new jquery based widgets for Time/Date/DateTime, backported from crm
|
changeset |
files
|
2010-01-26 |
Sylvain Thénault |
introduce a default render implementation on the base widget, which
|
changeset |
files
|
2010-01-26 |
Sylvain Thénault |
[forms] new optional suffix attribute on widget objects, used to generage input name / dom id.
|
changeset |
files
|
2010-01-26 |
Sylvain Thénault |
introduce new _ensure_correctly_typed method on fields, responsible
|
changeset |
files
|
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
|
changeset |
files
|
2010-01-26 |
Sylvain Thénault |
cleanup module namespace but only importing the formwidgets module
|
changeset |
files
|
2010-01-26 |
Sylvain Thénault |
fix deprecation warnings
|
changeset |
files
|
2010-01-26 |
Sylvain Thénault |
fif inlined relation forms pb w/ new ajax forms.
|
changeset |
files
|
2010-01-26 |
Sylvain Thénault |
now that we are property initializing autoform_section for the 'inlined' form type, use it...
|
changeset |
files
|
2010-01-26 |
Sylvain Thénault |
[uicfg] fix autoform_section rtags initialization
|
changeset |
files
|
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
|
changeset |
files
|
2010-01-26 |
Sylvain Thénault |
incontext view of EmailAddress is a mailto: link
|
changeset |
files
|
2010-01-26 |
Sylvain Thénault |
add CWProperty for_user CWUser when on the user primary view
|
changeset |
files
|
2010-01-26 |
Sylvain Thénault |
move CWProperty rtags from autoform to cwproperties module.
|
changeset |
files
|
2010-01-26 |
Sylvain Thénault |
fix Bytes submission pb on POST, due to multiple call to field.process_form_value
|
changeset |
files
|
2010-01-26 |
Sylvain Thénault |
must skip internal field value from the generic relations combobox
|
changeset |
files
|
2010-01-26 |
Sylvain Thénault |
case where 'w' argument is None should be handled in do_paginate
|
changeset |
files
|
2010-01-26 |
Sylvain Thénault |
[uicfg] clean dead code, fix indexview_etype_section for ExternalUri and Bookmark
|
changeset |
files
|
2010-01-26 |
Sylvain Thénault |
[uicfg] fix reloading pb with the indexview_etype_section
|
changeset |
files
|
2010-01-26 |
Sylvain Thénault |
must catch UnmodifiedField exception in has_been_modified
|
changeset |
files
|
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
|
changeset |
files
|
2010-01-26 |
Sylvain Thénault |
nicer usage for cubicweb-ctl
|
changeset |
files
|
2010-01-26 |
Sylvain Thénault |
get back iterparents implementation from folder cubes
|
changeset |
files
|
2010-01-26 |
Sylvain Thénault |
eschema view has been removed
|
changeset |
files
|
2010-01-26 |
Sylvain Thénault |
[bfss] make it works when adding/updating entities with an attribute using bfss
|
changeset |
files
|
2010-01-25 |
Sylvain Thénault |
d-t-w
|
changeset |
files
|
2010-01-25 |
Sylvain Thénault |
fix copyright
|
changeset |
files
|