You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added methods thumbnail_upload_dir, thumbnail_url_base, and thumbnail_url_base. Also fixed
13
+
bug where if thumbnail_prefix was set to '' and thumbnail and original filenames were the same,
14
+
then the original file would overwrite the thumbnail.
15
+
16
+
0.04
17
+
18
+
pod test failed, so I fixed it. Was missing documentation for these two methods:
19
+
20
+
show_client_filename
21
+
thumbnail_quality
22
+
23
+
Also, added a little bit about how you can get access to the ctx object in the PRE/POST METHODS section.
24
+
25
+
0.05
26
+
27
+
added thumbnail_postfix method
28
+
29
+
0.06
30
+
31
+
added relative_to_host method
32
+
33
+
0.07
34
+
35
+
added require_image method
36
+
37
+
0.08
38
+
39
+
fixed issue where if should_delete was set to 0 and handle_request was called with a 1, would not handle response correctly because it would never get to print_response call
40
+
41
+
0.09
42
+
43
+
fixed issue where the _clear method would delete some initial passed in values, such as filename and thumbnail_filename
44
+
45
+
0.10
46
+
47
+
fixed issue where calling generate_output may cause an error depending on what you passed into it (essentially if _set_uri ended up not being called). Fixed this by calling it manually.
48
+
49
+
0.11
50
+
51
+
added delete_params as an option for generate_output method
52
+
fixed issue where calling generate_output would generate null for delete urls if there was more than one file to generate it for. (needed to reset delete_url each time around loop)
53
+
54
+
0.12
55
+
56
+
fixed _set_uri to use Catalyst URI if it already exists. Also, fixed issue where uri was being reused to generate delete_url in _delete_url if generate_output was passed more than one file.
57
+
58
+
0.13
59
+
60
+
fixed issue where IE needs the content-type to be text/plain. suggested by this bug: https://rt.cpan.org/Ticket/Display.html?id=84300&results=fcb4720e2a3df735d29b41e959a7c5af
61
+
62
+
0.15
63
+
64
+
fixed bug
65
+
66
+
0.16
67
+
68
+
added to documentation for the data subroutine about using catalyst context object to store data
69
+
70
+
0.17
71
+
72
+
moved _clear call in handle_request to end of subroutine
73
+
74
+
0.18
75
+
76
+
added 'close OUTFILE;' in _save_local.
77
+
78
+
0.19
79
+
80
+
removed duplicate entry for thumbnail_prex in docs
0 commit comments