aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Document make_context_closure().mateu2009-07-281-0/+39
| |
| * working example on ComponentUIwreis2009-07-313-0/+75
| |
| * factoring out for field args from Collection::Gridwreis2009-07-312-75/+134
| |
| * fixes for base collection widget+templatewreis2009-07-313-9/+18
| |
| * fixes for templateswreis2009-07-293-5/+9
| |
| * Object consumes Action and Collection consumes Pager and Action, so ↵wreis2009-07-2714-153/+43
| | | | | | | | Member::WithActions go away
| * branching for cleanups on collection-groupwreis2009-07-270-0/+0
|/
* loading Config::Any in Reaction::UI::Skinedenc2009-07-231-0/+1
|
* added exists event to Field::Mutable::File layout, this makes the ↵edenc2009-07-131-0/+5
| | | | $c->req->upload hack work
* add some comments in case someone has a hissy fit about MVC blah blahgroditi2009-07-111-0/+12
|
* wire layout_args, which was somehow never connected to the mixgroditi2009-07-117-4/+43
|
* do not override custom location in push_viewportgroditi2009-07-112-7/+6
|
* String fragment viewportgroditi2009-07-106-6/+85
|
* fixed coercion warningedenc2009-07-101-1/+1
|
* use more MooseX::Types and support actionattribute in Action vp to ↵groditi2009-07-0834-120/+151
| | | | explicitly provide the URI to post to
* changed search api to less magic but working versionphaylon2009-06-291-8/+27
|
* Fix typo for attribute declaration in Reaction::UI::Skinxinming2009-06-271-1/+1
| | | | required, not requred.
* Fix mis-use of span within fieldset.xinming2009-06-222-3/+3
| | | | | | | | | | | | div and span is inter-changable as they can be styled via css, But we should really use div element within fieldset instead of span element by default. I believe using div here is the sane default. ;-) below urls are for references: http://www.learnwebdesignonline.com/htmlcourse/span-div.htm http://archive.thedevweb.com/2007/0502.html
* Add Reaction::Manual::Unicode.xinming2009-06-221-0/+48
|
* throw more helpful errorsgroditi2009-06-161-2/+7
|
* fix mismatched package names in PODgroditi2009-05-2618-17/+20
|
* r27792@martha (orig r1097): groditi | 2009-05-26 10:17:32 -0400groditi2009-05-262-3/+52
|\ | | | | | | | | POD for Order role
| * POD for Order rolegroditi2009-05-262-3/+52
| |
* | r27789@martha (orig r1094): groditi | 2009-05-06 11:58:22 -0400groditi2009-05-268-26/+88
|\| | | | | | | | | order_by fixes including enable_order_by and coerce_order_by
| * order_by fixes including enable_order_by and coerce_order_bygroditi2009-05-068-26/+88
| |
| * initial branch createdgroditi2009-05-060-0/+0
| |
* | Fix tutorial typo.rafl2009-05-111-1/+1
| | | | | | | | Courtesy of mateu++.
* | s/namespace::\Kclean/autoclean/ for the manual.rafl2009-05-113-16/+15
|/
* changes for 0.002000, thank you xinming for reminding me, I'm a fucking idiotmatthewt2009-04-3011-22/+17
|
* bumped dep versionsedenc2009-04-201-37/+37
|
* factor out metaclass info into roles for compatibilitymatthewt2009-04-205-71/+130
|
* Get rid of deprecated methods in Class::MOP (and depend on newest Moose)lbr2009-04-196-7/+7
|
* added some asciio diagrams, still need some work (Skin entity, etc.)phaylon2009-04-164-1/+83
|
* glossary updatesphaylon2009-04-101-4/+203
|
* also added meta_info/http_header example to componentui appphaylon2009-04-071-0/+5
|
* added meta_info/http_header viewport option example to tutorial (abraxxa++)phaylon2009-04-071-0/+5
|
* layout option for action_prototypeswreis2009-03-311-0/+2
|
* shallow copying req->paramswreis2009-03-301-1/+1
|
* yet another depwreis2009-03-301-0/+1
|
* updating depswreis2009-03-301-0/+1
|
* r3185@gomorrah (orig r1074): phaylon | 2009-03-27 03:40:02 +0100phaylon2009-03-3012-0/+381
|\ | | | | | | | | search spec components factored out of T365
| * search spec components factored out of T365phaylon2009-03-2712-0/+381
| |
| * r3156@gomorrah (orig r1065): timbunce | 2009-03-25 15:57:59 +0100phaylon2009-03-274-46/+84
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add test_requires 'Test::WWW::Mechanize::Catalyst' r3157@gomorrah (orig r1066): timbunce | 2009-03-25 16:17:44 +0100 Add Skin and Layout headings to Glossary r3158@gomorrah (orig r1067): timbunce | 2009-03-25 16:55:49 +0100 Make life simpler for those following the tutoria: Add mkdir command to pre-create the directories Add C<lib/MyApp/....pm> to those sections that didn't have it (for copy-n-paste) r3159@gomorrah (orig r1068): timbunce | 2009-03-26 11:17:04 +0100 Sort list of pre-reqs r3160@gomorrah (orig r1069): timbunce | 2009-03-26 12:40:24 +0100 Update pre-reqs. r3161@gomorrah (orig r1070): timbunce | 2009-03-26 13:19:38 +0100 Minor tweaks to tutorial r3162@gomorrah (orig r1071): timbunce | 2009-03-26 17:31:34 +0100 More items for glossary. Improve layout for RenderPage manual and add a few notes.
| * | search spec branchphaylon2009-03-260-0/+0
| | |
* | | fixed pod typos (abraxxa++)phaylon2009-03-302-2/+2
| |/ |/|
* | More items for glossary.timbunce2009-03-262-20/+37
| | | | | | | | | | Improve layout for RenderPage manual and add a few notes.
* | Minor tweaks to tutorialtimbunce2009-03-261-2/+6
| |
* | Update pre-reqs.timbunce2009-03-261-12/+15
| |
* | Sort list of pre-reqstimbunce2009-03-261-17/+18
| |
* | Make life simpler for those following the tutoria:timbunce2009-03-251-4/+12
| | | | | | | | | | | | Add mkdir command to pre-create the directories Add C<lib/MyApp/....pm> to those sections that didn't have it (for copy-n-paste)