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

Parent Directory Parent Directory | Revision Log Revision Log


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

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: 851 byte(s)
Diff to previous 318
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 318 - (view) (annotate) - [select for diffs]
Modified Wed Nov 5 22:05:40 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 842 byte(s)
Diff to previous 277
Mojo tweaks.. It now again breaks on :: in request

Revision 277 - (view) (annotate) - [select for diffs]
Modified Wed Nov 5 08:20:50 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 802 byte(s)
Diff to previous 276
 r3097@llin (orig r243):  dpavlin | 2008-11-02 22:24:04 +0100
 a swipe of refactoring to run under Mojo and Continuity with same REST API
 
 - all objects are now invoked using URL path as object name and param
   (which doesn't work with Mojo as of this commit)
 - Frey::Run is now usable Moose object for both servers
 - move handling of Continuity bits into Frey::Server only


Revision 276 - (view) (annotate) - [select for diffs]
Modified Wed Nov 5 08:20:50 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 1810 byte(s)
Diff to previous 275
 r3096@llin (orig r242):  dpavlin | 2008-11-02 19:27:19 +0100
  r306@eeepy:  dpavlin | 2008-11-02 17:50:33 +0100
  wrap required parametars into page html
 


Revision 275 - (view) (annotate) - [select for diffs]
Modified Wed Nov 5 08:20:49 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 1820 byte(s)
Diff to previous 272
 r3095@llin (orig r241):  dpavlin | 2008-11-02 19:27:18 +0100
  r305@eeepy:  dpavlin | 2008-11-02 17:23:45 +0100
  ported Frey::Run parts to Frey::Mojo::Run so that we ask for
  required arguments
 


Revision 272 - (view) (annotate) - [select for diffs]
Modified Wed Nov 5 08:20:46 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 1060 byte(s)
Diff to previous 268
 r3092@llin (orig r238):  dpavlin | 2008-11-01 17:44:32 +0100
 somewhat working class browser


Revision 268 - (view) (annotate) - [select for diffs]
Added Wed Nov 5 08:20:38 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 613 byte(s)
 r3086@llin (orig r232):  dpavlin | 2008-11-01 16:16:33 +0100
 experimental markup runner (not working as well as I would like)


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