/[Frey]/trunk/TODO
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/TODO

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 605 - (view) (annotate) - [select for diffs]
Modified Fri Nov 28 21:05:19 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 2863 byte(s)
Diff to previous 598
update

Revision 598 - (view) (annotate) - [select for diffs]
Modified Fri Nov 28 18:29:59 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 2839 byte(s)
Diff to previous 572
generate commit html, but we can't accept multiple commit_path values for now

Revision 572 - (view) (annotate) - [select for diffs]
Modified Thu Nov 27 22:29:34 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 2769 byte(s)
Diff to previous 551
version [0.22]

Revision 551 - (view) (annotate) - [select for diffs]
Modified Thu Nov 27 15:36:19 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 2747 byte(s)
Diff to previous 527
mark warn output done

Revision 527 - (view) (annotate) - [select for diffs]
Modified Wed Nov 26 02:35:59 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 2790 byte(s)
Diff to previous 521
classes can now call add_icon to add custom icon variants
based on generated content or default icons will be assigned

Revision 521 - (view) (annotate) - [select for diffs]
Modified Tue Nov 25 17:23:54 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 2754 byte(s)
Diff to previous 514
mark done

Revision 514 - (view) (annotate) - [select for diffs]
Modified Tue Nov 25 14:06:38 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 2754 byte(s)
Diff to previous 507
rename Frey::Encode -> Frey::Web::Encode in future

Revision 507 - (view) (annotate) - [select for diffs]
Modified Tue Nov 25 00:26:15 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 2711 byte(s)
Diff to previous 504
new add_status to add data to status line (not working fully yet)

Revision 504 - (view) (annotate) - [select for diffs]
Modified Mon Nov 24 22:08:10 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 2669 byte(s)
Diff to previous 482
fix Frey::Action markup for attributes with config values, making code more general and correct

Revision 482 - (view) (annotate) - [select for diffs]
Modified Thu Nov 20 15:23:13 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 2571 byte(s)
Diff to previous 478
color warn output in popup according to number of prefixed hashes (#) 

Revision 478 - (view) (annotate) - [select for diffs]
Modified Thu Nov 20 13:57:46 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 2542 byte(s)
Diff to previous 475
note bug

Revision 475 - (view) (annotate) - [select for diffs]
Modified Thu Nov 20 12:55:06 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 2508 byte(s)
Diff to previous 467
few more ideas

Revision 467 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 19:28:09 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 2332 byte(s)
Diff to previous 463
rename class with experimental script

Revision 463 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 18:07:31 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 2299 byte(s)
Diff to previous 455
version bump [0.21]

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: 2292 byte(s)
Diff to previous 454
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 454 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 14:39:10 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 2239 byte(s)
Diff to previous 442
prefix runnable methods with as_ so we can have input parameters of same
type as one of possible outputs with something like:

perl -p -i -n -e 's/sub sponge/sub as_sponge/' `grep -lr 'sub sponge' lib`

Revision 442 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 02:08:18 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 2149 byte(s)
Diff to previous 436
fix pipe and note bug

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: 2094 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: 1986 byte(s)
Diff to previous 407
version bump [0.19]

Revision 407 - (view) (annotate) - [select for diffs]
Modified Tue Nov 18 12:02:57 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 1964 byte(s)
Diff to previous 406
platform-specific editor stuff is not in Frey::Editor

Revision 406 - (view) (annotate) - [select for diffs]
Modified Tue Nov 18 11:53:58 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 1908 byte(s)
Diff to previous 405
edit any line from source view

Revision 405 - (view) (annotate) - [select for diffs]
Modified Tue Nov 18 11:45:15 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 1875 byte(s)
Diff to previous 395
wantarray test for Frey::Pod, but it requires different type
of return parametar istead of relaying on wantarray

Revision 395 - (view) (annotate) - [select for diffs]
Modified Tue Nov 18 01:43:52 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 1772 byte(s)
Diff to previous 386
mark few things done

Revision 386 - (view) (annotate) - [select for diffs]
Modified Mon Nov 17 22:40:22 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 1772 byte(s)
Diff to previous 369
fix Frey::Action->param_form second invication which mungled params with config values
which was result of implementation of default values which are returned if invoked in
array context.

Revision 369 - (view) (annotate) - [select for diffs]
Modified Mon Nov 17 14:37:48 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 1683 byte(s)
Diff to previous 356
move form params generation into Frey::Action to share between Frey::Run and Frey::Pipe

Revision 356 - (view) (annotate) - [select for diffs]
Modified Sun Nov 16 15:49:49 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 1593 byte(s)
Diff to previous 351
Frey::Pod now uses Pod::Find to locate all pods on system

Revision 351 - (view) (annotate) - [select for diffs]
Modified Sun Nov 16 13:01:56 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 1533 byte(s)
Diff to previous 346
dispatch which method to invoke to Frey::Run

Revision 346 - (view) (annotate) - [select for diffs]
Modified Sat Nov 15 16:29:26 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 1533 byte(s)
Diff to previous 338
jump to editor from confess errors

Revision 338 - (view) (annotate) - [select for diffs]
Modified Sat Nov 8 23:33:55 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 1402 byte(s)
Diff to previous 336
note another missing feature

Revision 336 - (view) (annotate) - [select for diffs]
Modified Sat Nov 8 23:03:35 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 1355 byte(s)
Diff to previous 331
merge required attributes to get default values, but this
is really temporary workaround for bug in Frey::PPI

Revision 331 - (view) (annotate) - [select for diffs]
Modified Sat Nov 8 16:12:39 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 1306 byte(s)
Diff to previous 321
implement PPI parser to get default attribute_order

Revision 321 - (view) (annotate) - [select for diffs]
Modified Thu Nov 6 16:43:41 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 1306 byte(s)
Diff to previous 310
PPI note

Revision 310 - (view) (annotate) - [select for diffs]
Modified Wed Nov 5 19:57:49 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 1220 byte(s)
Diff to previous 309
annotate methods with role from which method came

Revision 309 - (view) (annotate) - [select for diffs]
Modified Wed Nov 5 19:26:34 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 1220 byte(s)
Diff to previous 308
few more things to do before first real release

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: 1065 byte(s)
Diff to previous 302
rename all package references to class as Moose calls them [0.18]

Revision 302 - (view) (annotate) - [select for diffs]
Modified Wed Nov 5 09:50:37 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 997 byte(s)
Diff to previous 223
GeoRSS example to assimilate (err, integrate)

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

Revision 208 - (view) (annotate) - [select for diffs]
Modified Fri Oct 31 16:01:17 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 887 byte(s)
Diff to previous 195
note YUI compressor as worth-while addition

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: 784 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: 718 byte(s)
Diff to previous 176
- extracted running of class into Frey::Run which now create real page
- version bump [0.15]

Revision 176 - (view) (annotate) - [select for diffs]
Modified Sun Aug 31 14:50:40 2008 UTC (15 years, 7 months ago) by dpavlin
File length: 758 byte(s)
Diff to previous 174
few more things to do

Revision 174 - (view) (annotate) - [select for diffs]
Modified Sat Aug 16 13:03:44 2008 UTC (15 years, 7 months ago) by dpavlin
File length: 662 byte(s)
Diff to previous 172
split types in own package, and added note about redundant
code with MooseX::Types::URI (which I can't use correctly it seems)

Revision 172 - (view) (annotate) - [select for diffs]
Modified Sat Aug 16 00:19:25 2008 UTC (15 years, 7 months ago) by dpavlin
File length: 596 byte(s)
Diff to previous 161
point to think about

Revision 161 - (view) (annotate) - [select for diffs]
Modified Thu Jul 17 19:33:51 2008 UTC (15 years, 8 months ago) by dpavlin
File length: 543 byte(s)
Diff to previous 158
inline css and javascript smaller than some size (by default, 10k)

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: 543 byte(s)
Diff to previous 155
generate "static" html pages from methods with markup call [0.14]

Revision 155 - (view) (annotate) - [select for diffs]
Modified Thu Jul 17 17:08:15 2008 UTC (15 years, 8 months ago) by dpavlin
File length: 475 byte(s)
Diff to previous 153
mental note to consider usage of Scope::Guard if needed

Revision 153 - (view) (annotate) - [select for diffs]
Modified Wed Jul 16 23:21:19 2008 UTC (15 years, 8 months ago) by dpavlin
File length: 414 byte(s)
Diff to previous 149
label editor which save to yaml on disk and use it

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: 373 byte(s)
Diff to previous 142
partially working label editor in ObjectDesigner -- no save yet! [0.13]

Revision 142 - (view) (annotate) - [select for diffs]
Modified Wed Jul 16 14:14:18 2008 UTC (15 years, 8 months ago) by dpavlin
File length: 343 byte(s)
Diff to previous 137
skeleton of reload functionality, non-working for now

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: 249 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: 221 byte(s)
Diff to previous 111
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 111 - (view) (annotate) - [select for diffs]
Modified Sun Jul 13 16:17:34 2008 UTC (15 years, 8 months ago) by dpavlin
File length: 124 byte(s)
Diff to previous 33
implemented pager for collection [0.10]

Revision 33 - (view) (annotate) - [select for diffs]
Modified Sun Jun 29 20:53:37 2008 UTC (15 years, 9 months ago) by dpavlin
File length: 109 byte(s)
Diff to previous 23
goals

Revision 23 - (view) (annotate) - [select for diffs]
Modified Sun Jun 29 16:24:41 2008 UTC (15 years, 9 months ago) by dpavlin
File length: 39 byte(s)
Diff to previous 22
another major refactor and version bump [0.01]

- return 404 errors for resources which doesn't exist
- move HTML page wrapper is now in Fray::HTML->page
- dispatch to defined Template::Declare templates
- display available templates on status screen
- NOTE very clean and unobfuscated mapping
- a bits of documentation all over the place

Revision 22 - (view) (annotate) - [select for diffs]
Added Sun Jun 29 15:40:26 2008 UTC (15 years, 9 months ago) by dpavlin
File length: 20 byte(s)
task at hand...

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