|
|
|
@92
|
[92]
|
4 years |
kluck |
Fix for a very weird bug where the CS3 debugger calls all getters on all …
|
|
|
|
@91
|
[91]
|
5 years |
kluck |
Added a further utility Date function to turn a Date into a String in a …
|
|
|
|
@90
|
[90]
|
5 years |
kluck |
Added utility function to find out if a Photo has a given tag.
|
|
|
|
@89
|
[89]
|
5 years |
kluck |
Added support for original secret as returned by calls to photosGetInfo …
|
|
|
|
@88
|
[88]
|
5 years |
kluck |
Updated photosRemoveTag to expect a String rather than a number as tagId
|
|
|
|
@87
|
[87]
|
5 years |
kluck |
Added support for Person.photosUrl and Person.profileUrl as returned by …
|
|
|
|
@86
|
[86]
|
5 years |
kluck |
Branched 0.5
|
|
|
|
@85
|
[85]
|
5 years |
kluck |
Documentation update re. return type of getLargestAvailableSize
|
|
|
|
@84
|
[84]
|
5 years |
kluck |
Added support for farm attribute which identifies which server farm an …
|
|
|
|
@83
|
[83]
|
6 years |
kluck |
Fixed bugs introduced when refactoring to make the distinction between …
|
|
|
|
@82
|
[82]
|
6 years |
kluck |
Added commands to make it easier to set the priority of a given …
|
|
|
|
@81
|
[81]
|
6 years |
kluck |
Added support for the owner information now returned on a call to …
|
|
|
|
@80
|
[80]
|
6 years |
kluck |
Added support for passing "tags" to the "extras" parameter (currently …
|
|
|
|
@79
|
[79]
|
6 years |
kluck |
Refactoring to make it clear which methods are internal ones used by …
|
|
|
|
@78
|
[78]
|
6 years |
kluck |
Added support for flickr.photosets.comments.* methods
|
|
|
|
@77
|
[77]
|
6 years |
kluck |
Added support for flickr.photos.notes.* methods
|
|
|
|
@76
|
[76]
|
6 years |
kluck |
Added the LuminicBox? log classes to the distribution.
|
|
|
|
@75
|
[75]
|
6 years |
kluck |
Added support for the totally pointless flickr.test.null!
|
|
|
|
@74
|
[74]
|
6 years |
kluck |
Added support for flickr.photos.licenses.* methods.
Involved a backwards …
|
|
|
|
@73
|
[73]
|
6 years |
kluck |
Added support for flickr.photos.delete
|
|
|
|
@72
|
[72]
|
6 years |
kluck |
Massive changes to make the documentation accurate and consistent.
…
|
|
|
|
@71
|
[71]
|
6 years |
kluck |
Updated the default cached methods to reflect all newly added methods.
|
|
|
|
@70
|
[70]
|
6 years |
kluck |
Added support for flickr.photos.geo.getPerms and …
|
|
|
|
@69
|
[69]
|
6 years |
kluck |
Added support for flickr.photos.geo.getLocation, …
|
|
|
|
@68
|
[68]
|
6 years |
kluck |
Added support for the location information returned in a call to …
|
|
|
|
@67
|
[67]
|
6 years |
kluck |
Fix so that all extras returned in a call to flickr.photosets.getPhotos …
|
|
|
|
@66
|
[66]
|
6 years |
kluck |
Added support for the "geo" argument which is passed via the "extras" …
|
|
|
|
@65
|
[65]
|
6 years |
kluck |
Added support for last_update parameter to be passed to extras where ever …
|
|
|
|
@64
|
[64]
|
6 years |
kluck |
Added svn:keywords Id to all files
|
|
|
|
@63
|
[63]
|
6 years |
kluck |
Added support for flickr.photos.getWithGeoData and …
|
|
|
|
@62
|
[62]
|
6 years |
kluck |
Added a way to get the 100px on the longest side image from flickr.com and …
|
|
|
|
@61
|
[61]
|
6 years |
kluck |
Added in support for new privacy_filter argument to:
flickr.photos.search …
|
|
|
|
@60
|
[60]
|
6 years |
kluck |
Major re factoring to avoid Flash's "32K bytecode per class" limit.
Moved …
|
|
|
|
@59
|
[59]
|
6 years |
kluck |
Added support for new flickr.photos.comments.* methods.
NOTE: the Flashr …
|
|
|
|
@58
|
[58]
|
6 years |
kluck |
Bugfix - queue was locked when logging in, added code to allow queue to …
|
|
|
|
@57
|
[57]
|
6 years |
kluck |
Fix to handle it gracefully when flickr returns XML with empty photo nodes …
|
|
|
|
@56
|
[56]
|
6 years |
kluck |
Removed temporary debugging (due to this flickr.com bug: …
|
|
|
|
@55
|
[55]
|
6 years |
kluck |
Added support for flickr.photos.recentlyUpdated.
|
|
|
|
@54
|
[54]
|
6 years |
kluck |
Changes to API endpoint in response to the change at flickr,com: …
|
|
|
|
@53
|
[53]
|
6 years |
kluck |
Added FlashrCache?.setCachable to give you fine grained control over which …
|
|
|
|
@52
|
[52]
|
6 years |
kluck |
Changed FlashrResponse?.onError to receive a FlashrRequest? object rather …
|
|
|
|
@51
|
[51]
|
6 years |
kluck |
Added a return type to Person.isFavorite
|
|
|
|
@50
|
[50]
|
6 years |
kluck |
Added a Person.isFavorite function which can be used to easily check if a …
|
|
|
|
@49
|
[49]
|
6 years |
kluck |
Fixed an obscure bug caused by the fact that Flash is sometimes …
|
|
|
|
@48
|
[48]
|
6 years |
kluck |
Added Person.buddyIcon to easily get the URL to someone's buddy icon.
|
|
|
|
@47
|
[47]
|
6 years |
kluck |
Added Flashr.executeAtPriority. This utility method allows you to execute …
|
|
|
|
@46
|
[46]
|
6 years |
kluck |
Fix so that Photo.getLargestAvailableSize will compile under MTASC.
|
|
|
|
@45
|
[45]
|
6 years |
kluck |
Fixed a log statement that wasn't updated in the move to the …
|
|
|
|
@44
|
[44]
|
6 years |
kluck |
Added Tag.getRelatedTags and Tag.getRelatedTagStrings and supporting code …
|
|
|
|
@43
|
[43]
|
6 years |
kluck |
Fixed Flashr.SUBVERSION_ID.
|
|
|
|
@42
|
[42]
|
6 years |
kluck |
Added Flashr.SUBVERSION_ID so that you can find out what revision of …
|
|
|
|
@41
|
[41]
|
6 years |
kluck |
Added Flashr.cancelCurrentRequest and necessary supporting code.
This …
|
|
|
|
@40
|
[40]
|
6 years |
kluck |
Cleaned up the way photosGetLargestSize works and made it return a …
|
|
|
|
@39
|
[39]
|
6 years |
kluck |
Added Photo.getLargestAvailableSize - a utility method that can be called …
|
|
|
|
@38
|
[38]
|
6 years |
kluck |
Change so that the params passed to photosSearch are cloned. This prevents …
|
|
|
|
@37
|
[37]
|
6 years |
kluck |
Added svn:keywords "Id" to each file to aid tracking of what version …
|
|
|
|
@36
|
[36]
|
6 years |
kluck |
Added support for flickr.photos.comments.getList and so for comments in …
|
|
|
|
@35
|
[35]
|
6 years |
kluck |
Added some comments to Photo.largeUrl and Photo.originalUrl describing …
|
|
|
|
@34
|
[34]
|
6 years |
kluck |
More changes of ids to Strings (as flickr changed the format to allow them …
|
|
|
|
@33
|
[33]
|
6 years |
kluck |
Fixed ticket #1 - a bug introduced in last changeset.
|
|
|
|
@32
|
[32]
|
6 years |
kluck |
Changed id's to Strings where appropriate (as flickr changed the format).
|
|
|
|
@31
|
[31]
|
6 years |
kluck |
Added FlashrResponseHistory? to store a history of completed Flashr …
|
|
|
|
@30
|
[30]
|
6 years |
kluck |
Changed Person.getFavorites to return an Array rather than an Object
|
|
|
|
@29
|
[29]
|
6 years |
kluck |
Added test for FlashrRequest?.clone
|
|
|
|
@28
|
[28]
|
6 years |
kluck |
Added FlashrRequest?.clone method.
Added support for …
|
|
|
|
@27
|
[27]
|
6 years |
kluck |
Added query throttling so that no more than one query per second is sent …
|
|
|
|
@26
|
[26]
|
6 years |
kluck |
Implemented priority for the FlashrRequestQueue?…
|
|
|
|
@25
|
[25]
|
6 years |
kluck |
Fixed Flashr.as to reflect the earlier change of a method name in …
|
|
|
|
@24
|
[24]
|
6 years |
kluck |
Implemented caching when Flashr.cacheQueries is set to true…
|
|
|
|
@23
|
[23]
|
6 years |
kluck |
Changed internals to ue a FlashrResponseEvent? rather than an anonymous …
|
|
|
|
@22
|
[22]
|
6 years |
kluck |
Implemented FlashrRequestQueue? and made it so that requests to flickr.com …
|
|
|
|
@21
|
[21]
|
6 years |
kluck |
Added FlashrRequest? and made all methods use queueRequest to call …
|
|
|
|
@20
|
[20]
|
6 years |
kluck |
Removed the photos array where it was unnecessarily being passed along …
|
|
|
|
@19
|
[19]
|
6 years |
kluck |
Moved everything into flashr.core ready for the 0.5 release.
Added …
|
|
|
|
@18
|
[18]
|
6 years |
kluck |
Branched 0.4 off to allow development to proceed on 0.5
|
|
|
|
@17
|
[17]
|
6 years |
kluck |
Fix to avoid "Invalid signature" errors when you accidentally pass an …
|
|
|
|
@16
|
[16]
|
6 years |
kluck |
Added documentation for passing sort:"relevance" to photosSearch as just …
|
|
|
|
@15
|
[15]
|
6 years |
kluck |
Added the FlickrCached? object and made a few necessary changes to Flickr.
…
|
|
|
|
@14
|
[14]
|
6 years |
kluck |
Added Person.getTagsAsStrings method and better documentation to all the …
|
|
|
|
@13
|
[13]
|
6 years |
kluck |
Added flickr.interestingness.getList as released by flickr today.
…
|
|
|
|
@12
|
[12]
|
6 years |
kluck |
created Flickr._prepareQuerystring method so that the necessary code could …
|
|
|
|
@11
|
[11]
|
6 years |
kluck |
Added Photos.getSizes method.
Changed some var names from resultSet to …
|
|
|
|
@10
|
[10]
|
6 years |
kluck |
Changes so ResultsSet?.queryString is correctly set
|
|
|
|
@9
|
[9]
|
6 years |
kluck |
Added ResultsSet? which passes back the page, numPages, resultsPerPage and …
|
|
|
|
@8
|
[8]
|
6 years |
kluck |
Added user_id parameter to groupsPoolsGetPhotos
See: …
|
|
|
|
@7
|
[7]
|
6 years |
kluck |
Added Photo.getTagsAsStrings as a utility method to make it easier to …
|
|
|
|
@6
|
[6]
|
7 years |
kluck |
Optional "original_format" argument added to "extras" parameter list from …
|
|
|
|
@5
|
[5]
|
7 years |
kluck |
Added Photo.getInfoCalled to determine when getInfo has been called on a …
|
|
|
|
@4
|
[4]
|
7 years |
kluck |
Moved MD5 to com.suite75.ascrypt.MD5 to avoid reliance on seperately …
|
|
|
|
@3
|
[3]
|
7 years |
kluck |
Added methods to get small and large image URL's for a given photo and …
|
|
|
|
@2
|
[2]
|
7 years |
kluck |
|
|
|
|
@1
|
[1]
|
7 years |
kluck |
version 0.3.01 - the first to be added to OSFlash
|