-
Notifications
You must be signed in to change notification settings - Fork 63
Comparing changes
Open a pull request
base repository: samluescher/django-persistent-messages
base: master
head repository: maraujop/django-persistent-messages
compare: master
- 14 commits
- 6 files changed
- 3 contributors
Commits on Sep 27, 2010
-
Adding method number_unread that returns the number of messages left …
…to read by the user. Also _get method doesn't filter to only unread messages. I will add a "read" or "unread" tag that will let configure what messages should be displayed and how setting CSS properties. This adds flexibility in the setup.
Miguel Araujo committedSep 27, 2010 Configuration menu - View commit details
-
Copy full SHA for d1ad74c - Browse repository at this point
Copy the full SHA d1ad74cView commit details -
Adding "read" or "unread" tag to every message.
Miguel Araujo committedSep 27, 2010 Configuration menu - View commit details
-
Copy full SHA for 099a037 - Browse repository at this point
Copy the full SHA 099a037View commit details
Commits on Oct 10, 2010
-
Configuration menu - View commit details
-
Copy full SHA for ac38d41 - Browse repository at this point
Copy the full SHA ac38d41View commit details
Commits on Nov 12, 2010
-
Adding views for deleting messages: delete_message (deletes an specif…
…ic message) delete_all (deletes all messages from the logged in user)
Configuration menu - View commit details
-
Copy full SHA for 4fd06d4 - Browse repository at this point
Copy the full SHA 4fd06d4View commit details -
Adding a settings.EXCLUDE_READ variable handling, that controls if {{…
… messages }} excludes already read messages. Default set to False.
Configuration menu - View commit details
-
Copy full SHA for 42feb3d - Browse repository at this point
Copy the full SHA 42feb3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ec9f03 - Browse repository at this point
Copy the full SHA 4ec9f03View commit details
Commits on Jan 28, 2011
-
Configuration menu - View commit details
-
Copy full SHA for 295e886 - Browse repository at this point
Copy the full SHA 295e886View commit details -
storage
add
returns theMessage
object if everything went right, ……None otherwise. This way we can do whatevery we want with just added new messages.
Configuration menu - View commit details
-
Copy full SHA for 8918829 - Browse repository at this point
Copy the full SHA 8918829View commit details
Commits on May 24, 2011
-
Adding add_message_without_storage to the api, to add messages withou…
…t needing a request object
Configuration menu - View commit details
-
Copy full SHA for 59535a4 - Browse repository at this point
Copy the full SHA 59535a4View commit details
Commits on Jun 18, 2011
-
Updating comments, adding methods, reordering/cleaning code
Added `get_nonpersistent` method Added `count_nonpersistent` method
Configuration menu - View commit details
-
Copy full SHA for 121826d - Browse repository at this point
Copy the full SHA 121826dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2124db9 - Browse repository at this point
Copy the full SHA 2124db9View commit details
Commits on Jul 3, 2011
-
persistent_messages/urls.py: translate URL paths.
URL paths for deleting messages where in Spanish. Translated them to English.
Configuration menu - View commit details
-
Copy full SHA for 00fd126 - Browse repository at this point
Copy the full SHA 00fd126View commit details
Commits on Oct 6, 2011
-
Bug fix:
is_anonymous
state can change, we need to recalculate and ……not rely former status This triggered problems with admin site
Configuration menu - View commit details
-
Copy full SHA for 231225e - Browse repository at this point
Copy the full SHA 231225eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fd1bda - Browse repository at this point
Copy the full SHA 6fd1bdaView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master