aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Reaction/InterfaceModel
Commit message (Collapse)AuthorAgeFilesLines
* add warning for people who aren't using Reaction::Role(::Parameterized)?HEADmasterJesse Luehrs2011-03-042-2/+2
|
* fix capitalization errorJustin Hunter2010-11-301-4/+4
|
* use JSON::Any instead of JSONJustin Hunter2010-11-201-1/+1
|
* more pod fixesJustin Hunter2010-10-294-2/+30
|
* Make it compile againt0m2010-07-151-1/+8
|
* working around Moose glitch via parameterized rolesedenc2009-11-111-1/+1
|
* Avoid circular refs with target_model for login actionsmateu2009-07-281-1/+2
|
* changed search api to less magic but working versionphaylon2009-06-291-8/+27
|
* throw more helpful errorsgroditi2009-06-161-2/+7
|
* Get rid of deprecated methods in Class::MOP (and depend on newest Moose)lbr2009-04-191-1/+1
|
* search spec components factored out of T365phaylon2009-03-274-0/+188
|
* fixed debug statementedenc2009-03-181-1/+1
|
* added debug messages to IM::Actionedenc2009-02-191-2/+11
|
* compat for new dbicgroditi2009-02-091-42/+15
|
* fix checkuniquesgroditi2009-01-091-4/+6
|
* move the error to the actiongroditi2009-01-091-0/+5
|
* fixed error message display bug in Reset Passwordedenc2008-11-253-6/+14
|
* Tell the user that they're an idiot in more helpful wayst0m2008-11-251-1/+5
|
* other memory leakgroditi2008-11-111-1/+2
|
* apparently we are still creating an alias to the tail of the package name ↵groditi2008-11-011-2/+2
| | | | which was interfering with the TCs
* r28901@tabor (orig r932): edenc | 2008-10-30 19:28:16 -0300wreis2008-10-316-44/+164
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | declaring ->ctx as a weak ref to avoid memory leaks r28902@tabor (orig r933): edenc | 2008-10-30 19:29:18 -0300 adding logic to deal with unset option in a ChooseOne r28927@tabor (orig r934): edenc | 2008-10-31 11:15:39 -0300 readded lazy checks to enable choose one defaults based on lazy_build r28928@tabor (orig r935): edenc | 2008-10-31 12:35:19 -0300 reversed lazy checks as they cause optional fields to fail r28949@tabor (orig r939): groditi | 2008-10-31 19:04:14 -0300 r23076@martha (orig r916): groditi | 2008-10-11 16:42:31 -0400 make the behavior of sort_by_spec more predictable and a default order on empty spec r28950@tabor (orig r940): groditi | 2008-10-31 19:04:19 -0300 r23077@martha (orig r917): groditi | 2008-10-11 16:44:51 -0400 on second thought, make all empty specs return a lexical sort r28951@tabor (orig r941): groditi | 2008-10-31 19:04:34 -0300 r23078@martha (orig r918): groditi | 2008-10-11 17:00:05 -0400 change listview/grid so that members of a grid can have actions by default, it will just no-op if there is no prototypes present r28952@tabor (orig r942): groditi | 2008-10-31 19:04:45 -0300 r23079@martha (orig r919): groditi | 2008-10-11 17:03:58 -0400 formatting changes only. no actual functionality difference r28953@tabor (orig r943): groditi | 2008-10-31 19:04:56 -0300 r23080@martha (orig r920): groditi | 2008-10-11 17:15:47 -0400 completely new way of handling action prototypes for actions in CRUD that is much saner and less reliant on $ctx. also more flexible and configurable r28954@tabor (orig r944): groditi | 2008-10-31 19:05:01 -0300 r23081@martha (orig r921): groditi | 2008-10-11 19:35:34 -0400 some stub POD r28955@tabor (orig r945): groditi | 2008-10-31 19:05:07 -0300 r23082@martha (orig r922): groditi | 2008-10-11 19:45:47 -0400 some more doc patches r28956@tabor (orig r946): groditi | 2008-10-31 19:05:13 -0300 r23441@martha (orig r923): groditi | 2008-10-23 22:00:04 -0400 POD FTW r28957@tabor (orig r947): groditi | 2008-10-31 19:05:19 -0300 r23442@martha (orig r924): groditi | 2008-10-23 22:26:09 -0400 more POD r28958@tabor (orig r948): groditi | 2008-10-31 19:05:26 -0300 r23443@martha (orig r925): groditi | 2008-10-23 23:15:03 -0400 just a little more POD r28959@tabor (orig r949): groditi | 2008-10-31 19:05:35 -0300 r23463@martha (orig r926): groditi | 2008-10-24 19:50:38 -0400 more POD! r28960@tabor (orig r950): groditi | 2008-10-31 19:05:49 -0300 r23569@martha (orig r936): groditi | 2008-10-31 17:10:33 -0400 checking in more pod, some fixes for weird bugs, a manual for migration, an extra ComponentUI example and a new ResultSet base class for IM actions
| * checking in more pod, some fixes for weird bugs, a manual for migration, an ↵groditi2008-10-315-10/+84
| | | | | | | | extra ComponentUI example and a new ResultSet base class for IM actions
| * more POD!groditi2008-10-244-36/+82
| |
* | tiny stylistic changegroditi2008-10-311-5/+4
| |
* | added can_applywreis2008-10-301-8/+15
| |
* | fixed verify_confirmation_code | added do_applywreis2008-10-301-12/+22
| |
* | fixed package name | updated depswreis2008-10-301-1/+1
| |
* | new confirmation_code rolewreis2008-10-292-44/+17
|/
* added coercion option to reflectoredenc2008-10-051-0/+1
|
* checking default values for action parameter attributesedenc2008-09-091-1/+1
|
* parameter_hashref() now uses default values from action attributesedenc2008-09-031-1/+2
|
* roles support for all classes created by the reflector. this should make the ↵groditi2008-08-231-19/+50
| | | | reflector much more versatile and reusing basic action components a lot easier
* whatevergroditi2008-08-191-7/+16
|
* that warning is just idioticgroditi2008-08-141-5/+1
|
* better error when no predicate for required attributematthewt2008-08-041-0/+2
|
* make IM action $ctx lazy_fail rather than requiredmatthewt2008-08-011-1/+1
|
* rclass stuff ripped out of everything but widget classesmatthewt2008-07-2426-1456/+1450
|
* fix the parameter attributes goof re metagroditi2008-07-101-1/+1
|
* no point in keeping this around right nowgroditi2008-07-101-855/+0
|
* checking it in before deleting in case we need to revive itgroditi2008-07-101-799/+777
|
* Fix a filter/single issueomega2008-06-221-1/+1
|
* fix some merge problemsomega2008-06-221-2/+1
|
* *grumble*inheritable classdata *grumble*groditi2008-06-141-20/+0
|
* new component to make m2ms introspectables so we can hint the reflectorgroditi2008-06-111-32/+48
|
* no reason for member_type to build lazily, it should be requiredgroditi2008-05-071-2/+9
|
* fixed dm_name_from_class_name and dm_name_from_source_namewreis2008-04-091-2/+2
|
* $attr_name ne ->reader groditi2008-03-141-1/+1
|
* $attr_name ne ->reader groditi2008-03-141-4/+2
|
* better error reporting and some sugar for upcoming code generator.groditi2008-03-121-0/+8
|
* I have no idea what the reflector changes in the last commit were supposed ↵matthewt2008-03-111-6/+125
| | | | to be, but they didn't work