/[drupal]/contributions/modules/views_filterblock/views_filterblock.module
ViewVC logotype

Log of /contributions/modules/views_filterblock/views_filterblock.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.4.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 13 16:27:40 2009 UTC (4 months, 1 week ago) by douggreen
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-5
Changes since 1.4.2.17: +20 -3 lines
Diff to previous 1.4.2.17 , to branch point 1.4 , to next main 1.6
take block visibility into account when hiding the exposed filters

Revision 1.4.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 29 20:34:54 2008 UTC (18 months, 3 weeks ago) by douggreen
Branch: DRUPAL-5
Changes since 1.4.2.16: +8 -2 lines
Diff to previous 1.4.2.16 , to branch point 1.4
improve the block title

Revision 1.4.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 4 18:27:53 2008 UTC (20 months, 3 weeks ago) by douggreen
Branch: DRUPAL-5
Changes since 1.4.2.15: +3 -3 lines
Diff to previous 1.4.2.15 , to branch point 1.4
code style - remove extra spaces

Revision 1.4.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 17 02:55:28 2008 UTC (21 months, 1 week ago) by douggreen
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-4
Changes since 1.4.2.14: +2 -2 lines
Diff to previous 1.4.2.14 , to branch point 1.4
#218287 - fix path with non-clean-urls

Revision 1.4.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 1 22:07:51 2008 UTC (21 months, 3 weeks ago) by douggreen
Branch: DRUPAL-5
Changes since 1.4.2.13: +4 -1 lines
Diff to previous 1.4.2.13 , to branch point 1.4
prevent setting #value to empty, which causes taxonomies to select "None"

Revision 1.4.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 13 11:20:43 2007 UTC (2 years, 3 months ago) by douggreen
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-3
Changes since 1.4.2.12: +6 -8 lines
Diff to previous 1.4.2.12 , to branch point 1.4
#165218 - this is a cleaner patch

Revision 1.6.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 13 11:19:57 2007 UTC (2 years, 3 months ago) by douggreen
Branch: DRUPAL-6--1
Changes since 1.6: +8 -7 lines
Diff to previous 1.6
#165218 - get regions from {blocks} instead of hard coded

Revision 1.4.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 13 11:17:23 2007 UTC (2 years, 3 months ago) by douggreen
Branch: DRUPAL-5
Changes since 1.4.2.11: +6 -3 lines
Diff to previous 1.4.2.11 , to branch point 1.4
#165218 - get regions from {blocks} instead of hard coded

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 12 13:15:55 2007 UTC (2 years, 3 months ago) by douggreen
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
fix menu 'access' to be 'access arguments'

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 11 22:31:56 2007 UTC (2 years, 3 months ago) by douggreen
Branch: MAIN
Changes since 1.4: +74 -35 lines
Diff to previous 1.4
initial upgrade to 6.x

Revision 1.4.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 11 13:10:11 2007 UTC (2 years, 7 months ago) by douggreen
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-2
Changes since 1.4.2.10: +35 -2 lines
Diff to previous 1.4.2.10 , to branch point 1.4
re-port collapsible fieldset and themable output from 4.7.x

Revision 1.4.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 5 13:00:53 2007 UTC (2 years, 7 months ago) by douggreen
Branch: DRUPAL-5
Changes since 1.4.2.9: +12 -10 lines
Diff to previous 1.4.2.9 , to branch point 1.4
add missing ($may_cache) check in hook_menu

Revision 1.4.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 28 14:22:14 2007 UTC (2 years, 8 months ago) by douggreen
Branch: DRUPAL-5
Changes since 1.4.2.8: +6 -6 lines
Diff to previous 1.4.2.8 , to branch point 1.4
fixes found by coder performance review

Revision 1.4.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 24 07:09:25 2007 UTC (2 years, 8 months ago) by douggreen
Branch: DRUPAL-5
Changes since 1.4.2.7: +3 -37 lines
Diff to previous 1.4.2.7 , to branch point 1.4
when the view doesn't have a description, display the view name

Revision 1.4.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 19 22:35:19 2007 UTC (2 years, 8 months ago) by douggreen
Branch: DRUPAL-5
Changes since 1.4.2.6: +29 -1 lines
Diff to previous 1.4.2.6 , to branch point 1.4
port code from D4.7 to D5 that collapses unused filtersets

Revision 1.2.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 19 20:26:36 2007 UTC (2 years, 8 months ago) by douggreen
Branch: DRUPAL-4-7
Changes since 1.2.2.8: +7 -2 lines
Diff to previous 1.2.2.8 , to branch point 1.2 , to next main 1.6
give the theme a hook to override the rendering of the final form

Revision 1.4.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 19 20:15:45 2007 UTC (2 years, 8 months ago) by douggreen
Branch: DRUPAL-5
Changes since 1.4.2.5: +8 -2 lines
Diff to previous 1.4.2.5 , to branch point 1.4
give the theme a hook to override the rendering of the final form

Revision 1.2.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 31 19:26:28 2007 UTC (2 years, 9 months ago) by douggreen
Branch: DRUPAL-4-7
Changes since 1.2.2.7: +12 -5 lines
Diff to previous 1.2.2.7 , to branch point 1.2
use the views is_default value to determine the fieldset collapsed state

Revision 1.4.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 31 16:33:39 2007 UTC (2 years, 9 months ago) by douggreen
Branch: DRUPAL-5
Changes since 1.4.2.4: +5 -1 lines
Diff to previous 1.4.2.4 , to branch point 1.4
fix weight of fieldsets

Revision 1.2.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 31 16:33:04 2007 UTC (2 years, 9 months ago) by douggreen
Branch: DRUPAL-4-7
Changes since 1.2.2.6: +5 -1 lines
Diff to previous 1.2.2.6 , to branch point 1.2
fix weight of fieldsets

Revision 1.4.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 25 13:13:24 2007 UTC (2 years, 10 months ago) by douggreen
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.4.2.3: +9 -19 lines
Diff to previous 1.4.2.3 , to branch point 1.4
#112552 found by Banzai - a few missed Drupal 5 upgrade fixes

Revision 1.4.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 4 16:55:31 2007 UTC (2 years, 10 months ago) by douggreen
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0
Changes since 1.4.2.2: +2 -1 lines
Diff to previous 1.4.2.2 , to branch point 1.4
fix ordering of fieldsets

Revision 1.2.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 4 16:54:53 2007 UTC (2 years, 10 months ago) by douggreen
Branch: DRUPAL-4-7
Changes since 1.2.2.5: +2 -1 lines
Diff to previous 1.2.2.5 , to branch point 1.2
fix ordering of fieldsets

Revision 1.4.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 3 01:21:26 2007 UTC (2 years, 10 months ago) by douggreen
Branch: DRUPAL-5
Changes since 1.4.2.1: +5 -5 lines
Diff to previous 1.4.2.1 , to branch point 1.4
coder review - fix my misunderstanding of the string concatenation style

Revision 1.4.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 30 01:47:31 2006 UTC (2 years, 10 months ago) by douggreen
Branch: DRUPAL-5
Changes since 1.4: +5 -4 lines
Diff to previous 1.4
coder review

Revision 1.2.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 29 20:50:11 2006 UTC (2 years, 10 months ago) by douggreen
Branch: DRUPAL-4-7
Changes since 1.2.2.4: +9 -6 lines
Diff to previous 1.2.2.4 , to branch point 1.2
coder review fixes

Revision 1.2.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 14 21:51:33 2006 UTC (2 years, 11 months ago) by douggreen
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-1
Changes since 1.2.2.3: +5 -2 lines
Diff to previous 1.2.2.3 , to branch point 1.2
http://drupal.org/node/103162 - use view name to display available views,
and add description if it is available.

Revision 1.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 14 03:04:47 2006 UTC (2 years, 11 months ago) by douggreen
Branch: DRUPAL-4-7
Changes since 1.2.2.2: +3 -2 lines
Diff to previous 1.2.2.2 , to branch point 1.2
Fix form generation when clean URL's is disabled

Revision 1.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 6 23:30:00 2006 UTC (2 years, 11 months ago) by douggreen
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-0
Changes since 1.2.2.1: +22 -1 lines
Diff to previous 1.2.2.1 , to branch point 1.2
Fix collapsing of fields

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 6 20:56:28 2006 UTC (2 years, 11 months ago) by douggreen
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.3: +28 -43 lines
Diff to previous 1.3
convert to drupal 5.0

Revision 1.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 6 20:08:29 2006 UTC (2 years, 11 months ago) by douggreen
Branch: DRUPAL-4-7
Changes since 1.2: +23 -15 lines
Diff to previous 1.2
pushing head changes onto 4.7 branch

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 25 04:11:37 2006 UTC (3 years ago) by douggreen
Branch: MAIN
Changes since 1.2: +23 -15 lines
Diff to previous 1.2
Render the new form so that any form_alter() added fields are also put in the fieldset.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 24 23:07:51 2006 UTC (3 years ago) by douggreen
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.1: +131 -6 lines
Diff to previous 1.1
Reimplemented without using Javascript

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 23 05:24:30 2006 UTC (3 years ago) by douggreen
Branch: MAIN
The views_filterblock module will move the exposed views filter form from
the content area of the page into a block.  It also removes the table
formatting so that the form displays vertically rather than horizontally.  It
relies on JavaScript to do the work, and will only work on DOM browsers (IE
and Firefox both).

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2