/[drupal]/contributions/modules/location/location.views.inc
ViewVC logotype

Log of /contributions/modules/location/location.views.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.16 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 3 22:51:23 2008 UTC (11 months, 3 weeks ago) by bdragon
Branch: MAIN
CVS Tags: DRUPAL-6--3-0, DRUPAL-6--3-1-RC1, HEAD
Branch point for: DRUPAL-6--3
Changes since 1.15: +29 -14 lines
Diff to previous 1.15
#321114, by danielnolde et al, patch by me: Reimplement and spiff up proximity search.

This involved a lot of interesting code, and quite probabaly still has some lingering bugs. I'm very happy with how it turned out, though.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 2 22:50:21 2008 UTC (11 months, 3 weeks ago) by bdragon
Branch: MAIN
Changes since 1.14: +5 -3 lines
Diff to previous 1.14
* Fix [#339471] (reported by theabacus) -- Make province search accept country names.
* Implement multiple country autocomplete.
* Allow location_province_code() to operate on an array of countries.
* Extend autocomplete to handle setting specific classes to join country and province fields together -- should be more robust.
* Switch to using views "force single" stuff for country and province filters.
  - If you are having trouble editing country or province filters, please see [#341827]!
* Implement autocomplete for views province filter.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 17 18:33:27 2008 UTC (12 months, 1 week ago) by bdragon
Branch: MAIN
CVS Tags: DRUPAL-6--3-0-UNSTABLE4
Changes since 1.13: +5 -3 lines
Diff to previous 1.13
#325333 requested by kirilius: Implement the country drop down filter.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 1 17:30:41 2008 UTC (13 months, 3 weeks ago) by bdragon
Branch: MAIN
CVS Tags: DRUPAL-6--3-0-RC1, DRUPAL-6--3-0-RC2
Changes since 1.12: +66 -3 lines
Diff to previous 1.12
Commit geodaniel's changes from #307738 comment 5.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 18 17:27:11 2008 UTC (14 months, 1 week ago) by bdragon
Branch: MAIN
Changes since 1.11: +8 -7 lines
Diff to previous 1.11
Repair some broken views relationships.
Add 'allow empty' to the lid filter so the additional filter options appear.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 18 16:20:14 2008 UTC (14 months, 1 week ago) by bdragon
Branch: MAIN
Changes since 1.10: +12 -1 lines
Diff to previous 1.10
Readd address field.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 16 23:37:57 2008 UTC (14 months, 1 week ago) by bdragon
Branch: MAIN
CVS Tags: DRUPAL-6--3-0-test3
Changes since 1.9: +23 -2 lines
Diff to previous 1.9
Location distance theming and a distance field for location_views.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 16 18:23:09 2008 UTC (14 months, 1 week ago) by bdragon
Branch: MAIN
Changes since 1.8: +26 -7 lines
Diff to previous 1.8
Make location_province_name() and location_country_name() more resilient to nonstandard input.
Further refinement of views support.
Reimplementation of the 'location_directory' default view.
REMOVAL of the 'additional' field -- It is now part of Street.
Fixing sortability in the 'location_table' default view.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 15 18:43:36 2008 UTC (14 months, 1 week ago) by bdragon
Branch: MAIN
Changes since 1.7: +12 -1 lines
Diff to previous 1.7
Reimplement location_views province field.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 11 18:25:04 2008 UTC (14 months, 2 weeks ago) by bdragon
Branch: MAIN
Changes since 1.6: +7 -1 lines
Diff to previous 1.6
Work in progress handler for proximity in views 2.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 10 22:41:52 2008 UTC (14 months, 2 weeks ago) by bdragon
Branch: MAIN
Changes since 1.5: +12 -1 lines
Diff to previous 1.5
Readd country field.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 10 22:01:05 2008 UTC (14 months, 2 weeks ago) by bdragon
Branch: MAIN
Changes since 1.4: +23 -58 lines
Diff to previous 1.4
Views api updates, see http://angrydonuts.com/attention-views-api-developers.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 25 20:23:09 2008 UTC (16 months ago) by bdragon
Branch: MAIN
Changes since 1.3: +32 -5 lines
Diff to previous 1.3
Further views fixes.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 25 19:32:20 2008 UTC (16 months ago) by bdragon
Branch: MAIN
Changes since 1.2: +8 -10 lines
Diff to previous 1.2
Fix my joins.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 25 19:16:11 2008 UTC (16 months ago) by bdragon
Branch: MAIN
Changes since 1.1: +92 -1 lines
Diff to previous 1.1
More views 2 work.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 25 17:29:56 2008 UTC (16 months ago) by bdragon
Branch: MAIN
Fix some validation.
Start of views include.

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