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

View Directory Listing Directory Listing


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

Revision 627 - Directory Listing
Modified Sat Nov 29 22:02:08 2008 UTC (15 years, 5 months ago) by dpavlin
split out Continuity based bits to Frey::Server::Continuity
and work a bit on Frey::Mojo

Revision 455 - Directory Listing
Modified Wed Nov 19 15:28:23 2008 UTC (15 years, 5 months ago) by dpavlin
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 - Directory Listing
Modified Wed Nov 5 22:05:40 2008 UTC (15 years, 5 months ago) by dpavlin
Mojo tweaks.. It now again breaks on :: in request

Revision 277 - Directory Listing
Modified Wed Nov 5 08:20:50 2008 UTC (15 years, 5 months ago) by dpavlin
 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 - Directory Listing
Modified Wed Nov 5 08:20:50 2008 UTC (15 years, 5 months ago) by dpavlin
 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 - Directory Listing
Modified Wed Nov 5 08:20:49 2008 UTC (15 years, 5 months ago) by dpavlin
 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 - Directory Listing
Modified Wed Nov 5 08:20:46 2008 UTC (15 years, 5 months ago) by dpavlin
 r3092@llin (orig r238):  dpavlin | 2008-11-01 17:44:32 +0100
 somewhat working class browser


Revision 268 - Directory Listing
Modified Wed Nov 5 08:20:38 2008 UTC (15 years, 5 months ago) by dpavlin
 r3086@llin (orig r232):  dpavlin | 2008-11-01 16:16:33 +0100
 experimental markup runner (not working as well as I would like)


Revision 267 - Directory Listing
Added Wed Nov 5 08:20:37 2008 UTC (15 years, 5 months ago) by dpavlin
 r3085@llin (orig r231):  dpavlin | 2008-11-01 14:20:25 +0100
 Mojolicous skeleton
 
 mojolicious generate app Frey::Mojo


  ViewVC Help
Powered by ViewVC 1.1.26