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

Merge in other people's commits #11

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

Commits on Jun 15, 2010

  1. Added optional register parameter 'moderator_list'. If this is a func…

    …tion, it will be called with a model instance as a parameter to get moderator list instead of hardcoded settings MODERATOR_LIST
    spanasik committed Jun 15, 2010
    Configuration menu
    Copy the full SHA
    233ff83 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2010

  1. Added callback function to get model ready-to-notify-moderators statu…

    …s. Sometimes model should be saved several times before notify moderators about event. Also, notification code now executed each time model is saved, not only after creation. This way moderators will see also edit events.
    spanasik committed Jun 17, 2010
    Configuration menu
    Copy the full SHA
    934d612 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed02184 View commit details
    Browse the repository at this point in the history
  3. If instance have get_absolute_url it will be used to put view link in…

    … the notification message
    spanasik committed Jun 17, 2010
    Configuration menu
    Copy the full SHA
    153a05c View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2010

  1. add not_rejected method to GatekeeperQuerySet

    for getting approved and unmoderated objects
    alekam committed Aug 27, 2010
    Configuration menu
    Copy the full SHA
    fdfdd04 View commit details
    Browse the repository at this point in the history
  2. Add ModerationMixin for moderated models.

    It adds is_approved, is_rejected and is_pending methods
    for moderated objects witch is useful in templates.
    alekam committed Aug 27, 2010
    Configuration menu
    Copy the full SHA
    3cc4a16 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2010

  1. Configuration menu
    Copy the full SHA
    dda8c46 View commit details
    Browse the repository at this point in the history
  2. add i18n support

    alekam committed Sep 15, 2010
    Configuration menu
    Copy the full SHA
    1c6e3d9 View commit details
    Browse the repository at this point in the history
  3. add Russian translation

    alekam committed Sep 15, 2010
    Configuration menu
    Copy the full SHA
    e063318 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2011

  1. Configuration menu
    Copy the full SHA
    76c03c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3585e60 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2011

  1. Remove content type from admin list filter

    Aaron Bassett committed Jun 17, 2011
    Configuration menu
    Copy the full SHA
    9d41735 View commit details
    Browse the repository at this point in the history
  2. Fix error with email notifications

    Aaron Bassett committed Jun 17, 2011
    Configuration menu
    Copy the full SHA
    5dfaf21 View commit details
    Browse the repository at this point in the history
  3. Improve Email subject wording

    Aaron Bassett committed Jun 17, 2011
    Configuration menu
    Copy the full SHA
    6b8b9e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2013

  1. Added object information in admin.

    Joshua Jonah authored and Joshua Jonah committed Apr 23, 2013
    Configuration menu
    Copy the full SHA
    24199cc View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2014

  1. Configuration menu
    Copy the full SHA
    e425e5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e7b508 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f20443 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2016

  1. Merge branch 'custom_user_model'

    blag committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    5265539 View commit details
    Browse the repository at this point in the history