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

Log of /contributions/modules/country_code/country_code.admin.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.37 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 12 14:41:59 2008 UTC (12 months, 2 weeks ago) by snpower
Branch: MAIN
CVS Tags: HEAD
Changes since 1.36: +20 -10 lines
Diff to previous 1.36
Removed country_code_country_list() function - now using
site_country_country_list() function provided by site_country module.
Added in a hook_form_alter() on the system_site_settings form so we can update
the country_code_country table if a new site default country is set on
admin/settings/site-information.
Now preventing users from the deleting the last (and hence default) country -
both by removing the 'delete' link and by preventing the operation.

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

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 28 16:31:39 2008 UTC (13 months ago) by recidive
Branch: MAIN
Changes since 1.34: +4 -4 lines
Diff to previous 1.34
Changing country_code_languages() to return array indexed by five-digits language by default.

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 28 15:30:46 2008 UTC (13 months ago) by recidive
Branch: MAIN
Changes since 1.33: +26 -76 lines
Diff to previous 1.33
#326726: Refactor to set global language to country-specific version.

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 24 11:45:49 2008 UTC (13 months ago) by snpower
Branch: MAIN
Changes since 1.32: +4 -1 lines
Diff to previous 1.32
It was possible to disable the default country via the edit form.  This has now
been fixed.

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 22 20:56:59 2008 UTC (13 months ago) by nedjo
Branch: MAIN
Changes since 1.31: +3 -3 lines
Diff to previous 1.31
Issue #324691, consider if country_code session variable is set when determining country_code.

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 22 17:22:20 2008 UTC (13 months ago) by snpower
Branch: MAIN
Changes since 1.30: +3 -5 lines
Diff to previous 1.30
Fix for the 'add country' form - the "Enabled" box had the wrong description and
was always disabled when adding a country.

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 22 12:36:18 2008 UTC (13 months, 1 week ago) by snpower
Branch: MAIN
Changes since 1.29: +6 -6 lines
Diff to previous 1.29
Fixed display issue where a column didn't have a large enough colspan set.  Also
fixed issue where if a country is disabled but with languages configured, the
list of configured languages wouldn't appear when editing that country.  The
message "No languages have been added." would always appear.

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 22 09:33:28 2008 UTC (13 months, 1 week ago) by catch
Branch: MAIN
Changes since 1.28: +5 -1 lines
Diff to previous 1.28
#323034: Disable checkbox for default country on edit page.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 22 09:09:27 2008 UTC (13 months, 1 week ago) by catch
Branch: MAIN
Changes since 1.27: +14 -1 lines
Diff to previous 1.27
#324263: Added a setting to disable translation links on nodes

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 22 04:49:54 2008 UTC (13 months, 1 week ago) by nedjo
Branch: MAIN
Changes since 1.26: +14 -17 lines
Diff to previous 1.26
Issue #323034, set first country as default and require default to be anabled.

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 20 21:17:03 2008 UTC (13 months, 1 week ago) by nedjo
Branch: MAIN
Changes since 1.25: +3 -2 lines
Diff to previous 1.25
Make sure country_code() is availble before calling it. When loading languages of a country, don't require the country to be enabled.

Revision 1.25 - (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.24: +7 -2 lines
Diff to previous 1.24
When disabling the current country, reset the country_code cached data to avoid a page not found error.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 18 23:16:44 2008 UTC (13 months, 1 week ago) by nedjo
Branch: MAIN
Changes since 1.23: +24 -5 lines
Diff to previous 1.23
Issue #323019, option to use paths for external links.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 18 22:18:09 2008 UTC (13 months, 1 week ago) by nedjo
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22
Issue #323021, enable user browser language support.

Revision 1.22 - (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.21: +9 -1 lines
Diff to previous 1.21
Further to issue #321626, set language based on user preference.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 18 21:19:44 2008 UTC (13 months, 1 week ago) by nedjo
Branch: MAIN
Changes since 1.20: +9 -1 lines
Diff to previous 1.20
Further work on issue #321626. Add configuration option to display/hide user language selection. If displayed and less than two languages are available for the user-selected country, hide.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 18 20:54:50 2008 UTC (13 months, 1 week ago) by nedjo
Branch: MAIN
Changes since 1.19: +1 -3 lines
Diff to previous 1.19
Remove obsolete comment.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 18 19:54:24 2008 UTC (13 months, 1 week ago) by nedjo
Branch: MAIN
Changes since 1.18: +12 -5 lines
Diff to previous 1.18
Further work on issue #321626, user selection of language. Roughed in form for user using browser language, issue #323021.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 18 19:04:07 2008 UTC (13 months, 1 week ago) by nedjo
Branch: MAIN
Changes since 1.17: +9 -2 lines
Diff to previous 1.17
Issue #321626, user selection of default country. Includes fix to country_code_countries(), which was broken for  = TRUE.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 18 18:11:37 2008 UTC (13 months, 1 week ago) by nedjo
Branch: MAIN
Changes since 1.16: +17 -2 lines
Diff to previous 1.16
Add enabled and default fields to country create/edit form.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 18 17:54:05 2008 UTC (13 months, 1 week ago) by nedjo
Branch: MAIN
Changes since 1.15: +50 -4 lines
Diff to previous 1.15
Issue #323017, reinstate enabling countries, and first part of issue #323034, default country.

Revision 1.15 - (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.14: +10 -9 lines
Diff to previous 1.14
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.14 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 17 19:07:16 2008 UTC (13 months, 1 week ago) by nedjo
Branch: MAIN
Changes since 1.13: +10 -3 lines
Diff to previous 1.13
Issue #322768, help message to add new language if none found to add to country.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 17 18:52:26 2008 UTC (13 months, 1 week ago) by nedjo
Branch: MAIN
Changes since 1.12: +4 -4 lines
Diff to previous 1.12
Minor string fixes and provide a link to edit a newly-created language.

Revision 1.12 - (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.11: +28 -3 lines
Diff to previous 1.11
Issue #322635, auto-create country languaged. Also, filter language select to show only languages not already added to the country.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 17 14:55:38 2008 UTC (13 months, 1 week ago) by nedjo
Branch: MAIN
Changes since 1.10: +10 -1 lines
Diff to previous 1.10
First steps of issue #322635, auto-create languages. Contains bugfix to country_code_get_country_language.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 17 14:21:55 2008 UTC (13 months, 1 week ago) by nedjo
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
Issue #322627, show only two-digit languages when adding to countries.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 16 18:52:17 2008 UTC (13 months, 1 week ago) by recidive
Branch: MAIN
Changes since 1.8: +34 -9 lines
Diff to previous 1.8
Allow removing languages from countries.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 14 18:31:43 2008 UTC (13 months, 2 weeks ago) by recidive
Branch: MAIN
Changes since 1.7: +16 -2 lines
Diff to previous 1.7
Adding ordering support for multiple languages.

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

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 9 19:22:15 2008 UTC (13 months, 2 weeks ago) by recidive
Branch: MAIN
Changes since 1.5: +77 -2 lines
Diff to previous 1.5
Adding 'languages' tab. Started adding multiple language per country feature.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 30 17:55:41 2008 UTC (13 months, 4 weeks ago) by recidive
Branch: MAIN
Changes since 1.4: +16 -55 lines
Diff to previous 1.4
- 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.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 23 16:53:49 2008 UTC (14 months ago) by recidive
Branch: MAIN
Changes since 1.3: +32 -21 lines
Diff to previous 1.3
Adding UI for editing a country.
New API function country_code_country_save().

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 20 19:13:37 2008 UTC (14 months, 1 week ago) by recidive
Branch: MAIN
Changes since 1.2: +31 -7 lines
Diff to previous 1.2
Added UI for deleting a country.
Added language selection based on country feature.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 20 16:40:25 2008 UTC (14 months, 1 week ago) by recidive
Branch: MAIN
Changes since 1.1: +124 -44 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