Koha/C4
Colin Campbell 6fb8ef0d79 New Messaging System.
This system is indended to replace the old opacnotes
  and borrowernotes fields in the borrowers table.
  This system allows an unlimited number of Libraran and OPAC notes to be
  attached to a borrower. Each note has a message, a message type,
  the data it was created, and which library created it.
  Each message can only be deleted by the library that created it unless the syspref
  AllowAllMessageDeletion has been set.

  This system may be used simultaneously with the old notes system and does not affect it in any way.

  A new database table (messages) was added for this feature.

  The System also allows for pre-defined notes for Borrower records

  To use these, just create authorised values with the category BOR_NOTES
  where the Authorized Value is the short description shown in the pulldown,
  and the description is the text that should be in the note.

  Original Author: PTFS Contractor <dbavousett@ptfs.com>

  This work co-sponsered by Middletown Township Public Library, Middletown, NJ, USA
     and East Brunswick Public Library, East Brunswick, NJ, USA

Signed-off-by: Colin Campbell <colin.campbell@ptfs-europe.com>
2009-09-15 22:11:38 -04:00
..
AuthoritiesMarc added C4/AuthoritesMarc/*.pm missed in previous patch 2008-01-04 19:08:30 -06:00
Barcodes bug 2509: fix file permissions 2008-08-21 18:55:02 -05:00
Cache Modules for caching - C4::Cache is the base class, C4::Cache::Memcached and C4::Cache::FastMemcached are subclasses 2009-09-06 09:23:32 -04:00
ClassSortRoutine bug 2505: enable warnings in call number normalization modules 2009-06-07 20:09:23 -05:00
External bug 3204: tweaks to AWS request signing 2009-08-13 09:29:57 -04:00
Form bug 3222: moved messaging preference editing 2009-05-22 13:20:56 -05:00
Heading bug 2479: allow MARC21 bib 440 to link to authorities 2008-08-06 14:49:55 -05:00
Labels Bug 2500 Correcting incorrect splitting of cutter numbers 2009-09-15 20:29:16 -04:00
Members Allow option to preserve Extended Attributes on patron import update. 2009-05-28 06:50:39 -05:00
Output New framework for AJAX services 2009-05-14 07:29:18 -05:00
Patroncards replace syslog with warns 2009-09-05 21:43:12 -04:00
Reports Fix bug 3330 - Report notes modification 2009-06-15 12:43:18 -05:00
Search FRBR: added OPAC search result grouping option 2008-02-11 16:35:17 -06:00
SIP Bug 3464: Added altcontactcountry and B_address2 to borrowers and deletedborrowers 2009-09-06 10:01:51 -04:00
tests Patch from Galen Charlton, removing $Id$ $Log$ and $Revision$ from files 2007-10-18 20:22:01 -05:00
VirtualShelves (bug #3497) show publication year, or copyrightdate 2009-08-05 20:11:00 -04:00
Accounts.pm Reverse Payment - Allows any payment to be 'undone' while retaining a record of said payment. Useful for accidental double-payments. 2009-08-09 22:23:33 -04:00
Acquisition.pm clean up redundant test 2009-05-21 09:00:52 -05:00
Auth.pm Avoid potentially unnecessary database call in Auth 2009-09-14 20:29:39 -04:00
Auth_with_ldap.pm LDAP overhaul 2009-07-14 21:28:16 -04:00
AuthoritiesMarc.pm Moved some variable definitions out of conditionals 2009-05-07 17:08:16 -05:00
BackgroundJob.pm C4 - BEGIN blocks and 1; __END__ for modules 2008-01-07 20:02:18 -06:00
Barcodes.pm bug 2509: fix file permissions 2008-08-21 18:55:02 -05:00
Biblio.pm bug 3614 followup 2009-09-15 09:21:58 -04:00
Bookfund.pm Update some DBI interactions 2009-09-15 20:35:24 -04:00
Bookseller.pm Minor bug fix Documentation update : 3039 2009-03-27 18:36:57 -05:00
Boolean.pm bug 2505: turn on warnings in seven modules 2009-06-07 20:09:16 -05:00
Branch.pm [14/40] Work on batch management interface. 2009-09-01 15:50:05 -04:00
Breeding.pm bug 2505: enable warnings in C4::Breeding 2009-06-07 20:09:25 -05:00
Cache.pm Modules for caching - C4::Cache is the base class, C4::Cache::Memcached and C4::Cache::FastMemcached are subclasses 2009-09-06 09:23:32 -04:00
Calendar.pm Bug 3268: Adds the ability to edit the description of a holiday. 2009-06-03 13:26:40 -05:00
Category.pm remove editor settings 2009-02-04 14:47:42 -06:00
Charset.pm Handle null-or-empty to Charset::StripNonXmlChars 2009-09-12 08:42:11 -04:00
Circulation.pm bug 3481 followup - improve CartToShelf 2009-08-23 13:07:33 -04:00
ClassSortRoutine.pm bug 2505: enable warnings in call number normalization modules 2009-06-07 20:09:23 -05:00
ClassSource.pm bug 2505: enable warnings in call number normalization modules 2009-06-07 20:09:23 -05:00
Context.pm bugfix error if memcached_servers is empty in koha-conf.xml 2009-08-30 21:55:15 -04:00
Dates.pm Bug 2842: ->regexp('syspref') failed for users of iso dateformat. 2009-01-06 20:24:46 -06:00
Debug.pm C4::Debug - should resolve conflict w/ CGI upload. Debug no longer uses CGI. 2008-03-16 08:32:20 -05:00
Heading.pm Porting SimpleSearch return changes to all code calling it. 2008-04-17 05:52:45 -05:00
ImportBatch.pm bug 2157: add ability to 'clean' staged record batches 2009-08-10 20:34:55 -04:00
Input.pm bug 2505: enable warnings in C4/Input.pm 2009-06-07 20:09:20 -05:00
Installer.pm Installer break utf8 for DBD::mysql 2009-08-01 08:30:21 -04:00
ItemCirculationAlertPreference.pm remove editor settings 2009-02-04 14:47:42 -06:00
Items.pm bug 3481 followup - ensure permanent location is stored when updating item 2009-08-23 13:07:33 -04:00
ItemType.pm remove editor settings 2009-02-04 14:47:42 -06:00
Koha.pm use Memoize to cache results of GetAuthorisedValues 2009-06-19 05:56:29 -05:00
Languages.pm graceful degradation if memcached option is not configured in koha-conf.xml 2009-08-24 07:53:59 -04:00
Letters.pm Stop generation of unnecessary warning messages to log over undef values 2009-08-01 08:39:57 -04:00
Log.pm bug 2505: enable warnings in C4::Log 2009-06-07 20:09:24 -05:00
Maintainance.pm rel_3_0 moved to HEAD (introducing new files) 2007-03-09 15:34:17 +00:00
Matcher.pm bug 2505: enable warnings in C4::ImportBatch and C4::Matcher 2009-06-07 20:09:19 -05:00
Members.pm New Messaging System. 2009-09-15 22:11:38 -04:00
Message.pm remove editor settings 2009-02-04 14:47:42 -06:00
NewsChannels.pm bug 3303: removed references to news_channels* 2009-06-07 20:09:18 -05:00
Output.pm bug 2505: turn on warnings in seven modules 2009-06-07 20:09:16 -05:00
Overdues.pm include grace period when calculating overdue fine 2009-09-14 22:45:40 -04:00
Print.pm Bug 2900: fix GetPendingIssues. 2009-01-08 11:08:27 -06:00
Record.pm Avoid numeric comparisons with leading zeroes 2009-08-20 21:01:52 -04:00
Reports.pm removing comments 2009-05-28 17:32:39 -05:00
Reserves.pm bug 3481: Allow Item Temporary Locations for Processing and Shelving. 2009-08-23 11:54:46 -04:00
Review.pm bug 2505: turn on warnings in seven modules 2009-06-07 20:09:16 -05:00
Scheduler.pm Bug 2400 [2/18]: fixing pod syntax in C4/Scheduler.pm 2008-08-12 19:39:23 -05:00
Scrubber.pm Unescape Comment, now that we trust Scrubber to block bad markup. 2008-05-29 06:30:51 -05:00
Search.pm _remove_stopwords in C4::Search had some issues 2009-08-09 15:28:17 -04:00
Serials.pm Bug 3292: Fix to display Branch names instead of branch codes in opac serial's displays. 2009-08-09 22:18:29 -04:00
Service.pm Small documentation improvement for C4::Service 2009-05-27 10:08:36 -05:00
SMS.pm Bug 2400 [5/18]: fixing pod syntax in C4/SMS.pm 2008-08-12 19:40:03 -05:00
Stats.pm bug 2505: turn on warnings in seven modules 2009-06-07 20:09:16 -05:00
Suggestions.pm Bug 3452: Additional patch that expands the branch name and category code in Suggestions Management. 2009-07-30 22:05:22 -04:00
Tags.pm Bug 2279: TagsModeration effectiveness restored. 2008-07-22 15:45:04 -05:00
UploadedFile.pm C4 - BEGIN blocks and 1; __END__ for modules 2008-01-07 20:02:18 -06:00
Utils.pm Big LDAP changes, module test for Context.pm, still more yet to come. 2007-12-04 17:27:06 -06:00
VirtualShelves.pm bug 1003: tweak GetBibliosShelves 2009-09-06 13:06:42 -04:00
XISBN.pm Syndetics and Amazon bugfix enhancements 2009-03-27 17:23:51 -05:00
XSLT.pm Bug 3098, Bug 3108, Bug 3545 -- Make MARC21 XSLT obey sysprefs in OPAC 2009-09-15 21:40:47 -04:00
Z3950.pm Z3950.pm - BEGIN block VERSION and vars related to export. 2008-01-07 20:02:50 -06:00