/[Frey]/trunk/lib/Frey/View/Exhibit.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/View/Exhibit.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: 1041 byte(s)
Diff to previous 946
make classes immutable and remove moose droppings to make Perl::Critic::Moose happy

Revision 946 - (view) (annotate) - [select for diffs]
Modified Tue Jan 6 15:26:41 2009 UTC (15 years, 3 months ago) by dpavlin
File length: 995 byte(s)
Diff to previous 467
Frey::View::Exhibit now has configurable Frey::Pipe source
split JSON encoder for exhibit into Frey::View::Exhibit::JSON

Revision 467 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 19:28:09 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 1572 byte(s)
Diff to previous 461
rename class with experimental script

Revision 461 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 18:04:22 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 1566 byte(s)
Diff to previous 455
fix exhibit rel so json data is now recognized again by javascript interface

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: 1569 byte(s)
Diff to previous 453
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 453 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 04:28:27 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 1539 byte(s)
Diff to previous 449
Fake id and label for exhibit data if it doesn't exist

This will probably require some kind of intelicence instead of
brute force which is used now. First working version, yee!

Revision 449 - (view) (annotate) - [select for diffs]
Added Wed Nov 19 04:13:02 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 1345 byte(s)
Exhibit view 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