/[drupal]/contributions/modules/country_code/country_code.inc
ViewVC logotype

Log of /contributions/modules/country_code/country_code.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.21 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 3 22:21:44 2008 UTC (12 months, 3 weeks ago) by snpower
Branch: MAIN
CVS Tags: HEAD
Changes since 1.20: +1 -80 lines
Diff to previous 1.20
#328197 - merged in country_code.inc into country_code.module to avoid
hook_boot() issues.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 30 17:49:12 2008 UTC (12 months, 3 weeks ago) by nedjo
Branch: MAIN
Changes since 1.19: +4 -3 lines
Diff to previous 1.19
Issue #309956, new hook allowing other modules to determine country code by IP address.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 28 20:05:31 2008 UTC (12 months, 4 weeks ago) by nedjo
Branch: MAIN
Changes since 1.18: +3 -3 lines
Diff to previous 1.18
Issue #326726, fix country code default method.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 23 09:14:56 2008 UTC (13 months ago) by snpower
Branch: MAIN
Changes since 1.17: +3 -3 lines
Diff to previous 1.17
coding / commenting style changes.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 22 03:15:15 2008 UTC (13 months ago) by nedjo
Branch: MAIN
Changes since 1.16: +6 -2 lines
Diff to previous 1.16
Issue #324350, add a Global link to the country switcher.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 20 19:16:52 2008 UTC (13 months ago) by snpower
Branch: MAIN
Changes since 1.15: +3 -2 lines
Diff to previous 1.15
Fix for undefined function country_code_country() being called instead of
country_code_default().

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 20 16:31:51 2008 UTC (13 months ago) by nedjo
Branch: MAIN
Changes since 1.14: +3 -3 lines
Diff to previous 1.14
If no countries installed, don't restrict to existing countries when setting country.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 20 03:17:55 2008 UTC (13 months, 1 week ago) by nedjo
Branch: MAIN
Changes since 1.13: +3 -6 lines
Diff to previous 1.13
When disabling the current country, reset the country_code cached data to avoid a page not found error.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 19 18:53:00 2008 UTC (13 months, 1 week ago) by nedjo
Branch: MAIN
Changes since 1.12: +14 -3 lines
Diff to previous 1.12
Issue #323364, return all languages for global country. Also add global option when selecting user's preferred country. Also set user's current country as default when selecting user's preferred country.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 18 22:03:02 2008 UTC (13 months, 1 week ago) by nedjo
Branch: MAIN
Changes since 1.11: +21 -10 lines
Diff to previous 1.11
Further to issue #321626, set language based on user preference.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 18 03:30:01 2008 UTC (13 months, 1 week ago) by nedjo
Branch: MAIN
Changes since 1.10: +11 -14 lines
Diff to previous 1.10
Issue #322884, fix path error on disabling module.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 18 01:58:03 2008 UTC (13 months, 1 week ago) by nedjo
Branch: MAIN
Changes since 1.9: +20 -4 lines
Diff to previous 1.9
Further work on issue #311174. Use path prefix rather than GET variable to trigger country change. Fix active link in block. Improved hook_boot() handling of GET['q'].

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 17 23:08:28 2008 UTC (13 months, 1 week ago) by nedjo
Branch: MAIN
Changes since 1.8: +11 -4 lines
Diff to previous 1.8
Issue #322852, fix language switching, and issue #322762, delete languages for country when deleting country. Also various minor cleanup and refinements, e.g., cache module_exists() results in custom url rewrite.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 17 18:36:16 2008 UTC (13 months, 1 week ago) by nedjo
Branch: MAIN
Changes since 1.7: +17 -5 lines
Diff to previous 1.7
Issue #322635, auto-create country languaged. Also, filter language select to show only languages not already added to the country.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 17 00:54:32 2008 UTC (13 months, 1 week ago) by nedjo
Branch: MAIN
Changes since 1.6: +8 -1 lines
Diff to previous 1.6
Issue #310520, support for date_format module's hook. Untested.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 14 18:22:03 2008 UTC (13 months, 1 week ago) by recidive
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
Adding multi language per country support.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 10 05:42:44 2008 UTC (13 months, 2 weeks ago) by recidive
Branch: MAIN
Changes since 1.4: +3 -2 lines
Diff to previous 1.4
Improving code documentation.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 10 01:26:46 2008 UTC (13 months, 2 weeks ago) by recidive
Branch: MAIN
Changes since 1.3: +16 -2 lines
Diff to previous 1.3
Adding views fields and filters by country_code.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 30 17:55:41 2008 UTC (13 months, 3 weeks ago) by recidive
Branch: MAIN
Changes since 1.2: +7 -3 lines
Diff to previous 1.2
- Removing Enable/Disable countries feature.
- Adding weight field to country_code_country table.
- Refactoring the UI to make better use of Drupal 6 APIs.
- Renaming country_code.countries.inc to country_code_country_list.inc and moved stuff around.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 20 16:40:25 2008 UTC (14 months ago) by recidive
Branch: MAIN
Changes since 1.1: +3 -4 lines
Diff to previous 1.1
Adding country code -> country list.
Changing url rewriting functions including to hook_boot().
Start working on a UI to add countries and set languages.
Adding .install file creating a new database table to store country settings.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 16 22:05:59 2008 UTC (14 months, 1 week ago) by nedjo
Branch: MAIN
Initial draft of a module to provide functionality based on country
codes, such that users will have paths prefixed with their country code
based on IP. To include views filtering by country code (not yet
implemented).

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