summaryrefslogtreecommitdiff
path: root/www/p5-CatalystX-CRUD-YUI
AgeCommit message (Collapse)AuthorFilesLines
2015-01-01Update 0.25 to 0.31mef2-7/+6
------------ 0.031 2014-05-31 - improve the autocomplete search algorithm to act more like what most people would expect - require Template::Plugin::Autoformat 2.75 - added Search::Tools dependency to the Makefile.PL 0.030 21 Jan 2014 - YUI 2.x is deprecated since 2011 and they finally changed the icon urls. Fix the calendar icon. 0.029 24 Sept 2013 - default View now coerces all output to UTF-8. - pass object to form.metadata.related_field() in case object affects the relationship returned. 0.028 12 Sept 2013 - fix autoformat() use in crud/form.tt 0.027 31 Oct 2012 - no code change, just adding missing files from 0.026 0.026 31 Oct 2012 - bundle livegrid js/css with package - support serialization of objects with their related objects
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-28Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2011-11-13Update p5-CatalystX-CRUD-YUI to 0.025.hiramatsu2-7/+6
Changes from previous: 0.025 23 Oct 2010 * change field.description.length to .defined to appease TT. * add Create Related links. Patch from Adam Mackler. * fix some XHTML compliance bugs (reported by Adam Mackler). * change 'use Class::C3' to 'use MRO::Compat' in test libs. * add m2m example to MyDBIC test app
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-09-05Updating www/p5-CatalystX-CRUD-YUI from 0.023nb1 to 0.024sno2-7/+7
Upstream changes: 0.024 18 Mar 2010 * check for field.description.length, since localization object will return true.
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-2/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-03-10Updating www/p5-CatalystX-CRUD-YUI from 0.019nb1 to 0.023sno2-10/+12
pkgsrc changes: - Adjust dependencies - Adjust license definition - Add module type Upstream changes: 0.023 20 Feb 2010 * support for Field->description. Patch from Adam Mackler. 0.022 17 Feb 2010 * no changes but version bump to accomodate CPAN. Apparently I was too aggressive in cleaning up old files and deleted 0.021... 0.021 03 Feb 2010 * add missing META.yml * change base URLs for ExtJS and Livegrid to point at non-MSI URLs and remove warning about "get your own" 0.020 1 Dec 2009 * add missing dep on Template::Plugin::Autoformat to Makefile * fix dbic test to make sort order explicit with table prefix * allow for cxc-* params to be set in livegrid.js and default there.
2009-09-24Bumping revision of packages which depend direct or indirect onsno1-1/+2
devel/p5-Class-MOP. A late detected incompible change forced it.
2009-05-19pkgsrc changes:sno2-21/+25
- Updating package for p5 module CatalystX::CRUD::YUI from 0.018 to 0.019 - Adjusting dependencies Upstream changes: 0.019 17 May 2009 * fix number of skipped tests in 01-rdbo.t * switch from Class::C3 to MRO::Compat and update deps in Makefile.PL * change Livegrid->new to accept 'c' arg instead of getting it from form->app. This fixes bug affecting tests under perl 5.10.
2009-05-02PkgSrc changes:sno2-7/+7
- Updating package for p5 module CatalystX::CRUD::YUI from 0.017 to 0.018 - Adjusting dependencies Upstream changes: 0.018 1 May 2009 * move logic for can_write() check into edit.tt so that related values can be edited. This logic change is first supported in CatalystX::CRUD 0.40. * fix authz check for m2m relationships to look at the m2m controller (map_class_controller) rather than the foreign class controller. * reduce clicks when viewing related records in edit mode by making the row click take you to the edit url rather than the view url. * bump RHxFR dep version in Makefile.PL (https://rt.cpan.org/Ticket/Display.html?id=45631)
2009-05-01PkgSrc changes:sno2-7/+11
- Updating package for p5 module of CatalystX::CRUD::YUI from 0.015 to 0.017 - Setting license to gnu-gpl-v2 - Adjusting dependencies Note: - There're some failing tests reported for this module from update of Rose::HTMLx::Form::Related Upstream changes: 0.017 16 April 2009 * fix bug with missing 'Export as Excel' link when in View mode * change to extjs grey style css * add support for sort_prefix() in RHxFR::Metadata. This allows for setting explicit sort prefix strings on column names and (in theory) allows for sorting on JOINed tables as with m2m and o2m and FK "virtual" columns. * fix bug when related FK is undef in Serializer * enable Create and Reassign links without having to go to edit mode * fix Excel view and list.xls.tt to work (finally!) with LiveGrid+Serializer * hide parent record action buttons when viewing related records in Edit mode (reduce confusion particularly for Delete button) * fix Export as Excel link to not escape & since it is in script tag 0.016 11 March 2009 * add c.config.cxcy.search_uri config option for rendering search box * slight optimization in filter_relationships.tt for clarity * add id attributes to crud buttons * add support for arbitrary code to run on form submit with YAHOO.crud.onFormSubmit array * add YAHOO.crud.wysiwygify() to crud.js for optional Rich Text Editor on textarea fields.
2009-02-22Update from version 0.012 to 0.015.he2-6/+6
...despite some self-tests still not succeeding. Upstream changes: 0.015 27 Jan 2009 * fix IE-related bugs in JS (extra commas, IE idiosyncrasies) 0.014 26 Jan 2009 * tweek text for Add button in rel mgr to say 'Reassign' if a o2m relationship * add Config::General to reqs * LiveGrid title comes from object_class (or object_class->moniker if defined) rather than controller class name. 0.013 14 Jan 2009 * fix undef warnings in html escape. * remove old crud/yui_related_datatable_js.tt * fix console js bug evidenced with new Firebug release
2008-12-17Import p5-CatalystX-CRUD-YUI version 0.012.he3-0/+45
This despite some of the tests fail... CatalystX::CRUD::YUI is a crud application using the Yahoo User Interface toolkit and CatalystX::CRUD components. It is derived largely from the Rose::DBx::Garden::Catalyst project but now with support for DBIx::Class via the CatalystX::CRUD::ModelAdapter::DBIC package.