Skip to content
  1. Jul 24, 2008
  2. Jul 17, 2008
    • Arto Bendiken's avatar
      Imported latest 6.x version (8e74bbc) from the GitHub development repository. · 74469415
      Arto Bendiken authored
      Changelog:
      - Changed profile fields to use name instead of title (by jhuckabee).
      - Implemented facet generator and ability to add facets to a generic Exhibit block (by jhuckabee).
      - Fixed bug with inserting facet definition on exhibit node creation (by jhuckabee).
      - Corrected the schema update for the new facet_definition field, and also added the field to hook_schema().
      - Corrected capitalization to adhere to Drupal guidelines.
      - Added CVS keywords in order to conform to Drupal coding standards.
      - Removed spurious PHPDoc headers.
      - Refactored hook_block(); cleaned up trailing whitespace here and there.
      74469415
  3. Jun 03, 2008
  4. Jun 02, 2008
    • Arto Bendiken's avatar
      Imported latest 6.x version from SVN development repository. · d5364b03
      Arto Bendiken authored
      Changelog (Exhibit):
      - Added some ExhibitViewsModule usage instructions to INSTALL.txt (#256548).
      - Removed completed items from TODO.txt.
      - Added sponsors to README.txt; removed pre-alpha notice.
      
      Changelog (Exhibit Core):
      - Include profile fields in the users data feed, and added support role-specific data feeds (#226035 by TypQxQ and jhuckabee).
      - Include taxonomy terms in the nodes data feed (#255525).
      
      Changelog (Exhibit Views):
      - Auto-prepend the base table name to the user-specified label field name.
      6.x-1.0-alpha1
      d5364b03
  5. May 01, 2008
    • Arto Bendiken's avatar
      Imported latest 6.x version from SVN development repository. · 77324038
      Arto Bendiken authored
      Changelog (Exhibit):
      - Implemented support for Exhibit extensions (including Google Maps and SIMILE Timeline).
      - Implemented tab-separated values (TSV) feed auto-conversion into Exhibit/JSON format.
      - Added support for Google Spreadsheet data feeds.
      - Added new API function exhibit_add_feed().
      - Added new API function exhibit_add_link() for simplifying the creation of Exhibit auto-discovery headers.
      - Implemented a generic content-type-specific Exhibit/JSON feed menu dispatching facility.
      - Fixed menu item access permissions for Drupal 6.2 compatibility (#253446 by macrocosm).
      - Use drupal_http_request() instead of file_get_contents(); bug fix for improved HTTP request error handling.
      - Truncate the display of long data feed links in the admin screen.
      - Bug fix for the Content-MD5 header of data feeds.
      - Minor rearrangement of Schema API definitions.
      - Define a SIMILE package in the modules' .info files.
      
      Changelog (Exhibit Core):
      - Fixed call to undefined function exhibit_output().
      
      Changelog (Exhibit SPARQL):
      - Initial implementation of SPARQL module integration.
      - Moved SPARQL/JSON parsing to SPARQL module where it belongs.
      - Implemented Exhibit/JSON feed and autodiscovery link for SPARQL nodes.
      
      Changelog (Exhibit Views):
      - Initial implementation of Views2 module integration.
      77324038
  6. Dec 17, 2007