/[drupal]/drupal/includes/language.inc
ViewVC logotype

Log of /drupal/includes/language.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.23 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 24 05:13:43 2009 UTC (5 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10, HEAD
Changes since 1.22: +1 -42 lines
Diff to previous 1.22
#320331 by Dave Reid, dww, John Morahan, cwgordon7, moshe weitzman, c960657, and smoothify: Turn custom_url_rewrite_inbound() and custom_url_rewrite_outbound() into hooks.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 16 15:47:46 2009 UTC (6 weeks ago) by webchick
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21
#565480 follow-up by plach: Clean-ups and documentation.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 16 02:04:42 2009 UTC (6 weeks, 1 day ago) by webchick
Branch: MAIN
Changes since 1.20: +34 -1 lines
Diff to previous 1.20
#565480 by plach and peximo: TF #2: Multilingual field handling. Integration between field API and locale module + translatable node bodies.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 9 16:33:13 2009 UTC (7 weeks ago) by webchick
Branch: MAIN
Changes since 1.19: +354 -100 lines
Diff to previous 1.19
#282191 by plach, nedjo, catch, et al: TF #1: Allow different interface language for the same path.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 1 16:45:53 2009 UTC (9 months, 3 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-5, DRUPAL-7-0-UNSTABLE-6, DRUPAL-7-0-UNSTABLE-7, DRUPAL-7-0-UNSTABLE-8, DRUPAL-7-0-UNSTABLE-9
Changes since 1.18: +3 -3 lines
Diff to previous 1.18
- Patch #366949 by c960657: use parse_url(, PHP_URL_xxx).

Revision 1.14.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 2 23:37:48 2009 UTC (10 months, 3 weeks ago) by dries
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-10, DRUPAL-6-11, DRUPAL-6-12, DRUPAL-6-13, DRUPAL-6-14, DRUPAL-6-9
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 , to next main 1.23
- Patch #262920 by ainigma32: language selection for domain should look at HTTP_HOST not SERVER_NAME.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 2 23:37:32 2009 UTC (10 months, 3 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-4
Changes since 1.17: +2 -2 lines
Diff to previous 1.17
- Patch #262920 by ainigma32: language selection for domain should look at HTTP_HOST not SERVER_NAME.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 30 16:43:14 2008 UTC (10 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
- Patch #352470 by scor: fixed typos and grammar in comments.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 14 17:48:33 2008 UTC (19 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-1, DRUPAL-7-0-UNSTABLE-2, DRUPAL-7-0-UNSTABLE-3
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
- Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 6 19:38:26 2008 UTC (21 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
- Patch #210131 by dvessel, catch, John, et al: updated jQuery library.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 6 16:46:02 2008 UTC (22 months, 3 weeks ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0, DRUPAL-6-0-RC-2, DRUPAL-6-0-RC-3, DRUPAL-6-0-RC-4, DRUPAL-6-1, DRUPAL-6-2, DRUPAL-6-3, DRUPAL-6-4, DRUPAL-6-5, DRUPAL-6-6, DRUPAL-6-7, DRUPAL-6-8
Branch point for: DRUPAL-6
Changes since 1.13: +16 -10 lines
Diff to previous 1.13
#205602 by theborg: disabled languages were included in the language lookup logic

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 21 11:33:12 2007 UTC (23 months, 1 week ago) by goba
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
#202925 report by beholder, patch by myself: (notice fix) only consider languages with a host set when comparing with the current host in domain language negotiation

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 8 14:06:20 2007 UTC (23 months, 3 weeks ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-RC-1
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
#198579 by webernet and hswong3i: a huge set of coding style fixes, including:
 - whitespaces at end of lines
 - indentation
 - control structure usage
 - whitespace in empty lines
 - phpdoc comment formatting

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 5 16:34:05 2007 UTC (23 months, 3 weeks ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-4
Changes since 1.10: +12 -13 lines
Diff to previous 1.10
#196410 report by daniel.soneira, patch by myself, tested by Freso: several fixes to url() generation and path aliasing, fixing path aliases for node paths and front page links in themes

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 29 14:42:31 2007 UTC (23 months, 4 weeks ago) by goba
Branch: MAIN
Changes since 1.9: +8 -8 lines
Diff to previous 1.9
#194743 by myself, reported and tested by Murz: the base URL was not properly modified for outgoing links to different language domains and path aliases were not handled in the target language

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 27 12:32:13 2007 UTC (2 years ago) by goba
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
#194743 report by Murz, patch by myself: in domain language negotiation mode, we should tell url() that we built an external URL, not that we need an absolute URL built by url()

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 2 16:03:17 2007 UTC (2 years, 1 month ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-2, DRUPAL-6-0-BETA-3
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
- Patch #144634 by chx: fixed critical bug that prevented language negotiation to work after/when drupal_goto() is called.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 6 14:03:52 2007 UTC (2 years, 2 months ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-1
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
#173274 by Desbeers: treat <front> as the empty path, when adding path prefixes, so we get the proper result

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 11 20:07:00 2007 UTC (2 years, 4 months ago) by goba
Branch: MAIN
Changes since 1.5: +5 -2 lines
Diff to previous 1.5
#158452 by kenji_kun, patch by myself: GET['q'] might not be defined at the language bootstrap phase

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 2 14:41:35 2007 UTC (2 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
- Patch #155986 by Uwe: fixed typos.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 18 21:56:18 2007 UTC (2 years, 7 months ago) by goba
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
Leftover variable name spotted by Amr Mostafa, reported by email (because 'the fix is too small and trivial to submit an issue')

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 13 08:56:57 2007 UTC (2 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.2: +4 -4 lines
Diff to previous 1.2
- Patch #134493 by douggreen: getting the Drupal coding standards right in core. Woot. Woot.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 28 14:08:21 2007 UTC (2 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.1: +10 -10 lines
Diff to previous 1.1
- Patch #128866 by Gabor et al: new language subsystem fixes.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 26 01:32:22 2007 UTC (2 years, 8 months ago) by dries
Branch: MAIN
- Patch #128866 by Gabor, Steven, chx, Jose et al: new language subsystem.

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