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

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 746 - (view) (annotate) - [select for diffs]
Modified Sun Dec 7 01:33:37 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 6135 byte(s)
Diff to previous 738
Blame Newspeak for this: removed all action stuff because we don't really need it.

Since we do double round trips with whole state to browser and back, it's enough just to separate second step into own package and put that into form action :-)


Revision 738 - (view) (annotate) - [select for diffs]
Modified Sat Dec 6 15:29:10 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 6366 byte(s)
Diff to previous 702
 r3584@llin (orig r703):  dpavlin | 2008-12-03 22:24:09 +0100
 rename
 r3585@llin (orig r704):  dpavlin | 2008-12-03 22:26:29 +0100
 document bin/log.sh
 r3586@llin (orig r705):  dpavlin | 2008-12-03 22:36:12 +0100
 fix paths for created class
 r3587@llin (orig r706):  dpavlin | 2008-12-03 22:52:49 +0100
 http://upload.wikimedia.org/wikipedia/commons/0/05/WikEd_fix_html.png
 r3588@llin (orig r707):  dpavlin | 2008-12-03 23:20:46 +0100
 last point for 0.24 and forward
 r3589@llin (orig r708):  dpavlin | 2008-12-03 23:23:26 +0100
 dump html content in textarea
 r3590@llin (orig r709):  dpavlin | 2008-12-03 23:24:19 +0100
 Cleanup all attributes from html
 r3591@llin (orig r710):  dpavlin | 2008-12-04 14:26:57 +0100
 added cookie killer described on my blog at
 http://blog.rot13.org/2006/11/clean_all_http_cookies_and_kill_session.html
 r3592@llin (orig r711):  dpavlin | 2008-12-04 17:02:09 +0100
 add created classes to svk by default
 r3593@llin (orig r712):  dpavlin | 2008-12-04 17:02:57 +0100
 convert form to post, so we don't have double action on next submit (one from get, one from post)
 r3594@llin (orig r713):  dpavlin | 2008-12-04 17:17:48 +0100
 add SlideShare favourites url
 r3595@llin (orig r714):  dpavlin | 2008-12-04 17:28:31 +0100
 fix dependency display
 r3596@llin (orig r715):  dpavlin | 2008-12-04 18:33:39 +0100
 hide _private attributes
 r3597@llin (orig r716):  dpavlin | 2008-12-04 18:35:12 +0100
 separate results_as_data from as_markup to make data reusable
 r3598@llin (orig r717):  dpavlin | 2008-12-04 18:55:27 +0100
 Split run to own line
 r3599@llin (orig r718):  dpavlin | 2008-12-04 19:33:25 +0100
 use_ok correct test
 r3600@llin (orig r719):  dpavlin | 2008-12-04 19:39:37 +0100
 wrap File::Slurp into Frey::File
 r3601@llin (orig r720):  dpavlin | 2008-12-04 21:20:45 +0100
 move checkbox to Frey::Web, fix multiple file commit
 r3602@llin (orig r721):  dpavlin | 2008-12-04 23:31:06 +0100
 fix Frey::File
 r3603@llin (orig r722):  dpavlin | 2008-12-04 23:37:26 +0100
 concepts
 r3604@llin (orig r723):  dpavlin | 2008-12-05 00:09:52 +0100
 mode pod
 r3605@llin (orig r724):  dpavlin | 2008-12-05 18:25:05 +0100
 display pod table of content
 r3606@llin (orig r725):  dpavlin | 2008-12-05 18:33:01 +0100
 fix warnings and take title for icon if it's not specified
 r3607@llin (orig r726):  dpavlin | 2008-12-05 18:34:10 +0100
 Fix output wrapping
 r3608@llin (orig r727):  dpavlin | 2008-12-05 18:34:43 +0100
 sort methods and attributes
 r3609@llin (orig r728):  dpavlin | 2008-12-06 01:19:32 +0100
 support check of single file
 r3610@llin (orig r729):  dpavlin | 2008-12-06 01:20:20 +0100
 more documentation, unfinished
 r3611@llin (orig r730):  dpavlin | 2008-12-06 01:21:36 +0100
 version bump [0.24]
 r3612@llin (orig r731):  dpavlin | 2008-12-06 01:25:19 +0100
 implement CSS2 form layout and support for undef (action support is still broken)
 r3613@llin (orig r732):  dpavlin | 2008-12-06 01:26:12 +0100
 simple two step action as still non-working prototype
 r3614@llin (orig r733):  dpavlin | 2008-12-06 01:43:29 +0100
 change yaml dump format, cleanup
 r3615@llin (orig r734):  dpavlin | 2008-12-06 01:57:49 +0100
 turn short lists to radio boxes
 r3616@llin (orig r735):  dpavlin | 2008-12-06 13:22:36 +0100
 css for documentation, always re-create introspect yaml
 r3617@llin (orig r736):  dpavlin | 2008-12-06 15:34:41 +0100
 put documentation in own line
 r3618@llin (orig r737):  dpavlin | 2008-12-06 15:35:15 +0100
 make commit form transparent so we can see diff behind it


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

Revision 645 - (view) (annotate) - [select for diffs]
Modified Sun Nov 30 16:22:45 2008 UTC (15 years, 5 months ago) by dpavlin
Original Path: trunk/lib/Frey/Action.pm
File length: 5094 byte(s)
Diff to previous 640
some work on support for checkboxes and default values,
still incomplete and untested

Revision 640 - (view) (annotate) - [select for diffs]
Modified Sun Nov 30 15:13:32 2008 UTC (15 years, 5 months ago) by dpavlin
Original Path: trunk/lib/Frey/Action.pm
File length: 4578 byte(s)
Diff to previous 595
fix checkboxes with this cleanup

Revision 595 - (view) (annotate) - [select for diffs]
Modified Fri Nov 28 17:18:56 2008 UTC (15 years, 5 months ago) by dpavlin
Original Path: trunk/lib/Frey/Action.pm
File length: 4520 byte(s)
Diff to previous 510
fix action popup

Revision 510 - (view) (annotate) - [select for diffs]
Modified Tue Nov 25 13:38:53 2008 UTC (15 years, 5 months ago) by dpavlin
Original Path: trunk/lib/Frey/Action.pm
File length: 4537 byte(s)
Diff to previous 509
correct default for all attributes

Revision 509 - (view) (annotate) - [select for diffs]
Modified Tue Nov 25 01:00:16 2008 UTC (15 years, 5 months ago) by dpavlin
Original Path: trunk/lib/Frey/Action.pm
File length: 4536 byte(s)
Diff to previous 507
turn Bool into checkbox

Revision 507 - (view) (annotate) - [select for diffs]
Modified Tue Nov 25 00:26:15 2008 UTC (15 years, 5 months ago) by dpavlin
Original Path: trunk/lib/Frey/Action.pm
File length: 4394 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, 5 months ago) by dpavlin
Original Path: trunk/lib/Frey/Action.pm
File length: 4400 byte(s)
Diff to previous 480
fix Frey::Action markup for attributes with config values, making code more general and correct

Revision 480 - (view) (annotate) - [select for diffs]
Modified Thu Nov 20 14:39:43 2008 UTC (15 years, 5 months ago) by dpavlin
Original Path: trunk/lib/Frey/Action.pm
File length: 4342 byte(s)
Diff to previous 469
create editor links

Revision 469 - (view) (annotate) - [select for diffs]
Modified Thu Nov 20 10:50:28 2008 UTC (15 years, 5 months ago) by dpavlin
Original Path: trunk/lib/Frey/Action.pm
File length: 4325 byte(s)
Diff to previous 440
don't ask for lazy params in form

Revision 440 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 01:56:12 2008 UTC (15 years, 5 months ago) by dpavlin
Original Path: trunk/lib/Frey/Action.pm
File length: 4265 byte(s)
Diff to previous 435
fix to run roles

Revision 435 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 01:25:40 2008 UTC (15 years, 5 months ago) by dpavlin
Original Path: trunk/lib/Frey/Action.pm
File length: 4248 byte(s)
Diff to previous 430
revert 3311 which broke required params for actions

svk cat -r 3310 lib/Frey/Action.pm > lib/Frey/Action.pm

Revision 430 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 00:39:23 2008 UTC (15 years, 5 months ago) by dpavlin
Original Path: trunk/lib/Frey/Action.pm
File length: 4353 byte(s)
Diff to previous 414
rewrite required fields to be more robust

Revision 414 - (view) (annotate) - [select for diffs]
Modified Tue Nov 18 14:15:45 2008 UTC (15 years, 5 months ago) by dpavlin
Original Path: trunk/lib/Frey/Action.pm
File length: 4248 byte(s)
Diff to previous 399
decrease output without debug

Revision 399 - (view) (annotate) - [select for diffs]
Modified Tue Nov 18 02:15:11 2008 UTC (15 years, 5 months ago) by dpavlin
Original Path: trunk/lib/Frey/Action.pm
File length: 4227 byte(s)
Diff to previous 390
fix attr_type

Revision 390 - (view) (annotate) - [select for diffs]
Modified Tue Nov 18 00:54:10 2008 UTC (15 years, 5 months ago) by dpavlin
Original Path: trunk/lib/Frey/Action.pm
File length: 4226 byte(s)
Diff to previous 386
dump params in status bar

Revision 386 - (view) (annotate) - [select for diffs]
Modified Mon Nov 17 22:40:22 2008 UTC (15 years, 5 months ago) by dpavlin
Original Path: trunk/lib/Frey/Action.pm
File length: 4330 byte(s)
Diff to previous 372
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 372 - (view) (annotate) - [select for diffs]
Modified Mon Nov 17 15:42:12 2008 UTC (15 years, 5 months ago) by dpavlin
Original Path: trunk/lib/Frey/Action.pm
File length: 3621 byte(s)
Diff to previous 369
display documentation as title of label and
type of attribute as title of input field

Revision 369 - (view) (annotate) - [select for diffs]
Added Mon Nov 17 14:37:48 2008 UTC (15 years, 5 months ago) by dpavlin
Original Path: trunk/lib/Frey/Action.pm
File length: 3241 byte(s)
move form params generation into Frey::Action to share between Frey::Run and Frey::Pipe

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