Show
Ignore:
Timestamp:
05/08/08 12:06:30 (2 months ago)
Author:
erickson
Message:

Merged revisions 9515,9520,9525,9527,9532 via svnmerge from
svn://svn.open-ils.org/ILS/trunk

........

r9515 | dbs | 2008-05-06 15:59:06 -0400 (Tue, 06 May 2008) | 2 lines


After 1.2, domains element is no longer used

........

r9520 | miker | 2008-05-07 14:17:37 -0400 (Wed, 07 May 2008) | 1 line


do not record emtpy tcn valuesOpen-ILS/src/perlmods/OpenILS/Application/Cat.pm

........

r9525 | erickson | 2008-05-07 16:40:13 -0400 (Wed, 07 May 2008) | 1 line


added content handler no longer tries to pull from the cache when the plugin cannot return data for that type of call anyway. removed Amazon stub methods because they 1. should have returned explicit undef, but more importantly because having them around means extra calls to memcache

........

r9527 | erickson | 2008-05-07 16:46:49 -0400 (Wed, 07 May 2008) | 1 line


applying empty tcn check on marc overlay api call as well

........

r9532 | erickson | 2008-05-08 12:01:57 -0400 (Thu, 08 May 2008) | 1 line


dojo-ized CGI parser

........

Location:
branches/acq-experiment
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/acq-experiment

    • Property svnmerge-integrated changed from /trunk:1-9513 to /trunk:1-9532
  • branches/acq-experiment/Open-ILS/src/perlmods/OpenILS/WWW/AddedContent.pm

    r8079 r9533  
    8787 
    8888    return Apache2::Const::NOT_FOUND unless $handler and $type and $format and $key; 
    89     return $res if defined($res = $AC->serve_from_cache($type, $format, $key)); 
    90     return Apache2::Const::NOT_FOUND unless $AC->lookups_enabled; 
    9189 
    9290    my $err; 
     
    9593 
    9694    return Apache2::Const::NOT_FOUND unless $handler->can($method); 
     95    return $res if defined($res = $AC->serve_from_cache($type, $format, $key)); 
     96    return Apache2::Const::NOT_FOUND unless $AC->lookups_enabled; 
    9797 
    9898    try {