gamertags 7.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| gamertags-7.x-2.x-dev.tar.gz | 21.24 KB | df48e10a31dc6dddd382140c5ebf5531 |
| gamertags-7.x-2.x-dev.zip | 38.03 KB | 8aeca3d360332b0adede139a399677b9 |
Release notes
- Upgrading to D7 properly
- Making Gamertags pluggable
- Providing new Gamertags:
- 3ds
- Xfire
- Create a range of SimpleTests
gamertags 6.x-2.77
| Download | Size | md5 hash |
|---|---|---|
| gamertags-6.x-2.77.tar.gz | 15.2 KB | c3339d3c69a3e8c5f91d731d18a66509 |
| gamertags-6.x-2.77.zip | 20.61 KB | 6cc788c167521c5461508d5be9a5cd3f |
Release notes
Removed compatibility for mygamercard.net as it's no sadly no longer with us.
Added PHP 5.3 compatibility (hope I didn't miss anything).
gamertags 7.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| gamertags-7.x-1.0-beta1.tar.gz | 15.52 KB | 28aa51ab9bc15cc32fd3599c3c11987d |
| gamertags-7.x-1.0-beta1.zip | 21.58 KB | 17a117494fe57a97b361ccf87678d9c1 |
Release notes
Initial Drupal 7 release - straight upgrade from D6.x-2.76 version.
gamertags 6.x-2.76
| Download | Size | md5 hash |
|---|---|---|
| gamertags-6.x-2.76.tar.gz | 15.65 KB | 0e519c73f4e8164b2f70dc4789f99641 |
| gamertags-6.x-2.76.zip | 21.63 KB | bb58ed7255a0386757ca6af61865ec15 |
Release notes
Due to popular request here is Views 3 support;
http://drupal.org/node/899372 : Kindly tested by MasterChief
It's so likely to break by the time Views 3 is stable! ;o) Currently in alpha!
gamertags 6.x-2.75
| Download | Size | md5 hash |
|---|---|---|
| gamertags-6.x-2.75.tar.gz | 15.58 KB | f5d3d6ab30230a7800a749f5c55cfdcb |
| gamertags-6.x-2.75.zip | 21.59 KB | 31988cddca980dd9d91fbc5cf7fb652f |
Release notes
caponey: Fixing typo, settings.php s/b settings.inc : http://drupal.org/node/898578
gamertags 6.x-2.74
| Download | Size | md5 hash |
|---|---|---|
| gamertags-6.x-2.74.tar.gz | 15.58 KB | 16ae12cb7172f7b7b02aaababafbc3cd |
| gamertags-6.x-2.74.zip | 21.59 KB | 68f07f9211282baf4afa040b7e6a5322 |
Release notes
Fixing minor issue; http://drupal.org/node/846286#comment-3358678
PHP error: uasort function requires first parameter to be an array (previously undefined when no Gamertags are set to be collected)
gamertags 6.x-2.73
| Download | Size | md5 hash |
|---|---|---|
| gamertags-6.x-2.73.tar.gz | 15.55 KB | 3ec18f037d895e963fbba63b17f3df1f |
| gamertags-6.x-2.73.zip | 21.59 KB | 2d8614d649c7d1ff8c79abd884f8c362 |
Release notes
- Stuff:
- Added variable to turn on/ off validating user profile entered Gamertags with MyGamercard.net and PSN.
- Changed form_set_error in above validation, to drupal_set_message 'error' as Sony are fools.
- TODO:
- Improve Gamertag validity checking
- ...Am still open to suggestions? ...Although I think I'm done for now unless someone suggests something amazing, I have other projects to attend to...
gamertags 6.x-2.72
| Download | Size | md5 hash |
|---|---|---|
| gamertags-6.x-2.72.tar.gz | 15.4 KB | 2bd742591e067bc8c7eb11d031fc7005 |
| gamertags-6.x-2.72.zip | 21.34 KB | a91b2ae09357e6a5ec730ea3bfc5a39a |
Release notes
Balls... I missed two gamertags_render_all -> gamertags_all changes...
For the release notes, see the previous release.
gamertags 6.x-2.71
| Download | Size | md5 hash |
|---|---|---|
| gamertags-6.x-2.71.tar.gz | 15.39 KB | 4fd760e1950e60b91ed9ba753a73a516 |
| gamertags-6.x-2.71.zip | 21.35 KB | c485638d1301880db15ccabe1ca03475 |
Release notes
- Stuff:
- Added template for rendering ALL gamertags. Have to confess I'm not overly happy with how I've had to implement it (I hate having too much php code in template files) - reason for it is that to enforce the weighting from the settings you're required to produce an array of ordered gamertags, else there's no simple way to allow a themer to tell which order the tags should be displayed in.
- Add tips/ variables to template files.
- TODO:
- Improve Gamertag validity checking
- ...Am still open to suggestions? ...Although I think I'm done for now unless someone suggests something amazing, I have other projects to attend to...
gamertags 6.x-2.70
| Download | Size | md5 hash |
|---|---|---|
| gamertags-6.x-2.70.tar.gz | 14.76 KB | 1ee6d6e3e774af7ec4b347b4f31fc45e |
| gamertags-6.x-2.70.zip | 20.16 KB | 19421bf83eea78e5cffb065295787915 |
Release notes
- Stuff:
- Put 'Collect and Display' settings into a table to make associating new 'weights' field more accessible
- Added new variables to the uninstall hook
- Added some Gamertag validity checking (which was actually accidentally in the previous version, but now it's official!)
- Improving code for message div
- Possibly other stuff I forget...
- TODO:
- Improve Gamertag validity checking
- ...Am still open to suggestions?
gamertags 6.x-2.66
| Download | Size | md5 hash |
|---|---|---|
| gamertags-6.x-2.66.tar.gz | 14.34 KB | 97b933cd78adfb60f6cadbc4a99ef00f |
| gamertags-6.x-2.66.zip | 19.75 KB | f67b874e3fb74182b23fa2de9776e859 |
Release notes
#845636: Forgot "= NULL" for optional variable in function gamertags_return_url, thanks MasterChief
gamertags 6.x-2.65
| Download | Size | md5 hash |
|---|---|---|
| gamertags-6.x-2.65.tar.gz | 14.19 KB | f5248f086c05799521ec3a2ecd4cac1e |
| gamertags-6.x-2.65.zip | 19.62 KB | 180c801fcad16c61fd10479cb2c9a81b |
Release notes
- Removed PSN image link (finally)
- Added tpl files for each Gamertag so themers can now add their own and add titles, divs, whatever
- Added helpful message for image URLs on settings page to let you know the display and URL settings are linked somewhat
- Fixing tokens, a variable - is x enabled - was pointing to the wrong x (Playstation I think)
- Drastically shortened/ simplified settings.js file
- TODO:
- Dunno, maybe it's about time I added validation to test if the gamertag actually exists?
- Also, definitely should add settings for weights - currently the Gamertags display in a weird order
gamertags 6.x-2.61
| Download | Size | md5 hash |
|---|---|---|
| gamertags-6.x-2.61.tar.gz | 13.25 KB | c52c2bb5090dcc75d4ab5baa7c6ce49d |
| gamertags-6.x-2.61.zip | 16.92 KB | 1224495f8085b63a27e7c9dd05451c37 |
Release notes
#844102: Better gamertag img for American PSN network
- Added settings include file as module file was getting a little large
- Improved filter regular expression to make it 'less greedy'
- New settings to allow admins to change gamertag image URLs in config rather than hacking code (done because of #844102)
- Removed duplicated check_plain in function gamertags around $user variable
- Moved css file to misc folder
- TODO:
- Possibly add a setting for the PSN image link (or perhaps even remove the link entirely, does anybody care?)
- Am open to suggestions for further enhancements?...
Pobster
gamertags 6.x-2.53
| Download | Size | md5 hash |
|---|---|---|
| gamertags-6.x-2.53.tar.gz | 12.6 KB | afb0781bfa020e972e06a9087e60f87d |
| gamertags-6.x-2.53.zip | 15.51 KB | c13bce484152ca60a14e943e99c25b5d |
Release notes
Text output for Views, Panels and Tokens.
I possibly did something else as well but I've forgotten what it was...
gamertags 6.x-2.1
| Download | Size | md5 hash |
|---|---|---|
| gamertags-6.x-2.1.tar.gz | 8.05 KB | 3dc2ee8eb35599edb3934cec355b830a |
| gamertags-6.x-2.1.zip | 8.57 KB | c138aa95359def0e8f5ebb4358352b42 |
Release notes
Old release I somehow forgot to make a release node for...
gamertags 6.x-2.6
| Download | Size | md5 hash |
|---|---|---|
| gamertags-6.x-2.6.tar.gz | 11.38 KB | c08146464b76b33382da4504b53b800a |
| gamertags-6.x-2.6.zip | 13.83 KB | ec7484babce90063f65792027826fcc1 |
Release notes
659198: Thanks to Dudditz - implemented gamertag validation
gamertags 6.x-2.52
| Download | Size | md5 hash |
|---|---|---|
| gamertags-6.x-2.52.tar.gz | 10.95 KB | 7319b3f7261598388abeb008b5e31746 |
| gamertags-6.x-2.52.zip | 13.38 KB | 6830a821d127fce052b2ee580ba2b773 |
Release notes
Removed double check_plain.
Corrected old call to legacy theme function.
gamertags 6.x-2.51
| Download | Size | md5 hash |
|---|---|---|
| gamertags-6.x-2.51.tar.gz | 10.93 KB | 42e3cf9bf174cd2e7220e22555b0a032 |
| gamertags-6.x-2.51.zip | 13.39 KB | 81ee628c4deed075d6dd1fbbb3197714 |
Release notes
Oops... Removed construct by accident!
gamertags 6.x-2.5
| Download | Size | md5 hash |
|---|---|---|
| gamertags-6.x-2.5.tar.gz | 10.95 KB | 37f9047c4955c91c748d155e9de842d6 |
| gamertags-6.x-2.5.zip | 13.41 KB | 84ae9d6b1eb33d6e2540bdd061efa0e2 |
Release notes
Adding Views support.
gamertags 6.x-2.4
| Download | Size | md5 hash |
|---|---|---|
| gamertags-6.x-2.4.tar.gz | 9.9 KB | b93ab5e6af37c51a7a1267ecc478c3d5 |
| gamertags-6.x-2.4.zip | 11.65 KB | ad8f47c012c3dd2b8a77d01a11acf70c |
Release notes
Adding some extra settings.
Adding Wii Friend Codes.
Adding Panels support.