Ignore:
Timestamp:
2008-02-22T11:25:40+13:00 (16 years ago)
Author:
davidb
Message:

Collections can now be put in to "groups" i.e. can be located inside another collection, which is marked as "collectgroup" true. The top-level collection appears on the home page, and when clicked upon display a new "home page" with only the collections appearing within its folder displayed. To implement this, the main change is in collectset.cpp, which now runs "add_all_collection_groups" after it has added all the top-level collections. comtypes.h has been updated to include the new field, "isCollectGroup". Finally, pageaction.cpp has been updated so these changes are reflected in the home page generated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/src/recpt/comtypes.h

    r13982 r15002  
    8888  bool isBeta;
    8989  bool isSegmented;
     90  bool isCollectGroup; // used to group a set of collections as one item on the home page
    9091  unsigned long buildDate;
    9192  text_tarray ccsCols;    // empty if collection does not use cross-collection searching
Note: See TracChangeset for help on using the changeset viewer.