aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Reaction
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed coercion warningedenc2009-07-101-1/+1
|
* use more MooseX::Types and support actionattribute in Action vp to ↵groditi2009-07-0830-119/+136
| | | | 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.
* Add Reaction::Manual::Unicode.xinming2009-06-221-0/+48
|
* throw more helpful errorsgroditi2009-06-161-2/+7
|
* fix mismatched package names in PODgroditi2009-05-2617-17/+17
|
* 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-262-20/+51
|\| | | | | | | | | order_by fixes including enable_order_by and coerce_order_by
| * order_by fixes including enable_order_by and coerce_order_bygroditi2009-05-062-20/+51
| |
* | 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-306-15/+5
|
* 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-195-6/+6
|
* added some asciio diagrams, still need some work (Skin entity, etc.)phaylon2009-04-162-1/+83
|
* glossary updatesphaylon2009-04-101-4/+203
|
* 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
|
* r3185@gomorrah (orig r1074): phaylon | 2009-03-27 03:40:02 +0100phaylon2009-03-3010-0/+360
|\ | | | | | | | | search spec components factored out of T365
| * search spec components factored out of T365phaylon2009-03-2710-0/+360
| |
* | 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
|
* 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)
* Add Skin and Layout headings to Glossarytimbunce2009-03-251-0/+4
|
* r3011@gomorrah (orig r1058): phaylon | 2009-03-20 21:40:07 +0100phaylon2009-03-241-0/+16
|\ | | | | | | | | added sponsoring section
| * added sponsoring sectionphaylon2009-03-201-0/+16
| |
* | r2995@gomorrah (orig r1042): phaylon | 2009-02-16 03:58:58 +0100phaylon2009-03-241-0/+33
|\| | | | | | | | | added a what-is-reaction section to overview
| * added a what-is-reaction section to overviewphaylon2009-02-161-0/+33
| |
* | r2994@gomorrah (orig r1041): phaylon | 2009-02-16 03:40:11 +0100phaylon2009-03-2441-65/+2117
|\| | | | | | | | | widget documentation
| * widget documentationphaylon2009-02-1641-65/+2117
| |
* | r2990@gomorrah (orig r1037): phaylon | 2009-02-09 21:25:06 +0100phaylon2009-03-2410-18/+966
|\| | | | | | | | | documentation update, some api docs, overview and tutorial upto first DM and IM including CRUD
| * documentation update, some api docs, overview and tutorial upto first DM and ↵phaylon2009-02-0910-17/+967
| | | | | | | | IM including CRUD
* | fixed debug statementedenc2009-03-181-1/+1
| |
* | r9625@hercule (orig r1052): groditi | 2009-03-11 20:47:19 +0000wreis2009-03-182-4/+6
|\ \ | | | | | | | | | | | | | | | | | | memory leak. catalyst 5.8 will fix this problem r9627@hercule (orig r1054): groditi | 2009-03-11 20:53:18 +0000 dont make events happen unless necesary
| * | dont make events happen unless necesarygroditi2009-03-111-4/+5
| | |
| * | memory leak. catalyst 5.8 will fix this problemgroditi2009-03-111-0/+1
| | |
* | | r1220@nifty (orig r1047): wreis | 2009-02-21 20:39:36 +0100wreis2009-03-032-1/+7
|\| | | | | | | | | | | | | | | | | | | | | | | | | | allowing empty label in grid->header r1221@nifty (orig r1048): wreis | 2009-02-25 21:00:44 +0100 failing test case for Bool field r1222@nifty (orig r1049): wreis | 2009-03-03 15:34:43 +0100 fixed bool field
| * | fixed bool fieldwreis2009-03-031-0/+6
| | |
| * | allowing empty label in grid->headerwreis2009-02-211-1/+1
| | |
* | | fixed ChooseOne value_stringedenc2009-02-191-2/+8
| | |
* | | added debug messages to IM::Actionedenc2009-02-191-2/+11
| | |
* | | r10144@hades (orig r1040): groditi | 2009-02-11 22:12:12 -0300edenc2009-02-183-0/+52
|\| | | | | | | | | | | | | | use MooseX::Types::Common and MooseX::Types::DateTime
| * | use MooseX::Types::Common and MooseX::Types::DateTimegroditi2009-02-123-0/+52
| | |
* | | r9424@hades (orig r1029): groditi | 2009-01-27 20:52:49 -0300edenc2009-02-114-46/+31
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove unnecessary use of Reaction::Meta::Class r9533@hades (orig r1033): abs | 2009-02-05 18:49:51 -0300 Fix defualt -> default typos in perldoc r10126@hades (orig r1034): groditi | 2009-02-09 13:23:51 -0300 compat for new dbic r10130@hades (orig r1038): matthewt | 2009-02-10 17:58:57 -0300 add clearers for order and pager listview roles
| * | add clearers for order and pager listview rolesmatthewt2009-02-102-2/+14
| |/
| * compat for new dbicgroditi2009-02-091-42/+15
| |