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

Event archiver #40

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

Event archiver #40

wants to merge 4 commits into from

Commits on Jan 18, 2013

  1. Implemented event archiving.

    Automatically archiving past events.
    mikl committed Jan 18, 2013
    Configuration menu
    Copy the full SHA
    5866c05 View commit details
    Browse the repository at this point in the history
  2. Made archiving opt-in.

    ding_event_archive_past_events should be set to 1, either in the
    variables table or settings.php if you want this functionality.
    mikl committed Jan 18, 2013
    Configuration menu
    Copy the full SHA
    36e16fd View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2013

  1. Unpublishing event older than yesterday.

    Previously we unpublished events older than tomorrow. Which was not
    really what we wanted.
    mikl committed Jan 27, 2013
    Configuration menu
    Copy the full SHA
    de83a6c View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2013

  1. Increased delay to two days.

    mikl committed Feb 10, 2013
    Configuration menu
    Copy the full SHA
    21ea6d2 View commit details
    Browse the repository at this point in the history