/[drupal]/contributions/modules/views/handlers/views_handler_filter_in_operator.inc
ViewVC logotype

Log of /contributions/modules/views/handlers/views_handler_filter_in_operator.inc

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.12.4.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 25 17:37:07 2009 UTC (2 days, 3 hours ago) by dereine
Branch: DRUPAL-7--3
Changes since 1.12.4.1: +2 -2 lines
Diff to previous 1.12.4.1 , to branch point 1.12
#642512 by xslim: Drupal 7 Form Api - need to change expand_ to form_process_

Revision 1.12.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 2 22:01:25 2009 UTC (3 weeks, 3 days ago) by merlinofchaos
Branch: DRUPAL-7--3
Changes since 1.12: +10 -17 lines
Diff to previous 1.12
First (actually probably abouth twentieth, but first committed) pass at porting Views to D7 based upon revision 221 from https://code.launchpad.net/~d7cx/d7cx-views/DRUPAL-7--3

Revision 1.6.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 25 14:33:06 2009 UTC (2 months ago) by merlinofchaos
Branch: DRUPAL-6--3
CVS Tags: DRUPAL-6--3-0-ALPHA1
Changes since 1.6.2.8: +1 -2 lines
Diff to previous 1.6.2.8 , to branch point 1.6 , to next main 1.12
#587566 by dereine: Correct typo in previous patch.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 25 00:29:43 2009 UTC (2 months ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--2-7, HEAD
Branch point for: DRUPAL-6--2, DRUPAL-7--3
Changes since 1.11: +15 -11 lines
Diff to previous 1.11
#511908 by dww: Too many check plains in selects because of problems with checkboxes.

Revision 1.6.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 25 00:29:38 2009 UTC (2 months ago) by merlinofchaos
Branch: DRUPAL-6--3
Changes since 1.6.2.7: +15 -10 lines
Diff to previous 1.6.2.7 , to branch point 1.6
#511908 by dww: Too many check plains in selects because of problems with checkboxes.

Revision 1.6.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 1 22:30:50 2009 UTC (4 months, 3 weeks ago) by merlinofchaos
Branch: DRUPAL-6--3
Changes since 1.6.2.6: +2 -2 lines
Diff to previous 1.6.2.6 , to branch point 1.6
Fix problem where select boxes often got expand_checkboxes()

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 1 22:30:40 2009 UTC (4 months, 3 weeks ago) by merlinofchaos
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
Fix problem where select boxes often got expand_checkboxes.

Revision 1.6.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 1 22:29:14 2009 UTC (4 months, 3 weeks ago) by merlinofchaos
Branch: DRUPAL-6--3
Changes since 1.6.2.5: +1 -2 lines
Diff to previous 1.6.2.5 , to branch point 1.6
Fix ugly code on boolean operator

Revision 1.6.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 1 21:59:11 2009 UTC (4 months, 3 weeks ago) by merlinofchaos
Branch: DRUPAL-6--3
Changes since 1.6.2.4: +2 -2 lines
Diff to previous 1.6.2.4 , to branch point 1.6
o #482162 by agentrickard: link path needed further sanitization to properly encode special characters.

Revision 1.6.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 10 22:05:24 2009 UTC (5 months, 2 weeks ago) by merlinofchaos
Branch: DRUPAL-6--3
Changes since 1.6.2.3: +6 -1 lines
Diff to previous 1.6.2.3 , to branch point 1.6
SA-CONTRIB-2009-037: Filter checkboxes could be displayed unfiltered allowing XSS attacks.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 10 22:04:57 2009 UTC (5 months, 2 weeks ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--2-6
Changes since 1.9: +6 -1 lines
Diff to previous 1.9
SA-CONTRIB-2009-037: Filter checkboxes could be displayed unfiltered allowing XSS attacks.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 2 18:22:20 2009 UTC (5 months, 3 weeks ago) by merlinofchaos
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8
#445398 by casey: reduce_value_options() using wrong value array.

Revision 1.6.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 2 18:22:13 2009 UTC (5 months, 3 weeks ago) by merlinofchaos
Branch: DRUPAL-6--3
Changes since 1.6.2.2: +3 -3 lines
Diff to previous 1.6.2.2 , to branch point 1.6
#445398 by casey: reduce_value_options() using wrong value array.

Revision 1.6.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 1 22:34:29 2009 UTC (5 months, 3 weeks ago) by merlinofchaos
Branch: DRUPAL-6--3
Changes since 1.6.2.1: +15 -3 lines
Diff to previous 1.6.2.1 , to branch point 1.6
#411880 by fgm: Add "options callback" to items using in_operator handler.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 1 22:33:49 2009 UTC (5 months, 3 weeks ago) by merlinofchaos
Branch: MAIN
Changes since 1.7: +15 -3 lines
Diff to previous 1.7
#411880 by fgm: Add "options callback" to items using in_operator handler.

Revision 1.6.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 1 21:30:00 2009 UTC (5 months, 3 weeks ago) by merlinofchaos
Branch: DRUPAL-6--3
Changes since 1.6: +151 -39 lines
Diff to previous 1.6
#323049 by yched: Allow Empty/Not Empty on select many to one.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 1 21:29:11 2009 UTC (5 months, 3 weeks ago) by merlinofchaos
Branch: MAIN
Changes since 1.6: +151 -39 lines
Diff to previous 1.6
#323049 by yched: Allow Empty/Not Empty on select many to one.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 31 19:38:59 2009 UTC (9 months, 3 weeks ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--2-3, DRUPAL-6--2-4, DRUPAL-6--2-5
Branch point for: DRUPAL-6--3
Changes since 1.5: +3 -3 lines
Diff to previous 1.5
#365712: select list exposed filters were trying to limit to list when selecting "All" even when "limit" was not selected.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 27 21:08:15 2009 UTC (9 months, 4 weeks ago) by merlinofchaos
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
#354736 by Shai: Clarification on exposed filter text.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 24 22:28:06 2008 UTC (14 months ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--2-0, DRUPAL-6--2-0-RC4, DRUPAL-6--2-0-RC5, DRUPAL-6--2-1, DRUPAL-6--2-2
Changes since 1.3: +12 -2 lines
Diff to previous 1.3
#308414: Prevent FAPI from making us loses checked boxes if the key to the box is "0"

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 22 23:41:14 2008 UTC (14 months ago) by merlinofchaos
Branch: MAIN
Changes since 1.2: +32 -4 lines
Diff to previous 1.2
#310531 and #311963: Several exposed filter fixes.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 16 18:32:40 2008 UTC (14 months, 1 week ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-RC3
Changes since 1.1: +7 -3 lines
Diff to previous 1.1
#303862: Array addition problems caused failures when using "Node: type" filter twice.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 3 19:21:28 2008 UTC (14 months, 3 weeks ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-RC2
Major re-organization of handlers. PLEASE NOTE: This drastically affected the Views module API and until modules are updated to match, they will stop working. Efforts have been made to ensure that this won't cause your site to crash, but that's partly up to the individual module as well.

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