/[Frey]/branches/no-pager/lib/ExtJS
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/no-pager/lib/ExtJS

View Directory Listing Directory Listing


Sticky Revision:

Revision 702 - Directory Listing
Modified Wed Dec 3 21:12:43 2008 UTC (15 years, 3 months ago) by dpavlin
branch for no-pager integration

Revision 455 - Directory Listing
Modified Wed Nov 19 15:28:23 2008 UTC (15 years, 4 months ago) by dpavlin
Original Path: trunk/lib/ExtJS
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 200 - Directory Listing
Modified Tue Oct 28 22:12:14 2008 UTC (15 years, 5 months ago) by dpavlin
Original Path: trunk/lib/ExtJS
return true

Revision 159 - Directory Listing
Added Thu Jul 17 18:02:06 2008 UTC (15 years, 8 months ago) by dpavlin
Original Path: trunk/lib/ExtJS
experimental ExtJS 2.1 integration

  ViewVC Help
Powered by ViewVC 1.1.26