Log of /contributions/modules/gravatar/gravatar.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.6.2.41 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Dec 21 09:58:23 2008 UTC
(11 months ago)
by
davereid
Branch:
DRUPAL-6--1
Changes since
1.6.2.40: +6 -11 lines
Diff to
previous 1.6.2.40
, to
branch point 1.6
- 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.6.2.40 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Dec 21 08:14:16 2008 UTC
(11 months ago)
by
davereid
Branch:
DRUPAL-6--1
Changes since
1.6.2.39: +9 -14 lines
Diff to
previous 1.6.2.39
, to
branch point 1.6
- 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.6.2.37 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Dec 20 21:56:45 2008 UTC
(11 months, 1 week ago)
by
davereid
Branch:
DRUPAL-6--1
Changes since
1.6.2.36: +11 -26 lines
Diff to
previous 1.6.2.36
, to
branch point 1.6
- Removed the 'gravatar check' from the admin settings. It's not needed or useful. There already is a gravatar check link in user account pages.
- Removed closing function docs to comply with core coding standards.
Revision
1.7.2.13 -
(
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.7.2.12: +49 -108 lines
Diff to
previous 1.7.2.12
, to
branch point 1.7
- 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.6.2.34 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Dec 19 07:08:00 2008 UTC
(11 months, 1 week ago)
by
davereid
Branch:
DRUPAL-6--1
Changes since
1.6.2.33: +33 -27 lines
Diff to
previous 1.6.2.33
, to
branch point 1.6
- Don't babysit default user pictures that exceed the user picture dimensions (commented-out for now, to be removed still).
- Stop sending hard-coded size parameters to theme('image', ...).
- Array-itize _gravatar_get_gravatar()'s parameters.
- Remove the 'None' options for maturity filter rating. Gravatar service uses a default of 'G' anyway, so there's no harm including a default '&r=G' with the gravatar image URL.
Revision
1.6.2.30 -
(
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.6.2.29: +29 -59 lines
Diff to
previous 1.6.2.29
, to
branch point 1.6
- 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.6.2.24 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Nov 17 03:39:20 2008 UTC
(12 months, 1 week ago)
by
davereid
Branch:
DRUPAL-6--1
Changes since
1.6.2.23: +34 -49 lines
Diff to
previous 1.6.2.23
, to
branch point 1.6
- Simplified _gravatar_get_default_image. I should have not made it so complex. Most of the work can be handled in gravatar_admin_settings.
- Revised gravatar_admin_settings to handle the change in _gravatar_get_default_image.
- Added an even better default image preview that degrades nicely with no JavaScript
- Initial commit of gravatar.css (used to hide picture previews in admin/user/gravatar)
-
Revision
1.6.2.21 -
(
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.6.2.20: +109 -56 lines
Diff to
previous 1.6.2.20
, to
branch point 1.6
- 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.6.2.18 -
(
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.6.2.17: +36 -48 lines
Diff to
previous 1.6.2.17
, to
branch point 1.6
- 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.6.2.17 -
(
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.6.2.16: +27 -26 lines
Diff to
previous 1.6.2.16
, to
branch point 1.6
- 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.6.2.15 -
(
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.6.2.14: +72 -77 lines
Diff to
previous 1.6.2.14
, to
branch point 1.6
- 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.6.2.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Nov 14 17:23:00 2008 UTC
(12 months, 1 week ago)
by
davereid
Branch:
DRUPAL-6--1
Changes since
1.6.2.11: +76 -82 lines
Diff to
previous 1.6.2.11
, to
branch point 1.6
- #255375 by Dave Reid: fix Gravatar default picture url if default user picture is a relative url
- Coding standard fixes (no trailing spaces or blank lines with spaces) and bringing core hooks in line with core standards
Revision
1.6.2.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Nov 5 10:05:32 2008 UTC
(12 months, 3 weeks ago)
by
narno
Branch:
DRUPAL-6--1
Changes since
1.6.2.9: +96 -94 lines
Diff to
previous 1.6.2.9
, to
branch point 1.6
- gravatar_preprocess_user_picture refactored
- add advanced settings tab where we can field the gravatar.com base url
- new permission who define who can use gravatar
- edit user profile : hide useless form items when Gravatar is enabled
- some minor buigs fixed
Revision
1.8
Mon May 5 19:53:24 2008 UTC
(18 months, 3 weeks ago)
by
narno
Branch:
MAIN
Changes since
1.7: +1 -1 lines
FILE REMOVED
Replaced by branch DRUPAL-6--1
Revision
1.7.2.1
Sun Mar 16 03:08:00 2008 UTC
(20 months, 1 week ago)
by
narno
Branch:
DRUPAL-5
Changes since
1.7: +1 -1 lines
FILE REMOVED
*** empty log message ***
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.