-
Stripping CVS keywords
-
Merged latest changes from http://github.com/jhuckabee/drupal-exhibit (50455e2) by jhuckabee. Changelog: - Minor fixes for the Exhibit views and core modules. - Implemented an Exhibit localization module.
-
Merged latest changes from http://github.com/jhuckabee/drupal-exhibit (9399803) by jhuckabee. Changelog (Exhibit): - Allow user to specify Exhibit extension paths. - Grab the Map API key from GMap/Keys module if available. - Default the Exhibit definition to the most basic Exhibit. - Added a reference to the new calendar extension. - Fixed CCK date rendering for multi-value dates. Changelog (Exhibit ApacheSolr): - Implemented an ApacheSolr integration module.
-
Merged latest changes from http://github.com/jhuckabee/drupal-exhibit (6d20e3d) by jhuckabee. Changelog (Exhibit Views): - Fixes argument handling for view paths.
-
Merged latest changes from http://github.com/jhuckabee/drupal-exhibit (86c6e6e) by jhuckabee. Changelog (Exhibit Views): - Removed duplicate return and closing function statements. - Replaced missing date render function. - Add handling for timestamp date formats.
-
Merged latest changes from http://github.com/jhuckabee/drupal-exhibit (04d7fc0) by jhuckabee. Changelog (Exhibit Views): - Added handling for taxonomy terms added through relationships. - Added explicit isset() predicates to avoid E_STRICT notices. - Replaced the exhibit_views module with native Views2 integration. - Automatically add Views created Exhibit Feeds to Feed lists. - Updated documentation with new Views2 usage.
-
Merged latest changes from http://github.com/jhuckabee/drupal-exhibit (40da3e5) by jhuckabee. Changelog (Exhibit Views): - Updates for compatibility with Views RC5 and CCK RC10.
-
Merged latest changes from http://github.com/jhuckabee/drupal-exhibit (edf78f4) by jhuckabee. Changelog (Exhibit Views): - Added the ability to submit Views arguments via the args query parameter.
-
Merged latest changes from http://github.com/jhuckabee/drupal-exhibit (7b4756c) by jhuckabee. Changelog (Exhibit Views): - Added support for numeric and date CCK fields in Exhibit Views. Also, only adding label to properties if it exists. - Added support for multi valued fields. Fixed handling of date and numeric fields. - Removed file ID tag data. - Fixed rendering issue. - Fixed taxonomy field issue. - Simplified taxonomy handling code. - Fixed taxonomy property label assignment. - Simplified taxonomy handling code. - Fixed taxonomy property label assignment. - Moved exhibit add link code to hook_views_pre_view as hook_init was causing some problems with user cache. - Removed file tag data. - Added back in function comment. - Add support for taxonomies through Taxonomy: All Terms. - Removed unnecessary array check in taxonomy support. - Fixed incorrect handling of field aliases. Added support for datetime and datestamp fields. - Removed debug statements.
-
Added support for taxonomies in exhibit views Author: Josh Huckabee <joshhuckabee@gmail.com>