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
|
Fri, 26 Feb 2010 13:19:14 +0100 |
Sylvain Thénault |
kill dead/useless code as suggested by pylint
stable
|
file |
diff |
annotate
|
Thu, 18 Feb 2010 14:07:56 +0100 |
Sylvain Thénault |
grmmbl, bad resolve
stable
|
file |
diff |
annotate
|
Thu, 18 Feb 2010 14:06:17 +0100 |
Sylvain Thénault |
missed conflict
stable
|
file |
diff |
annotate
|
Thu, 18 Feb 2010 14:02:48 +0100 |
Sylvain Thénault |
backport lost stable head
stable
|
file |
diff |
annotate
|
Thu, 18 Feb 2010 12:13:36 +0100 |
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
|
file |
diff |
annotate
|
Wed, 10 Feb 2010 14:24:05 +0100 |
Aurelien Campeas |
[http cache/json controller] ensure json_view does proper cache validation #390986
stable
|
file |
diff |
annotate
|
Fri, 05 Feb 2010 11:54:23 +0100 |
Sylvain Thénault |
moved generic datetime manipulation function to lgc
|
file |
diff |
annotate
|
Wed, 03 Feb 2010 14:46:32 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Mon, 01 Feb 2010 18:54:46 +0100 |
Sylvain Thénault |
missing jsonize, avoid spurious error w/ ff
stable
|
file |
diff |
annotate
|
Mon, 18 Jan 2010 19:21:30 +0100 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
Thu, 07 Jan 2010 16:52:32 +0100 |
Adrien Di Mascio |
update copyright: welcome 2010
stable
|
file |
diff |
annotate
|
Wed, 09 Dec 2009 12:22:21 +0100 |
Sylvain Thénault |
some api update
|
file |
diff |
annotate
|
Tue, 08 Dec 2009 10:58:56 +0100 |
Sylvain Thénault |
drop common subpackage
|
file |
diff |
annotate
|
Mon, 07 Dec 2009 05:09:09 -0800 |
Sandrine Ribeau |
fix bad merge
|
file |
diff |
annotate
|
Fri, 20 Nov 2009 19:35:54 +0100 |
Sylvain Thénault |
backport stable branch (one more time painfully)
|
file |
diff |
annotate
|
Tue, 10 Nov 2009 18:11:24 +0100 |
Adrien Di Mascio |
[web] set pageid at request instanciation rather than in htmlheader template
stable
|
file |
diff |
annotate
|
Thu, 22 Oct 2009 11:02:50 +0200 |
Adrien Di Mascio |
[views] consider fallbackvid request parameter in ViewController
stable
|
file |
diff |
annotate
|
Wed, 21 Oct 2009 17:32:20 +0200 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
Tue, 20 Oct 2009 12:45:44 +0200 |
Aurelien Campeas |
reledit: load actual edition form on demand #471799
stable
|
file |
diff |
annotate
|