/[Frey]/trunk/lib/Frey.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.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: 1262 byte(s)
Diff to previous 436
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 436 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 01:26:46 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 1256 byte(s)
Diff to previous 415
mark things done, version bump [0.20]

Revision 415 - (view) (annotate) - [select for diffs]
Modified Tue Nov 18 14:19:50 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 1256 byte(s)
Diff to previous 308
version bump [0.19]

Revision 308 - (view) (annotate) - [select for diffs]
Modified Wed Nov 5 19:13:01 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 1256 byte(s)
Diff to previous 293
rename all package references to class as Moose calls them [0.18]

Revision 293 - (view) (annotate) - [select for diffs]
Modified Wed Nov 5 08:21:04 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 1256 byte(s)
Diff to previous 223
 r3135@llin (orig r259):  dpavlin | 2008-11-04 21:40:17 +0100
 document REST URLs for object instrospection and invocation


Revision 223 - (view) (annotate) - [select for diffs]
Modified Sat Nov 1 00:14:05 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 689 byte(s)
Diff to previous 209
refactor callback types into Frey::Run [0.17]

Revision 209 - (view) (annotate) - [select for diffs]
Modified Fri Oct 31 16:24:59 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 689 byte(s)
Diff to previous 195
snippet of introduction documentation.

Revision 195 - (view) (annotate) - [select for diffs]
Modified Tue Oct 28 18:33:53 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 424 byte(s)
Diff to previous 180
Remove all use of HTTP::Engine which somehow managed to evolve into
state which make Designer unusable.

From previous encounter with pQuery, I knew that it won't fit my
need to re-model html pages on-the-fly. This verison uses
HTML::Query which seems to do a bit better job at this stage.

Revision 180 - (view) (annotate) - [select for diffs]
Modified Sun Aug 31 18:02:50 2008 UTC (15 years, 7 months ago) by dpavlin
File length: 424 byte(s)
Diff to previous 158
- extracted running of class into Frey::Run which now create real page
- version bump [0.15]

Revision 158 - (view) (annotate) - [select for diffs]
Modified Thu Jul 17 18:00:55 2008 UTC (15 years, 8 months ago) by dpavlin
File length: 326 byte(s)
Diff to previous 149
generate "static" html pages from methods with markup call [0.14]

Revision 149 - (view) (annotate) - [select for diffs]
Modified Wed Jul 16 21:23:27 2008 UTC (15 years, 8 months ago) by dpavlin
File length: 326 byte(s)
Diff to previous 137
partially working label editor in ObjectDesigner -- no save yet! [0.13]

Revision 137 - (view) (annotate) - [select for diffs]
Modified Tue Jul 15 18:06:27 2008 UTC (15 years, 8 months ago) by dpavlin
File length: 326 byte(s)
Diff to previous 121
fixed role introspection and simplify code [0.12]

Revision 121 - (view) (annotate) - [select for diffs]
Modified Mon Jul 14 21:22:43 2008 UTC (15 years, 8 months ago) by dpavlin
File length: 326 byte(s)
Diff to previous 100
central page creation [0.11]

- make (optional) development feature in Makefile.PL
- split page generation in Frey::Web->page
- cleanup of html generation code all over
- jump to Carp::REPL on errors (nice, but needs to be in browser)

This is a move to more embedded html. While it does seem evil, we are aming
here at lean framework, so readability is prefered...

Revision 100 - (view) (annotate) - [select for diffs]
Modified Fri Jul 11 19:19:42 2008 UTC (15 years, 8 months ago) by dpavlin
File length: 302 byte(s)
Diff to previous 58
another refactoring

- cleanup cruft code
- create Frey::ClassLoader to deal with package/class stuff
- Frey::Web role with dom2html to based on Continuity::Widget::DomNode

Revision 58 - (view) (annotate) - [select for diffs]
Modified Tue Jul 8 12:18:33 2008 UTC (15 years, 8 months ago) by dpavlin
File length: 878 byte(s)
Diff to previous 56
support any level of sub::modules::namespace

Revision 56 - (view) (annotate) - [select for diffs]
Modified Sun Jul 6 11:59:58 2008 UTC (15 years, 8 months ago) by dpavlin
File length: 946 byte(s)
Diff to previous 52
more work on server-size class browser

- correct loading of modules
- display required attributes

Revision 52 - (view) (annotate) - [select for diffs]
Modified Sat Jul 5 15:08:51 2008 UTC (15 years, 8 months ago) by dpavlin
File length: 946 byte(s)
Diff to previous 50
return package name and full name for require

Revision 50 - (view) (annotate) - [select for diffs]
Modified Wed Jul 2 22:30:19 2008 UTC (15 years, 8 months ago) by dpavlin
File length: 931 byte(s)
Diff to previous 31
more introspection, including few dummy types

Revision 31 - (view) (annotate) - [select for diffs]
Modified Sun Jun 29 20:49:42 2008 UTC (15 years, 9 months ago) by dpavlin
File length: 930 byte(s)
Diff to previous 24
fix classes names

Revision 24 - (view) (annotate) - [select for diffs]
Modified Sun Jun 29 16:29:09 2008 UTC (15 years, 9 months ago) by dpavlin
File length: 907 byte(s)
Diff to previous 17
Frey base class implemented in Moose

Revision 17 - (view) (annotate) - [select for diffs]
Added Sun Jun 29 11:34:17 2008 UTC (15 years, 9 months ago) by dpavlin
File length: 253 byte(s)
we have a name: Frey

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