Chris Morgan
|
ea2de6fe3c
|
Screenshot::delete() and Image::delete() should check if the file exists before attempting to
call unlink() on it. Fixes three php errors that occur during the unit tests.
|
2007-06-09 22:17:32 +00:00 |
|
Francois Gouget
|
41fce37200
|
Assorted spelling fixes
|
2006-12-31 19:39:41 +00:00 |
|
WineHQ
|
b858e2ba53
|
Unit tests should run with E_ALL so we can detect all errors. Fix dozens of errors that popped up after enabling all errors.
|
2006-11-25 17:24:44 +00:00 |
|
EA Durbin
|
988be2f138
|
Fix a misnamed variable in image::resize_image_border() and add a unit test to make sure we call this function to test it
|
2006-08-31 02:23:01 +00:00 |
|
Chris Morgan
|
c4caf6c85f
|
Rename image class variables to match our current naming convention. Implement a unit test for
the image class
|
2006-06-30 19:42:39 +00:00 |
|
Jonathan Ernst
|
c609d3cf5b
|
Check at run-time for GD 2.x or GD 1.x so we can start using GD 2.x with the new upgraded appdb server
|
2005-09-21 14:16:40 +00:00 |
|
Tony Lambregts
|
324ed66eae
|
Fix situation where AppDB is not at DocumentRoot
|
2005-07-27 02:10:56 +00:00 |
|
Jonathan Ernst
|
db7ed9bc5a
|
When sending screenshots in an unknown format (txt, gif, etc.) the user is warned
and the screenshot is not added
|
2005-02-24 04:48:42 +00:00 |
|
Jonathan Ernst
|
db2a960dd5
|
* force usage of GD 1 functions
|
2005-01-27 16:13:03 +00:00 |
|
Jonathan Ernst
|
d5a50ecec4
|
* new screenshot and image classes
|
2005-01-27 15:42:53 +00:00 |
|