sobjects/notification.py
Thu, 17 Sep 2015 11:07:36 +0200 Rémi Cardona [py3k] unicode → six.text_type
Fri, 11 Sep 2015 18:05:38 +0200 Rémi Cardona [py3k] replace '_ = unicode' in global scope (closes #7589459)
Tue, 15 Sep 2015 16:15:03 +0200 Rémi Cardona [py3k] dict.iteritems → dict.items
Wed, 22 Apr 2015 10:08:14 +0200 Rémi Cardona merge 3.20.6 into 3.21
Mon, 30 Mar 2015 11:47:43 +0200 Julien Cristau [notification] don't block while sending mails
Tue, 17 Feb 2015 12:35:58 +0100 Julien Cristau [notifications] use non-fixed message-id for EntityUpdatedNotificationView
Wed, 21 May 2014 22:54:46 +0200 Sylvain Thénault [notification] drop on commit sending of message feature of NotificationView
Tue, 10 Jun 2014 09:49:45 +0200 Julien Cristau merge 3.18.5 into 3.19 branch
Wed, 09 Apr 2014 17:29:25 +0200 Sylvain Thénault [sobjects] update notifications system to 3.19 api
Tue, 01 Apr 2014 13:57:25 +0200 Christophe de Vienne Remove a misleading comment about self.render() behavior. stable
Tue, 17 Dec 2013 11:50:46 +0100 Julien Cristau [notification] use an InternalManager object for notifications if we have an (email, lang) tuple
Mon, 16 Dec 2013 08:45:06 +0100 Denis Laxalde [notification] Use https url when available in notification view context
Wed, 23 Oct 2013 14:18:58 +0200 Julien Cristau [notification] avoid leaking cnxsets (closes #3243810) stable
Thu, 13 Jun 2013 12:01:23 +0200 Julien Cristau notification: use viewargs for notif_entity_updated instead of transaction_data
Thu, 13 Jun 2013 12:03:59 +0200 Julien Cristau notification: properly handle cnx and lifetime of the hijacked session
Wed, 12 Jun 2013 12:27:00 +0200 Julien Cristau notification: fix session creation (closes #2934523)
Thu, 25 Apr 2013 12:24:26 +0200 Pierre-Yves David [mail] drop hijack_user usage
Thu, 25 Apr 2013 13:35:02 +0200 Pierre-Yves David [notification] merge BaseNotificationView and NotificationView
Thu, 25 Apr 2013 13:34:48 +0200 Pierre-Yves David [notification] move notification view in ``sobject.notification``
Mon, 22 Apr 2013 17:16:02 +0200 Pierre-Yves David [cleanup] drop code deprecated since 3.6
Mon, 23 Jan 2012 13:25:02 +0100 Sylvain Thénault [vreg] move base registry implementation to logilab.common. Closes #1916014
Wed, 28 Sep 2011 09:27:42 +0200 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
Tue, 11 Jan 2011 17:08:52 +0100 Sylvain Thénault [cleanup] pylint detected error (among a ton of false positives due to the dynamic nature of cubicweb's code...) stable
Thu, 20 May 2010 20:47:55 +0200 Sylvain Thénault [entity] introduce a new 'adapters' registry
Tue, 11 May 2010 16:26:29 +0200 Sylvain Thénault cleanup stable
Wed, 28 Apr 2010 12:15:52 +0200 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
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
Wed, 17 Mar 2010 09:23:27 +0100 Sylvain Thénault backport stable
Wed, 17 Mar 2010 09:19:02 +0100 Sylvain Thénault 3.6 want __regid__, not id stable
Tue, 09 Mar 2010 08:59:43 +0100 Sylvain Thénault [repo] enhanced security handling: deprecates unsafe_execute, in favor of explicit read/write security control using the `enabled_security` context manager. Also code executed on the repository side is now unsafe by default.
Fri, 26 Feb 2010 13:19:14 +0100 Sylvain Thénault kill dead/useless code as suggested by pylint stable
Mon, 18 Jan 2010 19:21:30 +0100 Sylvain Thénault backport stable branch
Wed, 13 Jan 2010 16:01:34 +0100 Sylvain Thénault 3.6 api update
Thu, 07 Jan 2010 16:52:32 +0100 Adrien Di Mascio update copyright: welcome 2010 stable
Tue, 08 Dec 2009 10:58:56 +0100 Sylvain Thénault drop common subpackage
Fri, 20 Nov 2009 19:35:54 +0100 Sylvain Thénault backport stable branch (one more time painfully)
Thu, 19 Nov 2009 12:55:47 +0100 Sylvain Thénault reldefsecurity branch : reldefsecurity
Mon, 19 Oct 2009 15:16:41 +0200 Sylvain Thénault backport stable
Thu, 15 Oct 2009 20:29:21 +0200 Sylvain Thénault follow yams 0.25 api changes to improve performance stable
Wed, 07 Oct 2009 12:31:08 +0200 Sylvain Thénault backport stable branch
Tue, 06 Oct 2009 15:56:10 -0700 Sandrine Ribeau [sobjects] missing import stable
Wed, 30 Sep 2009 18:57:42 +0200 Sylvain Thénault backport stable branch
Tue, 29 Sep 2009 15:10:12 -0700 Sandrine Ribeau [notification] add operation responsible for sending email notification when an entity is updated stable
Wed, 23 Sep 2009 12:28:28 +0200 Adrien Di Mascio [api] use _cw, cw_row, cw_col, cw_rset etc.
Wed, 23 Sep 2009 09:29:39 +0200 Sylvain Thénault use __regid__ instead of id on appobject classes
Thu, 10 Sep 2009 08:13:22 +0200 Sylvain Thénault backport 3.5
Tue, 08 Sep 2009 15:30:14 +0200 Sylvain Thénault enhance notification mecanism: recipients may return user entities, which will be used to create a fake session so one can check security during notification if necessary 3.5
Wed, 02 Sep 2009 10:22:47 +0200 Sylvain Thénault wrong merge
Mon, 31 Aug 2009 19:09:54 +0200 Sylvain Thénault backport 3.5 branch
Fri, 28 Aug 2009 14:20:34 +0200 Sylvain Thénault oops 3.5
Thu, 27 Aug 2009 20:22:51 +0200 Sylvain Thénault fix potential session cache effect: entity's rset may have been emptied stable
Wed, 26 Aug 2009 14:45:56 +0200 Sylvain Thénault backport 3.5 step 1, remaining wf changes in hooks to merge
Wed, 26 Aug 2009 08:04:06 +0200 Sylvain Thénault [notification] fix #103822, don't try to wrap text/rest to 80 characters stable
Mon, 17 Aug 2009 18:25:57 +0200 Sylvain Thénault backport stable branch
Mon, 17 Aug 2009 16:41:12 +0200 Sylvain Thénault move base NotificationView to cw.common.mail, we may want to use it to send notification from the web ui stable
Fri, 14 Aug 2009 11:14:10 +0200 Sylvain Thénault rewrite hooks in sobjects as new Hook style into hooks sub-package
Thu, 13 Aug 2009 11:32:34 +0200 Sylvain Thénault propagate some api changes
Wed, 12 Aug 2009 19:09:32 +0200 Nicolas Chauvat R propagate deprecation of AppObject.entity()
Mon, 03 Aug 2009 10:50:57 +0200 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
Thu, 30 Jul 2009 18:52:33 +0200 Sylvain Thénault cleanup
less more (0) -60 tip