aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks/translation.rake
Commit message (Collapse)AuthorAgeLines
* Allow from_admin_message to take a name and email.Louise Crow2014-01-13-3/+4
| | | | | Previously it accepted a user, but for this usage we won't necessarily have one.
* Inline method InfoRequest.full_searchMatthew Landauer2013-03-25-7/+5
|
* Rename Configuration class to avoid conflict with ActiveSupport::ConfigurableHenare Degan2013-03-03-1/+1
|
* create_ is deprecatedHenare Degan2013-02-25-22/+22
|
* Calling TMail::Mail#base64_decode does not modify the mail object so doesn't ↵Matthew Landauer2013-01-28-2/+2
| | | | do anything as used here
* Rename mailer method to avoid naming conflict in Rails 3Matthew Landauer2013-01-25-1/+1
|
* Use mail handler in translation task.Louise Crow2012-11-15-2/+2
|
* Use new configuration module.Louise Crow2012-10-04-1/+1
|
* Better line formatting.Louise Crow2012-09-26-5/+13
|
* Add a rake task to generate a file with an example of every email sent by ↵Louise Crow2012-09-26-0/+184
the application.
/* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# == Schema Information
#
# Table name: mail_server_log_dones
#
#  id         :integer          not null, primary key
#  filename   :text             not null
#  last_stat  :datetime         not null
#  created_at :datetime         not null
#  updated_at :datetime         not null
#

# Stores that a particular mail server log file has been loaded in, see mail_server_log.rb
#
# Copyright (c) 2009 UK Citizens Online Democracy. All rights reserved.
# Email: hello@mysociety.org; WWW: http://www.mysociety.org/

class MailServerLogDone < ActiveRecord::Base
    has_many :mail_server_logs
end