Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: samluescher/django-persistent-messages
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: maraujop/django-persistent-messages
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 6 files changed
  • 3 contributors

Commits on Sep 27, 2010

  1. 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 committed Sep 27, 2010
    Configuration menu
    Copy the full SHA
    d1ad74c View commit details
    Browse the repository at this point in the history
  2. Adding "read" or "unread" tag to every message.

    Miguel Araujo committed Sep 27, 2010
    Configuration menu
    Copy the full SHA
    099a037 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2010

  1. Merging

    maraujop committed Oct 10, 2010
    Configuration menu
    Copy the full SHA
    ac38d41 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2010

  1. Adding views for deleting messages: delete_message (deletes an specif…

    …ic message) delete_all (deletes all messages from the logged in user)
    maraujop committed Nov 12, 2010
    Configuration menu
    Copy the full SHA
    4fd06d4 View commit details
    Browse the repository at this point in the history
  2. Adding a settings.EXCLUDE_READ variable handling, that controls if {{…

    … messages }} excludes already read messages. Default set to False.
    maraujop committed Nov 12, 2010
    Configuration menu
    Copy the full SHA
    42feb3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ec9f03 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2011

  1. Configuration menu
    Copy the full SHA
    295e886 View commit details
    Browse the repository at this point in the history
  2. storage add returns the Message object if everything went right, …

    …None otherwise.
    
    This way we can do whatevery we want with just added new messages.
    maraujop committed Jan 28, 2011
    Configuration menu
    Copy the full SHA
    8918829 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2011

  1. Adding add_message_without_storage to the api, to add messages withou…

    …t needing a request object
    maraujop committed May 24, 2011
    Configuration menu
    Copy the full SHA
    59535a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2011

  1. Updating comments, adding methods, reordering/cleaning code

    Added `get_nonpersistent` method
    Added `count_nonpersistent` method
    maraujop committed Jun 18, 2011
    Configuration menu
    Copy the full SHA
    121826d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2124db9 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2011

  1. persistent_messages/urls.py: translate URL paths.

    URL paths for deleting messages where in Spanish. Translated them to
    English.
    siovene committed Jul 3, 2011
    Configuration menu
    Copy the full SHA
    00fd126 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2011

  1. Bug fix: is_anonymous state can change, we need to recalculate and …

    …not rely former status
    
    This triggered problems with admin site
    maraujop committed Oct 6, 2011
    Configuration menu
    Copy the full SHA
    231225e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fd1bda View commit details
    Browse the repository at this point in the history
Loading