/[drupal]/contributions/modules/flickrstickr/flickrstickr.module
ViewVC logotype

Log of /contributions/modules/flickrstickr/flickrstickr.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.27.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 10 14:16:51 2008 UTC (16 months, 2 weeks ago) by wmostrey
Branch: DRUPAL-5
Changes since 1.27: +1 -1 lines
Diff to previous 1.27 , to next main 1.28
Upgrade to Drupal 5

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 10 07:37:40 2008 UTC (16 months, 2 weeks ago) by wmostrey
Branch: MAIN
CVS Tags: HEAD
Changes since 1.27: +103 -112 lines
Diff to previous 1.27
Upgrade to Drupal 5

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 2 11:29:37 2007 UTC (2 years, 8 months ago) by aronnovak
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.26: +5 -5 lines
Diff to previous 1.26
Fixed bug: if update a node, the already inserted flickr pics created again

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 22 13:22:12 2007 UTC (2 years, 10 months ago) by aronnovak
Branch: MAIN
Changes since 1.25: +3 -3 lines
Diff to previous 1.25
Fix enter-grabbing according to DOM

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 22 12:33:51 2007 UTC (2 years, 10 months ago) by aronnovak
Branch: MAIN
Changes since 1.24: +23 -4 lines
Diff to previous 1.24
Handle TinyMCE resized images. Not blur, show the finely resized image

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 22 11:03:58 2007 UTC (2 years, 10 months ago) by aronnovak
Branch: MAIN
Changes since 1.23: +4 -1 lines
Diff to previous 1.23
Fix permission issue

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 22 10:46:12 2007 UTC (2 years, 10 months ago) by aronnovak
Branch: MAIN
Changes since 1.22: +3 -4 lines
Diff to previous 1.22
he image selector popup do trap ?Return? or ?Enter? keystrokes.
If you hit enter, the search query will be forwarded to flickr

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 22 10:16:01 2007 UTC (2 years, 10 months ago) by aronnovak
Branch: MAIN
Changes since 1.21: +18 -21 lines
Diff to previous 1.21
Handle other file types, not only jpg.
Now in the images directory each file has good extension which is maybe important because of eg. pdfview.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 17 18:26:51 2006 UTC (2 years, 11 months ago) by aronnovak
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
Correct wrong parameters for curl_setopt

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 17 18:21:32 2006 UTC (2 years, 11 months ago) by aronnovak
Branch: MAIN
Changes since 1.19: +19 -6 lines
Diff to previous 1.19
Use cURL for get URLs

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 4 10:17:08 2006 UTC (3 years, 2 months ago) by aronnovak
Branch: MAIN
Changes since 1.18: +41 -36 lines
Diff to previous 1.18
Added PHP4 support. Hide the dock button when IE users see the selector.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 31 12:52:25 2006 UTC (3 years, 2 months ago) by aronnovak
Branch: MAIN
Changes since 1.17: +3 -5 lines
Diff to previous 1.17
Prior version don't work with php4. It contained a nasty &-making. It was
needless. Fixed.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 31 08:59:25 2006 UTC (3 years, 2 months ago) by aronnovak
Branch: MAIN
Changes since 1.16: +665 -405 lines
Diff to previous 1.16
Improve doxygen comments. Added tinymce support. You can drag'n drop images.
check if image module available
Renewed the settings page
Add hook_permissions to enable/disable flickr insertion
Choose the requested size of images
Localize (t()) some string that was hard coded
Can explore all the images not just the first ten

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 21 19:40:21 2006 UTC (3 years, 4 months ago) by ee
Branch: MAIN
Changes since 1.15: +20 -3 lines
Diff to previous 1.15
when flickr is offline automatically use offline images

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 19 17:30:17 2006 UTC (3 years, 4 months ago) by ee
Branch: MAIN
Changes since 1.14: +13 -8 lines
Diff to previous 1.14
able to set align

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 17 21:19:11 2006 UTC (3 years, 4 months ago) by ee
Branch: MAIN
Changes since 1.13: +33 -31 lines
Diff to previous 1.13
use parse xml function instead of dom

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 17 19:23:43 2006 UTC (3 years, 4 months ago) by ee
Branch: MAIN
Changes since 1.12: +7 -3 lines
Diff to previous 1.12
fixed dom error

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 12 13:31:24 2006 UTC (3 years, 4 months ago) by ee
Branch: MAIN
Changes since 1.11: +298 -14 lines
Diff to previous 1.11
use with offline version

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 2 08:36:51 2006 UTC (3 years, 6 months ago) by ee
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10
Bugfix: http://drupal.org/node/59046 (changes in 'my account' not saved)

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 2 08:23:23 2006 UTC (3 years, 6 months ago) by ee
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
Bugfix: http://drupal.org/node/59047 (settings under 'my account' showing up under all profile categories)

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 2 19:08:43 2006 UTC (3 years, 7 months ago) by mathias
Branch: MAIN
Changes since 1.8: +4 -4 lines
Diff to previous 1.8
urlencode() params sent to flickr so flickr can find users with spaces in their username, for example.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 31 22:15:57 2006 UTC (3 years, 7 months ago) by mathias
Branch: MAIN
Changes since 1.7: +8 -4 lines
Diff to previous 1.7
Update module to use base_path() and fix a JavaScript typo

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 10 16:50:40 2006 UTC (3 years, 8 months ago) by ee
Branch: MAIN
Changes since 1.6: +11 -6 lines
Diff to previous 1.6
Image size function os moved to node post

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 8 14:26:13 2006 UTC (3 years, 8 months ago) by ee
Branch: MAIN
Changes since 1.5: +27 -0 lines
Diff to previous 1.5
README.TXT and other code comments

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 8 13:47:58 2006 UTC (3 years, 8 months ago) by ee
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
Patch http://drupal.org/node/52877 (remove unneeded base_url)

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 7 09:32:49 2006 UTC (3 years, 8 months ago) by ee
Branch: MAIN
Changes since 1.3: +114 -120 lines
Diff to previous 1.3
work with IE

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 7 08:30:53 2006 UTC (3 years, 8 months ago) by ee
Branch: MAIN
Changes since 1.2: +58 -26 lines
Diff to previous 1.2
works well if user settings not set
user/?/edit compatible with 4.6/4.7

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 6 11:36:42 2006 UTC (3 years, 8 months ago) by ee
Branch: MAIN
Changes since 1.1: +19 -11 lines
Diff to previous 1.1
use base_url instead if "localhost..."
use default settings if $user->.... is not set

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 5 15:39:23 2006 UTC (3 years, 8 months ago) by ee
Branch: MAIN
initial version

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2