2010-10-19 |
Sylvain Thénault |
cleanups
|
file |
diff |
annotate
|
2010-10-19 |
Sylvain Thénault |
[js] remove deprecation warnings by using $.noop instead of noop
|
file |
diff |
annotate
|
2010-10-12 |
Sylvain Thénault |
[form] unify form.render prototype to take a 'w' argument as other view/components render method
|
file |
diff |
annotate
|
2010-08-25 |
Sylvain Thénault |
[session] cleanup hook / operation / entity edition api
|
file |
diff |
annotate
|
2010-08-25 |
Sylvain Thénault |
[web api] unify 'contentnav' (VComponent) and 'boxes' registries as 'ctxcomponents' (CtxComponent)
|
file |
diff |
annotate
|
2010-08-04 |
Sylvain Thénault |
[cwprops] fix callable vocabulary of cwproperties which were inconsistently called. No more argument, should now simply return a list of (untranslated) values
|
file |
diff |
annotate
|
2010-07-05 |
Sylvain Thénault |
[selectors] provide a new, optimized, is_instance selector that should at some point replace implements (along with the adaptable selector)
|
file |
diff |
annotate
|
2010-06-21 |
katia |
[css] more css rework, need visual test in compat/new modes
|
file |
diff |
annotate
|
2010-06-09 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-06-09 |
Sylvain Thénault |
[pylint] fix detected name errors
stable
|
file |
diff |
annotate
|
2010-05-20 |
Sylvain Thénault |
[entity] introduce a new 'adapters' registry
|
file |
diff |
annotate
|
2010-05-18 |
Sylvain Thénault |
[preferences] support dot (.) in registry id of configurable appobjects
stable
|
file |
diff |
annotate
|
2010-05-07 |
Sylvain Thénault |
[selectors] new logged_user_in_rset selector
stable
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
backport oldstable changes
stable
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
replace logilab-common by CubicWeb in disclaimer
oldstable
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
backport default into stable: stable is now cw 3.8
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
proper licensing information (LGPL-2.1). Hope I get it right this time.
stable
|
file |
diff |
annotate
|
2010-04-14 |
Sylvain Thénault |
[web] stop having actions configurable through cwproperties: this clutter site management and .po files for a useless fonctionnality (which, where and how actions are displayed is handled by code)
|
file |
diff |
annotate
|
2010-01-26 |
Sylvain Thénault |
add CWProperty for_user CWUser when on the user primary view
|
file |
diff |
annotate
|
2010-01-26 |
Sylvain Thénault |
move CWProperty rtags from autoform to cwproperties module.
|
file |
diff |
annotate
|
2010-01-19 |
Sylvain Thénault |
3.6 api update
|
file |
diff |
annotate
|
2010-01-19 |
Stephanie Marcu |
inherit from FieldWidget to inherit from the process_field_data required by the edit controller
|
file |
diff |
annotate
|
2010-01-19 |
Stephanie Marcu |
with cw 3.6 we've to specify entity's relation role
|
file |
diff |
annotate
|
2010-01-18 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2010-01-13 |
Sylvain Thénault |
refactor form error handling:
|
file |
diff |
annotate
|
2010-01-08 |
Adrien Di Mascio |
[forms] make it easier to override CWProperty form buttons
stable
|
file |
diff |
annotate
|
2010-01-07 |
Adrien Di Mascio |
update copyright: welcome 2010
stable
|
file |
diff |
annotate
|
2009-12-21 |
Sylvain Thénault |
form_add_hidden -> add_hidden
|
file |
diff |
annotate
|
2009-12-21 |
Sylvain Thénault |
refactor form field value handling, to get a nicer api and an easier algorithm to get field's value
|
file |
diff |
annotate
|
2009-12-21 |
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)
|
file |
diff |
annotate
|
2009-12-03 |
Sylvain Thénault |
backport stable into default
|
file |
diff |
annotate
|
2009-12-01 |
Sylvain Thénault |
[forms] deprecate form_render(**kwargs) in favor of render(formvalues=None, rendervalues=None, renderer=None)
stable
|
file |
diff |
annotate
|
2009-10-19 |
Sylvain Thénault |
remove some warnings
|
file |
diff |
annotate
|
2009-09-29 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2009-09-29 |
Sylvain Thénault |
[form] replace is_subform by parent_form, carrying more information at the same cost
stable
|
file |
diff |
annotate
|
2009-09-23 |
Adrien Di Mascio |
[api] some more _cw / __regid__, automatic tests now pass again
|
file |
diff |
annotate
|
2009-09-23 |
Adrien Di Mascio |
[api] work in progress, use __regid__, cw_*, etc.
|
file |
diff |
annotate
|
2009-09-23 |
Sylvain Thénault |
use __regid__ instead of id on appobject classes
|
file |
diff |
annotate
|
2009-08-03 |
Sylvain Thénault |
R [vreg] important refactoring of the vregistry, moving behaviour to end dictionnary (and so leaving room for more flexibility ; keep bw compat ; update api usage in cw
|
file |
diff |
annotate
|
2009-07-31 |
Sylvain Thénault |
missing new renderer argument
|
file |
diff |
annotate
|
2009-07-30 |
Sandrine Ribeau |
Add missing parameter to widget render call.
|
file |
diff |
annotate
|
2009-07-24 |
Sylvain Thénault |
application -> instance where it makes sense
|
file |
diff |
annotate
|
2009-07-23 |
Adrien Di Mascio |
backport stable branch into default
|
file |
diff |
annotate
|
2009-07-21 |
Sylvain Thénault |
fix typo, remove debug
stable
|
file |
diff |
annotate
|
2009-07-21 |
Nicolas Chauvat |
[views] epropertiesform renamed propertiesform
stable
|
file |
diff |
annotate
|
2009-07-16 |
Aurelien Campeas |
backport stable branch
|
file |
diff |
annotate
|
2009-07-07 |
Sylvain Thénault |
use xml_escape
stable
|
file |
diff |
annotate
|
2009-07-02 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2009-07-01 |
Sylvain Thénault |
cleanup
stable
|
file |
diff |
annotate
|
2009-06-26 |
Sylvain Thénault |
backport stable branch, make schema-security consistent with other schema views changes, uniformize skipmeta/withmeta
|
file |
diff |
annotate
|
2009-06-24 |
Sylvain Thénault |
prepare time where it won't be mandatory to give rset to select()
stable
|
file |
diff |
annotate
|
2009-06-23 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2009-06-22 |
Katia Saurfelt |
simplify js
stable
|
file |
diff |
annotate
|
2009-06-10 |
Sylvain Thénault |
fix #343630 by getting explicitly TextInput widget for String, also instantiate field to get proper widget configuration
stable
|
file |
diff |
annotate
|
2009-06-05 |
Sylvain Thénault |
nicer vreg api, try to make rset an optional named argument in select and derivated (including selectors)
|
file |
diff |
annotate
|
2009-06-05 |
Sylvain Thénault |
merge
|
file |
diff |
annotate
|
2009-06-05 |
Sylvain Thénault |
replace set_error_url/set_dom_id by a single mainform argument
|
file |
diff |
annotate
|
2009-06-05 |
Florent |
do not set __domid in sub-forms
|
file |
diff |
annotate
|
2009-05-31 |
Adrien Di Mascio |
watch out, there's some tabs hiding here and there, keep your eyes open ...
|
file |
diff |
annotate
|
2009-05-29 |
Sylvain Thénault |
turn every form class into appobject. They should not be instantiated manually anymore.
|
file |
diff |
annotate
|
2009-05-28 |
Sylvain Thénault |
turn renderers into appobjects
|
file |
diff |
annotate
|
2009-05-28 |
Adrien Di Mascio |
big bunch of copyright / docstring update
|
file |
diff |
annotate
|
2009-05-20 |
Sylvain Thénault |
eproperty -> cwproperty, cleanup
stable
|
file |
diff |
annotate
|
2009-05-19 |
Aurelien Campeas |
trailing space cleanup, js lint, a small indent for preference sections
stable
|
file |
diff |
annotate
|
2009-05-19 |
Katia Saurfelt |
restore ajax validation cwpreferencies
stable
|
file |
diff |
annotate
|
2009-05-12 |
sylvain thenault |
final rtag api
tls-sprint
|
file |
diff |
annotate
|
2009-05-11 |
sylvain thenault |
final rtags api (eventually :$)
tls-sprint
|
file |
diff |
annotate
|
2009-05-05 |
Graziella Toutoungis |
correct wrong fuction name
tls-sprint
|
file |
diff |
annotate
|
2009-05-04 |
sylvain thenault |
ooops
tls-sprint
|
file |
diff |
annotate
|
2009-05-04 |
sylvain thenault |
delete-trailing-whitespaces, update import
tls-sprint
|
file |
diff |
annotate
|
2009-05-04 |
sylvain thenault |
backport default
tls-sprint
|
file |
diff |
annotate
|
2009-04-29 |
Aurelien Campeas |
fix rfields declaration order
tls-sprint
|
file |
diff |
annotate
|
2009-04-29 |
sylvain thenault |
update rtags api
tls-sprint
|
file |
diff |
annotate
|
2009-04-28 |
sylvain thenault |
rename
tls-sprint
|
file |
diff |
annotate
| base
|