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

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 455 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 15:28:23 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 2048 byte(s)
Diff to previous 451
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 451 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 04:14:12 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 2002 byte(s)
Diff to previous 420
rework instance creation, more examples in config

Revision 420 - (view) (annotate) - [select for diffs]
Modified Tue Nov 18 17:11:08 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 2102 byte(s)
Diff to previous 418
push pipe elements into status

Revision 418 - (view) (annotate) - [select for diffs]
Modified Tue Nov 18 16:54:10 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 1967 byte(s)
Diff to previous 414
Add title to Frey::Web and use it

Revision 414 - (view) (annotate) - [select for diffs]
Modified Tue Nov 18 14:15:45 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 1952 byte(s)
Diff to previous 401
decrease output without debug

Revision 401 - (view) (annotate) - [select for diffs]
Modified Tue Nov 18 02:17:06 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 1920 byte(s)
Diff to previous 386
push pipe stages into status

Revision 386 - (view) (annotate) - [select for diffs]
Modified Mon Nov 17 22:40:22 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 1853 byte(s)
Diff to previous 384
fix Frey::Action->param_form second invication which mungled params with config values
which was result of implementation of default values which are returned if invoked in
array context.

Revision 384 - (view) (annotate) - [select for diffs]
Modified Mon Nov 17 20:10:28 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 1773 byte(s)
Diff to previous 377
fix default params

Revision 377 - (view) (annotate) - [select for diffs]
Modified Mon Nov 17 17:55:50 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 1737 byte(s)
Diff to previous 368
implement ? as optional first delimiter to make it look more like URLs
and display pipe on top of output. Parametars can now embed spaces
(needed for SQL queries for example)

Revision 368 - (view) (annotate) - [select for diffs]
Modified Mon Nov 17 13:34:56 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 1660 byte(s)
Diff to previous 327
use params from config

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

Revision 300 - (view) (annotate) - [select for diffs]
Added Wed Nov 5 08:21:10 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 1437 byte(s)
 r3142@llin (orig r266):  dpavlin | 2008-11-05 00:26:24 +0100
 experimental shell-pipe like REST API


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