Added a dbSlave test to Session.t. It's kind of a hack as it sets up

a slave reference back to the original db from the config.
Bug fixes for the TrashClipboard workflow activity.  The dates were off,
since the interval returns an epoch, and the call to Asset->new didn't
have the session.
This commit is contained in:
Colin Kuskie 2007-03-02 16:51:49 +00:00
parent 52ebd6eece
commit ac6116b7a0
3 changed files with 34 additions and 3 deletions

View file

@ -7,6 +7,7 @@
- fix: Database Connetion for ODBC fails for lengthy strings (thanks to Isaac
Finegan, Core Mobility)
- fix: the fileImport script did not resize vertical images. (Martin Kamerbeek / Oqapi)
- fix: TrashClipboard.pm (thanks to Erik Svanberg for the patch)
7.3.11
- Added an option for enabling coverage tests to testCodebase.pl.