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

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 627 - (view) (annotate) - [select for diffs]
Modified Sat Nov 29 22:02:08 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 1399 byte(s)
Diff to previous 623
split out Continuity based bits to Frey::Server::Continuity
and work a bit on Frey::Mojo

Revision 623 - (view) (annotate) - [select for diffs]
Modified Sat Nov 29 17:38:04 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 1397 byte(s)
Diff to previous 610
report calling line for TODO

Revision 610 - (view) (annotate) - [select for diffs]
Modified Fri Nov 28 23:32:52 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 1378 byte(s)
Diff to previous 569
return TODO message to be consistant with test

Revision 569 - (view) (annotate) - [select for diffs]
Modified Thu Nov 27 22:10:49 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 1304 byte(s)
Diff to previous 566
open DBM::Deep just once

Revision 566 - (view) (annotate) - [select for diffs]
Modified Thu Nov 27 21:32:07 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 1266 byte(s)
Diff to previous 562
record structured TODO

Revision 562 - (view) (annotate) - [select for diffs]
Modified Thu Nov 27 21:04:35 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 1146 byte(s)
Diff to previous 455
implement $self->TODO to track bugs and report them on first invocation

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: 470 byte(s)
Diff to previous 434
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 434 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 01:21:31 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 467 byte(s)
Diff to previous 432
sort classes in ClassBrowser by usage

Revision 432 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 00:40:18 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 411 byte(s)
Diff to previous 428
return hash data

Revision 428 - (view) (annotate) - [select for diffs]
Added Tue Nov 18 23:49:05 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 432 byte(s)
use DBM::Deep to provide first Session store called 'usage'

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