From: Chris W. <la...@us...> - 2005-02-02 13:24:22
|
Update of /cvsroot/openinteract/OpenInteract2/doc/Manual In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27480/doc/Manual Modified Files: Changes.pod Log Message: latest changes Index: Changes.pod =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/doc/Manual/Changes.pod,v retrieving revision 1.63 retrieving revision 1.64 diff -C2 -d -r1.63 -r1.64 *** Changes.pod 5 Dec 2004 20:41:39 -0000 1.63 --- Changes.pod 2 Feb 2005 13:24:08 -0000 1.64 *************** *** 25,28 **** --- 25,110 ---- pushed off to 2.01. + =head1 1.99_06 + + =head2 Upgrade Notes + + =head2 Major Changes + + =over 4 + + =item * + + OIN-121 - You can now create an OI2 website without a 'source_dir' -- + all our resources are held as data in class files under + L<OpenInteract2::Brick>, and the parent class has methods to write + these resources to the filesystem after an optional initial + evaluation. + + This includes packages which are stored in Base64-encoding in the + class. + + =item * + + OIN-115 - Break L<OpenInteract2::Setup> into individual tasks and + create a framework so that new setup tasks will get discovered at + runtime. We get a name from each task and its dependencies and + determine the order they should be run. See L<OpenInteract2::Setup> + for more information. + + =back + + =head2 Minor Changes + + L<OpenInteract2::Context> + + =over 4 + + =item * + + Add C<language_handle()> method, useful for when we don't have a + request available from which to pull the language handle. (See + L<OpenInteract2::I18N> for what this means.) + + =back + + L<OpenInteract2::Manage::Package::Export + + =over 4 + + OIN-111: Ensure that every package we try to export gets a useful + error message if the export fails. + + =back + + L<OpenInteract2::Package> + + =over 4 + + =item * + + OIN-102: Ensure that if any modules declared in the package.conf fail + we don't read in any perl modules. The errors found when bringing in + the module with a bad 'use' are confusing. + + =item * + + OIN-105: Add check to package validation to ensure that all message + files are formatted so we can extract a language from them. + + =back + + L<OpenInteract2::Util> + + =over 4 + + =item * + + Added C<digest_content( $content )> to calculate the MD5 digest of + arbitrary data. + + =back + + + =head1 1.99_05 (2.0 beta 5), 5 Dec 2004 |