aboutsummaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* allow redirect_to a url parameterpurge2009-10-022-4/+2
|
* no divs in base skinwreis2009-09-1512-33/+44
|
* backcompact stuffwreis2009-08-072-0/+6
|
* r4466@www43 (orig r1196): groditi | 2009-08-01 15:07:10 -0500wreis2009-08-051-0/+10
|\ | | | | | | | | | | | | | | | | | | | | make "class" in the config for push_vieport work correctly r4488@www43 (orig r1199): groditi | 2009-08-03 17:25:09 -0500 let delete have its own callback by default r4499@www43 (orig r1207): groditi | 2009-08-04 11:01:28 -0500 r30359@martha (orig r1198): groditi | 2009-08-01 16:57:29 -0400 example of how to create forms that return users to the URI they came from
| * example of how to create forms that return users to the URI they came fromgroditi2009-08-011-0/+10
| |
* | fixes for object and bar/memberwreis2009-07-312-5/+1
| |
* | working example on ComponentUIwreis2009-07-312-0/+72
| |
* | fixes for base collection widget+templatewreis2009-07-311-0/+10
| |
* | fixes for templateswreis2009-07-293-5/+9
| |
* | Object consumes Action and Collection consumes Pager and Action, so ↵wreis2009-07-274-24/+13
|/ | | | Member::WithActions go away
* added exists event to Field::Mutable::File layout, this makes the ↵edenc2009-07-131-0/+5
| | | | $c->req->upload hack work
* wire layout_args, which was somehow never connected to the mixgroditi2009-07-112-2/+5
|
* use more MooseX::Types and support actionattribute in Action vp to ↵groditi2009-07-081-1/+1
| | | | explicitly provide the URI to post to
* 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
* order_by fixes including enable_order_by and coerce_order_bygroditi2009-05-062-4/+12
|
* search spec components factored out of T365phaylon2009-03-272-0/+21
|
* doh!groditi2009-01-091-1/+1
|
* message and error message support. why has this been missing for so long?groditi2009-01-081-1/+7
|
* change listview/grid so that members of a grid can have actions by default, ↵groditi2008-10-114-10/+8
| | | | it will just no-op if there is no prototypes present
* uri vp, widget, templategroditi2008-10-111-0/+12
|
* image vp, widget, templategroditi2008-10-111-0/+5
|
* adding default class to grid <table>edenc2008-09-291-1/+1
|
* fixed doctype layoutwreis2008-09-172-7/+4
|
* fix matching passwords stuffgroditi2008-09-041-1/+1
|
* restore doctype fragmentmatthewt2008-08-221-0/+2
|
* r21704@martha (orig r864): groditi | 2008-08-20 20:55:12 -0400groditi2008-08-221-0/+18
|\ | | | | | | | | svk add FAIL
| * svk add FAILgroditi2008-08-211-0/+18
| |
* | r21703@martha (orig r863): groditi | 2008-08-20 20:38:47 -0400groditi2008-08-224-15/+10
|\| | | | | | | | | container support built into fields and an example of usage in ComponentUI
| * container support built into fields and an example of usage in ComponentUIgroditi2008-08-214-15/+10
| |
* | r21695@martha (orig r856): groditi | 2008-08-19 13:42:51 -0400groditi2008-08-221-2/+0
|\ \ | | | | | | | | | | | | object mutable was an unpopular name
* | | tweaks for demo app's csswreis2008-08-211-3/+3
| | |
* | | cleanup for list_view in base skinwreis2008-08-219-49/+127
| |/ |/|
* | doctype supportpurge2008-08-201-0/+5
| |
* | re-added "field is required" messagesedenc2008-08-192-0/+4
|/
* removing rss_links layout from site_layoutwreis2008-08-181-3/+0
|
* fixes for site layoutwreis2008-07-252-7/+16
|
* fixes for field templatewreis2008-07-252-4/+2
|
* moving logic to widget classwreis2008-07-241-1/+1
|
* s/div id/div class/wreis2008-07-2410-14/+14
|
* doesnt need of this layout fragmentwreis2008-07-241-4/+0
|
* fixes for base/site_layout.ttwreis2008-07-231-6/+6
|
* fixed message_layout for base/action.ttwreis2008-07-231-4/+4
|
* fixes for list_viewwreis2008-07-223-1/+22
|
* fixes for fieldswreis2008-07-2211-69/+53
|
* inherit from skin basewreis2008-07-2218-220/+0
|
* fixed action.tt for base skinwreis2008-07-221-1/+1
|
* deleted empty templateswreis2008-07-1213-39/+0
|
* r11969@tabor (orig r715): edenc | 2008-05-28 08:46:31 -0300wreis2008-07-121-2/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | setting value for Field::Mutable::DateTime in order to get an error message r12146@tabor (orig r719): groditi | 2008-06-09 14:00:32 -0300 update DBIC stuff to the namespace::clean approach r12147@tabor (orig r720): groditi | 2008-06-11 20:16:51 -0300 new component to make m2ms introspectables so we can hint the reflector r12148@tabor (orig r721): groditi | 2008-06-14 00:12:43 -0300 *grumble*inheritable classdata *grumble* r12149@tabor (orig r722): groditi | 2008-06-14 17:35:41 -0300 typo in matching passwords r12150@tabor (orig r723): groditi | 2008-06-14 18:21:45 -0300 improvements to MatchingPassword to have a better layout, label, and error messages as well as cleanup to Mutable role r12208@tabor (orig r724): matthewt | 2008-06-22 15:01:16 -0300 fix up config usage r12209@tabor (orig r725): matthewt | 2008-06-22 15:08:46 -0300 fix up config usage (try 2, since I'm an idiot) r12210@tabor (orig r726): omega | 2008-06-22 15:50:25 -0300 fix some merge problems r12211@tabor (orig r727): omega | 2008-06-22 15:59:56 -0300 Fix a filter/single issue r12212@tabor (orig r728): omega | 2008-06-22 16:00:13 -0300 Added rw => 1 to Intro r12213@tabor (orig r729): matthewt | 2008-06-24 13:06:21 -0300 this is really pre-alpha and do not blame me if it eats your dog r12965@tabor (orig r730): matthewt | 2008-06-30 16:49:49 -0300 hopefully now handles overrides and role r12966@tabor (orig r731): groditi | 2008-07-01 14:40:49 -0300 fixes to choosemany that will be reqired in latest Moose r12967@tabor (orig r732): wreis | 2008-07-04 14:43:09 -0300 valid_values as inheritable option r13045@tabor (orig r733): matthewt | 2008-07-08 16:39:10 -0300 $self->blessed sense make no r13046@tabor (orig r734): matthewt | 2008-07-08 16:41:11 -0300 move constant delcarations into class {} block to make conversion cleaner r13047@tabor (orig r735): matthewt | 2008-07-08 16:57:44 -0300 more $self->blessed stompage r13048@tabor (orig r736): matthewt | 2008-07-08 17:00:28 -0300 fixups in conversion script r13049@tabor (orig r737): matthewt | 2008-07-08 17:38:04 -0300 saner load_all test r13050@tabor (orig r738): groditi | 2008-07-10 15:59:31 -0300 checking it in before deleting in case we need to revive it r13051@tabor (orig r739): groditi | 2008-07-10 16:00:30 -0300 no point in keeping this around right now r13052@tabor (orig r740): groditi | 2008-07-10 16:04:23 -0300 fix the parameter attributes goof re meta
| * improvements to MatchingPassword to have a better layout, label, and error ↵groditi2008-06-141-2/+5
| | | | | | | | messages as well as cleanup to Mutable role
| * do not display the pager for 1 page long resultsgroditi2008-05-061-2/+2
| |