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

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 466)

Revision 455 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 15:28:23 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 1312 byte(s)
Diff to previous 433
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 433 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 00:47:22 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 1291 byte(s)
Diff to previous 367
fix warning with undef data

Revision 367 - (view) (annotate) - [select for diffs]
Modified Mon Nov 17 11:58:41 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 1274 byte(s)
Diff to previous 360
fix warning

Revision 360 - (view) (annotate) - [select for diffs]
Modified Sun Nov 16 16:44:20 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 1264 byte(s)
Diff to previous 357
added blessed class to pod links, so we don't mungle links within
html content which is not recognized better

Revision 357 - (view) (annotate) - [select for diffs]
Modified Sun Nov 16 16:35:48 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 1233 byte(s)
Diff to previous 355
return blessed objects as links to introspect

Revision 355 - (view) (annotate) - [select for diffs]
Modified Sun Nov 16 15:19:54 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 1080 byte(s)
Diff to previous 347
fix dump of blessed objects

Revision 347 - (view) (annotate) - [select for diffs]
Modified Sat Nov 15 16:38:39 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 1070 byte(s)
Diff to previous 329
dump content which seems to have tags as html

Revision 329 - (view) (annotate) - [select for diffs]
Modified Thu Nov 6 21:32:10 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 940 byte(s)
Diff to previous 328
move {} and () into css and replace them (!) with spacing
for more compact output without loosing array of hashes bounds

Revision 328 - (view) (annotate) - [select for diffs]
Modified Thu Nov 6 21:14:09 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 944 byte(s)
Diff to previous 327
re-introduce some clutter by wrapping arrays and hashes in () and {}
but it's really needed to transfer all information from structures
to user/developer

Revision 327 - (view) (annotate) - [select for diffs]
Modified Thu Nov 6 20:56:44 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 940 byte(s)
Diff to previous 325
improvements to dumper, use html_dump to correctly dump html data

Revision 325 - (view) (annotate) - [select for diffs]
Modified Thu Nov 6 20:25:04 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 816 byte(s)
Diff to previous 287
implement own tree dumper and drop Data::Dumper::HTML

Revision 287 - (view) (annotate) - [select for diffs]
Added Wed Nov 5 08:20:59 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 261 byte(s)
 r3129@llin (orig r253):  dpavlin | 2008-11-04 20:00:13 +0100
 added Frey::Dumper to dump data as html


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