-
When a flickr.photo.search includes "date_taken" in the "extras" attribute, the returned list already contains the "datetaken" attribute. The following patch makes it accessible to the getTakenDate() method, and saves massive number of API calls in certain scenarios.
Same would be possible for other attributes - i'm not confident about the internals of Phlickr - but the following patch works.
2009-02-16 10:47:53 UTC in Phlickr
-
nonanet committed patchset 3 of module mod_whois to the mod_whois - Apache WHOIS module CVS repository, changing 3 files.
2002-10-11 09:21:10 UTC in mod_whois - Apache WHOIS module
-
mod_whois addes th capability to receive WHOIS queries to Apache2. The current code works (at least on my platform, which is prefork MPM on Linux), so that's reason enough to release a first tarball.
Test results are appreciated, as well as comments about the code itself (which could be quite dirty at the moment since i just started with Apache2 API).
2002-10-11 07:31:42 UTC in mod_whois - Apache WHOIS module