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
|
2010-01-25 |
Sylvain Thénault |
XXX quick fix html validation by removing <canvas>
|
changeset |
files
|
2010-01-25 |
Sylvain Thénault |
skil internal field value, else we get an error
|
changeset |
files
|
2010-01-25 |
Sylvain Thénault |
add source in backup/restore failure message
|
changeset |
files
|
2010-01-25 |
Sylvain Thénault |
introduced dependency to lgc > 0.47 for new stacklevel argument to deprecated + new db backup/restore api
|
changeset |
files
|
2010-01-25 |
Sylvain Thénault |
handle lgc.adbh api changes within regards of backup/restore:
|
changeset |
files
|
2010-01-25 |
Sylvain Thénault |
match_rtype hook selector now accepts frometypes/toetypes optional arguments to match only given subject/object entity types
|
changeset |
files
|
2010-01-25 |
Sylvain Thénault |
a selector MUST NO return None
|
changeset |
files
|
2010-01-25 |
Sylvain Thénault |
some fixes so that deprecation warning are properly localized
|
changeset |
files
|
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
|
changeset |
files
|
2010-01-25 |
Sylvain Thénault |
refactor attributes'value generator to deal with yams special
|
changeset |
files
|
2010-01-22 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2010-01-22 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2010-01-22 |
Sylvain Thénault |
3.6 api update
|
changeset |
files
|
2010-01-22 |
Sylvain Thénault |
[vreg] object_by_id should not have been deprecated. Fix facets.
|
changeset |
files
|
2010-01-22 |
Adrien Di Mascio |
fix stupid typo ...
stable
|
changeset |
files
|
2010-01-22 |
Sylvain Thénault |
fix condition to paginate a result set
stable
|
changeset |
files
|
2010-01-22 |
Sylvain Thénault |
make rollback available in shell (as commit is)
|
changeset |
files
|
2010-01-22 |
Sylvain Thénault |
add a reminder
|
changeset |
files
|
2010-01-22 |
Sylvain Thénault |
fix indentation / tab pbs
|
changeset |
files
|
2010-01-22 |
Sylvain Thénault |
fix name error
|
changeset |
files
|
2010-01-22 |
syt |
add approximated version number to deprecation warning
|
changeset |
files
|
2010-01-22 |
syt |
oops, missing return
|
changeset |
files
|
2010-01-22 |
Sylvain Thénault |
we need extrapath when trying to import site_cubicweb files
|
changeset |
files
|
2010-01-22 |
Sylvain Thénault |
move extra path computing as a configuration class property so we can reused it
|
changeset |
files
|