[open-ils-commits] [GIT] Evergreen ILS branch master updated. b5c968d59c24baadaf0bf63982c7767d689ac725

Evergreen Git git at git.evergreen-ils.org
Fri Jun 8 16:40:10 EDT 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  b5c968d59c24baadaf0bf63982c7767d689ac725 (commit)
      from  a689278e2f76f7d4e28de064dc70a03d4731941c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b5c968d59c24baadaf0bf63982c7767d689ac725
Author: Dan Wells <dbw2 at calvin.edu>
Date:   Thu Jun 7 10:32:59 2012 -0400

    Fix broken non-RSS bookbag feeds
    
    This commit addresses LP#1010036 by defining a stub 'description()'
    method.  Lack of such a method was causing internal server errors
    for other kinds of feeds.
    
    Signed-off-by: Dan Wells <dbw2 at calvin.edu>
    Signed-off-by: Mike Rylander <mrylander at gmail.com>

diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/SuperCat/Feed.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/SuperCat/Feed.pm
index fde04eb..57bb67f 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/SuperCat/Feed.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/SuperCat/Feed.pm
@@ -223,6 +223,7 @@ sub link {};
 sub title {};
 sub update_ts {};
 sub creator {};
+sub description {};
 
 #----------------------------------------------------------
 

-----------------------------------------------------------------------

Summary of changes:
 .../src/perlmods/lib/OpenILS/WWW/SuperCat/Feed.pm  |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list