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

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1175 - (view) (annotate) - [select for diffs]
Modified Mon Jul 6 20:27:57 2009 UTC (14 years, 8 months ago) by dpavlin
File length: 11257 byte(s)
Diff to previous 1171 , to selected 372
adaptive length of input type=text on form using new form_value_len
which is implemented by App class

Revision 1171 - (view) (annotate) - [select for diffs]
Modified Sun Jul 5 21:25:25 2009 UTC (14 years, 8 months ago) by dpavlin
File length: 10611 byte(s)
Diff to previous 1164 , to selected 372
add around title to setup application title

Revision 1164 - (view) (annotate) - [select for diffs]
Modified Thu Jul 2 17:59:56 2009 UTC (14 years, 8 months ago) by dpavlin
File length: 10549 byte(s)
Diff to previous 1162 , to selected 372
support submit button label

Revision 1162 - (view) (annotate) - [select for diffs]
Modified Thu Jul 2 17:49:04 2009 UTC (14 years, 8 months ago) by dpavlin
File length: 10471 byte(s)
Diff to previous 1161 , to selected 372
added required-filled class for required fields which are filled in

Revision 1161 - (view) (annotate) - [select for diffs]
Modified Thu Jul 2 16:53:39 2009 UTC (14 years, 8 months ago) by dpavlin
File length: 10258 byte(s)
Diff to previous 1160 , to selected 372
added form_header and form_footer callbacks

Revision 1160 - (view) (annotate) - [select for diffs]
Modified Thu Jul 2 15:56:40 2009 UTC (14 years, 8 months ago) by dpavlin
File length: 10089 byte(s)
Diff to previous 1142 , to selected 372
added form_labels to actions so you can override displayed text

Revision 1142 - (view) (annotate) - [select for diffs]
Modified Wed Jul 1 12:23:58 2009 UTC (14 years, 9 months ago) by dpavlin
File length: 9841 byte(s)
Diff to previous 1133 , to selected 372
fix XXX_available and render_XXX

Revision 1133 - (view) (annotate) - [select for diffs]
Modified Tue Jun 30 15:10:55 2009 UTC (14 years, 9 months ago) by dpavlin
File length: 9785 byte(s)
Diff to previous 1119 , to selected 372
make classes immutable and remove moose droppings to make Perl::Critic::Moose happy

Revision 1119 - (view) (annotate) - [select for diffs]
Modified Tue Jun 30 10:09:43 2009 UTC (14 years, 9 months ago) by dpavlin
File length: 9744 byte(s)
Diff to previous 1113 , to selected 372
render Email as input type=text

Revision 1113 - (view) (annotate) - [select for diffs]
Modified Mon Jun 29 18:25:33 2009 UTC (14 years, 9 months ago) by dpavlin
File length: 9738 byte(s)
Diff to previous 1108 , to selected 372
fix critique

Revision 1108 - (view) (annotate) - [select for diffs]
Modified Mon Jun 29 16:46:03 2009 UTC (14 years, 9 months ago) by dpavlin
File length: 9597 byte(s)
Diff to previous 1102 , to selected 372
show fields with filled-in values, mark required fields with css border

Revision 1102 - (view) (annotate) - [select for diffs]
Modified Sun Jun 28 23:09:47 2009 UTC (14 years, 9 months ago) by dpavlin
File length: 9470 byte(s)
Diff to previous 1101 , to selected 372
added bottom padding to fieldset

Revision 1101 - (view) (annotate) - [select for diffs]
Modified Sun Jun 28 23:08:02 2009 UTC (14 years, 9 months ago) by dpavlin
File length: 9445 byte(s)
Diff to previous 1085 , to selected 372
implemented fieldset for attributes which begin with same prefix

Revision 1085 - (view) (annotate) - [select for diffs]
Modified Sun Jun 28 14:05:08 2009 UTC (14 years, 9 months ago) by dpavlin
File length: 8711 byte(s)
Diff to previous 1079 , to selected 372
display undef value only if field is not required

Revision 1079 - (view) (annotate) - [select for diffs]
Modified Thu Jun 4 20:30:24 2009 UTC (14 years, 9 months ago) by dpavlin
File length: 8687 byte(s)
Diff to previous 978 , to selected 372
implement name_available as simple tab delimited list of values and display for select_values

Revision 978 - (view) (annotate) - [select for diffs]
Modified Fri Jan 9 23:17:23 2009 UTC (15 years, 2 months ago) by dpavlin
File length: 8302 byte(s)
Diff to previous 976 , to selected 372
another checkboxes fix, hopefully last :-)

Revision 976 - (view) (annotate) - [select for diffs]
Modified Fri Jan 9 21:50:21 2009 UTC (15 years, 2 months ago) by dpavlin
File length: 8319 byte(s)
Diff to previous 975 , to selected 372
fix checkbox values for bool

Revision 975 - (view) (annotate) - [select for diffs]
Modified Fri Jan 9 21:30:06 2009 UTC (15 years, 2 months ago) by dpavlin
File length: 8324 byte(s)
Diff to previous 950 , to selected 372
display required fields in bold, support spaces in labels (_)

Revision 950 - (view) (annotate) - [select for diffs]
Modified Tue Jan 6 23:42:59 2009 UTC (15 years, 2 months ago) by dpavlin
File length: 7931 byte(s)
Diff to previous 940 , to selected 372
radio buttons with free-form enter supported

Revision 940 - (view) (annotate) - [select for diffs]
Modified Tue Jan 6 13:18:43 2009 UTC (15 years, 2 months ago) by dpavlin
File length: 7196 byte(s)
Diff to previous 832 , to selected 372
implement render_column as type of field to render in params form

Revision 832 - (view) (annotate) - [select for diffs]
Modified Sat Dec 13 16:37:07 2008 UTC (15 years, 3 months ago) by dpavlin
File length: 6908 byte(s)
Diff to previous 783 , to selected 372
 r919@eeepy:  dpavlin | 2008-12-13 17:35:22 +0100
 render attributes with text in name as textarea


Revision 783 - (view) (annotate) - [select for diffs]
Modified Tue Dec 9 20:31:43 2008 UTC (15 years, 3 months ago) by dpavlin
File length: 6888 byte(s)
Diff to previous 782 , to selected 372
 r3642@llin (orig r761):  dpavlin | 2008-12-09 21:19:44 +0100
 support missing configuration parametars correctly


Revision 782 - (view) (annotate) - [select for diffs]
Modified Tue Dec 9 20:31:42 2008 UTC (15 years, 3 months ago) by dpavlin
File length: 6853 byte(s)
Diff to previous 780 , to selected 372
 r3641@llin (orig r760):  dpavlin | 2008-12-09 21:11:47 +0100
 but <br>s between radio buttons if they are longer than input_step_size
 


Revision 780 - (view) (annotate) - [select for diffs]
Modified Tue Dec 9 20:31:41 2008 UTC (15 years, 3 months ago) by dpavlin
File length: 6394 byte(s)
Diff to previous 768 , to selected 372
 r3639@llin (orig r758):  dpavlin | 2008-12-09 20:08:27 +0100
 resize input fields in steps


Revision 768 - (view) (annotate) - [select for diffs]
Modified Tue Dec 9 20:31:30 2008 UTC (15 years, 3 months ago) by dpavlin
File length: 6135 byte(s)
Diff to previous 734 , to selected 372
 r3627@llin (orig r746):  dpavlin | 2008-12-07 02:33:37 +0100
 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 734 - (view) (annotate) - [select for diffs]
Modified Sat Dec 6 00:57:49 2008 UTC (15 years, 3 months ago) by dpavlin
File length: 6366 byte(s)
Diff to previous 731 , to selected 372
turn short lists to radio boxes

Revision 731 - (view) (annotate) - [select for diffs]
Modified Sat Dec 6 00:25:19 2008 UTC (15 years, 3 months ago) by dpavlin
File length: 6055 byte(s)
Diff to previous 715 , to selected 372
implement CSS2 form layout and support for undef (action support is still broken)

Revision 715 - (view) (annotate) - [select for diffs]
Modified Thu Dec 4 17:33:39 2008 UTC (15 years, 3 months ago) by dpavlin
File length: 5157 byte(s)
Diff to previous 708 , to selected 372
hide _private attributes

Revision 708 - (view) (annotate) - [select for diffs]
Modified Wed Dec 3 22:23:26 2008 UTC (15 years, 3 months ago) by dpavlin
File length: 5127 byte(s)
Diff to previous 645 , to selected 372
dump html content in textarea

Revision 645 - (view) (annotate) - [select for diffs]
Modified Sun Nov 30 16:22:45 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 5094 byte(s)
Diff to previous 640 , to selected 372
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, 4 months ago) by dpavlin
File length: 4578 byte(s)
Diff to previous 595 , to selected 372
fix checkboxes with this cleanup

Revision 595 - (view) (annotate) - [select for diffs]
Modified Fri Nov 28 17:18:56 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 4520 byte(s)
Diff to previous 510 , to selected 372
fix action popup

Revision 510 - (view) (annotate) - [select for diffs]
Modified Tue Nov 25 13:38:53 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 4537 byte(s)
Diff to previous 509 , to selected 372
correct default for all attributes

Revision 509 - (view) (annotate) - [select for diffs]
Modified Tue Nov 25 01:00:16 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 4536 byte(s)
Diff to previous 507 , to selected 372
turn Bool into checkbox

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: 4394 byte(s)
Diff to previous 504 , to selected 372
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: 4400 byte(s)
Diff to previous 480 , to selected 372
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, 4 months ago) by dpavlin
File length: 4342 byte(s)
Diff to previous 469 , to selected 372
create editor links

Revision 469 - (view) (annotate) - [select for diffs]
Modified Thu Nov 20 10:50:28 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 4325 byte(s)
Diff to previous 440 , to selected 372
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, 4 months ago) by dpavlin
File length: 4265 byte(s)
Diff to previous 435 , to selected 372
fix to run roles

Revision 435 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 01:25:40 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 4248 byte(s)
Diff to previous 430 , to selected 372
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, 4 months ago) by dpavlin
File length: 4353 byte(s)
Diff to previous 414 , to selected 372
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, 4 months ago) by dpavlin
File length: 4248 byte(s)
Diff to previous 399 , to selected 372
decrease output without debug

Revision 399 - (view) (annotate) - [select for diffs]
Modified Tue Nov 18 02:15:11 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 4227 byte(s)
Diff to previous 390 , to selected 372
fix attr_type

Revision 390 - (view) (annotate) - [select for diffs]
Modified Tue Nov 18 00:54:10 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 4226 byte(s)
Diff to previous 386 , to selected 372
dump params in status bar

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: 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) - [selected]
Modified Mon Nov 17 15:42:12 2008 UTC (15 years, 4 months ago) by dpavlin
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, 4 months ago) by dpavlin
File length: 3241 byte(s)
Diff to selected 372
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