Log of /contributions/modules/flickr/flickr.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.38
Sat Apr 28 19:33:36 2007 UTC
(2 years, 7 months ago)
by
drewish
Branch:
MAIN
Changes since
1.37: +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.34 -
(
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.33: +34 -44 lines
Diff to
previous 1.33
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.33 -
(
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.32: +21 -36 lines
Diff to
previous 1.32
#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.31 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Apr 15 05:33:24 2007 UTC
(2 years, 7 months ago)
by
drewish
Branch:
MAIN
Changes since
1.30: +36 -21 lines
Diff to
previous 1.30
samo's patch for #116533 that:
- provides a page at /flickr to show the photos for the flickr_default_userid.
- refactors function flickr_photos_get to not lookup user information.
- explains why the userid on the settings form is disabled when no valid api key is set.
Revision
1.24 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jan 2 19:50:40 2007 UTC
(2 years, 10 months ago)
by
drewish
Branch:
MAIN
Changes since
1.23: +11 -4 lines
Diff to
previous 1.23
- Added some code to prevent users from entering a default user id before the api key is saved.
- Fixed #105991 "Can't disable Flickr Photosets menu item".
Revision
1.21 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Dec 28 10:46:26 2006 UTC
(2 years, 10 months ago)
by
wnorrix
Branch:
MAIN
Changes since
1.20: +1 -172 lines
Diff to
previous 1.20
Create a new module called flickr block
Site wide flicker blocks
User specific flickr blocks (shows up on the profile page)
Removed block code from flickr.module
Need to clean up stuff in the am
Revision
1.18 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Dec 27 02:50:57 2006 UTC
(2 years, 11 months ago)
by
drewish
Branch:
MAIN
Changes since
1.17: +60 -32 lines
Diff to
previous 1.17
- 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.15 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Dec 3 22:32:47 2006 UTC
(2 years, 11 months ago)
by
drewish
Branch:
MAIN
Changes since
1.14: +9 -8 lines
Diff to
previous 1.14
- Added CVS Ids to the .info files.
- Moved the flickr_filter module to it's own sub-directory.
- Removed old, unused files.
Revision
1.11 -
(
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.10: +88 -126 lines
Diff to
previous 1.10
- 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.3 -
(
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.2.2: +62 -10 lines
Diff to
previous 1.3.2.2
, to
branch point 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: +67 -11 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.3.2.1
Mon Oct 30 22:31:45 2006 UTC
(3 years ago)
by
drewish
Branch:
DRUPAL-4-7
Changes since
1.3: +0 -235 lines
FILE REMOVED
file flickr.module was added on branch DRUPAL-4-7 on 2006-10-30 23:09:22 +0000
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.