Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New templatetags, migrations, signals and purging emails #42

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Commits on Sep 26, 2014

  1. feature: adds "Mark unread" to message actions

    feature: adds more template tags to count messages
    arsham committed Sep 26, 2014
    Configuration menu
    Copy the full SHA
    d0fec2d View commit details
    Browse the repository at this point in the history
  2. Adds migrations

    bugfix: uses proper manager methods for getting box counts
    arsham committed Sep 26, 2014
    Configuration menu
    Copy the full SHA
    4e37747 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea8d3ad View commit details
    Browse the repository at this point in the history
  4. feature: introduces signals

        Sends signals after each composing, deleting, purging, undeleting, and marking as unread
    arsham committed Sep 26, 2014
    Configuration menu
    Copy the full SHA
    74f1b4c View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2014

  1. Moves notifications in signals

    arsham committed Sep 29, 2014
    Configuration menu
    Copy the full SHA
    3c89211 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6762452 View commit details
    Browse the repository at this point in the history
  3. Adds migrations

    bugfix: uses proper manager methods for getting box counts
    arsham committed Sep 29, 2014
    Configuration menu
    Copy the full SHA
    9e68d33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    210200d View commit details
    Browse the repository at this point in the history
  5. feature: introduces signals

        Sends signals after each composing, deleting, purging, undeleting, and marking as unread
    arsham committed Sep 29, 2014
    Configuration menu
    Copy the full SHA
    596d70f View commit details
    Browse the repository at this point in the history
  6. Moves notifications in signals

    arsham committed Sep 29, 2014
    Configuration menu
    Copy the full SHA
    9c494bb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8bf5ada View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4c26aac View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2014

  1. Configuration menu
    Copy the full SHA
    df047ce View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2014

  1. bugfix: When replying to a message, saves the message before sending …

    …the signal. (symptom: you cannot access the pk of the message in the signal)
    arsham committed Nov 11, 2014
    Configuration menu
    Copy the full SHA
    f1092f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2014

  1. Merge branch 'master' of https://github.com/arneb/django-messages

    Conflicts:
    	django_messages/forms.py
    	django_messages/models.py
    	django_messages/views.py
    arsham committed Nov 28, 2014
    Configuration menu
    Copy the full SHA
    ae2ce5c View commit details
    Browse the repository at this point in the history