Activity log for bug #342308

Date Who What changed Old value New value Message
2009-03-13 14:54:18 Xavier Brochard bug added bug
2009-03-13 14:57:24 Xavier Brochard woda: importance Undecided High
2009-03-13 14:57:24 Xavier Brochard woda: statusexplanation
2009-03-13 14:58:34 Xavier Brochard description There is pieces of code in Woda that are not compatible with Perl 5.10: $*, which was deprecated in favor of the /s and /m regexp modifiers, has been removed. These functions has changed a bit and should be checked: pack() has change regarding UTF-8 encoded data chdir FOO A bareword argument to chdir() is now recognized as a file handle. Earlier releases interpreted the bareword as a directory name. for the complete list of changes see http://search.cpan.org/dist/perl-5.10.0/pod/perl5100delta.pod Fucntions used with $* --------------------------------- - $* used to call a function to extend its regexp to multiline htParseMulti() htParseSimple() - $* in the function formatHtm2Txt() FETCH() cgiHtml() - functions called with both multiline ($*) and single line recFromRow() called by wbGrepRecords() with multiline evalSafe() called by wbGrepRecords() and recValidate() with multiline printHead() called by cgiHtml with multiline There is pieces of code in Woda that are not compatible with Perl 5.10: $*, which was deprecated in favor of the /s and /m regexp modifiers, has been removed. These functions has changed a bit and should be checked: pack() has change regarding UTF-8 encoded data chdir FOO A bareword argument to chdir() is now recognized as a file handle. Earlier releases interpreted the bareword as a directory name. for the complete list of changes see http://search.cpan.org/dist/perl-5.10.0/pod/perl5100delta.pod Woda functions used with $* ---------------------------------------- - $* used to call a function to extend its regexp to multiline htParseMulti() htParseSimple() - $* in the function formatHtm2Txt() FETCH() cgiHtml() - functions called with both multiline ($*) and single line recFromRow() called by wbGrepRecords() with multiline evalSafe() called by wbGrepRecords() and recValidate() with multiline printHead() called by cgiHtml with multiline
2009-04-02 10:11:05 Xavier Brochard woda: status New In Progress
2009-04-02 10:11:05 Xavier Brochard woda: assignee xavier
2009-10-04 10:15:51 Xavier Brochard woda: milestone merge-mf-and-xavier
2012-01-04 23:15:38 Xavier Brochard branch linked lp:~xavier/woda/4.620
2012-01-04 23:29:45 Xavier Brochard woda: status In Progress Fix Committed
2012-01-04 23:29:45 Xavier Brochard woda: milestone merge-mf-and-xavier
2013-05-26 09:29:03 Xavier Brochard woda: milestone merge-with-pro
2015-11-20 00:28:00 Xavier Brochard woda: status Fix Committed Fix Released