Ignore:
Timestamp:
2017-08-18T19:28:42+12:00 (6 years ago)
Author:
ak19
Message:

I hope these are all the changes necessary on the runtime side of GS2 to get the OAI server validation working for GS2: instead of working out the earliest datetime stamp of the OAI repository by comparing the builddate in index/build.cfg of each OAI collection and selecting the earliest, the oai-inf.db is now storing the special earliesttimestamp record. The timestamp of this record represents its collection's earliest timestamp. And the earliest of these among all OAI collections is now the earliest datetime of the OAI repository.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/src/protocol/recptprototools.cpp

    r31387 r31903  
    3434// THIS FILE IS A CANDIDATE FOR REFACTORING: merge get_info methods
    3535
     36// overloaded, to allow "custom" filter options.
    3637bool get_info (const text_t &OID, const text_t &collection, const text_t &lang,
    3738           const text_tset &metadata, bool getParents,
     
    7677}
    7778
    78 // overloaded, to allow "custom" filter options.
    7979bool get_info (const text_t &OID, const text_t &collection, const text_t &lang,
    8080           const text_tset &metadata, const OptionValue_tarray &options,
Note: See TracChangeset for help on using the changeset viewer.