[Koha-patches] Pull requst - git://git.librarypolice.com/git/koha-galen.git suggestion-notification-fixes

Galen Charlton gmcharlt at gmail.com
Sat Nov 13 22:54:54 CET 2010


Consolidated patches for getting purchase suggestion status change
notifications working.  Candidate for both master and 3.2.x.

The following changes since commit 1edf825fa1e439b2ced523e22174ad1e6d8971bc:
  Chris Cormack (1):
        Merge remote branch 'kc/new/bug_4498' into kcmaster

are available in the git repository at:

  git://git.librarypolice.com/git/koha-galen.git suggestion-notification-fixes

Chris Cormack (1):
      Bug 4211: This patch should provide a working way to send out mail from suggestions

Galen Charlton (4):
      bug 4211: more fixes to suggestion letter template handling
      bug 4211: ensure that suggestion emails have full details
      bug 5127: sample notice templates for suggestions
      bug 5127: database update to add the suggestion notification templates

 C4/Letters.pm                                      |    3 +-
 C4/Suggestions.pm                                  |   28 ++++++----
 .../data/mysql/de-DE/mandatory/sample_notices.sql  |    6 ++-
 .../data/mysql/en/mandatory/sample_notices.sql     |    6 ++-
 .../mysql/fr-FR/1-Obligatoire/sample_notices.sql   |    6 ++-
 installer/data/mysql/it-IT/necessari/notices.sql   |    6 ++-
 .../data/mysql/pl-PL/mandatory/sample_notices.sql  |    6 ++-
 .../data/mysql/ru-RU/mandatory/sample_notices.sql  |    6 ++-
 .../data/mysql/uk-UA/mandatory/sample_notices.sql  |    6 ++-
 installer/data/mysql/updatedatabase.pl             |   34 +++++++++++
 .../suggestion/mail_suggestion_ACCEPTED.tmpl       |   11 ----
 .../suggestion/mail_suggestion_AVAILABLE.tmpl      |   11 ----
 .../suggestion/mail_suggestion_ORDERED.tmpl        |   13 ----
 .../suggestion/mail_suggestion_REJECTED.tmpl       |   13 ----
 .../prog/en/modules/tools/letter.tmpl              |   23 +++++---
 tools/letter.pl                                    |   59 +------------------
 16 files changed, 105 insertions(+), 132 deletions(-)
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/mail_suggestion_ACCEPTED.tmpl
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/mail_suggestion_AVAILABLE.tmpl
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/mail_suggestion_ORDERED.tmpl
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/mail_suggestion_REJECTED.tmpl


More information about the Koha-patches mailing list