Path to this page:
./
databases/p5-CatalystX-CRUD,
CRUD framework for Catalyst applications
Branch: CURRENT,
Version: 0.48,
Package name: p5-CatalystX-CRUD-0.48,
Maintainer: pkgsrc-usersCatalystX::CRUD provides a simple and generic API for Catalyst CRUD
applications. CatalystX::CRUD is agnostic with regard to data model
and data input, instead providing a common API that different
projects can implement for greater compatability with one another.
The project was born out of a desire to make Rose::HTML::Objects
easy to use with Rose::DB::Object and DBIx::Class ORMs, using the
Catalyst::Controller::Rose project. However, any ORM could implement
the CatalystX::CRUD::Model API, and any form management project
could use the resulting CatalystX::CRUD::Model subclass.
Required to run:[
lang/perl5] [
devel/p5-Data-Dump] [
devel/p5-Path-Class] [
devel/p5-MRO-Compat] [
databases/p5-Sort-SQL] [
devel/p5-Data-Pageset] [
www/p5-Catalyst-Component-ACCEPT_CONTEXT] [
www/p5-Catalyst-Runtime] [
devel/p5-Moose] [
databases/p5-Search-QueryParser-SQL] [
devel/p5-MooseX-Emulate-Class-Accessor-Fast]
Master sites: (Expand)
SHA1: 7ae5fdcdfd8baf46ae764d94fe0373a82268d570
RMD160: 066deeb510412b43d3d66bed566304ac69ada596
Filesize: 37.139 KB
Version history: (Expand)
- (2010-03-10) Updated to version: p5-CatalystX-CRUD-0.48
- (2009-09-24) Updated to version: p5-CatalystX-CRUD-0.45nb1
- (2009-06-16) Updated to version: p5-CatalystX-CRUD-0.45
- (2009-05-01) Updated to version: p5-CatalystX-CRUD-0.43
- (2009-01-19) Updated to version: p5-CatalystX-CRUD-0.39
- (2008-12-11) Updated to version: p5-CatalystX-CRUD-0.37
CVS history: (Expand)
| 2010-03-10 12:54:05 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating databases/p5-CatalystX-CRUD from 0.45nb1 to 0.48
pkgsrc changes:
- Adjust dependencies
Upstream changes:
0.48 29 Jan 2009
* fix bug with create() introduced in 0.47.
* remove explicit dep on Class::C3 per RT54097
0.47 15 Jan 2009
* fix tutorial per RT#53396
* fix bug in base Controller->fetch() where multiple PKs where one \
value is null were slipping
through. Reported by Adam Mackler.
0.46 20 Nov 2009
* tweek Model::File _find to avoid multiple loops over the same list of \
root dirs.
* tweek Model::File->search to read() each object like fetch() does.
* add dep on Sort::SQL 0.07 to avoid sql injection (RT#51777)
|
| 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-06-16 00:13:54 by Jens Rehsack | Files touched by this commit (2) |  |
Log message:
pkgsrc changes:
- Updating package of p5 module CatalystX::CRUD from 0.43 to 0.45 as
dependency of scheduled update of CatalystX::CRUD::Model::RDBO
- Adjusting license to ${PERL5_LICENSE} according to module documentation
- Adjusting dependencies according to META.yaml
Upstream changes:
0.45 13 June 2009
* fix multi-column sort via cxc-order param (requires Sort::SQL 0.04)
0.44 23 May 2009
* check for symlink() support in Model::File at compile time and return \
from rm_related()
if not supported. Fixes spurious test breakage on Win32.
See https://rt.cpan.org/Ticket/Display.html?id=46314
|
2009-04-30 22:14:45 by Jens Rehsack | Files touched by this commit (2) |  |
Log message:
PkgSrc changes:
- Updating package for p5 module CatalystX::CRUD from 0.39 to 0.43
- Setting license to gnu-gpl-v2
- Adjusting dependencies
Upstream changes:
0.40 16 April 2009
* change base Controller to call can_read() rather than can_write() in \
edit().
This is because the call to edit() does not actually write anything; \
it's just a GET
for a form.
0.41 21 April 2009
* remove Catalyst::Component::ACCEPT_CONTEXT as a dependency since it \
has not been
updated for Catalyst 5.8.
0.42 27 April 2009
* revert ACCEPT_CONTEXT changes; fixes pushed to new C::C::A_C on CPAN, \
and added no warnings
using Class::C3::Adopt::NEXT (thanks to t0m)
* change from 'use Class::C3' to 'use mro "c3"' with new dep \
on MRO::Compat
* added some debugging in tests
0.43 29 April 2009
* rid of ourselves of Class::Data::Inheritable because it clashes with \
Catalyst::Runtime 5.8.
Notably, it caused a strange bug in Rose::DBx::Garden::Catalyst where \
the MyApp->config
class hashref would get nuked after a call to Class::C3::initialize(). \
Yes. That fsked up.
|
2009-01-18 23:59:30 by Havard Eidnes | Files touched by this commit (2) |  |
Log message:
Update from version 0.37 to 0.39.
Upstream changes:
0.39 14 Jan 2009
* add missing file to MANIFEST that causes tests to fail in 0.38
0.38 12 Jan 2009
* use maybe::next::method
* fix view_on_single_result bug in Test::Controller
|
2008-12-10 00:05:47 by Stoned Elipot | Files touched by this commit (2) |  |
Log message:
Update from version 0.36 to version 0.37
Upstream changes:
0.37 8 Dec 2008
* support x-tunneled-method for DELETE in save() calls
|
2008-12-08 01:16:55 by Takahiro Kambe | Files touched by this commit (1) |  |
Log message:
Update distinfo, too.
|
2008-12-07 22:47:46 by Stoned Elipot | Files touched by this commit (1) |  |
Log message:
Update from version 0.35 to version 0.36.
Upstream changes:
0.36 4 Dec 2008
* add cxc-fuzzy2 feature and document both it and cxc-fuzzy.
|