Log of /contributions/modules/flickr/flickr.inc
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.26
Sat Apr 28 19:33:36 2007 UTC
(2 years, 7 months ago)
by
drewish
Branch:
MAIN
Changes since
1.25: +1 -1 lines
FILE REMOVED
I'm moving all the files into the DRUPAL-5 branch. They'll be back when we start working on porting to Drupal 6.
Revision
1.20 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Apr 18 20:30:44 2007 UTC
(2 years, 7 months ago)
by
drewish
Branch:
MAIN
Changes since
1.19: +116 -44 lines
Diff to
previous 1.19
As part of #134590
- flickr_request() now handles printing errors unless the caller asks to have error infomation returned.
- flickr_request() can now report HTTP errors.
- Most of the request wrapper functions now return FALSE on error or the relevant part of the array.
- flickr_set_error() only displays error messages to users with 'flickr admin' permission.
- Fixed a bug where the Flickr NSID entered on the profile page wasn't being saved.
- Removing flickr_get_nsid(), use $user->flickr['nsid'] instead.
Revision
1.19 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Apr 17 04:53:02 2007 UTC
(2 years, 7 months ago)
by
andrewlevine
Branch:
MAIN
Changes since
1.18: +35 -12 lines
Diff to
previous 1.18
#136317
- Renames flickr_error to flickr_request_has_error
- Adds flickr_is_nsid and flickr_get_nsid
- Takes most of the stuff out of flickr_photos_get and make it flick_photos_search in flickr.inc
- Create a tag handling function to turn an array into request args.
- modify flickr_filter and flickr_block for these changes
- further fixes to flickr_block
Revision
1.16 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Apr 13 01:04:33 2007 UTC
(2 years, 7 months ago)
by
drewish
Branch:
MAIN
Changes since
1.15: +4 -4 lines
Diff to
previous 1.15
#134590 beginner pointed out that the variable used to hold the request result was named incorrectly, it's an array not an object.
Revision
1.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Dec 27 02:50:56 2006 UTC
(2 years, 11 months ago)
by
drewish
Branch:
MAIN
Changes since
1.8: +100 -10 lines
Diff to
previous 1.8
- Added using CVS tags for .info versions.
- Now you can specify a userid or username.
- Added photo's farm setting.
- Added flickr_img() to build an <img> element with proper height and width attributes.
Revision
1.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Dec 2 23:39:09 2006 UTC
(2 years, 11 months ago)
by
drewish
Branch:
MAIN
Changes since
1.7: +19 -1 lines
Diff to
previous 1.7
- Pushed the filter into its own .inc file.
- Added a basic photoset list page.
- Added a .css file with some formatting.
Revision
1.3.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Nov 3 02:09:41 2006 UTC
(3 years ago)
by
drewish
Branch:
DRUPAL-4-7
Changes since
1.3: +10 -6 lines
Diff to
previous 1.3
- Using Drupal's HTTP request function, it's a bit more robust than the file_get_contents() I was using before.
- Now we only cache results that unserialized properly.
- Added a per user random block.
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Nov 3 02:06:25 2006 UTC
(3 years ago)
by
drewish
Branch:
MAIN
Changes since
1.4: +10 -6 lines
Diff to
previous 1.4
- Using Drupal's HTTP request function, it's a bit more robust than the file_get_contents() I was using before.
- Now we only cache results that unserialized properly.
- Added a per user random block.
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Sep 18 01:41:18 2006 UTC
(3 years, 2 months ago)
by
drewish
Branch:
MAIN
This module seemed a bit abandoned so I've hijacked it. Here's some basic Flickr code. Parts are based off the flickr_block module.
Right now it's just a backend with a block to display recent photos for a user. Next step is adding auth tokens.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.