| 1 |
// $Id: CHANGELOG.txt,v 1.5 2009/06/23 18:42:13 solotandem Exp $
|
| 2 |
|
| 3 |
taxonomy_filter 6.x-1.x, 2009-xx-xx (development version)
|
| 4 |
-----------------------------------
|
| 5 |
- Changes (2009-07-25):
|
| 6 |
* Fix html tags in search criteria block when displayed at top of content area.
|
| 7 |
* Change this block id to 2 and add item to style sheet.
|
| 8 |
* Fix html typos so page is W3C compliant.
|
| 9 |
|
| 10 |
- Changes (2009-06-23):
|
| 11 |
* Add all non-aggregated fields to the GROUP BY clause in taxonomy_filter_tf_section.
|
| 12 |
* Change array index from '$op' to 'op' in taxonomy_filter_get_url_tokens.
|
| 13 |
|
| 14 |
- Changes (2009-06-02):
|
| 15 |
* Add return array() statements to update hooks to eliminate warning.
|
| 16 |
|
| 17 |
- Changes (2009-05-29):
|
| 18 |
* Add tests of settings pages and content listings (the latter using sample data).
|
| 19 |
* Display message on mappings page when no vocabularies or filter menus are defined.
|
| 20 |
* Use index of one for first filter menu.
|
| 21 |
* Rewrite _taxonomy_filter_menu_templates to accommodate different values of $names_only.
|
| 22 |
* Clean out mappings array when filter menu is deleted.
|
| 23 |
* Add module enable hooks to add default settings on existing filter menus.
|
| 24 |
* Reenable submit handler on advanced settings and implement 'reset to defaults'.
|
| 25 |
* Remove redirects on general settings page.
|
| 26 |
|
| 27 |
- Changes (2009-05-27):
|
| 28 |
* Change current criteria block weight to -20 from -200.
|
| 29 |
|
| 30 |
- Changes (2009-05-23):
|
| 31 |
* Add brackets around 'node' table in taxonomy_filter_tf_section.
|
| 32 |
* Clean out mappings array when vocabulary is deleted.
|
| 33 |
|
| 34 |
- Changes (2009-05-17):
|
| 35 |
* Add category titles for context menu to configuration settings.
|
| 36 |
* Utilize category titles for context menu in section template file.
|
| 37 |
* Clarify the item descriptions in configuration settings pages.
|
| 38 |
* Eliminate TAXONOMY_FILTER_NEXT_ID constant.
|
| 39 |
* Update and clarify the text in README, API and INSTALL files.
|
| 40 |
* Make first 6.x branch release.
|
| 41 |
|
| 42 |
- Changes (2009-05-16):
|
| 43 |
* Add none to mappings select on admin/settings/taxonomy_filter/mappings/%/edit and submit handler.
|
| 44 |
* Add clear settings button on admin/settings/taxonomy_filter/mappings/%/edit and submit handler.
|
| 45 |
* Eliminate php warnings on mappings form when no mappings are defined.
|
| 46 |
* Eliminate the taxonomy_filter_next_id variable.
|
| 47 |
* Implement the depth parameter that was in 5.x branch.
|
| 48 |
* Remove '/' before '!feed' in TAXONOMY_FILTER_INPUT = 'taxonomy/term/%tids/%depth!feed' (ALSO BACK PORT to 5.x)
|
| 49 |
* Implement the dynamic and context menu templates which had not been fully ported from the 5.x branch.
|
| 50 |
* Remove duplicate class="section tf_context section tf_context tf_multi" tags.
|
| 51 |
|
| 52 |
- Changes (2009-05-11):
|
| 53 |
* Only include css files on taxonomy filter pages and only based on module settings.
|
| 54 |
* Only add 'current search results' div on taxonomy filter pages (and when indicated by settings).
|
| 55 |
* Display current search block using a menu template specified in a new admin setting.
|
| 56 |
* Accommodate core patch [#396224] not allowing $variables['template_files'] in preprocess functions
|
| 57 |
to include a path reference (e.g. module subdirectories).
|
| 58 |
* Add update hook to reconfigure the variables table entries. (NOT DONE)
|
| 59 |
* Add update hook to set default values for enabled menu templates.
|
| 60 |
* Add default settings for tf_count and tf_multi modules if present.
|
| 61 |
* Add general settings tab to admin settings pages.
|
| 62 |
* Enhance configuration settings for tf_multi, tf_count, and general purposes.
|
| 63 |
* Enhance configuration settings for menu mappings by adding another menu template select for the
|
| 64 |
current search block.
|
| 65 |
* Enhance performance of admin settings pages with more statics.
|
| 66 |
* Check for valid menu id on taxonomy_filter_admin_menu_edit_form.
|
| 67 |
* Eliminate php notices from uninitialized variables, etc.
|
| 68 |
* Add more comments and documentation.
|
| 69 |
|
| 70 |
- Changes (2009-04-28):
|
| 71 |
* Change base (and cloud) menu templates to display a refine search block
|
| 72 |
and the current search criteria (hard-coded to top of content area).
|
| 73 |
* Change base menu template to display multi style links on the term name and the '+' (may revert)
|
| 74 |
* Eliminate php notices from uninitialized variables, etc.
|
| 75 |
* Add more comments and documentation.
|