/[drupal]/contributions/modules/gravatar/gravatar.install
ViewVC logotype

Log of /contributions/modules/gravatar/gravatar.install

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.1.4.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 18 18:52:23 2009 UTC (5 weeks, 5 days ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1.4.18: +2 -2 lines
Diff to previous 1.1.4.18 , to branch point 1.1 , to next main 1.2
by Dave Reid: Code cleanups and optimizations.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 29 16:27:23 2009 UTC (4 months ago) by davereid
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +138 -0 lines
Diff to previous 1.1
by Dave Reid: Merged with 6.x and updated for 7.x.

Revision 1.1.4.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 27 04:19:11 2009 UTC (5 months ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1.4.17: +2 -2 lines
Diff to previous 1.1.4.17 , to branch point 1.1
by Dave Reid: Fixed coder warnings.

Revision 1.1.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 26 15:50:03 2009 UTC (7 months ago) by narno
Branch: DRUPAL-5
Changes since 1.1.2.8: +2 -2 lines
Diff to previous 1.1.2.8 , to branch point 1.1 , to next main 1.2
Fixe #445432

Revision 1.1.4.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 26 15:47:10 2009 UTC (7 months ago) by narno
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-6, DRUPAL-6--1-7
Changes since 1.1.4.16: +2 -2 lines
Diff to previous 1.1.4.16 , to branch point 1.1
Fixe #445428

Revision 1.1.4.16 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 20 16:56:01 2009 UTC (8 months, 1 week ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1.4.15: +5 -2 lines
Diff to previous 1.1.4.15 , to branch point 1.1
by Dave Reid: Added #process for default picture radios instead of manually creating radio elements. Misc fixes and cleanups.

Revision 1.1.4.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 30 21:26:18 2008 UTC (10 months, 4 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1.4.14: +2 -1 lines
Diff to previous 1.1.4.14 , to branch point 1.1
- #352500 by Psicomante: Fixed undefined gravatar_variables() in uninstall.

Revision 1.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 30 21:25:58 2008 UTC (10 months, 4 weeks ago) by davereid
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-2
Changes since 1.1.2.7: +2 -1 lines
Diff to previous 1.1.2.7 , to branch point 1.1
- #352500 by Psicomante: Fixed undefined gravatar_variables() in uninstall.

Revision 1.1.4.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 21 09:58:23 2008 UTC (11 months, 1 week ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1.4.13: +3 -3 lines
Diff to previous 1.1.4.13 , to branch point 1.1
- Removed gravatar_size parameter. Now just using the user_picture_dimensions variable.
- Removed calls to deleted variable gravatar_toggle.
- Minor CSS/JavaScript tweak.
- Admin options and strings tweak.

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 21 09:55:23 2008 UTC (11 months, 1 week ago) by davereid
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.1.2.6: +2 -2 lines
Diff to previous 1.1.2.6 , to branch point 1.1
- Added _gravatar_get_size() function from 6.x

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 21 09:38:41 2008 UTC (11 months, 1 week ago) by davereid
Branch: DRUPAL-5
Changes since 1.1.2.5: +9 -9 lines
Diff to previous 1.1.2.5 , to branch point 1.1
- Sync with 6.x version. Many new features, revisions and string changes.

Revision 1.1.4.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 21 08:14:16 2008 UTC (11 months, 1 week ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1.4.12: +21 -14 lines
Diff to previous 1.1.4.12 , to branch point 1.1
- Remove access checks for links in gravatar_requirements.
- Use getimagesize() instead of image_get_info() for getting the dimensions of the global default image since getimagesize() will work for absolute urls.

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 21 08:03:30 2008 UTC (11 months, 1 week ago) by davereid
Branch: DRUPAL-5
Changes since 1.1.2.4: +59 -1 lines
Diff to previous 1.1.2.4 , to branch point 1.1
- Backport the hook_requirements() notifications from 6.x.

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 21 07:51:21 2008 UTC (11 months, 1 week ago) by davereid
Branch: DRUPAL-5
Changes since 1.1.2.3: +2 -4 lines
Diff to previous 1.1.2.3 , to branch point 1.1
- Update gravatar_url for compatability with 6.x version (do not use a sprintf-type string).

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 21 07:46:30 2008 UTC (11 months, 1 week ago) by davereid
Branch: DRUPAL-5
Changes since 1.1.2.2: +9 -1 lines
Diff to previous 1.1.2.2 , to branch point 1.1
- Update the gravatar_url variable.
- Remove constants.

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 19 19:07:11 2008 UTC (11 months, 1 week ago) by davereid
Branch: DRUPAL-5
Changes since 1.1.2.1: +7 -2 lines
Diff to previous 1.1.2.1 , to branch point 1.1
- Clean up documentation and remove ending ?> PHP tags.
- Clean up settings page and combine into one page.
- Fix absolute global user picture url.
- Removed rating pictures. The descriptions are still shown in the options page.

Revision 1.1.4.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 16 01:43:20 2008 UTC (11 months, 1 week ago) by davereid
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-5
Changes since 1.1.4.11: +3 -3 lines
Diff to previous 1.1.4.11 , to branch point 1.1
- Coder review.

Revision 1.1.4.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 16 01:25:04 2008 UTC (11 months, 1 week ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1.4.10: +51 -1 lines
Diff to previous 1.1.4.10 , to branch point 1.1
- Reworked user account form (removing alternate e-mail setting for now).
- Moved all the settings checks into gravatar_requirements in gravatar.install. Can be reused and is now shown in the system status report page!

Revision 1.1.4.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 15 23:04:14 2008 UTC (11 months, 1 week ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1.4.9: +1 -2 lines
Diff to previous 1.1.4.9 , to branch point 1.1
- Small change to gravatar_var to help shorten arguments.

Revision 1.1.4.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 16 04:05:44 2008 UTC (12 months, 1 week ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1.4.8: +13 -1 lines
Diff to previous 1.1.4.8 , to branch point 1.1
- Use constants for default image types since we have six of them
- Improve hook_help notifications
- Add _gravatar_get_size function
- Complete rewrite of _gravatar_get_default_image function to help integrate the default image options
- Renamed gravatar_displaysize variable to gravatar_size (reduce complexity)
- Renamed gravatar_imagedefault variable to gravatar_default (reduce complexity)
- Checkbox options don't need the FAPI #options defined
- Added 'user pictures size' option to the gravatar_size option
- Complete revision of gravatar_imagedefault option with default image preview (and new gravatar.js file)

Revision 1.1.4.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 15 08:58:17 2008 UTC (12 months, 1 week ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1.4.7: +22 -1 lines
Diff to previous 1.1.4.7 , to branch point 1.1
- Basic cache implementation (not yet working, just ready to use)
- Fix for the default user picture preview

Revision 1.1.4.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 15 04:14:59 2008 UTC (12 months, 1 week ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1.4.6: +6 -3 lines
Diff to previous 1.1.4.6 , to branch point 1.1
- Improve hook_help and remove unnecessary _gravatar_check_required function.
- Allow default user picture to show if user does not have the 'use gravatar' permission.
- Refactor default user picture shrinking to a rescale. This method is still so so bad and we need to figure out if we want to just resize the default user picture.
- Added $default parameter to gravatar_var function
- Changed default picture preview to use theme('user_picture')

Revision 1.1.4.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 15 02:16:35 2008 UTC (12 months, 1 week ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1.4.5: +6 -1 lines
Diff to previous 1.1.4.5 , to branch point 1.1
- Replace variable_get calls with gravatar_var.
- Fix discrepancy between gravatar_displayrating and gravatar_imagerating
- Change default display rating to 'G' (same as Gravatar.com)
- Change default image size to 80 (same as Gravatar.com)

Revision 1.1.4.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 14 22:36:27 2008 UTC (12 months, 1 week ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1.4.4: +7 -9 lines
Diff to previous 1.1.4.4 , to branch point 1.1
- Coding style cleanups (we now pass all Coder checks! yay!)
- Removed constant GRAVATAR_SERVICEURL. Best used a variable.
- Basic implementation of private variable_get override so we don't need to define defaults and rewrite of gravatar_uninstall().
- Major simplification to gravatar_get_gravatar()
- Removed _gravatar_translate_type and added _gravatar_get_default_image() for better code re-use
-

Revision 1.1.4.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 14 22:21:11 2008 UTC (12 months, 1 week ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1.4.3: +14 -1 lines
Diff to previous 1.1.4.3 , to branch point 1.1
- Simplify admin settings, collapse into one settings page. Merge gravatar_imagedefault and gravatar_default_type setting.

Revision 1.1.4.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 8 21:22:20 2008 UTC (12 months, 2 weeks ago) by narno
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-4
Changes since 1.1.4.2: +2 -11 lines
Diff to previous 1.1.4.2 , to branch point 1.1
Some no criticals (but important) bugs fixed and code cleaned.

Revision 1.1.4.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 8 23:57:34 2008 UTC (16 months, 2 weeks ago) by narno
Branch: DRUPAL-6--1
Changes since 1.1.4.1: +28 -0 lines
Diff to previous 1.1.4.1 , to branch point 1.1
Bugs fixed and new features (identicon)

Revision 1.1.4.1
Mon Mar 17 22:36:46 2008 UTC (20 months, 1 week ago) by narno
Branch: DRUPAL-6--1
Changes since 1.1: +0 -0 lines
FILE REMOVED
file gravatar.install was added on branch DRUPAL-6--1 on 2008-07-08 23:57:34 +0000

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 17 22:36:46 2008 UTC (20 months, 1 week ago) by narno
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0
Changes since 1.1: +12 -0 lines
Diff to previous 1.1
Issues fixed : #204177, #222419
install_hook implemeted to delete variables

Revision 1.1
Mon Mar 17 22:36:46 2008 UTC (20 months, 1 week ago) by narno
Branch: MAIN
Branch point for: DRUPAL-5, DRUPAL-6--1
FILE REMOVED
file gravatar.install was initially added on branch DRUPAL-5.

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