web/views/basecontrollers.py
2011-01-06 Sylvain Thénault [json controler] extraargs in js_component contains unicode keys which may not be given as argument names stable
2010-11-05 Sylvain Thénault minor cleanups stable
2010-11-05 Sylvain Thénault fix #724689: exception's display during ajax call stable
2010-10-25 Sylvain Thénault [cleanup] drop accidentally commited print
2010-10-22 Sylvain Thénault [pylint] fix a bug of pylint detected errors and i18n pb (calling builtins._ instead of req._)
2010-10-19 Sylvain Thénault cleanups
2010-10-19 Sylvain Thénault [js] remove deprecation warnings by using $.noop instead of noop
2010-10-01 Sylvain Thénault #1256570: remove __method, it is not used in any of the cubes from logilab and encourages bad design by using Redirect (eg ui specific) from entities.py
2010-09-29 Sylvain Thénault backport stable
2010-09-24 Julien Jehannet exception: specify expected parameter in NoSelectableException stable
2010-09-23 Sylvain Thénault backport stable
2010-09-22 Stephanie Marcu [book - #1251259] reorganize plan for basetemplate, talk about class attributes stable
2010-09-17 Sylvain Thénault [reledit] more api cleanup stable
2010-09-16 Sylvain Thénault backport stable into default
2010-09-15 Sylvain Thénault cleanup stable
2010-09-15 Sylvain Thénault fix regretion introduced by changeset "pagination/ ajaxes fixes" (2f5ebeb7665d) stable
2010-09-14 Sylvain Thénault cleanups stable
2010-09-14 Sylvain Thénault [basecontroller] we should consume divid to avoid it being reused by the table view, leading to duplicated id (and hence weird rendering) stable
2010-09-14 Sylvain Thénault [basecontroller] pagination / ajax fixes stable
2010-09-14 Sylvain Thénault [basecontroller] handle case where the query is prefixed by 'rql:' as allowed by the search input stable
2010-09-13 Sylvain Thénault backport stable
2010-09-10 Sylvain Thénault cleanup stable
2010-09-10 Sylvain Thénault [json controller] check rql is really specified stable
2010-08-25 Sylvain Thénault [boxes] introduce new boxes system
2010-08-13 Sylvain Thénault integrate Celso's work on translation file: proper/complete spanish translation, fixed some typos in french translation, occured -> occurred fix in various places stable
2010-08-12 Sylvain Thénault [web controller] don't try to translate arbitrary exception message stable
2010-07-08 Sylvain Thénault [uilib] refactor json_dumps code organization
2010-07-02 Aurelien Campeas reledit refactoring
2010-07-02 Sylvain Thénault backport stable
2010-07-02 Sylvain Thénault [controller] same method defined on the base class stable
2010-06-16 Sylvain Thénault backport stable
2010-06-16 Sylvain Thénault imported patch cookie handling: do not use semicolon as it has some tech meaning (web2 -> web) stable
2010-06-10 Sylvain Thénault [view] add a new entity_call method to entity view protocol, allowing some to work with not yet created entities. Also, start considering 'eid' form parameters where we only consider 'rql', so we can move on bloquing arbitrary rql inputs (more to do on this...)
2010-06-03 Adrien Di Mascio [ajax] refactor/cleanup low-level ajax functions
2010-06-02 Sylvain Thénault backport stable
2010-06-02 Sylvain Thénault cleanup stable
2010-05-26 Sylvain Thénault backport stable
2010-05-26 Sylvain Thénault [web] disallow authenticated users to access to the login form (closes #914873) stable
2010-05-20 Sylvain Thénault [entity] introduce a new 'adapters' registry
2010-05-20 Sylvain Thénault backport stable
2010-05-20 Adrien Di Mascio [forms] consider __action_xxx field if passed to JSonController.validate_form stable
2010-05-05 Sylvain Thénault [https] fix resource urls in https version of a site: should use the https version as well to avoid warnings from the nrowser
2010-05-03 Sandrine Ribeau [json-controller] - refactoring of js_component and js_view, it now uses _call_view
2010-05-03 Sylvain Thénault [widget] kill buggy / unused (only in cmhn) AddComboBox widget
2010-04-30 Sylvain Thénault [webconfig] introduce property sheets. Use them to replace external_resources
2010-04-28 Sylvain Thénault backport oldstable changes stable
2010-04-28 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
2010-04-28 Sylvain Thénault backport default into stable: stable is now cw 3.8
2010-04-28 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
2010-04-26 Sylvain Thénault backport stable
2010-04-23 Alexandre Fayolle [python2.6] careful: json-py provides a json package. We don't want that. stable
2010-04-23 Sylvain Thénault backport stable
2010-04-22 Alexandre Fayolle [python2.6] prefer python2.6's builtin json module over simplejson stable
2010-04-21 Sylvain Thénault [masmailing] cleanup: use authenticated_user selectors, define stuff on form instead of on selection when possible, other cleanups stable
2010-04-20 Sylvain Thénault [controllers] cleanup unused js var
2010-04-14 Sylvain Thénault [web] put a fake object that raise Unauthorized on any attribute access as req.cnx and req._user, so we are properly asked to authenticated on any view that tries to do something with one of those attributes (instead of doing defensive programming everywhere we're doing that)
2010-04-13 Sylvain Thénault #773448: refactor session and 'no connection' handling, by introducing proper web session. We should now be able to see page even when no anon is configured, and be redirected to the login form as soon as one tries to do a query.
2010-04-09 Sylvain Thénault backport stable
2010-04-09 Sylvain Thénault [web] on logout, use the base_url argument of build_url instead of hacking the request to get proper url. This fix a bug on site with http/https versions: the session cookie is badly removed on logout stable
2010-04-09 Sylvain Thénault [controller] refactor send mail controller to use cwconfig.sendmails stable
2010-04-07 Sylvain Thénault backport stable
2010-04-07 Sylvain Thénault #759035: Automate addition of eid cachekey in RQL analysis
2010-04-06 Sylvain Thénault backport stable
2010-04-06 Aurelien Campeas [doc/book] talk about reloadComponent, misc tweaks and notes stable
2010-04-06 Adrien Chauve Switched from TwistedWeb2 to TwistedWeb
2010-04-06 Aurelien Campeas [doc/book] expand the js chapter with an ajax story stable
2010-04-02 Alexandre Fayolle typo fix stable
2010-04-02 Alexandre Fayolle catch and log errors caused by bad json data stable
2010-03-31 Sylvain Thénault [cleanup] tb already printed by self.exception; add note stable
2010-03-24 Sylvain Thénault backport stable
2010-03-23 Sylvain Thénault ticket #636927, add ajaxhtmlhead in controller js_component stable
2010-03-16 Sylvain Thénault backport stable into default
2010-03-01 Katia Saurfelt server/web api for accessing to deleted_entites
2010-03-16 Sylvain Thénault #750055: make it easier to change post logout url stable
2010-03-12 Sylvain Thénault [cleanup selectors] use authenticated_user, check for form params instead of handling potential key error on missing params
2010-03-02 Aurelien Campeas [book/controllers] add some content (overview, api super sketch) for the cubicweb controllers stable
2010-03-02 Aurelien Campeas [reledit] add ajax html head div, which allows to get additional css/js up to the browser #620569 stable
2010-02-26 Sylvain Thénault pylint style fixes stable
2010-02-26 Sylvain Thénault kill dead/useless code as suggested by pylint stable
2010-02-18 Sylvain Thénault grmmbl, bad resolve stable
2010-02-18 Sylvain Thénault missed conflict stable
2010-02-18 Sylvain Thénault backport lost stable head stable
2010-02-18 Sylvain Thénault fix 4626:c26b4df9fc90 (#703911): use can't rely on peid since it's not an actual eid when we're creating the parent entity stable
2010-02-10 Aurelien Campeas [http cache/json controller] ensure json_view does proper cache validation #390986 stable
2010-02-05 Sylvain Thénault moved generic datetime manipulation function to lgc
2010-02-03 Sylvain Thénault backport stable
2010-02-01 Sylvain Thénault missing jsonize, avoid spurious error w/ ff stable
2010-01-18 Sylvain Thénault backport stable branch
2010-01-07 Adrien Di Mascio update copyright: welcome 2010 stable
2009-12-09 Sylvain Thénault some api update
2009-12-08 Sylvain Thénault drop common subpackage
2009-12-07 Sandrine Ribeau fix bad merge
2009-11-20 Sylvain Thénault backport stable branch (one more time painfully)
2009-11-10 Adrien Di Mascio [web] set pageid at request instanciation rather than in htmlheader template stable
2009-10-22 Adrien Di Mascio [views] consider fallbackvid request parameter in ViewController stable
2009-10-21 Sylvain Thénault backport stable branch
2009-10-20 Aurelien Campeas reledit: load actual edition form on demand #471799 stable
2009-10-19 Aurelien Campeas kill separate attribute client-side handling #473636 stable
2009-10-13 Sylvain Thénault 3.6 update
2009-10-09 Sylvain Thénault backport stable branch
2009-10-07 Adrien Di Mascio [editcontroller] backout (sort of) removal of entity.complete() in validate_form stable
2009-10-07 Sylvain Thénault don't call complete here, it may fail in case of missing relation stable
2009-10-07 Sylvain Thénault backport stable branch
2009-10-06 Sylvain Thénault [json validation] catch everything here stable
2009-09-29 Sylvain Thénault backport stable branch
2009-09-29 Sylvain Thénault [form] important refactoring of inlined forms to get proper separation of form object creation / rendering stable
2009-09-29 Sylvain Thénault forgotten that one stable
2009-09-23 Adrien Di Mascio [api] some more _cw / __regid__, automatic tests now pass again
2009-09-23 Adrien Di Mascio [api] work in progress, use __regid__, cw_*, etc.
2009-09-23 Sylvain Thénault use __regid__ instead of id on appobject classes
2009-09-22 Adrien Di Mascio backport stable branch
2009-09-21 Adrien Di Mascio [validatecontroller] allow additional args to be passed to the js callback stable
2009-09-18 Sylvain Thénault fix/enhance i18n context usage for inlined forms stable
2009-09-17 Sylvain Thénault backport 3.5
2009-09-16 Adrien Di Mascio [jsoncontroller] bugfix: update to match new validate_form API 3.5
2009-09-15 Adrien Di Mascio [cleanup] remove unused imports 3.5
2009-09-15 Adrien Di Mascio [controllers] allow onsuccess / onfailure callback to be passed to validateform 3.5
2009-09-10 Sylvain Thénault backport 3.5
2009-09-09 Nicolas Chauvat Bugfix: message was not written in english stable
2009-08-17 Sylvain Thénault backport stable branch
less more (0) -120 tip