2015-09-18 |
Rémi Cardona |
[py3k] use next builtin instead of next method
|
file |
diff |
annotate
|
2015-09-11 |
Rémi Cardona |
[py3k] replace '_ = unicode' in global scope (closes #7589459)
|
file |
diff |
annotate
|
2015-09-15 |
Rémi Cardona |
[py3k] dict.iteritems → dict.items
|
file |
diff |
annotate
|
2015-03-17 |
Rémi Cardona |
[web/views] Fix PropertyKeyField widget (closes #5087413)
|
file |
diff |
annotate
|
2015-03-17 |
Rémi Cardona |
[web/views] Fix exception in CWProperty edit form (closes #5087412)
|
file |
diff |
annotate
|
2013-02-14 |
Nicolas Chauvat |
[toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
|
file |
diff |
annotate
|
2013-01-10 |
Aurelien Campeas |
[uicfg] uicfg.py moves from web/ to web/views/ (prepares #2406609)
|
file |
diff |
annotate
|
2012-01-23 |
Sylvain Thénault |
[vreg] move base registry implementation to logilab.common. Closes #1916014
|
file |
diff |
annotate
|
2011-12-16 |
Adrien Di Mascio |
[controllers] deprecate JSonController and implement AjaxController / ajax-func registry (closes #2110265)
|
file |
diff |
annotate
|
2011-09-29 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-09-28 |
Sylvain Thénault |
[pylint] fix pylint detected errors and tweak it so that pylint -E will be much less verbose next time (+ update some copyrights on the way)
stable
|
file |
diff |
annotate
|
2011-09-26 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-09-23 |
Sylvain Thénault |
[web request] fix cookie 'expires' formating (closes #1953945)
stable
|
file |
diff |
annotate
|
2011-09-22 |
Sylvain Thénault |
[cwproperties] refactor properties form to make it partly overrideable easily (closes #1936782)
|
file |
diff |
annotate
|
2011-09-16 |
Sylvain Thénault |
[user prefs] use same title as the action for consistency
stable
|
file |
diff |
annotate
|
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
|