/[drupal]/contributions/modules/transliteration/transliteration.module
ViewVC logotype

Log of /contributions/modules/transliteration/transliteration.module

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.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 15 20:01:47 2009 UTC (5 weeks, 5 days ago) by smk
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +32 -1 lines
Diff to previous 1.7
Moved transliteration_clean_filename() to main module.

Revision 1.5.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 15 20:00:04 2009 UTC (5 weeks, 5 days ago) by smk
Branch: DRUPAL-6--3
Changes since 1.5.2.2: +33 -3 lines
Diff to previous 1.5.2.2 , to branch point 1.5 , to next main 1.8
Moved transliteration_clean_filename() to main module.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 9 12:19:44 2009 UTC (6 weeks, 4 days ago) by smk
Branch: MAIN
Changes since 1.6: +9 -6 lines
Diff to previous 1.6
Updated doxygen documentation.

Revision 1.1.6.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 9 12:11:22 2009 UTC (6 weeks, 4 days ago) by smk
Branch: DRUPAL-5--2
Changes since 1.1.6.3: +19 -16 lines
Diff to previous 1.1.6.3 , to branch point 1.1 , to next main 1.8
Updated doxygen documentation.

Revision 1.2.4.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 9 12:11:06 2009 UTC (6 weeks, 4 days ago) by smk
Branch: DRUPAL-6--2
Changes since 1.2.4.3: +21 -17 lines
Diff to previous 1.2.4.3 , to branch point 1.2 , to next main 1.8
Updated doxygen documentation.

Revision 1.5.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 9 12:03:29 2009 UTC (6 weeks, 5 days ago) by smk
Branch: DRUPAL-6--3
Changes since 1.5.2.1: +9 -6 lines
Diff to previous 1.5.2.1 , to branch point 1.5
Clarified parameter description.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 24 19:19:53 2009 UTC (2 months ago) by smk
Branch: MAIN
Changes since 1.5: +3 -1 lines
Diff to previous 1.5
#586816 by smk-ka: Keep a copy of the unaltered file name in $_FILES['files']['orig_name'].

Revision 1.5.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 24 19:19:41 2009 UTC (2 months ago) by smk
Branch: DRUPAL-6--3
Changes since 1.5: +3 -1 lines
Diff to previous 1.5
#586816 by smk-ka: Keep a copy of the unaltered file name in $_FILES['files']['orig_name'].

Revision 1.2.4.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 24 19:19:23 2009 UTC (2 months ago) by smk
Branch: DRUPAL-6--2
Changes since 1.2.4.2: +3 -1 lines
Diff to previous 1.2.4.2 , to branch point 1.2
#586816: Keep a copy of the unaltered file name in $_FILES['files']['orig_name'].

Revision 1.1.6.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 24 19:19:15 2009 UTC (2 months ago) by smk
Branch: DRUPAL-5--2
Changes since 1.1.6.2: +3 -1 lines
Diff to previous 1.1.6.2 , to branch point 1.1
#586816: Keep a copy of the unaltered file name in $_FILES['files']['orig_name'].

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 25 14:44:25 2009 UTC (3 months ago) by smk
Branch: MAIN
Branch point for: DRUPAL-6--3
Changes since 1.4: +21 -18 lines
Diff to previous 1.4
Updated documentation.
Minor code changes.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 9 14:38:56 2009 UTC (5 months, 2 weeks ago) by smk
Branch: MAIN
Changes since 1.3: +4 -3 lines
Diff to previous 1.3
#357254 by overall, Cynicus: Fixed transliteration of Russian letters.
#364931 by PaV: Added Esperanto transliteration.
Rewrote retroactive transliteration during installation or update to get rid of
  SUBSTRING_INDEX function dependency.
#312021 by pcorbett: Added SQL Server support.
#257041 by Freso: More transliterations (x21??).

Revision 1.1.6.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 7 19:06:01 2009 UTC (5 months, 2 weeks ago) by smk
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-1
Changes since 1.1.6.1: +4 -3 lines
Diff to previous 1.1.6.1 , to branch point 1.1
Coding style fixes courtesy of coder.module.

Revision 1.2.4.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 7 19:05:50 2009 UTC (5 months, 2 weeks ago) by smk
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-1
Changes since 1.2.4.1: +4 -3 lines
Diff to previous 1.2.4.1 , to branch point 1.2
Coding style fixes courtesy of coder.module.

Revision 1.1.6.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 12 21:20:02 2008 UTC (17 months, 1 week ago) by smk
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-0
Changes since 1.1: +12 -8 lines
Diff to previous 1.1
- #199660 by smk-ka: Added retroactive transliteration of existing filenames during installation or update. Original idea by colan.
- #255646 by smk-ka: Added a language parameter to transliteration_get().
- #246875 by smk-ka: Added language-specific replacements for Danish letters.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 12 20:45:04 2008 UTC (17 months, 1 week ago) by smk
Branch: MAIN
Changes since 1.2: +19 -5 lines
Diff to previous 1.2
Synced HEAD with DRUPAL-6--2.

Revision 1.2.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 12 20:34:31 2008 UTC (17 months, 1 week ago) by smk
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0
Changes since 1.2: +19 -5 lines
Diff to previous 1.2
#255646 by smk-ka: Added a language parameter to transliteration_get().

Revision 1.1.4.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 20 10:07:21 2008 UTC (20 months ago) by smk
Branch: DRUPAL-4-7
Changes since 1.1.4.1: +2 -6 lines
Diff to previous 1.1.4.1 , to branch point 1.1 , to next main 1.8
- Minor changes.

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 20 10:05:59 2008 UTC (20 months ago) by smk
Branch: DRUPAL-5
Changes since 1.1: +1 -5 lines
Diff to previous 1.1 , to next main 1.8
- Minor changes.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 20 09:44:43 2008 UTC (20 months ago) by smk
Branch: MAIN
CVS Tags: DRUPAL-6--1-0
Branch point for: DRUPAL-6--1, DRUPAL-6--2
Changes since 1.1: +5 -9 lines
Diff to previous 1.1
- Ported to Drupal 6.
- Added retroactive transliteration of existing filenames during installation or update. Original idea by colan.

Revision 1.1.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 9 12:22:21 2007 UTC (23 months, 2 weeks ago) by smk
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-0
Changes since 1.1: +14 -4 lines
Diff to previous 1.1
- Preparing release of 4.7.x-1.0.
- Applied Drupal core specific changes.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 9 11:50:19 2007 UTC (23 months, 2 weeks ago) by smk
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Branch point for: DRUPAL-4-7, DRUPAL-5, DRUPAL-5--2
Initial import.

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