Path to this page:
./
www/p5-CatalystX-CRUD-YUI,
YUI for your CatalystX::CRUD view
Branch: CURRENT,
Version: 0.023,
Package name: p5-CatalystX-CRUD-YUI-0.023,
Maintainer: pkgsrc-usersCatalystX::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.
Required to run:[
textproc/p5-Text-Autoformat] [
www/p5-Template-Toolkit] [
lang/perl5] [
devel/p5-Config-General] [
devel/p5-Class-Inspector] [
devel/p5-Path-Class] [
converters/p5-JSON-XS] [
devel/p5-MRO-Compat] [
databases/p5-CatalystX-CRUD] [
databases/p5-CatalystX-CRUD-Model-RDBO] [
www/p5-Catalyst-View-TT] [
www/p5-Catalyst-Action-RenderView] [
www/p5-CatalystX-CRUD-Controller-RHTMLO] [
www/p5-Catalyst-Plugin-ConfigLoader] [
www/p5-Catalyst-Plugin-Static-Simple] [
databases/p5-Rose-DBx-Object-MoreHelpers] [
databases/p5-CatalystX-CRUD-ModelAdapter-DBIC] [
databases/p5-DBIx-Class-RDBOHelpers] [
www/p5-Rose-HTMLx-Form-Related] [
www/p5-CatalystX-CRUD-View-Excel] [
devel/p5-Template-Plugin-Handy] [
textproc/p5-Template-Plugin-Autoformat]
Master sites: (Expand)
SHA1: 30256f7fb35aab50915459953605c468e7e653b3
RMD160: 235d9f0be8d6054ef8f5c560bcbc25284bea9524
Filesize: 82.717 KB
Version history: (Expand)
- (2010-03-10) Updated to version: p5-CatalystX-CRUD-YUI-0.023
- (2009-09-24) Updated to version: p5-CatalystX-CRUD-YUI-0.019nb1
- (2009-05-19) Updated to version: p5-CatalystX-CRUD-YUI-0.019
- (2009-05-03) Updated to version: p5-CatalystX-CRUD-YUI-0.018
- (2009-05-02) Updated to version: p5-CatalystX-CRUD-YUI-0.017
- (2009-02-22) Updated to version: p5-CatalystX-CRUD-YUI-0.015
CVS history: (Expand)
| 2010-03-10 16:28:15 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating www/p5-CatalystX-CRUD-YUI from 0.019nb1 to 0.023
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-24 08:50:22 by Jens Rehsack | Files touched by this commit (116) |
Log message:
Bumping revision of packages which depend direct or indirect on
devel/p5-Class-MOP. A late detected incompible change forced it.
|
2009-05-19 08:59:11 by Jens Rehsack | Files touched by this commit (2) |  |
Log message:
pkgsrc changes:
- 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-02 21:14:12 by Jens Rehsack | Files touched by this commit (2) |
Log message:
PkgSrc changes:
- 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-01 22:35:04 by Jens Rehsack | Files touched by this commit (2) |  |
Log message:
PkgSrc changes:
- 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-22 19:15:33 by Havard Eidnes | Files touched by this commit (2) |  |
Log message:
Update from version 0.012 to 0.015.
...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-17 02:16:19 by Havard Eidnes | Files touched by this commit (3) |  |
Log message:
Import p5-CatalystX-CRUD-YUI version 0.012.
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.
|