2004-12-05 12:27 cpb
* MANIFEST, t/progress.t: Add an example/test which uses the
DYNAMIC_FILE_UPLOAD functionality to implement some progress
feedback.
2004-12-05 12:17 cpb
* Upload.pm: minor formatting tweak, but I also need to bump the
version to do a new release.
2004-12-05 12:17 cpb
* t/: request.t, upload.t: *: HACK for the LWP content length
warning. Apparently, add_parts() doesn't cause the existing
content length to be invalidated and LWP complains when it
recalculates it anyways.
*: tweak description... sometimes the :: doesn't make it through.
2004-12-05 11:58 cpb
* t/: request.t, upload.t: *: oops, chomp the password
*: make test image private. We don't really need to spam the tag
index with kernel and perl over and over again...
2004-12-05 11:44 cpb
* t/: failupload.t, request.t, upload.t: make tests fail gracefully
if no password file provided. This way I can do sane testing but
cpansmoke won't complain.
2004-12-05 00:12 cpb
* MANIFEST, Upload.pm, t/request.t: *: added make_upload_request
and upload_request functions to allow for more direct
manipulation of the HTTP::Request structure.
*: added t/request.t to demonstrate how said functionality can be
used to upload images directly from memory rather than having to
create temporary files. It appears, unfortunately, that LWP
doesn't like the way I do things, but it only complains rather
than bailing. The end result works.
2004-12-04 22:36 cpb
* t/: failupload.t, upload.t: strip out the test comments
2004-09-05 15:18 cpb
* Upload.pm: *: don't export upload() by default. *: upload()
returns the resulting photo identifier on success (still undef on
failure). We're also nicer about the resulting failure message.
2004-09-05 15:17 cpb
* flickr_upload: *: output uploaded photoid for each image *: read
config from ~/.flickrrc.
2004-09-05 15:16 cpb
* t/failupload.t: in theory, zero might be a valid photoid.
Probably not, but...
2004-09-05 15:16 cpb
* t/: failupload.t, upload.t: change how we 'use' the module.
2004-09-04 18:33 cpb
* Upload.pm: force version increment
2004-09-04 18:33 cpb
* Makefile.PL, README: assorted documentation niceties. Dunno how I
forgot about the README...
2004-09-04 16:29 cpb
* META.yml: remove META.yml from CVS
2004-09-04 16:29 cpb
* flickr_upload: - assorted pod additions - cleanup failure
handling
2004-09-04 16:10 cpb
* MANIFEST, Makefile.PL, flickr_upload: - added flickr_upload
script - clean up Makefile.PL (i.e. add prereqs, etc).
2004-09-04 16:09 cpb
* t/: failupload.t, upload.t: tags now just a string rather than
list ref
2004-09-04 16:09 cpb
* Upload.pm: assorted fixes: - pod fixes - tags now just a string
rather than a list ref
2004-09-04 14:03 cpb
* Upload.pm, t/failupload.t, t/upload.t: upload() works
2004-09-04 11:49 cpb
* MANIFEST: change tests
2004-09-04 11:49 cpb
* t/: Flickr-Upload.t, Kernel & perl.jpg, failupload.t, upload.t:
adjusted testing, added test image
2004-09-04 11:49 cpb
* Upload.pm: laid out pod, initial stab at how API will work
2004-09-02 17:43 cpb
* MANIFEST, META.yml: added META.yml
2004-09-02 17:34 cpb
* MANIFEST, Makefile.PL, README, Upload.pm, t/Flickr-Upload.t:
Initial revision
2004-09-02 17:34 cpb
* MANIFEST, Makefile.PL, README, Upload.pm, t/Flickr-Upload.t:
initial import