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

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 210 - (view) (annotate) - [select for diffs]
Modified Fri Oct 31 16:28:58 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 5414 byte(s)
Diff to previous 202
link to CPAN documentation with target which contains name of server

Revision 202 - (view) (annotate) - [select for diffs]
Modified Tue Oct 28 22:33:25 2008 UTC (15 years, 6 months ago) by dpavlin
File length: 5524 byte(s)
Diff to previous 199
provide more visual clues which areas are hoverable
(and this produce popup dumps) and fix markup


Revision 199 - (view) (annotate) - [select for diffs]
Modified Tue Oct 28 21:47:18 2008 UTC (15 years, 6 months ago) by dpavlin
File length: 5506 byte(s)
Diff to previous 198
dump roles and some attribute design (well, aligment at least...)

Revision 198 - (view) (annotate) - [select for diffs]
Modified Tue Oct 28 21:24:07 2008 UTC (15 years, 6 months ago) by dpavlin
File length: 5351 byte(s)
Diff to previous 197
dump two levels of superclass on hover

Revision 197 - (view) (annotate) - [select for diffs]
Modified Tue Oct 28 20:46:35 2008 UTC (15 years, 6 months ago) by dpavlin
File length: 5259 byte(s)
Diff to previous 160
added attribute properties with hoove css popup for dump (no js! :-)

Revision 160 - (view) (annotate) - [select for diffs]
Modified Thu Jul 17 19:11:01 2008 UTC (15 years, 9 months ago) by dpavlin
File length: 4666 byte(s)
Diff to previous 140
call add_head all over the place, and include frey.css

Revision 140 - (view) (annotate) - [select for diffs]
Modified Wed Jul 16 00:06:19 2008 UTC (15 years, 9 months ago) by dpavlin
File length: 4703 byte(s)
Diff to previous 139
roles can have roles, so we need to handle that

Revision 139 - (view) (annotate) - [select for diffs]
Modified Tue Jul 15 23:35:27 2008 UTC (15 years, 9 months ago) by dpavlin
File length: 4639 byte(s)
Diff to previous 137
add css just once

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

Revision 134 - (view) (annotate) - [select for diffs]
Modified Tue Jul 15 14:56:28 2008 UTC (15 years, 9 months ago) by dpavlin
File length: 4734 byte(s)
Diff to previous 133
 r153@eeepy:  dpavlin | 2008-07-15 16:56:43 +0200
 - don't call is_required on objects which can't do it
 - display package roles also


Revision 133 - (view) (annotate) - [select for diffs]
Modified Tue Jul 15 13:58:07 2008 UTC (15 years, 9 months ago) by dpavlin
File length: 4452 byte(s)
Diff to previous 128
 r151@eeepy:  dpavlin | 2008-07-15 15:58:25 +0200
 display required attributes as bold with title "required" instead of separate column


Revision 128 - (view) (annotate) - [select for diffs]
Modified Mon Jul 14 23:39:56 2008 UTC (15 years, 9 months ago) by dpavlin
File length: 4426 byte(s)
Diff to previous 124
introspection now shows pod documentation (if any)

Revision 124 - (view) (annotate) - [select for diffs]
Modified Mon Jul 14 22:44:12 2008 UTC (15 years, 9 months ago) by dpavlin
File length: 4227 byte(s)
Diff to previous 121
added superclasses -- and it magically works all op to Moose:Object :-)

It's turtles all the way down! (err, Moose...)

Revision 121 - (view) (annotate) - [select for diffs]
Modified Mon Jul 14 21:22:43 2008 UTC (15 years, 9 months ago) by dpavlin
File length: 3962 byte(s)
Diff to previous 120
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 120 - (view) (annotate) - [select for diffs]
Modified Sun Jul 13 19:46:10 2008 UTC (15 years, 9 months ago) by dpavlin
File length: 4276 byte(s)
Diff to previous 116
cleanup introspection interface

Revision 116 - (view) (annotate) - [select for diffs]
Modified Sun Jul 13 18:01:40 2008 UTC (15 years, 9 months ago) by dpavlin
File length: 4270 byte(s)
Diff to previous 100
fix generation of methods and attributes html

Revision 100 - (view) (annotate) - [select for diffs]
Modified Fri Jul 11 19:19:42 2008 UTC (15 years, 9 months ago) by dpavlin
File length: 4203 byte(s)
Diff to previous 66
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 66 - (view) (annotate) - [select for diffs]
Modified Wed Jul 9 12:08:07 2008 UTC (15 years, 9 months ago) by dpavlin
File length: 5548 byte(s)
Diff to previous 59
moved error catching into Frey::Server

Revision 59 - (view) (annotate) - [select for diffs]
Modified Tue Jul 8 12:19:04 2008 UTC (15 years, 9 months ago) by dpavlin
File length: 5705 byte(s)
Diff to previous 56
don't hide load_class dies

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

- correct loading of modules
- display required attributes

Revision 55 - (view) (annotate) - [select for diffs]
Modified Sat Jul 5 19:00:10 2008 UTC (15 years, 9 months ago) by dpavlin
File length: 5637 byte(s)
Diff to previous 54
remove all usage of Template::Declare [0.05]

- die gracefully if class can't be loaded

Revision 54 - (view) (annotate) - [select for diffs]
Modified Sat Jul 5 16:50:17 2008 UTC (15 years, 9 months ago) by dpavlin
File length: 5467 byte(s)
Diff to previous 53
added methods and attributes

Revision 53 - (view) (annotate) - [select for diffs]
Modified Sat Jul 5 15:19:55 2008 UTC (15 years, 9 months ago) by dpavlin
File length: 4745 byte(s)
Diff to previous 51
huge wapping changes all over the place [0.05]

- begin move to Continuity::Widget instread of Template::Declare
- Frey::Introspection can now mock joose object with accessors

Revision 51 - (view) (annotate) - [select for diffs]
Modified Thu Jul 3 19:51:18 2008 UTC (15 years, 9 months ago) by dpavlin
File length: 3345 byte(s)
Diff to previous 50
introspection of Moose object improvements and class ajax callback

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

Revision 49 - (view) (annotate) - [select for diffs]
Added Wed Jul 2 21:10:57 2008 UTC (15 years, 9 months ago) by dpavlin
File length: 2300 byte(s)
first version of introspection tool which dump joose classes with attributes
version bump [0.03]

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