Repository List
/
Frey
/
trunk
/
lib
/
Frey
/
Pod.pm @ r1133
English
Français
Chinese (Simplified)
Chinese (Traditional)
Blame/Annotate
Checkout
View File
Show last: 20 ,
50
,
100
,
All
Next page
Date
File
Revision
Author
Diff
Revision Log
2009/06/30 15:10:55
1133
1133
dpavlin
HTML
|
TEXT
make classes immutable and remove moose droppings to make Perl::Critic::Moose happy
2009/02/03 21:24:02
1034
1034
dpavlin
HTML
|
TEXT
test Frey::Pod generation and enable split into toc and content
after that, use it in Frey::Introspect to move pod TOC into box
on the right.
2008/12/10 20:27:34
800
800
dpavlin
HTML
|
TEXT
style fixed output with border
2008/12/10 19:34:06
797
797
dpavlin
HTML
|
TEXT
Frey::Class::Refactor::Modify Frey::ClassLoader -> Frey::Class::Loader
2008/12/05 17:25:05
724
724
dpavlin
HTML
|
TEXT
display pod table of content
2008/12/02 22:16:17
694
694
dpavlin
HTML
|
TEXT
removed backtrace from error
2008/12/02 22:06:05
691
691
dpavlin
HTML
|
TEXT
remove old return convention
2008/11/19 15:28:23
455
455
dpavlin
HTML
|
TEXT
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`
2008/11/18 11:45:15
405
405
dpavlin
HTML
|
TEXT
wantarray test for Frey::Pod, but it requires different type
of return parametar istead of relaying on wantarray
2008/11/17 18:04:20
379
379
dpavlin
HTML
|
TEXT
always return hash so that Frey::Run can get page title
2008/11/17 17:11:12
376
376
dpavlin
HTML
|
TEXT
fix links to search.cpan.org perldoc
2008/11/16 16:36:53
358
358
dpavlin
HTML
|
TEXT
if markup returns HASH, assume it's arguments for Frey::Web->page
2008/11/16 15:49:49
356
356
dpavlin
HTML
|
TEXT
Frey::Pod now uses Pod::Find to locate all pods on system
2008/11/16 00:37:34
350
350
dpavlin
HTML
|
TEXT
move error into Frey::Web and use it
2008/11/15 16:29:26
346
346
dpavlin
HTML
|
TEXT
jump to editor from confess errors
2008/11/15 16:11:27
345
345
dpavlin
HTML
|
TEXT
better formatting
2008/11/15 16:10:45
344
344
dpavlin
HTML
|
TEXT
report errors back to browser
2008/11/05 19:13:01
308
308
dpavlin
HTML
|
TEXT
rename all package references to class as Moose calls them [0.18]
2008/11/05 08:21:03
292
292
dpavlin
HTML
|
TEXT
r3134@llin (orig r258): dpavlin | 2008-11-04 21:26:59 +0100
make Frey::Introspect default action if there is no
method specified in url, resulting in major reduction of
html everywhere which is nice
2008/11/05 08:20:45
271
271
dpavlin
r3091@llin (orig r237): dpavlin | 2008-11-01 17:42:17 +0100
better report errors