From: Alex B. <en...@tu...> - 2001-09-09 07:47:31
|
hi all, I've revised the TODO so it's an index to the tasks/ directory (in cvs shortly)... basically there will be a 'task file' for each of the tasks listed in the todo, which gives the reader a pretty clear picture of what needs to happen. here's the new TODO: (can anyone see anything that's missing from this?) best, -a ## # r2/TODO ## Core ------------------------------------------------ -PEAR_Error integrated and in wide use -All core classes use Request for user-space variables -Build Authentication and Permissions EntityManager & Friends ------------------------------------------------ -Test QueryManager -Re-build EntityManager to handle new Entity Definitions Including Validators and Processors -Build Tests for the new EntityManager -Build TemplateManager -Build EventManager -Build JSRequestManager -Build CSSRequestManager -BUild Basic set of Validators and Processors Make ------------------------------------------------ -Multi-site make (http://www.geocrawler.com/lists/3/SourceForge/9659/0/6177512/) -Gif, CSS, Browser-rsrc Standards -PHPDoc Integrated -Configuration scheme for Make -String Keyer & Repositories -Static Module Embed Syntax -Last Modification Date Check to Speed Makes -Recognize FileName.lang_code.php in place of FileName.php -Extend XML2PHP to handle Entity Definitions -Build ENT2SCHEMA utility which will build metabase XML schemas from Entity Definitions -Extend ENT2SCHEMA to output SQL -Integrate Zend Encoder -Integrate Misc Tools (comment stripper, etc) Builders ------------------------------------------------ -Get UIControlBuilder Working -Build FormBuilder (from existing code) -Build ListBuilder (from existing code) -Build WizardBuilder (from existing code) -PageDefBuilder -TreeBuilder (post-r2a release) -CalendarBuilder (post-r2a release) -EmailBuilder (post-r2a release) -FaxBuilder (post-r2a release) -PDFBuilder (post-r2a release) Misc ------------------------------------------------ -Complete, fully functional HTML entity encoding lib -Encapsulation scheme for native php templates -All files have the current LGPL header. -Build golden "reference module" |
From: John D. <jo...@we...> - 2001-09-10 18:17:29
|
You may want to think about starting a mandatory unit testing framework before the project gets too far along.. On Sun, 9 Sep 2001, Alex Black wrote: > hi all, > > I've revised the TODO so it's an index to the tasks/ directory (in cvs > shortly)... basically there will be a 'task file' for each of the tasks > listed in the todo, which gives the reader a pretty clear picture of what > needs to happen. > > here's the new TODO: (can anyone see anything that's missing from this?) > > best, > > -a > > ## > # r2/TODO > ## > > Core > ------------------------------------------------ > -PEAR_Error integrated and in wide use > -All core classes use Request for user-space variables > -Build Authentication and Permissions > > EntityManager & Friends > ------------------------------------------------ > -Test QueryManager > -Re-build EntityManager to handle new Entity Definitions > Including Validators and Processors > -Build Tests for the new EntityManager > -Build TemplateManager > -Build EventManager > -Build JSRequestManager > -Build CSSRequestManager > -BUild Basic set of Validators and Processors > > Make > ------------------------------------------------ > -Multi-site make > (http://www.geocrawler.com/lists/3/SourceForge/9659/0/6177512/) > -Gif, CSS, Browser-rsrc Standards > -PHPDoc Integrated > -Configuration scheme for Make > -String Keyer & Repositories > -Static Module Embed Syntax > -Last Modification Date Check to Speed Makes > -Recognize FileName.lang_code.php in place of FileName.php > -Extend XML2PHP to handle Entity Definitions > -Build ENT2SCHEMA utility which will build metabase XML schemas from Entity > Definitions > -Extend ENT2SCHEMA to output SQL > -Integrate Zend Encoder > -Integrate Misc Tools (comment stripper, etc) > > Builders > ------------------------------------------------ > -Get UIControlBuilder Working > -Build FormBuilder (from existing code) > -Build ListBuilder (from existing code) > -Build WizardBuilder (from existing code) > -PageDefBuilder > -TreeBuilder (post-r2a release) > -CalendarBuilder (post-r2a release) > -EmailBuilder (post-r2a release) > -FaxBuilder (post-r2a release) > -PDFBuilder (post-r2a release) > > > Misc > ------------------------------------------------ > -Complete, fully functional HTML entity encoding lib > -Encapsulation scheme for native php templates > -All files have the current LGPL header. > -Build golden "reference module" > > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > https://lists.sourceforge.net/lists/listinfo/binarycloud-dev > > -- John Donagher Application Engineer, Intacct Corp. Public key available off http://www.keyserver.net Key fingerprint = 4024 DF50 56EE 19A3 258A D628 22DE AD56 EEBE 8DDD |
From: Alex B. <en...@tu...> - 2001-09-10 18:48:47
|
yeah, I thought about that... you used anything you like? _a > > You may want to think about starting a mandatory unit testing framework before > the project gets too far along.. > > On Sun, 9 Sep 2001, Alex Black wrote: > >> hi all, >> >> I've revised the TODO so it's an index to the tasks/ directory (in cvs >> shortly)... basically there will be a 'task file' for each of the tasks >> listed in the todo, which gives the reader a pretty clear picture of what >> needs to happen. >> >> here's the new TODO: (can anyone see anything that's missing from this?) >> >> best, >> >> -a >> >> ## >> # r2/TODO >> ## >> >> Core >> ------------------------------------------------ >> -PEAR_Error integrated and in wide use >> -All core classes use Request for user-space variables >> -Build Authentication and Permissions >> >> EntityManager & Friends >> ------------------------------------------------ >> -Test QueryManager >> -Re-build EntityManager to handle new Entity Definitions >> Including Validators and Processors >> -Build Tests for the new EntityManager >> -Build TemplateManager >> -Build EventManager >> -Build JSRequestManager >> -Build CSSRequestManager >> -BUild Basic set of Validators and Processors >> >> Make >> ------------------------------------------------ >> -Multi-site make >> (http://www.geocrawler.com/lists/3/SourceForge/9659/0/6177512/) >> -Gif, CSS, Browser-rsrc Standards >> -PHPDoc Integrated >> -Configuration scheme for Make >> -String Keyer & Repositories >> -Static Module Embed Syntax >> -Last Modification Date Check to Speed Makes >> -Recognize FileName.lang_code.php in place of FileName.php >> -Extend XML2PHP to handle Entity Definitions >> -Build ENT2SCHEMA utility which will build metabase XML schemas from Entity >> Definitions >> -Extend ENT2SCHEMA to output SQL >> -Integrate Zend Encoder >> -Integrate Misc Tools (comment stripper, etc) >> >> Builders >> ------------------------------------------------ >> -Get UIControlBuilder Working >> -Build FormBuilder (from existing code) >> -Build ListBuilder (from existing code) >> -Build WizardBuilder (from existing code) >> -PageDefBuilder >> -TreeBuilder (post-r2a release) >> -CalendarBuilder (post-r2a release) >> -EmailBuilder (post-r2a release) >> -FaxBuilder (post-r2a release) >> -PDFBuilder (post-r2a release) >> >> >> Misc >> ------------------------------------------------ >> -Complete, fully functional HTML entity encoding lib >> -Encapsulation scheme for native php templates >> -All files have the current LGPL header. >> -Build golden "reference module" >> >> >> _______________________________________________ >> binarycloud-dev mailing list >> bin...@li... >> https://lists.sourceforge.net/lists/listinfo/binarycloud-dev >> >> |
From: John D. <jo...@we...> - 2001-09-10 19:08:15
|
You may want to check this out: http://PhpUnit.sourceforge.net That's what odysseas has started using to run tests here.. John On Mon, 10 Sep 2001, Alex Black wrote: > yeah, I thought about that... > > you used anything you like? > > _a > > > > > You may want to think about starting a mandatory unit testing framework before > > the project gets too far along.. > > |
From: Alex B. <en...@tu...> - 2001-09-10 19:15:52
|
yep, it's in CVS. I'll have a look... anyone feel like writing a test case for Page? :) _a > > You may want to check this out: > http://PhpUnit.sourceforge.net > > That's what odysseas has started using to run tests here.. > > John > > On Mon, 10 Sep 2001, Alex Black wrote: > >> yeah, I thought about that... >> >> you used anything you like? >> >> _a >> >>> >>> You may want to think about starting a mandatory unit testing framework >>> before >>> the project gets too far along.. >>> > > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > https://lists.sourceforge.net/lists/listinfo/binarycloud-dev > |
From: Odysseas T. <ody...@ya...> - 2001-09-10 21:09:45
|
Its simple, lightweight and I like it a lot. Given PHP's lack of exceptions it can't do what the rest of the *unit variants can but still it's helpful. I have added a little bit of extras to allow browsing/batch execution of all/groups of the test scripts, that we can use too. odysseas --- John Donagher <jo...@we...> wrote: > > You may want to check this out: > http://PhpUnit.sourceforge.net > > That's what odysseas has started using to run tests > here.. > > John > > On Mon, 10 Sep 2001, Alex Black wrote: > > > yeah, I thought about that... > > > > you used anything you like? > > > > _a > > > > > > > > You may want to think about starting a mandatory > unit testing framework before > > > the project gets too far along.. > > > > > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > https://lists.sourceforge.net/lists/listinfo/binarycloud-dev __________________________________________________ Do You Yahoo!? Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger http://im.yahoo.com |
From: Alex B. <en...@tu...> - 2001-09-10 23:05:05
|
great. Let's talk offline so I can pull those and clean 'em :) -a > Its simple, lightweight and I like it a lot. > Given PHP's lack of exceptions it can't do what the > rest of the *unit variants can but still it's helpful. > > I have added a little bit of extras to allow > browsing/batch execution of all/groups of the test > scripts, that > we can use too. > > odysseas > > > --- John Donagher <jo...@we...> wrote: >> >> You may want to check this out: >> http://PhpUnit.sourceforge.net >> >> That's what odysseas has started using to run tests >> here.. >> >> John >> >> On Mon, 10 Sep 2001, Alex Black wrote: >> >>> yeah, I thought about that... >>> >>> you used anything you like? >>> >>> _a >>> >>>> >>>> You may want to think about starting a mandatory >> unit testing framework before >>>> the project gets too far along.. >>>> >> >> >> _______________________________________________ >> binarycloud-dev mailing list >> bin...@li... >> > https://lists.sourceforge.net/lists/listinfo/binarycloud-dev > > > __________________________________________________ > Do You Yahoo!? > Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger > http://im.yahoo.com > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > https://lists.sourceforge.net/lists/listinfo/binarycloud-dev > |
From: Alex B. <en...@tu...> - 2001-09-10 19:05:44
|
http://PhpUnit.sourceforge.net/ opinions? _a > You may want to think about starting a mandatory unit testing framework before > the project gets too far along.. > > On Sun, 9 Sep 2001, Alex Black wrote: > >> hi all, >> >> I've revised the TODO so it's an index to the tasks/ directory (in cvs >> shortly)... basically there will be a 'task file' for each of the tasks >> listed in the todo, which gives the reader a pretty clear picture of what >> needs to happen. >> >> here's the new TODO: (can anyone see anything that's missing from this?) >> >> best, >> >> -a >> >> ## >> # r2/TODO >> ## >> >> Core >> ------------------------------------------------ >> -PEAR_Error integrated and in wide use >> -All core classes use Request for user-space variables >> -Build Authentication and Permissions >> >> EntityManager & Friends >> ------------------------------------------------ >> -Test QueryManager >> -Re-build EntityManager to handle new Entity Definitions >> Including Validators and Processors >> -Build Tests for the new EntityManager >> -Build TemplateManager >> -Build EventManager >> -Build JSRequestManager >> -Build CSSRequestManager >> -BUild Basic set of Validators and Processors >> >> Make >> ------------------------------------------------ >> -Multi-site make >> (http://www.geocrawler.com/lists/3/SourceForge/9659/0/6177512/) >> -Gif, CSS, Browser-rsrc Standards >> -PHPDoc Integrated >> -Configuration scheme for Make >> -String Keyer & Repositories >> -Static Module Embed Syntax >> -Last Modification Date Check to Speed Makes >> -Recognize FileName.lang_code.php in place of FileName.php >> -Extend XML2PHP to handle Entity Definitions >> -Build ENT2SCHEMA utility which will build metabase XML schemas from Entity >> Definitions >> -Extend ENT2SCHEMA to output SQL >> -Integrate Zend Encoder >> -Integrate Misc Tools (comment stripper, etc) >> >> Builders >> ------------------------------------------------ >> -Get UIControlBuilder Working >> -Build FormBuilder (from existing code) >> -Build ListBuilder (from existing code) >> -Build WizardBuilder (from existing code) >> -PageDefBuilder >> -TreeBuilder (post-r2a release) >> -CalendarBuilder (post-r2a release) >> -EmailBuilder (post-r2a release) >> -FaxBuilder (post-r2a release) >> -PDFBuilder (post-r2a release) >> >> >> Misc >> ------------------------------------------------ >> -Complete, fully functional HTML entity encoding lib >> -Encapsulation scheme for native php templates >> -All files have the current LGPL header. >> -Build golden "reference module" >> >> >> _______________________________________________ >> binarycloud-dev mailing list >> bin...@li... >> https://lists.sourceforge.net/lists/listinfo/binarycloud-dev >> >> |