Revision history for Perl extension MOSES::MOBY.
.89
- The tag MOBY was missing in the async cgi
response for 'results'.
- updated some documentation
.88
- Added support for Asynchronous POST services.
moses-service-tester, moses-generate-services,
and moses-install all have been updated.
.87
- fixed a string append bug where '+' was used
instead of '.'
- added support for Asynchronous moby services
* added async option to moses-generate-services.pl
* added async option to moses-testing-service.pl
* created an async dispatcher template
AsyncMobyServer.cgi in the shared folder
* created an async template skeleton module
for async modules.
* added another service table for async services
- added a missing use statement for DateTime in Base.pm
- swapped IO::Scalar with IO::String (for performance
reasons)
- applied patch to Utils.pm (thanks to Kenny Billiau).
patch caches file paths once found instead of looking
repeatedly for them.
- MOSES::MOBY::Cache::Registries::init used to do a file
read each time a new Registries object was instantiated.
Not the case anymore.
- fixed bug:
Services that consume/output primitives didn't have the
proper 'use' statements.
.86 Sun May 11
- fixed a bug in one of the test cases.
.85 Fri May 9 7:52:35 2008
- fixed a bug in Parser.pm that created xrefs
and called non-existent method isSimpleXref.
- added namespace checking for inputs. It is
inserted into impl code that is generated, but
is commented out.
- added $VERSION to every module. As a result,
some of the modules have large increments in
version numbers with little changes to back up
the jump. Sorry.
- added support for 'cgi' category moby services
- updated the makefile to correctly identify the
version of IO::Prompt to use so that users dont
have to downgrade when they accidently install
the wrong version (i.e. 0.99.4)
- added a new -R option to the generate-* scripts.
This option allows you to specify a registry URL
to use when generating moses scripts.
.84 Tue Dec 11 7:52:35 2007
- updated the default moby url to be the
new ucalgary one because the one hosted
at icapture died
- made the default 'SAX' parser XML::LibXML.
This isn't really a SAX parser, but it
seems to be the only reliable option
.82 Tue Sept 4 10:21:26 2007
- updated the documentation to make
certain things more clear.
- fixed a bug that caused dos line breaks
to appear in generated code
- created a new script that adds/removes
user defined registries from the file
system
- modified MOSES::MOBY::Cache::Registries
and added 2 subs, one for adding
registries and the other for removing
them
.81 Wed Aug 22 10:21:26 2007
- found errors in the MOSES/MOBY.pm
pod doc and fixed them
.80 Mon Jul 30 10:21:26 2007
- original version