Roman Vasilyev
f7f90b83c8
sent/unsent convenience functions
2017-02-23 09:27:00 -08:00
Yang.Y
0039065461
Merge pull request #161 from nickhargreaves/master
...
Ref to badge count instead of list
2017-02-17 21:49:54 +08:00
Nick Hargreaves
59fe781d82
Ref to badge count instead of list
2017-02-16 20:46:39 +03:00
Zhongyuan
0e658dcaa7
Merge pull request #151 from Tazavoo/master
...
Corrected 'api_url_name' to 'api_name' in README.rst
2016-09-26 20:54:00 +08:00
Tazavoo
f68f9e8b71
Corrected 'api_url_name' to 'api_name' in README.rst
...
Corrected argument name 'api_url_name' to 'api_name' in the README.rst for function register_notify_callbacks in templatetags/notificationtags.py.
2016-09-26 15:43:44 +03:00
Zhongyuan
dece4ad357
Merge pull request #150 from osminogin/api-mark-as-read
...
Mark notifications as read for API requests
2016-09-26 09:26:51 +08:00
Vladimir Osintsev
3b61a71a71
Minor fixes
2016-09-25 15:51:08 +03:00
Vladimir Osintsev
1ab6fe2a04
Minor fixes to documentation
2016-09-25 15:11:08 +03:00
Vladimir Osintsev
f2175fe77e
Testing mark_as_read query param
2016-09-25 15:06:45 +03:00
Vladimir Osintsev
99dfa0a818
Add mark_as_read param for API
2016-09-25 00:58:52 +03:00
Yang.Y
30326265d0
Merge pull request #144 from theromis/master
...
don't request full user list, it takes time
2016-09-13 10:22:36 +08:00
Roman Vasilyev
4a2b3d691c
don't request full user list, it takes time
2016-09-12 12:29:48 -07:00
Yang.Y
1f0c45d124
Merge pull request #143 from osminogin/support-django-1.10
...
Django 1.10 support
2016-09-04 17:22:21 +08:00
Vladimir Osintsev
36eeabe9c2
Ignore checks Django 1.10 on Python 3.3 (not supported)
2016-09-04 12:13:35 +03:00
Vladimir Osintsev
cfe907d793
Django 1.10 support (latest LTS release)
2016-09-03 22:12:04 +03:00
Vladimir Osintsev
1fe41a1eaf
New Django classifiers added in setup.py
2016-09-03 22:07:20 +03:00
Zhongyuan
58786cf119
Merge pull request #140 from osminogin/master
...
Redirect to unread view after mark notification as read
2016-08-22 10:19:30 +08:00
Vladimir Osintsev
feeec2c28b
Fix test_unread_messages_pages test
2016-08-14 10:53:12 +03:00
Vladimir Osintsev
c7fd00a0f3
Redirect to unread view after mark as read
2016-08-13 23:46:04 +03:00
Yang.Y
dca99e959e
Bump version 1.2
2016-06-17 11:19:47 +08:00
Zhongyuan
9f3e0105c2
Merge pull request #137 from zhang-z/master
...
Return updated count in QuerySet
2016-06-02 22:20:06 +08:00
zzy
4b03e572d7
Return updated count in QuerySet
2016-06-02 22:18:33 +08:00
Zhongyuan
cf15b651b7
Merge pull request #136 from zhang-z/fix/issue-135
...
Fix issue #135
2016-05-16 16:29:27 +08:00
Zhongyuan
69e9346464
Fix issue #135
2016-05-16 16:25:31 +08:00
Yang.Y
c73232cb28
Merge pull request #132 from marcgibbons/master
...
Add missing migration
2016-05-05 08:50:05 +08:00
Marc Gibbons
e98018075b
Add missing migration
2016-05-04 12:56:20 -04:00
Yang.Y
754fb5a567
Merge pull request #131 from ikkebr/patch-2
...
Fixed parameter name error in README.rst
2016-04-16 10:14:42 +08:00
Yang.Y
74ff1bf55c
Merge pull request #130 from ikkebr/patch-1
...
Django 1.9 template tag compatibility
2016-04-16 10:13:00 +08:00
Henrique Pereira
f7a8fc8501
Fixed parameter name error in README.rst
...
There is no to_fetch parameter. The correct name is fetch.
2016-04-15 15:01:58 -03:00
Henrique Pereira
345dd56522
Django 1.9 template tag compatibility
...
Due to register.simple_tag automatically espacing unsafe_html in Django 1.9, it is now needed to use mark_safe or format_html. I have chosen the later because it is the recommended solution.
2016-04-15 13:38:11 -03:00
Yang.Y
81c1f87286
Bump version 1.1
2016-03-29 09:06:22 +08:00
Yang.Y
b3861cb520
Merge pull request #121 from LegoStormtroopr/master
...
Checks logged in state when accessing notify API
2016-03-27 10:48:48 +08:00
Zhongyuan
87dcf2e8ce
Merge pull request #127 from zhang-z/fix/issue-126
...
Fix issue #126 : Mark All As read fails if soft-deleted
2016-03-23 22:54:26 +08:00
Zhongyuan
15885033fd
Fix: Mark All As read fails if soft-deleted #126
2016-03-22 16:34:18 +08:00
Samuel Spencer
1b85a996df
catchup
2016-02-08 03:57:02 +00:00
Samuel Spencer
d55762edd3
Added sentinals for unauthenticated users, preventing a 500 error
...
also fix spelling mistake in README
2016-02-08 03:54:35 +00:00
Yang.Y
1d53771247
Merge pull request #115 from yangyubo/master
...
Bump version 1.0
2016-01-04 11:32:23 +08:00
Yang.Y
0e8954a61a
Bump 1.0
2016-01-04 11:26:06 +08:00
Yang.Y
dfeeec5e2e
Tests no more depend on 'six' (refer to #105 )
2016-01-04 11:15:48 +08:00
Yang.Y
2906001944
Django recommends pytz, and uses it internally
2016-01-04 11:11:21 +08:00
Yang.Y
d37d073b4a
Merge pull request #114 from yangyubo/master
...
Custom now() invocation got overlooked by PR #113
2016-01-03 12:01:33 +08:00
Yang.Y
5007afaae2
Custom now() invocation got overlooked by PR #113
2016-01-03 11:58:06 +08:00
Zhongyuan
bfeb533754
Merge pull request #113 from funkybob/feature/now
...
Remove custom now() function
2016-01-01 14:26:09 +08:00
Curtis Maloney
5944862a5f
Remove custom now() function, since django.utils.timezone.now does the same thing
2016-01-01 17:08:05 +11:00
Zhongyuan
7dc21ef556
Merge pull request #112 from funkybob/feature/cleanup
...
Tidy with flake8
2016-01-01 13:06:57 +08:00
Curtis Maloney
6668474c65
Tidy with flake8
2016-01-01 13:59:51 +11:00
Zhongyuan
055b607525
Merge pull request #111 from zhang-z/master
...
Fix a typo in README (issue #110 )
2015-12-30 16:31:32 +08:00
Zhongyuan
85a4d7f283
Fix a typo in README (issue #110 )
2015-12-30 16:28:43 +08:00
Yang.Y
3da99ca328
Update README.rst
...
"recipient" can also be a Group
2015-12-21 13:01:44 +08:00
Yang.Y
34f9698659
Merge pull request #107 from Evidlo/master
...
notify.send() accepts User or Group
2015-12-21 12:58:04 +08:00