]> git.decadent.org.uk Git - maypole.git/log
maypole.git
17 years agoFixed FromCGI and AsForm some more. No official tests in crud.t yet but
biopete [Tue, 11 Jul 2006 17:03:06 +0000 (17:03 +0000)]
Fixed FromCGI and AsForm some more. No official tests in crud.t yet but
i have a working demo and will move code to synopsis or tests.

The macros, i just tweaked it a little so it would display and array in
view_item  and make a default name out of column name if colnames has no
entry for "column".

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@503 48953598-375a-da11-a14b-00016c27c3ee

17 years agoaoeuaou
biopete [Mon, 3 Jul 2006 19:16:37 +0000 (19:16 +0000)]
aoeuaou

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@502 48953598-375a-da11-a14b-00016c27c3ee

17 years agotest for various column info stuff.
biopete [Mon, 3 Jul 2006 18:43:33 +0000 (18:43 +0000)]
test for various column info stuff.

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@501 48953598-375a-da11-a14b-00016c27c3ee

17 years agoAdded column_* interface for retrieving column matadata that is stored
biopete [Fri, 30 Jun 2006 14:38:44 +0000 (14:38 +0000)]
Added column_* interface for retrieving column matadata that is stored
in the database. This is all added to the MMCDBI.pm

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@500 48953598-375a-da11-a14b-00016c27c3ee

17 years agofixed index action, you can now over-ride it, but otherwise it just calls list
Aaron Trevena [Fri, 23 Jun 2006 10:47:56 +0000 (10:47 +0000)]
fixed index action, you can now over-ride it, but otherwise it just calls list

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@499 48953598-375a-da11-a14b-00016c27c3ee

17 years agoupdates to Makefile.PL and MANIFEST
Aaron Trevena [Thu, 22 Jun 2006 15:00:35 +0000 (15:00 +0000)]
updates to Makefile.PL and MANIFEST

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@498 48953598-375a-da11-a14b-00016c27c3ee

17 years agofixed Maypole versions of Untaint and AsForm to pass pod::coverage tests, fixed test...
Aaron Trevena [Thu, 22 Jun 2006 14:56:27 +0000 (14:56 +0000)]
fixed Maypole versions of Untaint and AsForm to pass pod::coverage tests, fixed test in 01basic.t

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@497 48953598-375a-da11-a14b-00016c27c3ee

17 years agofixed path for crud.t, fixed rounding assumption in crud.t test for negative values
Aaron Trevena [Wed, 14 Jun 2006 08:53:33 +0000 (08:53 +0000)]
fixed path for crud.t, fixed rounding assumption in crud.t test for negative values

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@496 48953598-375a-da11-a14b-00016c27c3ee

17 years agoCRUD tests, FromCGI that works, test to prove it ;)
biopete [Tue, 13 Jun 2006 18:49:06 +0000 (18:49 +0000)]
CRUD tests, FromCGI that works, test to prove it ;)

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@495 48953598-375a-da11-a14b-00016c27c3ee

17 years agoNow request model_class is not set unless the model class is a Maypole::Model::Base.
biopete [Mon, 12 Jun 2006 20:34:32 +0000 (20:34 +0000)]
Now request model_class is not set unless the model class is a Maypole::Model::Base.

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@494 48953598-375a-da11-a14b-00016c27c3ee

17 years agofixed error template in TT.pm and possible work around for ->object to work
Aaron Trevena [Mon, 12 Jun 2006 14:25:36 +0000 (14:25 +0000)]
fixed error template in TT.pm and possible work around for ->object to work

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@493 48953598-375a-da11-a14b-00016c27c3ee

17 years agoadded object method to templates
Aaron Trevena [Mon, 12 Jun 2006 10:00:34 +0000 (10:00 +0000)]
added object method to templates

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@492 48953598-375a-da11-a14b-00016c27c3ee

17 years agoadded object method, not added to templates yet
Aaron Trevena [Mon, 12 Jun 2006 09:31:38 +0000 (09:31 +0000)]
added object method, not added to templates yet

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@491 48953598-375a-da11-a14b-00016c27c3ee

17 years agoHTML::Element is now a prerequisite.
biopete [Thu, 1 Jun 2006 15:09:11 +0000 (15:09 +0000)]
HTML::Element is now a prerequisite.

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@490 48953598-375a-da11-a14b-00016c27c3ee

17 years ago2.11 release unless I find a problem sharpish
Aaron Trevena [Mon, 22 May 2006 15:33:13 +0000 (15:33 +0000)]
2.11 release unless I find a problem sharpish

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@489 48953598-375a-da11-a14b-00016c27c3ee

17 years agoBug fixxes to AsForm -- has_many select and zero filled pks not being selected
biopete [Tue, 9 May 2006 04:38:32 +0000 (04:38 +0000)]
Bug fixxes to AsForm -- has_many select and zero filled pks not being selected

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@488 48953598-375a-da11-a14b-00016c27c3ee

17 years agoAJT synch
Aaron Trevena [Wed, 3 May 2006 14:14:47 +0000 (14:14 +0000)]
AJT synch

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@487 48953598-375a-da11-a14b-00016c27c3ee

18 years agoinit accessors -- bug fix 15147
biopete [Fri, 28 Apr 2006 11:55:48 +0000 (11:55 +0000)]
init accessors -- bug fix 15147

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@486 48953598-375a-da11-a14b-00016c27c3ee

18 years agoFixed Apache::MVC to use HTTP::Body to get the params for MP2 and also to put Apache...
biopete [Thu, 27 Apr 2006 16:52:31 +0000 (16:52 +0000)]
Fixed Apache::MVC to use HTTP::Body to get the params for MP2 and also to put  Apache2::Request object in ar if available. AsForm bug fixes and hopefully less warning. changed all refs to Class::DBI::AsForm .

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@485 48953598-375a-da11-a14b-00016c27c3ee

18 years ago2.11_pre2, updated Changes
Aaron Trevena [Tue, 25 Apr 2006 13:27:42 +0000 (13:27 +0000)]
2.11_pre2, updated Changes

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@484 48953598-375a-da11-a14b-00016c27c3ee

18 years agochanged error code constant, and related test
Aaron Trevena [Tue, 25 Apr 2006 13:19:47 +0000 (13:19 +0000)]
changed error code constant, and related test

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@483 48953598-375a-da11-a14b-00016c27c3ee

18 years agohopefully fixed Apache::MVC with HTTP::Body fallback to handle url args
Aaron Trevena [Mon, 24 Apr 2006 15:42:52 +0000 (15:42 +0000)]
hopefully fixed Apache::MVC with HTTP::Body fallback to handle url args

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@482 48953598-375a-da11-a14b-00016c27c3ee

18 years agoupdated Changes
Aaron Trevena [Mon, 17 Apr 2006 18:12:44 +0000 (18:12 +0000)]
updated Changes

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@481 48953598-375a-da11-a14b-00016c27c3ee

18 years agoremoving C::DBI::AsForm requirement
Aaron Trevena [Mon, 17 Apr 2006 18:10:30 +0000 (18:10 +0000)]
removing C::DBI::AsForm requirement

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@480 48953598-375a-da11-a14b-00016c27c3ee

18 years agoupdated tests, and exception handling a little
Aaron Trevena [Fri, 14 Apr 2006 09:37:02 +0000 (09:37 +0000)]
updated tests, and exception handling a little

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@479 48953598-375a-da11-a14b-00016c27c3ee

18 years agoadded table/name moniker change to Changes
Aaron Trevena [Fri, 14 Apr 2006 08:45:56 +0000 (08:45 +0000)]
added table/name moniker change to Changes

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@478 48953598-375a-da11-a14b-00016c27c3ee

18 years agoChanged View so it uses table name rather than class moniker in template paths.
biopete [Thu, 13 Apr 2006 16:45:07 +0000 (16:45 +0000)]
Changed View so it uses table name rather than class moniker in template paths.

Added optgroups arg so to_select can group items in optgroups. Still needs docs.

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@477 48953598-375a-da11-a14b-00016c27c3ee

18 years agocomponents now work
Aaron Trevena [Wed, 12 Apr 2006 14:30:13 +0000 (14:30 +0000)]
components now work

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@476 48953598-375a-da11-a14b-00016c27c3ee

18 years agopossible fix for components, added another test to MANIFEST
Aaron Trevena [Wed, 12 Apr 2006 13:57:40 +0000 (13:57 +0000)]
possible fix for components, added another test to MANIFEST

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@475 48953598-375a-da11-a14b-00016c27c3ee

18 years agoajt updates, fixed AsForm to pass pod and podcoverage tests, also removed usless...
Aaron Trevena [Wed, 12 Apr 2006 13:37:38 +0000 (13:37 +0000)]
ajt updates, fixed AsForm to pass pod and podcoverage tests, also removed usless use of constant in void context warnings by using parenthesis correctly

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@474 48953598-375a-da11-a14b-00016c27c3ee

18 years agoAdded _options_from_hash so you can say:
biopete [Tue, 11 Apr 2006 00:28:59 +0000 (00:28 +0000)]
Added _options_from_hash so you can say:

$beer->to_field('brewery', 'select', {items => { 'Option  Content1 ' => 'Opt Val', ... });

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@473 48953598-375a-da11-a14b-00016c27c3ee

18 years agoPeter -- uses more standard method for mp1 and mp2 compatibility in BEGIN block
biopete [Fri, 7 Apr 2006 18:05:02 +0000 (18:05 +0000)]
Peter -- uses more standard method for mp1 and mp2 compatibility in BEGIN block

Fixed redirect_request so it works.

Needs testing on MP1.

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@472 48953598-375a-da11-a14b-00016c27c3ee

18 years agoAsForm bug fixes -- to_cgi args, to_enum_select , search_inputs adds blank field...
biopete [Fri, 7 Apr 2006 14:31:00 +0000 (14:31 +0000)]
AsForm bug fixes -- to_cgi args, to_enum_select , search_inputs adds blank field correctly (mostly :) ).

macros -- try to call " accessor_name_for" before cdbi deprecated "accessor_name"

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@471 48953598-375a-da11-a14b-00016c27c3ee

18 years agonew updated Maypole::Model::CDBI::AsForm with PJSZ and AJT fixes and changes
Aaron Trevena [Sat, 1 Apr 2006 14:41:07 +0000 (14:41 +0000)]
new updated Maypole::Model::CDBI::AsForm with PJSZ and AJT fixes and changes

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@470 48953598-375a-da11-a14b-00016c27c3ee

18 years agott list heading sort link fixed
biopete [Thu, 30 Mar 2006 22:34:45 +0000 (22:34 +0000)]
tt list heading sort link fixed

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@469 48953598-375a-da11-a14b-00016c27c3ee

18 years agotesting
Aaron Trevena [Thu, 30 Mar 2006 14:49:05 +0000 (14:49 +0000)]
testing

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@466 48953598-375a-da11-a14b-00016c27c3ee

18 years agoupdated MANIFEST
Aaron Trevena [Mon, 13 Mar 2006 15:15:23 +0000 (15:15 +0000)]
updated MANIFEST

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@465 48953598-375a-da11-a14b-00016c27c3ee

18 years agoremoved Untaint::Maypole from CDBI model
Aaron Trevena [Thu, 2 Mar 2006 10:50:31 +0000 (10:50 +0000)]
removed Untaint::Maypole from CDBI model

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@464 48953598-375a-da11-a14b-00016c27c3ee

18 years agosmall fixes from peter
Aaron Trevena [Sun, 26 Feb 2006 15:20:43 +0000 (15:20 +0000)]
small fixes from peter

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@463 48953598-375a-da11-a14b-00016c27c3ee

18 years agoremoved CGI::Untaint::Maypole, 29 tests now passing
Aaron Trevena [Thu, 23 Feb 2006 18:48:49 +0000 (18:48 +0000)]
removed CGI::Untaint::Maypole, 29 tests now passing

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@462 48953598-375a-da11-a14b-00016c27c3ee

18 years agopeter speltz AsForm update
Aaron Trevena [Thu, 23 Feb 2006 13:01:22 +0000 (13:01 +0000)]
peter speltz AsForm update

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@461 48953598-375a-da11-a14b-00016c27c3ee

18 years agofixing bugs introduced in 2.11
Aaron Trevena [Tue, 21 Feb 2006 20:21:24 +0000 (20:21 +0000)]
fixing bugs introduced in 2.11

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@460 48953598-375a-da11-a14b-00016c27c3ee

18 years agoupdate deprecation warning in Changes and fix to M::M::CDBI delete action
Aaron Trevena [Wed, 8 Feb 2006 10:43:18 +0000 (10:43 +0000)]
update deprecation warning in Changes and fix to M::M::CDBI delete action

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@459 48953598-375a-da11-a14b-00016c27c3ee

18 years agopod and pod-coverage tests now pass
Aaron Trevena [Wed, 8 Feb 2006 10:29:53 +0000 (10:29 +0000)]
pod and pod-coverage tests now pass

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@458 48953598-375a-da11-a14b-00016c27c3ee

18 years agoreworked components
Aaron Trevena [Tue, 7 Feb 2006 21:56:22 +0000 (21:56 +0000)]
reworked components

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@457 48953598-375a-da11-a14b-00016c27c3ee

18 years agopjsz and AJT Maypole/Model updates and fixes
Aaron Trevena [Tue, 7 Feb 2006 21:02:57 +0000 (21:02 +0000)]
pjsz and AJT Maypole/Model updates and fixes

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@456 48953598-375a-da11-a14b-00016c27c3ee

18 years agorequire working CGI::Untaint
Aaron Trevena [Tue, 7 Feb 2006 16:21:02 +0000 (16:21 +0000)]
require working CGI::Untaint

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@455 48953598-375a-da11-a14b-00016c27c3ee

18 years agomaking Untainting less awful
Aaron Trevena [Tue, 7 Feb 2006 16:15:09 +0000 (16:15 +0000)]
making Untainting less awful

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@454 48953598-375a-da11-a14b-00016c27c3ee

18 years agosome documentation improvements, some test fixes
Aaron Trevena [Sun, 5 Feb 2006 16:46:55 +0000 (16:46 +0000)]
some documentation improvements, some test fixes

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@453 48953598-375a-da11-a14b-00016c27c3ee

18 years agoapplied Peter J Speltz model/asform fixes
Aaron Trevena [Sat, 4 Feb 2006 17:56:18 +0000 (17:56 +0000)]
applied Peter J Speltz model/asform fixes

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@452 48953598-375a-da11-a14b-00016c27c3ee

18 years agoadded a couple of requisites to the makefile
Aaron Trevena [Fri, 13 Jan 2006 19:02:46 +0000 (19:02 +0000)]
added a couple of requisites to the makefile

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@451 48953598-375a-da11-a14b-00016c27c3ee

18 years agoadded new Untaint subclass for maypole2
Aaron Trevena [Wed, 11 Jan 2006 18:39:59 +0000 (18:39 +0000)]
added new Untaint subclass for maypole2

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@450 48953598-375a-da11-a14b-00016c27c3ee

18 years agoadded AsForm
Aaron Trevena [Wed, 11 Jan 2006 18:37:36 +0000 (18:37 +0000)]
added AsForm

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@449 48953598-375a-da11-a14b-00016c27c3ee

18 years agofixing Components integration
Aaron Trevena [Wed, 11 Jan 2006 17:45:39 +0000 (17:45 +0000)]
fixing Components integration

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@448 48953598-375a-da11-a14b-00016c27c3ee

18 years agoFixed mime type setting, fixed errors in revision 445, folded in Maypole::Component...
Aaron Trevena [Wed, 11 Jan 2006 17:14:56 +0000 (17:14 +0000)]
Fixed mime type setting, fixed errors in revision 445, folded in Maypole::Component as Maypole::Components

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@447 48953598-375a-da11-a14b-00016c27c3ee

18 years agofixes to plain CDBI model
Aaron Trevena [Mon, 9 Jan 2006 17:42:17 +0000 (17:42 +0000)]
fixes to plain CDBI model

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@446 48953598-375a-da11-a14b-00016c27c3ee

18 years agoupdated changes file
Aaron Trevena [Mon, 9 Jan 2006 16:49:24 +0000 (16:49 +0000)]
updated changes file

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@445 48953598-375a-da11-a14b-00016c27c3ee

18 years agofixed bug 16869 - forced inheritance of model
Aaron Trevena [Mon, 9 Jan 2006 16:38:16 +0000 (16:38 +0000)]
fixed bug 16869 - forced inheritance of model

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@444 48953598-375a-da11-a14b-00016c27c3ee

18 years agoupdated changes
Aaron Trevena [Tue, 27 Dec 2005 19:05:03 +0000 (19:05 +0000)]
updated changes

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@443 48953598-375a-da11-a14b-00016c27c3ee

18 years agoAJT synch
Aaron Trevena [Sat, 24 Dec 2005 10:30:10 +0000 (10:30 +0000)]
AJT synch

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@442 48953598-375a-da11-a14b-00016c27c3ee

18 years agotest commit2
Aaron Trevena [Fri, 23 Dec 2005 00:45:01 +0000 (00:45 +0000)]
test commit2

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@441 48953598-375a-da11-a14b-00016c27c3ee

18 years agotest commit
Dave Howorth [Fri, 23 Dec 2005 00:41:42 +0000 (00:41 +0000)]
test commit

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@440 48953598-375a-da11-a14b-00016c27c3ee

18 years agotest
Dave Howorth [Thu, 22 Dec 2005 00:54:24 +0000 (00:54 +0000)]
test

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@439 48953598-375a-da11-a14b-00016c27c3ee

18 years agotest commit
Dave Howorth [Thu, 22 Dec 2005 00:52:39 +0000 (00:52 +0000)]
test commit

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@438 48953598-375a-da11-a14b-00016c27c3ee

18 years agosmall quoting fix
Aaron Trevena [Sun, 11 Dec 2005 13:11:33 +0000 (13:11 +0000)]
small quoting fix

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@437 48953598-375a-da11-a14b-00016c27c3ee

18 years agoteejay's template updates
Aaron Trevena [Fri, 25 Nov 2005 14:29:00 +0000 (14:29 +0000)]
teejay's template updates

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@436 48953598-375a-da11-a14b-00016c27c3ee

18 years agoteejay's template updates
Aaron Trevena [Fri, 25 Nov 2005 14:25:59 +0000 (14:25 +0000)]
teejay's template updates

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@435 48953598-375a-da11-a14b-00016c27c3ee

18 years agoDave test committing as aaron
Aaron Trevena [Fri, 25 Nov 2005 14:17:51 +0000 (14:17 +0000)]
Dave test committing as aaron

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@434 48953598-375a-da11-a14b-00016c27c3ee

18 years agobasic tests for HTTPD
Dave Howorth [Tue, 22 Nov 2005 13:54:13 +0000 (13:54 +0000)]
basic tests for HTTPD

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@433 48953598-375a-da11-a14b-00016c27c3ee

18 years agoAdded Maypole::HTTPD
Dave Howorth [Tue, 22 Nov 2005 13:47:12 +0000 (13:47 +0000)]
Added Maypole::HTTPD

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@432 48953598-375a-da11-a14b-00016c27c3ee

18 years agotest commit to new repo
Dave Howorth [Mon, 21 Nov 2005 02:45:07 +0000 (02:45 +0000)]
test commit to new repo

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@431 48953598-375a-da11-a14b-00016c27c3ee

18 years agosimon cozens debug page and improved exceptions
Aaron Trevena [Sat, 19 Nov 2005 18:16:34 +0000 (18:16 +0000)]
simon cozens debug page and improved exceptions

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@430 48953598-375a-da11-a14b-00016c27c3ee

18 years agosmall path fix to factory header
Aaron Trevena [Sat, 19 Nov 2005 17:05:03 +0000 (17:05 +0000)]
small path fix to factory header

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@429 48953598-375a-da11-a14b-00016c27c3ee

18 years agomoved templates
Aaron Trevena [Sat, 19 Nov 2005 16:46:53 +0000 (16:46 +0000)]
moved templates

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@428 48953598-375a-da11-a14b-00016c27c3ee

18 years agoMaypole::Application supports Maypole::HTTPD (which needs a patch).
David Baird [Fri, 18 Nov 2005 16:41:04 +0000 (16:41 +0000)]
Maypole::Application supports Maypole::HTTPD (which needs a patch).
CGI::Maypole - split collect_output() out of send_output(), for Maypole::HTTPD. Added
status attribute to request object, but only used by start_request_hook() so far. Refactored
Mp::Model::CDBI::do_edit(), for better output in Mp-Plugin-Trace.

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@427 48953598-375a-da11-a14b-00016c27c3ee

18 years agoRe-wrote Manual::Termonology to emphasize that Maypole's model
David Baird [Thu, 10 Nov 2005 10:43:55 +0000 (10:43 +0000)]
Re-wrote Manual::Termonology to emphasize that Maypole's model
is a Presentation Model, and to remove previous confusing stuff about it being a fine-grained part of the
controller.

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@426 48953598-375a-da11-a14b-00016c27c3ee

18 years agoTidied changes
Aaron Trevena [Thu, 10 Nov 2005 10:11:22 +0000 (10:11 +0000)]
Tidied changes

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@425 48953598-375a-da11-a14b-00016c27c3ee

18 years agoimproved pager; improved Maypole::View::TT documentation
Aaron Trevena [Thu, 10 Nov 2005 10:09:17 +0000 (10:09 +0000)]
improved pager; improved Maypole::View::TT documentation

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@424 48953598-375a-da11-a14b-00016c27c3ee

18 years agoAdded user() attribute and get_user() stub.
David Baird [Thu, 10 Nov 2005 10:06:53 +0000 (10:06 +0000)]
Added user() attribute and get_user() stub.

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@423 48953598-375a-da11-a14b-00016c27c3ee

18 years agoA few micro-edits, esp. wishlist.txt
David Baird [Tue, 8 Nov 2005 18:03:58 +0000 (18:03 +0000)]
A few micro-edits, esp. wishlist.txt

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@422 48953598-375a-da11-a14b-00016c27c3ee

18 years agoIncorporated comments from Kieren into Manual/Terminology.pod
David Baird [Tue, 8 Nov 2005 12:59:30 +0000 (12:59 +0000)]
Incorporated comments from Kieren into Manual/Terminology.pod

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@421 48953598-375a-da11-a14b-00016c27c3ee

18 years agoAdded a description of Presentation Model to Manual/Terminology.pod
David Baird [Tue, 8 Nov 2005 12:24:59 +0000 (12:24 +0000)]
Added a description of Presentation Model to Manual/Terminology.pod

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@420 48953598-375a-da11-a14b-00016c27c3ee

18 years agoModified Manual/Inheritance.pod in response to Kieren's email to the list.
David Baird [Tue, 8 Nov 2005 11:31:23 +0000 (11:31 +0000)]
Modified Manual/Inheritance.pod in response to Kieren's email to the list.

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@419 48953598-375a-da11-a14b-00016c27c3ee

18 years agoWrote up Changes. Added wishlist.txt - start of a list of tasks for 2.11, 2.12, 3.0
David Baird [Mon, 7 Nov 2005 21:03:03 +0000 (21:03 +0000)]
Wrote up Changes. Added wishlist.txt - start of a list of tasks for 2.11, 2.12, 3.0

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@418 48953598-375a-da11-a14b-00016c27c3ee

18 years agoajt synch
Aaron Trevena [Sun, 6 Nov 2005 15:25:11 +0000 (15:25 +0000)]
ajt synch

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@417 48953598-375a-da11-a14b-00016c27c3ee

18 years agobit more on templating in View pod
Aaron Trevena [Sat, 5 Nov 2005 16:45:04 +0000 (16:45 +0000)]
bit more on templating in View pod

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@416 48953598-375a-da11-a14b-00016c27c3ee

18 years agobit more on templating in View pod
Aaron Trevena [Sat, 5 Nov 2005 13:57:21 +0000 (13:57 +0000)]
bit more on templating in View pod

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@415 48953598-375a-da11-a14b-00016c27c3ee

18 years agoMoved the BeerDB example to Maypole.pm
David Baird [Fri, 4 Nov 2005 16:42:06 +0000 (16:42 +0000)]
Moved the BeerDB example to Maypole.pm

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@414 48953598-375a-da11-a14b-00016c27c3ee

18 years agoAdded a canonical BeerDB example to Maypole::Application
David Baird [Fri, 4 Nov 2005 16:34:55 +0000 (16:34 +0000)]
Added a canonical BeerDB example to Maypole::Application

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@413 48953598-375a-da11-a14b-00016c27c3ee

18 years agominor refactoring of redirect_request
David Baird [Fri, 4 Nov 2005 16:08:13 +0000 (16:08 +0000)]
minor refactoring of redirect_request

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@412 48953598-375a-da11-a14b-00016c27c3ee

18 years agoCGI::Maypole - rearranged pod, removed direct hash access, added cgi()
David Baird [Fri, 4 Nov 2005 15:55:08 +0000 (15:55 +0000)]
CGI::Maypole - rearranged pod, removed direct hash access, added cgi()
accessor (!), changed $self to $r

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@411 48953598-375a-da11-a14b-00016c27c3ee

18 years agoReorganised pod in Apache::MVC. Removed all
David Baird [Fri, 4 Nov 2005 15:40:32 +0000 (15:40 +0000)]
Reorganised pod in Apache::MVC. Removed all
direct hash access to request parameters from Apache::MVC

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@410 48953598-375a-da11-a14b-00016c27c3ee

18 years agoImproved Maypole::load_model_subclass(). Added sequence
David Baird [Fri, 4 Nov 2005 15:21:14 +0000 (15:21 +0000)]
Improved Maypole::load_model_subclass(). Added sequence
diagrams to illustrate workflow.

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@409 48953598-375a-da11-a14b-00016c27c3ee

18 years agoModified setup_model() to load any available custom table classes.
David Baird [Thu, 3 Nov 2005 21:45:28 +0000 (21:45 +0000)]
Modified setup_model() to load any available custom table classes.
Added a dummy table class to ex/BeerDB to support a couple of tests.

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@408 48953598-375a-da11-a14b-00016c27c3ee

18 years agoFixed pod test failure
David Baird [Thu, 3 Nov 2005 17:13:29 +0000 (17:13 +0000)]
Fixed pod test failure

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@407 48953598-375a-da11-a14b-00016c27c3ee

18 years agoMoved a couple methods
David Baird [Thu, 3 Nov 2005 17:12:37 +0000 (17:12 +0000)]
Moved a couple methods

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@406 48953598-375a-da11-a14b-00016c27c3ee

18 years agoReorganised pod in Maypole.pm, finished doc roadmap, various minor pod updates, moved...
David Baird [Thu, 3 Nov 2005 17:09:42 +0000 (17:09 +0000)]
Reorganised pod in Maypole.pm, finished doc roadmap, various minor pod updates, moved session call to handler()

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@405 48953598-375a-da11-a14b-00016c27c3ee

18 years agoFixed description of how Maypole::Application loads plugins, in Mp::Manual::Inheritance.
David Baird [Tue, 1 Nov 2005 11:07:42 +0000 (11:07 +0000)]
Fixed description of how Maypole::Application loads plugins, in Mp::Manual::Inheritance.

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@404 48953598-375a-da11-a14b-00016c27c3ee

18 years agoAdded note about overriding CDBI methods in Mp::Manual::Inheritance.
David Baird [Sun, 30 Oct 2005 16:22:25 +0000 (16:22 +0000)]
Added note about overriding CDBI methods in Mp::Manual::Inheritance.

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@403 48953598-375a-da11-a14b-00016c27c3ee

18 years agoAdded Maypole::Manual::Inheritance and Maypole::Manual::Terminology. Renamed Maypole...
David Baird [Sun, 30 Oct 2005 16:02:35 +0000 (16:02 +0000)]
Added Maypole::Manual::Inheritance and Maypole::Manual::Terminology. Renamed Maypole::Manual::Request to Maypole::Manual::Cookbook. Minor updates elsewhere to reflect name changes and new docs. Started a docs roadmap section in Maypole.pm, needs more work.

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@402 48953598-375a-da11-a14b-00016c27c3ee