Fri, 11 Sep 2015 18:05:38 +0200 |
Rémi Cardona |
[py3k] replace '_ = unicode' in global scope (closes #7589459)
|
file |
diff |
annotate
|
Mon, 22 Jun 2015 14:27:37 +0200 |
Rémi Cardona |
merge 3.20.8 in 3.21
|
file |
diff |
annotate
|
Mon, 22 Jun 2015 11:28:16 +0200 |
Julien Cristau |
[web/views] don't force http redirect on logout
|
file |
diff |
annotate
|
Tue, 22 Apr 2014 16:39:19 +0200 |
Dimitri Papadopoulos |
[docstrings] fix project-wide English language mistake
|
file |
diff |
annotate
|
Mon, 14 Apr 2014 11:54:33 +0200 |
Rémi Cardona |
an URL -> a URL
stable
|
file |
diff |
annotate
|
Thu, 29 Aug 2013 16:21:52 +0200 |
Sylvain Thénault |
[web] stop using deprecated StatusResponse. Closes #3098215
stable
|
file |
diff |
annotate
|
Mon, 06 May 2013 15:58:52 +0200 |
Sylvain Thénault |
[web request] drop no more necessary request.document_surrounding_div method
|
file |
diff |
annotate
|
Tue, 02 Apr 2013 12:13:06 +0200 |
Rémi Cardona |
[web/views] Move massmailing to its own cube (closes #2788086)
|
file |
diff |
annotate
|
Tue, 12 Mar 2013 12:50:05 +0100 |
Nicolas Chauvat |
drop typed_eid() in favour of int() (closes #2742462)
|
file |
diff |
annotate
|
Thu, 14 Feb 2013 15:38:25 +0100 |
Nicolas Chauvat |
[toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
|
file |
diff |
annotate
|
Mon, 03 Dec 2012 00:03:03 +0100 |
Nicolas Chauvat |
merge fixes from stable
|
file |
diff |
annotate
|
Tue, 27 Nov 2012 14:48:03 +0100 |
David Douard |
[web] add a digital signature to error form (closes #2522526)
stable
|
file |
diff |
annotate
|
Fri, 16 Nov 2012 11:41:38 +0100 |
Sylvain Thénault |
[validation api] properly use yams 0.36 validation error api and update message catalog. Follows bbe0d6985e59
|
file |
diff |
annotate
|
Mon, 17 Sep 2012 17:48:55 +0200 |
Sylvain Thénault |
[validation error] refactor validation error handling so translation is done on the web side
|
file |
diff |
annotate
|
Mon, 23 Jul 2012 12:45:43 +0200 |
Sylvain Thénault |
[web test] fix tests broken by 8de41063d629
stable
|
file |
diff |
annotate
|
Fri, 20 Jul 2012 11:31:34 +0200 |
Sylvain Thénault |
[web login] fix after login redirection: redirect expect an url not a relative path. Breaks on cases like '?vid=aview'. Closes #2423575
stable
|
file |
diff |
annotate
|
Thu, 14 Jun 2012 15:21:12 +0200 |
Pierre-Yves David |
[login] redirect to real instance root if no postlogin_path is provided
|
file |
diff |
annotate
|
Thu, 15 Mar 2012 17:42:31 +0100 |
Pierre-Yves David |
[login] split authentication logic from post authentication logic (closes #2200755)
|
file |
diff |
annotate
|
Mon, 27 Feb 2012 10:03:31 +0100 |
Anthony Truchet |
[web] Exposes the undo feature to user through a undo-history view (closes #893940)
|
file |
diff |
annotate
|
Mon, 23 Jan 2012 13:25:02 +0100 |
Sylvain Thénault |
[vreg] move base registry implementation to logilab.common. Closes #1916014
|
file |
diff |
annotate
|
Thu, 12 Jan 2012 18:17:19 +0100 |
Sylvain Thénault |
[deprecation] add cw version number to deprecation warning
|
file |
diff |
annotate
|
Fri, 16 Dec 2011 12:30:12 +0100 |
Adrien Di Mascio |
[controllers] deprecate JSonController and implement AjaxController / ajax-func registry (closes #2110265)
|
file |
diff |
annotate
|
Thu, 08 Dec 2011 14:30:00 +0100 |
Adrien Di Mascio |
[ajax] make navigation component appear both above and below the view (closes #2110266)
|
file |
diff |
annotate
|
Tue, 15 Nov 2011 22:23:14 +0100 |
Sylvain Thénault |
[email bug report] _cw.config bw compat has been dropped, use _cw.vreg.config (+ small cleanup). Closes #2086985
|
file |
diff |
annotate
|
Fri, 04 Nov 2011 13:03:56 +0100 |
Sylvain Thénault |
[cleanup] drop some appengine support junk
|
file |
diff |
annotate
|
Tue, 25 Oct 2011 13:51:27 +0200 |
Aurelien Campeas |
[tableview,jsoncontroller] the json controller must check view.handle_pagination as well & the old table view also handles pagination internally
|
file |
diff |
annotate
|
Fri, 23 Sep 2011 12:16:29 +0200 |
Sylvain Thénault |
[web request] fix cookie 'expires' formating (closes #1953945)
stable
|
file |
diff |
annotate
|
Thu, 22 Sep 2011 10:04:20 +0200 |
Aurelien Campeas |
[jsoncontroller] deprecate the now unused js_set_cookie (closes #1944810)
stable
|
file |
diff |
annotate
|
Fri, 01 Jul 2011 16:20:57 +0200 |
Sylvain Thénault |
[facets] DontUpdateConstraint mecanism introduced a few commit ago isn't needed: we already have the 'needs_update' property controlling this
|
file |
diff |
annotate
|
Fri, 01 Jul 2011 15:26:44 +0200 |
Sylvain Thénault |
[facets] allow to specify on which rqlst's variable facets should be applied. Closes #1795915
|
file |
diff |
annotate
|
Fri, 01 Jul 2011 15:26:43 +0200 |
Sylvain Thénault |
[facets] refactor / cleanup facet api: more consistent variable naming and easier to reuse function. Closes #1796804
|
file |
diff |
annotate
|
Mon, 27 Jun 2011 15:30:52 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 23 Jun 2011 10:24:40 +0200 |
Julien Jehannet |
[controller] UndoController: fix output method (closes: #1776091)
stable
|
file |
diff |
annotate
|
Fri, 17 Jun 2011 18:53:33 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Fri, 17 Jun 2011 09:37:49 +0200 |
Sylvain Thénault |
[controller] fix wrong view name when error occurs in UndoController
stable
|
file |
diff |
annotate
|
Wed, 25 May 2011 13:39:08 +0200 |
Aurelien Campeas |
backport stable changes
|
file |
diff |
annotate
|
Wed, 25 May 2011 13:36:25 +0200 |
Aurelien Campeas |
[json controller] fix .exception call msg format string (missing one slot)
stable
|
file |
diff |
annotate
|
Wed, 25 May 2011 11:41:16 +0200 |
Arthur Lutz |
[ui messages, xss] Start migration towards use of _msgid instead of __message (prone to XSS injection) closes #1698245
|
file |
diff |
annotate
|
Wed, 18 May 2011 16:05:11 +0200 |
Sylvain Thénault |
fix some deprecation warnings
stable
|
file |
diff |
annotate
|
Thu, 12 May 2011 10:22:17 +0200 |
Sylvain Thénault |
[web request] don't define pageid js variable when one is found in form parameters (eg, page ajax call)
stable
|
file |
diff |
annotate
|
Wed, 19 Jan 2011 19:19:57 +0100 |
Aurelien Campeas |
[reledit] kill the reledit/doreledit duality
|
file |
diff |
annotate
|
Mon, 31 Jan 2011 17:31:09 +0100 |
Sylvain Thénault |
cleanups
stable
|
file |
diff |
annotate
|
Thu, 06 Jan 2011 17:47:50 +0100 |
Sylvain Thénault |
[json controler] extraargs in js_component contains unicode keys which may not be given as argument names
stable
|
file |
diff |
annotate
|
Fri, 05 Nov 2010 14:28:22 +0100 |
Sylvain Thénault |
minor cleanups
stable
|
file |
diff |
annotate
|
Fri, 05 Nov 2010 14:28:07 +0100 |
Sylvain Thénault |
fix #724689: exception's display during ajax call
stable
|
file |
diff |
annotate
|
Mon, 25 Oct 2010 11:02:14 +0200 |
Sylvain Thénault |
[cleanup] drop accidentally commited print
|
file |
diff |
annotate
|
Fri, 22 Oct 2010 09:15:35 +0200 |
Sylvain Thénault |
[pylint] fix a bug of pylint detected errors and i18n pb (calling builtins._ instead of req._)
|
file |
diff |
annotate
|
Tue, 19 Oct 2010 13:14:48 +0200 |
Sylvain Thénault |
cleanups
|
file |
diff |
annotate
|
Tue, 19 Oct 2010 12:01:35 +0200 |
Sylvain Thénault |
[js] remove deprecation warnings by using $.noop instead of noop
|
file |
diff |
annotate
|
Fri, 01 Oct 2010 17:27:54 +0200 |
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
|
file |
diff |
annotate
|
Wed, 29 Sep 2010 16:16:32 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Fri, 24 Sep 2010 15:00:08 +0200 |
Julien Jehannet |
exception: specify expected parameter in NoSelectableException
stable
|
file |
diff |
annotate
|
Thu, 23 Sep 2010 23:28:58 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 22 Sep 2010 13:33:17 +0200 |
Stephanie Marcu |
[book - #1251259] reorganize plan for basetemplate, talk about class attributes
stable
|
file |
diff |
annotate
|
Fri, 17 Sep 2010 16:54:57 +0200 |
Sylvain Thénault |
[reledit] more api cleanup
stable
|
file |
diff |
annotate
|
Thu, 16 Sep 2010 18:56:35 +0200 |
Sylvain Thénault |
backport stable into default
|
file |
diff |
annotate
|
Wed, 15 Sep 2010 17:21:05 +0200 |
Sylvain Thénault |
cleanup
stable
|
file |
diff |
annotate
|
Wed, 15 Sep 2010 17:20:56 +0200 |
Sylvain Thénault |
fix regretion introduced by changeset "pagination/ ajaxes fixes" (2f5ebeb7665d)
stable
|
file |
diff |
annotate
|
Tue, 14 Sep 2010 15:40:31 +0200 |
Sylvain Thénault |
cleanups
stable
|
file |
diff |
annotate
|
Tue, 14 Sep 2010 15:40:10 +0200 |
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
|
file |
diff |
annotate
|
Tue, 14 Sep 2010 15:39:28 +0200 |
Sylvain Thénault |
[basecontroller] pagination / ajax fixes
stable
|
file |
diff |
annotate
|
Tue, 14 Sep 2010 15:38:41 +0200 |
Sylvain Thénault |
[basecontroller] handle case where the query is prefixed by 'rql:' as allowed by the search input
stable
|
file |
diff |
annotate
|
Mon, 13 Sep 2010 15:15:21 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Fri, 10 Sep 2010 15:09:31 +0200 |
Sylvain Thénault |
cleanup
stable
|
file |
diff |
annotate
|
Fri, 10 Sep 2010 14:45:46 +0200 |
Sylvain Thénault |
[json controller] check rql is really specified
stable
|
file |
diff |
annotate
|
Wed, 25 Aug 2010 10:01:11 +0200 |
Sylvain Thénault |
[boxes] introduce new boxes system
|
file |
diff |
annotate
|
Fri, 13 Aug 2010 08:23:14 +0200 |
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
|
file |
diff |
annotate
|
Thu, 12 Aug 2010 18:49:20 +0200 |
Sylvain Thénault |
[web controller] don't try to translate arbitrary exception message
stable
|
file |
diff |
annotate
|
Thu, 08 Jul 2010 13:33:40 +0200 |
Sylvain Thénault |
[uilib] refactor json_dumps code organization
|
file |
diff |
annotate
|
Fri, 02 Jul 2010 15:26:59 +0200 |
Aurelien Campeas |
reledit refactoring
|
file |
diff |
annotate
|
Fri, 02 Jul 2010 14:47:44 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Fri, 02 Jul 2010 14:44:23 +0200 |
Sylvain Thénault |
[controller] same method defined on the base class
stable
|
file |
diff |
annotate
|
Wed, 16 Jun 2010 14:51:17 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 16 Jun 2010 12:24:11 +0200 |
Sylvain Thénault |
imported patch cookie handling: do not use semicolon as it has some tech meaning (web2 -> web)
stable
|
file |
diff |
annotate
|
Thu, 10 Jun 2010 16:23:07 +0200 |
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...)
|
file |
diff |
annotate
|
Thu, 03 Jun 2010 14:51:42 +0200 |
Adrien Di Mascio |
[ajax] refactor/cleanup low-level ajax functions
|
file |
diff |
annotate
|
Wed, 02 Jun 2010 13:02:47 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 02 Jun 2010 13:02:34 +0200 |
Sylvain Thénault |
cleanup
stable
|
file |
diff |
annotate
|
Wed, 26 May 2010 12:33:48 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 26 May 2010 12:31:34 +0200 |
Sylvain Thénault |
[web] disallow authenticated users to access to the login form (closes #914873)
stable
|
file |
diff |
annotate
|
Thu, 20 May 2010 20:47:55 +0200 |
Sylvain Thénault |
[entity] introduce a new 'adapters' registry
|
file |
diff |
annotate
|
Thu, 20 May 2010 20:47:13 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 20 May 2010 10:04:45 +0200 |
Adrien Di Mascio |
[forms] consider __action_xxx field if passed to JSonController.validate_form
stable
|
file |
diff |
annotate
|
Wed, 05 May 2010 10:28:55 +0200 |
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
|
file |
diff |
annotate
|
Mon, 03 May 2010 14:17:45 +0200 |
Sandrine Ribeau |
[json-controller] - refactoring of js_component and js_view, it now uses _call_view
|
file |
diff |
annotate
|
Mon, 03 May 2010 14:10:23 +0200 |
Sylvain Thénault |
[widget] kill buggy / unused (only in cmhn) AddComboBox widget
|
file |
diff |
annotate
|
Fri, 30 Apr 2010 12:14:15 +0200 |
Sylvain Thénault |
[webconfig] introduce property sheets. Use them to replace external_resources
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 12:24:20 +0200 |
Sylvain Thénault |
backport oldstable changes
stable
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 12:15:52 +0200 |
Sylvain Thénault |
replace logilab-common by CubicWeb in disclaimer
oldstable
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 12:14:22 +0200 |
Sylvain Thénault |
backport default into stable: stable is now cw 3.8
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 10:06:01 +0200 |
Sylvain Thénault |
proper licensing information (LGPL-2.1). Hope I get it right this time.
stable
|
file |
diff |
annotate
|
Mon, 26 Apr 2010 16:31:46 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Fri, 23 Apr 2010 12:19:54 +0200 |
Alexandre Fayolle |
[python2.6] careful: json-py provides a json package. We don't want that.
stable
|
file |
diff |
annotate
|
Fri, 23 Apr 2010 12:42:53 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 22 Apr 2010 19:48:04 +0000 |
Alexandre Fayolle |
[python2.6] prefer python2.6's builtin json module over simplejson
stable
|
file |
diff |
annotate
|
Wed, 21 Apr 2010 16:48:45 +0200 |
Sylvain Thénault |
[masmailing] cleanup: use authenticated_user selectors, define stuff on form instead of on selection when possible, other cleanups
stable
|
file |
diff |
annotate
|
Tue, 20 Apr 2010 09:57:47 +0200 |
Sylvain Thénault |
[controllers] cleanup unused js var
|
file |
diff |
annotate
|
Wed, 14 Apr 2010 10:29:38 +0200 |
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)
|
file |
diff |
annotate
|
Tue, 13 Apr 2010 12:19:24 +0200 |
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.
|
file |
diff |
annotate
|
Fri, 09 Apr 2010 15:10:26 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Fri, 09 Apr 2010 15:08:24 +0200 |
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
|
file |
diff |
annotate
|
Fri, 09 Apr 2010 15:04:56 +0200 |
Sylvain Thénault |
[controller] refactor send mail controller to use cwconfig.sendmails
stable
|
file |
diff |
annotate
|
Wed, 07 Apr 2010 14:42:55 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 07 Apr 2010 14:26:35 +0200 |
Sylvain Thénault |
#759035: Automate addition of eid cachekey in RQL analysis
|
file |
diff |
annotate
|
Tue, 06 Apr 2010 19:08:07 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Tue, 06 Apr 2010 18:36:09 +0200 |
Aurelien Campeas |
[doc/book] talk about reloadComponent, misc tweaks and notes
stable
|
file |
diff |
annotate
|
Tue, 06 Apr 2010 16:50:53 +0200 |
Adrien Chauve |
Switched from TwistedWeb2 to TwistedWeb
|
file |
diff |
annotate
|
Tue, 06 Apr 2010 15:11:51 +0200 |
Aurelien Campeas |
[doc/book] expand the js chapter with an ajax story
stable
|
file |
diff |
annotate
|
Fri, 02 Apr 2010 14:40:32 +0200 |
Alexandre Fayolle |
typo fix
stable
|
file |
diff |
annotate
|
Fri, 02 Apr 2010 14:28:43 +0200 |
Alexandre Fayolle |
catch and log errors caused by bad json data
stable
|
file |
diff |
annotate
|
Wed, 31 Mar 2010 14:32:07 +0200 |
Sylvain Thénault |
[cleanup] tb already printed by self.exception; add note
stable
|
file |
diff |
annotate
|
Wed, 24 Mar 2010 08:42:49 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Tue, 23 Mar 2010 18:35:04 +0100 |
Sylvain Thénault |
ticket #636927, add ajaxhtmlhead in controller js_component
stable
|
file |
diff |
annotate
|
Tue, 16 Mar 2010 16:32:36 +0100 |
Sylvain Thénault |
backport stable into default
|
file |
diff |
annotate
|
Mon, 01 Mar 2010 11:26:14 +0100 |
Katia Saurfelt |
server/web api for accessing to deleted_entites
|
file |
diff |
annotate
|
Tue, 16 Mar 2010 12:40:59 +0100 |
Sylvain Thénault |
#750055: make it easier to change post logout url
stable
|
file |
diff |
annotate
|
Fri, 12 Mar 2010 15:00:25 +0100 |
Sylvain Thénault |
[cleanup selectors] use authenticated_user, check for form params instead of handling potential key error on missing params
|
file |
diff |
annotate
|
Tue, 02 Mar 2010 13:00:41 +0100 |
Aurelien Campeas |
[book/controllers] add some content (overview, api super sketch) for the cubicweb controllers
stable
|
file |
diff |
annotate
|
Tue, 02 Mar 2010 11:21:29 +0100 |
Aurelien Campeas |
[reledit] add ajax html head div, which allows to get additional css/js up to the browser #620569
stable
|
file |
diff |
annotate
|
Fri, 26 Feb 2010 13:24:47 +0100 |
Sylvain Thénault |
pylint style fixes
stable
|
file |
diff |
annotate
|