NetBSD.se

CVS log for pkgsrc/www/p5-CatalystX-CRUD-YUI/distinfo

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

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Nov 13 06:15:22 2011 UTC (6 months, 1 week ago) by hiramatsu
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, HEAD
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -4 lines
Update p5-CatalystX-CRUD-YUI to 0.025.

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

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Sep 5 15:18:47 2010 UTC (20 months, 2 weeks ago) by sno
Branches: MAIN
CVS tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -4 lines
Updating www/p5-CatalystX-CRUD-YUI from 0.023nb1 to 0.024

Upstream changes:
0.024   18 Mar 2010
        * check for field.description.length, since localization object
	  will return true.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Mar 10 15:28:15 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.5: preferred, colored
Changes since revision 1.5: +4 -4 lines
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.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue May 19 06:59:11 2009 UTC (3 years ago) by sno
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -4 lines
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.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat May 2 19:14:12 2009 UTC (3 years ago) by sno
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -4 lines
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)

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri May 1 20:35:04 2009 UTC (3 years ago) by sno
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -4 lines
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.

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

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Dec 17 01:16:19 2008 UTC (3 years, 5 months ago) by he
Branches: TNF
CVS tags: pkgsrc-base, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
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.


Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Dec 17 01:16:19 2008 UTC (3 years, 5 months ago) by he
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>