Commit graph

37 commits

Author SHA1 Message Date
Colin Kuskie
8d1e47a6ce Storage/Image: resize works with ImageMagick again. Add diagnostics to tests for easy debug 2007-12-19 18:04:50 +00:00
Doug Bell
5222ad6be1 merged with SVN HEAD 2007-12-18 12:22:37 +00:00
Doug Bell
82e9bf8448 Finished? Ready for merge at least. 2007-12-17 22:22:06 +00:00
Colin Kuskie
1b3d7f0c2b Refactor out the copied code to resize images based on the max file
size from the Admin Settings and create a new method in
Storage::Image.
Build a test to verify that it works correctly.
2007-11-24 05:30:15 +00:00
Graham Knop
16fbdaec26 fix unreadable captcha with Image::Magick 2007-09-26 10:56:55 +00:00
Graham Knop
ac539ced57 better image library loading 2007-09-26 09:47:35 +00:00
JT Smith
5105becce9 - made captcha's harder to defeat by machine 2007-09-14 18:27:29 +00:00
Frank Dillon
31353771ba Throw error messages to log while adding captcha to help debugging. 2007-07-26 21:10:17 +00:00
JT Smith
bde1a7a941 Graphics::Magick is now the standard graphics package in WebGUI, but
Image::Magick will be supported for backwards compatibility. See gotcha.txt
   for details.
2007-07-26 03:23:47 +00:00
Colin Kuskie
226dd2cf21 Add tests for WebGUI::Storage::Image, and give its getThumbnailUrl method
some error handling.
2007-07-24 03:40:57 +00:00
Colin Kuskie
a83702f2ed Fix a bug where WebGUI::Storage::Image->copy does not return
an object of the same class, when no default object is passed.
Added a bunch of tests.
2007-07-23 04:53:09 +00:00
Colin Kuskie
c07b0b9c72 Add the Storage::Image test. This really, really wants to be done with
Test::Class in the long term.
Fixed a bug where Storage::Image's getFiles does not obey the showAll switch
that its parent has.
2007-07-07 03:38:16 +00:00
JT Smith
a7dde82421 updated copyright 2007-07-01 16:09:42 +00:00
Colin Kuskie
8faf7951d0 deleting a file from an Image Storage location did not delete the thumbnail 2007-04-23 05:13:59 +00:00
Graham Knop
886d8215b8 Image::Magick->Scale does nothing if given dimensions < 1, so make sure they are large enough when generating thumbnails in Storage/Image.pm 2007-04-17 22:00:59 +00:00
Roy Johnson
f749d2d260 fix - Storage::Image copy does not create thumbnails 2006-11-18 18:06:54 +00:00
JT Smith
63b22dc502 - fix: Style Wizard
- fix: content-type
 - fix: Two cookies and incorrect Last-Modified date in HTTP header
 - fix: HTTP status code 404 broken
 - fix: Add missing page on Problem With Request
 - fix: Avatar/photo upload not working
 - fix: Shortcut with content lock fails (Thanks to Michelle Lamar)
2006-07-11 20:08:30 +00:00
Martin Kamerbeek
dd71810554 fix: captcha image is blank 2006-06-06 11:11:01 +00:00
Martin Kamerbeek
27af7de00c Adding the graphing engine. 2006-04-30 22:40:23 +00:00
JT Smith
7fcfb11f20 made the file and image form fields better, but still have some work to do
began converting the article to have it's own attachments, but still have some work to do
2006-04-16 01:10:34 +00:00
JT Smith
504de54d61 started adding email processing capabilities to cs 2006-04-09 22:36:49 +00:00
JT Smith
a3adaee3a0 removing unnecessary use lines 2006-01-12 22:27:20 +00:00
JT Smith
925906ca7e refactored WebGUI::Id to use new session api 2006-01-11 23:34:02 +00:00
JT Smith
a194408513 changing copyright year 2006-01-09 23:51:04 +00:00
JT Smith
024514c549 more session related changes 2006-01-09 19:56:26 +00:00
Colin Kuskie
d430f570f4 Added POD to several macros.
Updated POD in Storage/Iimage.pm

Internationalized error messages from RandomAssetProxy.
2005-12-20 17:55:46 +00:00
Colin Kuskie
99df1f414e Form inheritance work for lists, removal of $session{os}{slash} 2005-12-01 20:46:55 +00:00
JT Smith
d89b8f1794 fixed captcha 2005-09-24 17:26:40 +00:00
Matthew Wilson
7b20b2db03 - fix [ 1265771 ] assets that were formerly prototypes are... (mwilson)
- fix [ 1280018 ] add new sql report - all query fields visible (mwilson)
 - fix [ 1283740 ] overridden in WebGUI/Mail.pm (mwilson)
 - fix [ 1282511 ] WebGUI::Form::submit disabled (mwilson)
 - fix [ 1281854 ] migration.txt - 5.6, 5.7 need some updating. (mwilson)
 - fix [ 1281842 ] rand() needs srand() on win32 mod_perl (mwilson)
 - fix [ 1281435 ] Asset::paste() or Asset::setParent() needs... (mwilson)
 - fix [ 1280374 ] Events calendar with no end date set loops... (mwilson)
 - fix [ 1230352 ] Navigation Template (mwilson)
2005-09-11 17:36:39 +00:00
Matthew Wilson
1f3330f270 *** empty log message *** 2005-06-14 14:53:57 +00:00
JT Smith
6aa9f76a71 added a new logger 2005-04-01 03:24:23 +00:00
JT Smith
01c0802c22 bunch of bug fixes 2005-03-23 19:15:23 +00:00
JT Smith
7db5db5833 image resizer 2005-03-04 18:49:09 +00:00
JT Smith
a83e8b85c1 made image magick required 2005-03-04 16:42:28 +00:00
JT Smith
7e0a5b13b9 more bug fixes 2005-02-23 20:42:09 +00:00
JT Smith
9d025d7c28 lots of bug fixes 2005-02-14 18:08:11 +00:00
JT Smith
63fcf47836 CS a little closer to bliss 2005-02-13 16:37:14 +00:00