/[Frey]/branches/zimbardo/t/06-frey-translate.t
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Log of /branches/zimbardo/t/06-frey-translate.t

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 1172 - (view) (annotate) - [select for diffs]
Modified Sun Jul 5 21:40:16 2009 UTC (14 years, 8 months ago) by dpavlin
File length: 382 byte(s)
Diff to previous 455
branch for localisation


Revision 455 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 15:28:23 2008 UTC (15 years, 4 months ago) by dpavlin
Original Path: trunk/t/06-frey-translate.t
File length: 382 byte(s)
Diff to previous 311
rename invocable events with prefix as_ with fallback in Frey::Web

This started with brute-force rename using:

  perl -p -i -n -e 's/sub markup/sub as_markup/'  `grep -lr 'sub markup' lib t`
  perl -p -i -n -e 's/sub data/sub as_data/'      `grep -lr 'sub data' lib t`
  perl -p -i -n -e 's/sub sponge/sub as_sponge/'  `grep -lr 'sub sponge' lib t`

  perl -p -i -n -e 's/->markup/->as_markup/'      `grep -lr -- '->markup' lib t`
  perl -p -i -n -e 's/->data/->as_data/'          `grep -lr -- '->data' lib t`
  perl -p -i -n -e 's/->sponge/->as_sponge/'      `grep -lr -- '->sponge' lib t`

  perl -p -i -n -e 's!/markup!/as_markup!'        `grep -lr -- '/markup' lib t etc`
  perl -p -i -n -e 's!/data!/as_data!'            `grep -lr -- '/data' lib t etc`
  perl -p -i -n -e 's!/sponge!/as_sponge!'        `grep -lr -- '/sponge' lib t etc`


Revision 311 - (view) (annotate) - [select for diffs]
Modified Wed Nov 5 20:02:46 2008 UTC (15 years, 4 months ago) by dpavlin
Original Path: trunk/t/06-frey-translate.t
File length: 379 byte(s)
Copied from: trunk/t/06-fray-translate.t revision 291
Diff to previous 291
rename tests to fix typo

Revision 291 - (view) (annotate) - [select for diffs]
Added Wed Nov 5 08:21:02 2008 UTC (15 years, 4 months ago) by dpavlin
Original Path: trunk/t/06-fray-translate.t
File length: 379 byte(s)
 r3133@llin (orig r257):  dpavlin | 2008-11-04 20:56:08 +0100
 added Frey::Translate


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.26