Commit graph

142 commits

Author SHA1 Message Date
Álvaro Lázaro Gallego
25e15e412b PEP8 Fixes 2015-11-26 11:23:24 +01:00
Álvaro Lázaro Gallego
3a391c6d1b Port all and unread views to classes 2015-11-26 11:17:12 +01:00
Yang.Y
493e11ec79 Bump version 0.7.1 2015-10-20 10:19:03 +08:00
Yang.Y
9067235625 Merge pull request #79 from allangz/master
Update setup.py to include static javascript files
2015-09-24 17:08:10 +08:00
allangz
a24819aa8e Update setup.py to include static javascript files 2015-09-24 04:03:54 -05:00
Yang.Y
d303a40832 Merge pull request #77 from letolab/master
Add missing migration for Notification model
2015-08-27 08:41:58 +08:00
Shezad Khan
b93c75d710 Add missing migration for Notification model 2015-08-26 16:40:52 +01:00
Yang.Y
10a2fe3b9f Merge pull request #73 from LegoStormtroopr/master
fixed error in test ordering of keys
2015-07-31 20:37:16 +08:00
Samuel Spencer
c8b27d3dd9 fixed error in test ordering of keys 2015-07-26 02:33:30 +00:00
Yang.Y
8f51334406 Merge pull request #72 from LegoStormtroopr/master
Add plain javascript code for live-updating notification counts and lists
2015-07-21 22:31:10 +08:00
Samuel Spencer
5147bdf640 darn you py3 2015-07-21 00:17:57 +00:00
Samuel Spencer
65c74a836b correct test for items 2015-07-21 00:10:25 +00:00
Samuel Spencer
3b4b728b8f last test fixes 2015-07-21 00:07:48 +00:00
Samuel Spencer
6e9472df72 fixes py3 issue with dict.keys 2015-07-20 23:13:52 +00:00
Samuel Spencer
f83136ec1e fixes django1.6 2015-07-20 23:11:04 +00:00
Samuel Spencer
726ec15849 should fix py3 issues 2015-07-20 23:08:09 +00:00
Samuel Spencer
e794ee5a82 fixes failed travis tests
includes django1.6 way of doing jsonresponse
2015-07-20 21:18:44 +00:00
Samuel Spencer
c7246f022e fixed readme 2015-07-20 10:10:33 +00:00
Samuel Spencer
bd390c54f9 Adding code for real-time list 2015-07-20 09:51:00 +00:00
Samuel Spencer
b99b95c25e first go at live counter badge of notifications 2015-07-19 14:35:34 +00:00
Yang.Y
8efaea86e7 Merge pull request #68 from Geeknux/master
bugfix for wrong user unread notification count
2015-07-06 23:00:07 +08:00
geeknux
072a56a870 bugfix for wrong user unread notification count 2015-07-06 19:12:31 +04:30
Yang.Y
b8806e07bb Merge pull request #61 from philroche/master
Add __str__ to Notification Model to support Python 3
2015-05-17 20:58:26 +08:00
Philip Roche
2b70687344 Add __str__ to Notification Model to support Python 3 2015-05-17 12:43:31 +01:00
Yang.Y
00c3bd14e8 Merge pull request #57 from ashokfernandez/master
Fixes deprecation notice in Django 1.8
2015-04-28 20:58:00 +08:00
Ashok Fernandez
2f0f50aa49 Fixes deprecation notice in Django 1.8 2015-04-28 14:10:49 +02:00
Yang.Y
4353c68cb6 Merge pull request #56 from arthurmaire/master
Add possibility to send level when adding new notification
2015-04-27 09:05:04 +08:00
Arthur
0ceddf4310 Add possibility to pass level when adding notification 2015-04-26 13:23:40 +02:00
Yang.Y
211ac8e1db Merge pull request #55 from MiguelSR/master
Added note on documentation to prevent possible error when running migrations
2015-04-22 21:47:14 +08:00
MiguelSR
549b03b82f Fixing link 2015-04-22 12:16:22 +02:00
MiguelSR
3e76c51193 Adding note to prevent possible error of users runnning notifications
migrations before its custom user model ones
2015-04-22 12:14:40 +02:00
Yang.Y
24bfc6ec07 Update README.rst
Change author name "zhang-z" to "Zhongyuan Zhang"
2015-04-21 10:39:58 +08:00
Yang.Y
503b65ce8a Update README.rst
State difference between django-notifications and django-activity-stream
2015-04-21 10:37:24 +08:00
Yang.Y
9e91cd965b Bump version 0.7.0 2015-04-21 10:25:52 +08:00
Yang.Y
56298d508e Update README, CHANGELOG and AUTHORS 2015-04-21 09:53:28 +08:00
Yang.Y
2e8fbe44ce Merge pull request #54 from LegoStormtroopr/master
vanity adding myself to Author to nudge TravisCI
2015-04-11 14:47:48 +08:00
theodore.therone@gmail.com
b6113fbfff vanity adding myself to Author to nudge TravisCI 2015-04-11 05:52:00 +00:00
zzy
191c1250df Add option "NOTIFICATIONS_SOFT_DELETE", fix issue #52 2015-04-11 13:28:52 +08:00
zzy
c8647ce302 Rename "NOTIFY_USE_JSONFIELD" to "NOTIFICATIONS_USE_JSONFIELD", as app name is "notifications". "NOTIFY..." is reserved for backward compatibility 2015-04-11 11:51:33 +08:00
zzy
cccade4c34 Remove deprecated "request.REQUEST" and "future.url" 2015-04-11 09:44:33 +08:00
Yang.Y
dbd04dd0f4 Merge pull request #51 from LegoStormtroopr/master
extra tests and coverage
2015-04-09 16:23:16 +08:00
theodore.therone@gmail.com
c01d1c5f49 Django1.6 test fixes, adding Django1.8 to test suite 2015-04-09 04:57:36 +00:00
theodore.therone@gmail.com
bc617498fa long no longer in py3, adding workaround 2015-04-09 04:43:47 +00:00
theodore.therone@gmail.com
ce0f1fc0ec extra tests and coverage
Small tweaks to views -  to  to prevent collision with python keyword.
2015-04-09 04:36:15 +00:00
Samuel Spencer
6822b6f002 Merge pull request #49 from LegoStormtroopr/master
Pulling in Travis-CI and coverage automated checks.
2015-03-29 18:05:17 +11:00
theodore.therone@gmail.com
8a91c008c9 corrected badge 2015-03-29 07:00:59 +00:00
theodore.therone@gmail.com
a7b858fbba we don't like 3.2 2015-03-29 06:46:38 +00:00
theodore.therone@gmail.com
8820f6e86e added exclusion to prevent failure 2015-03-29 06:45:07 +00:00
theodore.therone@gmail.com
b24237c676 minor tweaks for travis 2015-03-29 06:37:27 +00:00
theodore.therone@gmail.com
9a1698dcd4 adding badge (forcing a pull for Travis) 2015-03-29 05:07:51 +00:00