/[Frey]/branches/no-pager/lib/Frey/Designer.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 /branches/no-pager/lib/Frey/Designer.pm

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 762 - (view) (annotate) - [select for diffs]
Modified Tue Dec 9 20:28:33 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 2552 byte(s)
Diff to previous 702 , to selected 203
Frey::Designer -> Frey::HTML::Designer

Revision 702 - (view) (annotate) - [select for diffs]
Modified Wed Dec 3 21:12:43 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 2540 byte(s)
Diff to previous 455 , to selected 203
branch for no-pager integration

Revision 455 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 15:28:23 2008 UTC (15 years, 5 months ago) by dpavlin
Original Path: trunk/lib/Frey/Designer.pm
File length: 2540 byte(s)
Diff to previous 319 , to selected 203
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 319 - (view) (annotate) - [select for diffs]
Modified Wed Nov 5 22:11:17 2008 UTC (15 years, 6 months ago) by dpavlin
Original Path: trunk/lib/Frey/Designer.pm
File length: 2537 byte(s)
Diff to previous 224 , to selected 203
converted to markup

Revision 224 - (view) (annotate) - [select for diffs]
Modified Sat Nov 1 00:58:24 2008 UTC (15 years, 6 months ago) by dpavlin
Original Path: trunk/lib/Frey/Designer.pm
File length: 2601 byte(s)
Diff to previous 213 , to selected 203
role to implement mkbasepath

Revision 213 - (view) (annotate) - [select for diffs]
Modified Fri Oct 31 19:51:51 2008 UTC (15 years, 6 months ago) by dpavlin
Original Path: trunk/lib/Frey/Designer.pm
File length: 2663 byte(s)
Diff to previous 203
rest of rename from html -> request

Revision 203 - (view) (annotate) - [selected]
Modified Thu Oct 30 17:53:09 2008 UTC (15 years, 6 months ago) by dpavlin
Original Path: trunk/lib/Frey/Designer.pm
File length: 2660 byte(s)
Diff to previous 201
fix path creation

Revision 201 - (view) (annotate) - [select for diffs]
Modified Tue Oct 28 22:13:08 2008 UTC (15 years, 6 months ago) by dpavlin
Original Path: trunk/lib/Frey/Designer.pm
File length: 2642 byte(s)
Diff to previous 196 , to selected 203
split out bookmarklet into own package and added MODIv2

Revision 196 - (view) (annotate) - [select for diffs]
Modified Tue Oct 28 19:34:10 2008 UTC (15 years, 6 months ago) by dpavlin
Original Path: trunk/lib/Frey/Designer.pm
File length: 3010 byte(s)
Diff to previous 195 , to selected 203
resolve links in page to original content using HTML::ResolveLink

Revision 195 - (view) (annotate) - [select for diffs]
Modified Tue Oct 28 18:33:53 2008 UTC (15 years, 6 months ago) by dpavlin
Original Path: trunk/lib/Frey/Designer.pm
File length: 2737 byte(s)
Diff to previous 175 , to selected 203
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 175 - (view) (annotate) - [select for diffs]
Modified Sat Aug 16 23:37:42 2008 UTC (15 years, 8 months ago) by dpavlin
Original Path: trunk/lib/Frey/Designer.pm
File length: 2777 byte(s)
Diff to previous 174 , to selected 203
XPATH extractor bookmarklet

Revision 174 - (view) (annotate) - [select for diffs]
Modified Sat Aug 16 13:03:44 2008 UTC (15 years, 8 months ago) by dpavlin
Original Path: trunk/lib/Frey/Designer.pm
File length: 2354 byte(s)
Diff to previous 166 , to selected 203
split types in own package, and added note about redundant
code with MooseX::Types::URI (which I can't use correctly it seems)

Revision 166 - (view) (annotate) - [select for diffs]
Modified Mon Aug 11 19:32:29 2008 UTC (15 years, 8 months ago) by dpavlin
Original Path: trunk/lib/Frey/Designer.pm
File length: 2551 byte(s)
Diff to previous 164 , to selected 203
added mirror attribute (false by default)
example of html modification with pQuery, but it destroys my html :-\

Revision 164 - (view) (annotate) - [select for diffs]
Added Sun Aug 10 16:01:07 2008 UTC (15 years, 9 months ago) by dpavlin
Original Path: trunk/lib/Frey/Designer.pm
File length: 2196 byte(s)
Diff to selected 203
begining of pQuery based designer

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