Downloads
Download tar.gz
25.71 KB
MD5: f0c71c4205381ffcb2eb47d55b7d1e79
SHA-1: db98fb5bd15161b61756d15537312b08da4ceac5
SHA-256: 4d09bfd130956069aa6a7b1f0aa07ef2b8ec7f79ea24e4c62eccab981593c046
Download zip
47.41 KB
MD5: ef09cc70a28b02c3bfd4f37dbf4e82e1
SHA-1: 9905764ac5a3e13ddc9bc021d463b88e6602fc2f
SHA-256: 588da9741b4075b9dbf81dbae13b09e25c90af1defd72de8925644f83dc70a24
Release notes
Changes since 6.x-1.0-beta1:
- #1130466 by infojunkie: pre_render function missing argument
- #957366 by timd.mackey: Maintain focus across form submissions
- by infojunkie: Sort views in settings
- by infojunkie: Remove views_access_php in favor of new Views PHP module
- #957366 by timd.mackey, infojunkie: Auto-submit on keyup
- by infojunkie: Avoid PHP warnings
- by infojunkie: Avoid PHP warnings on empty field_id
- #1049608 by infojunkie: Fix case of exposed block in form for view with arguments
- #1025318 by infojunkie: Disable cache for selective filters
- Stripping CVS keywords
- #1049240 by infojunkie: Move the submit-hiding code to JavaScript.
- #1031770 by infojunkie: Remove undefined variable warning
- by infojunkie: Fix wrong hiding of Apply exposed filters button
- by infojunkie: Fixing small bugs
- #1021430 by snufkin: Hide reset button when no filters are shown
- #1021394 by snufkin, infojunkie: Hide apply button if all exposed filters hidden
- #1014564 by infojunkie: Fix database prefix issue
- by infojunkie: Cosmetic changes to selective exposed filter form
- by infojunkie: Include options_validate() and options_submit()
- by infojunkie: Add views_composite_exposed_form
- #1011650 by infojunkie: Handle case of empty options
- #981994 by snufkin: Fix reset URL
- by infojunkie: Hide submit button on server, not on client
- #1002000 by infojunkie: Don't print empty row if no title present
- by infojunkie: Removed debug code
- #992522 by Steven Monetti, Brent Hartmann, infojunkie: Support multiple-valued fields and multiple revisions
- #943724 by infojunkie: Add option to hidem empty filters
- #871816 by infojunkie: Sort the options
- #957064 by infojunkie: Prevent selective settings in filter form in Views 3
- #871816 by infojunkie: Fix regression in options handling
- #957064 by infojunkie: Support Views 3
- #927086 by infojunkie: Support many exposed forms on the same page
- #852232 by infojunkie: Fix checkbox/radio auto-submit for IE
- #956180 by infojunkie: Pass the view object to the exceptions hook to allow ignoring filters per view
- by infojunkie: Model autosubmit and reset settings after views_savedsearches
- #856736 by infojunkie: Fix selective filters for Taxonomy Term filters
- #856736 by infojunkie: Support taxonomy term filter with depth
- by infojunkie: Added views_display_block_path
- by infojunkie: Reset view by navigating to the view's base URL instead of current URL
- by infojunkie: Better support for arbitrary filter types
- Fixes generic filter handler and support arbitrary field types
- by infojunkie: Better usability
- #948180 by infojunkie: Control reset button settings
- #927086 by infojunkie: Handle exposed forms in blocks
- #927086 by infojunkie: Views Filters Reset supports multiple exposed forms per page
- by infojunkie: Better hook interface for selective filter handlers
- by infojunkie: Better name for Views Auto-refresh
- by infojunkie: Added views_autorefresh module
- #940494 by WorldFallz: Fix small typo in views-flipped-table.tpl.php
- #848408 by infojunkie: Better hook interface for selecting filters
- by infojunkie: Better selection of limiting mechanism
- by infojunkie: Fix typo
- #848408 by infojunkie: New method for restricting filters is now extensible