NetBSD.se

CVS log for pkgsrc/databases/p5-CatalystX-CRUD/Makefile

[BACK] Up to [NetBSD + pkgsrc-wip] / pkgsrc / databases / p5-CatalystX-CRUD

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Oct 16 09:17:53 2011 UTC (7 months ago) by hiramatsu
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, HEAD
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -3 lines
Update p5-CatalystX-CRUD to 0.52.

Changes from previous:
0.52    13 July 2011
        * doc fix in Tutorial via RT#68499
        * tests fixed for RT#68779

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Aug 14 08:18:04 2011 UTC (9 months, 1 week ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Revision bump after updating perl5 to 5.14.1.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Sep 5 15:20:19 2010 UTC (20 months, 2 weeks ago) by sno
Branches: MAIN
CVS tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +5 -5 lines
Updating databases/p5-CatalystX-CRUD from 0.48nb1 to 0.51

pkgsrc changes:
- adjusting dependencies

Upstream changes:
0.49    11 April 2010
        * uri_for_view_on_single_result() will return uri for 'view' action,
          regardless of value of can_write().

0.50    13 May 2010
        * fix make_primary_key_string() to get rid of bad sprintf() call

0.51    19 May 2010
        * added use_request_uri_for_path to test MyApp to fix
          test failures with Catalyst::Runtime 5.80024

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Aug 21 16:32:54 2010 UTC (20 months, 4 weeks ago) by seb
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Bump the PKGREVISION for all packages which depend directly on perl,
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!

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Mar 10 11:54:04 2010 UTC (2 years, 2 months ago) by sno
Branches: MAIN
CVS tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -5 lines
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)

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Sep 24 06:50:11 2009 UTC (2 years, 7 months ago) by sno
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -1 lines
Bumping revision of packages which depend direct or indirect on
devel/p5-Class-MOP. A late detected incompible change forced it.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Jun 15 22:13:54 2009 UTC (2 years, 11 months ago) by sno
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +8 -7 lines
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

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Apr 30 20:14:45 2009 UTC (3 years ago) by sno
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +9 -8 lines
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.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Jan 18 22:59:30 2009 UTC (3 years, 4 months ago) by he
Branches: MAIN
CVS tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
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

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Dec 9 23:05:47 2008 UTC (3 years, 5 months ago) by seb
Branches: MAIN
CVS tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
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

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Dec 7 21:47:46 2008 UTC (3 years, 5 months ago) by seb
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
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.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Nov 29 21:42:57 2008 UTC (3 years, 5 months ago) by seb
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -3 lines
Update from version 0.31 to version 0.35.

Pkgsrc changes:
- register all dependencies
- add new dependency on devel/p5-Class-Data-Inheritable

Upstream changes:
0.32    21 Oct 2008
	* use Class::Data::Inheritable to define delegate_class()
	class accessor in base Model

0.33    22 Nov 2008
        * fix Tutorial wrt RT#40846

0.34    24 Nov 2008
	* fix make_primary_key_string to return undef if multi-col
	PK has no values

0.35    24 Nov 2008
	* call edit() after initializing object and form with passed
	in params, so that the init_form() method can have all data
	already set.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Oct 19 19:17:43 2008 UTC (3 years, 7 months ago) by he
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

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=...").

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Oct 12 22:04:21 2008 UTC (3 years, 7 months ago) by he
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -2 lines
Update from version 0.29 to 0.31.

Pkgsrc changes:
 o Add dependency on newly added p5-Search-QueryParser-SQL

Upstream changes:

0.31    16 Sept 2008
        * add missing req to Makefile.PL
        * force field_names to be an ARRAY ref in Utils make_sql_query()

0.30    11 Sept 2008
        * fix uninit value warning in Controller
	* change REST create() : Local to _rest_create() :
	  Path('create') to make it easier for create_form() to
	  call create() in superclass.
	* clean up old style $self->config->{value} to instead use
	  $self->value in Controller
        * add app_class() and model_meta() accessors to ModelAdapter
	* in base Controller, rename view_on_single_result() method
	  to uri_for_view_on_single_result and make accessor for
	  the config value 'view_on_single_result'
	* change all reserved param names in Model::Utils to use
	  'cxc-' prefix instead of '_'. Backwards compat is preserved
	  where possible.
        * Model::Utils make_query() will uc() sort direction
	* change behaviour of get_primary_key() in base Controller
	  to not look in req->params for pk values.
          This allows for changing the PK as part of an update.
	* add new() in REST to call next::method. Works around
	  (some) multiple inheritance issues.
        * check for $c->res->location before redirecting in postcommit()
	* Model::Utils was refactored to use Search::QueryParser::SQL.
	  The following methods were affected:
           * sql_query_as_string() -- removed
           * params_to_sql_query() -- now returns hashref with 3 items:
                     - query isa Search::QueryParser::SQL::Query object
                     - query_hash (formerly query) is a simple param-name =>
		       [values] hashref
                     - sql is the output of S::QP::S::Query->rdbo
	   * make_sql_query() -- returned hash ref now has query_hash
	     as plain_query value and the stringify'd Query object
	     as plain_query_str

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Sep 11 12:13:22 2008 UTC (3 years, 8 months ago) by he
Branches: MAIN
CVS tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -4 lines
Update from version 0.28 to 0.29.

Pkgsrc changes:
 o Sort dependencies according to list in upstream package
 o Add overlooked dependency on p5-Class-Accessor

Upstream changes:

0.29    23 Aug 2008
        * fix typos in the Tutorial
	* add relationship methods to Controller, ModelAdapter and
	  Model core API.
	* added sugary alias methods for read(), update() and
	  delete() to match CRUD.
	* refactored REST controller to support related methods
	  and provide better HTTP status checks and responses.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Aug 17 11:57:39 2008 UTC (3 years, 9 months ago) by he
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Update from version 0.27 to 0.28.  Changes:

0.28    11 Aug 2008
        * API for ModelAdapter changed to pass controller instance in do_model()
	* add get_primary_key() and make_primary_key_string()
	  methods to base Controller.
	  This allows for PKs composed of multiple columns.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Tue Jul 15 09:13:56 2008 UTC (3 years, 10 months ago) by abs
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Added databases/p5-CatalystX-CRUD version 0.27

CatalystX::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.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jul 15 09:13:56 2008 UTC (3 years, 10 months ago) by abs
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

NetBSD-CVSweb <admin[at]NetBSD[dot]se>