/[Frey]/trunk/lib/ExtJS/Portal.pm
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 /trunk/lib/ExtJS/Portal.pm

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1133 - (view) (annotate) - [select for diffs]
Modified Tue Jun 30 15:10:55 2009 UTC (14 years, 10 months ago) by dpavlin
File length: 742 byte(s)
Diff to previous 961 , to selected 200
make classes immutable and remove moose droppings to make Perl::Critic::Moose happy

Revision 961 - (view) (annotate) - [select for diffs]
Modified Wed Jan 7 19:41:48 2009 UTC (15 years, 4 months ago) by dpavlin
File length: 696 byte(s)
Diff to previous 455 , to selected 200
rename Frey::Web->page into Frey::Web->html_page to preserve page
for later use

Revision 455 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 15:28:23 2008 UTC (15 years, 6 months ago) by dpavlin
File length: 691 byte(s)
Diff to previous 200
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 - (view) (annotate) - [selected]
Modified Tue Oct 28 22:12:14 2008 UTC (15 years, 6 months ago) by dpavlin
File length: 688 byte(s)
Diff to previous 159
return true

Revision 159 - (view) (annotate) - [select for diffs]
Added Thu Jul 17 18:02:06 2008 UTC (15 years, 10 months ago) by dpavlin
File length: 684 byte(s)
Diff to selected 200
experimental ExtJS 2.1 integration

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