uc_affiliate2 7.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| uc_affiliate2-7.x-1.2.tar.gz | 37.08 KB | b3c32a69fd2c8c89a9e637bf8f298880 |
| uc_affiliate2-7.x-1.2.zip | 41.46 KB | 4594212b6b988a98ad6e8d9850c5c189 |
Release notes
Fixes:
#1388146: Cancel User Account and Delete Contents Not Working
uc_affiliate2 7.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| uc_affiliate2-7.x-1.1.tar.gz | 37.08 KB | 902fa854c189bfd5dd22b1ee515537a0 |
| uc_affiliate2-7.x-1.1.zip | 41.47 KB | 5f822d651e2f262e61ccca55b2dce9f4 |
Release notes
Drupal 7 port
Discussed at
#1008944: uc_affiliate2 port to Drupal 7
#1305802: Bounty for completing 7.x-1.x
uc_affiliate2 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| uc_affiliate2-7.x-1.x-dev.tar.gz | 37.08 KB | e4a83e3cb3cf8e77c8564bb1d6f9edd4 |
| uc_affiliate2-7.x-1.x-dev.zip | 41.46 KB | 97df62c198b746ed6de7407ae5623c95 |
Release notes
#1008944: uc_affiliate2 port to Drupal 7
#1388146: Cancel User Account and Delete Contents Not Working
uc_affiliate2 7.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| uc_affiliate2-7.x-1.0.tar.gz | 38.44 KB | fc1d43bb3775906a3c186c71fb5ccfdb |
| uc_affiliate2-7.x-1.0.zip | 43.38 KB | 8b4ae49b04cc4631a8910a86b293bdf8 |
Release notes
uc_affiliate2 6.x-3.x-dev
| Download | Size | md5 hash |
|---|---|---|
| uc_affiliate2-6.x-3.x-dev.tar.gz | 37.07 KB | 604ff695298c9737a4c0d225f62486ee |
| uc_affiliate2-6.x-3.x-dev.zip | 42.11 KB | 89d2cab5e827bda916af525b20035782 |
Release notes
Development snapshots.
uc_affiliate2 6.x-2.6
| Download | Size | md5 hash |
|---|---|---|
| uc_affiliate2-6.x-2.6.tar.gz | 36.29 KB | 6205d8bf4be6bd302f6dbbf6d97bf90e |
| uc_affiliate2-6.x-2.6.zip | 40.15 KB | fd45aab593d57a6dd1e70d7f036b0261 |
Release notes
uc_affiliate2 is now in maintenance mode. There hasn't been a release in a long time, so here's one including the bug fixes accumulated in CVS.
-- #801304 by darktygur: "Only products with a node type of 'product' ever show up when an affiliate tries to generate links"
-- #816422 by tinker: "Affiliate form appears in all categories of user profile information"
-- #820052 by AlexisWilke: "E_ALL in link with Actions (CA)"
-- Refined the way we enter order comments (on commission add/remove)
-- #791966 by darktygur & bojanz: "Set a default affiliate link type"
-- Fixed the exclusion of products (by setting the commission to "0")
-- #824066 by bojanz: "Add link to Customer Page in Reports page"
-- #829276 by bojanz: Non-Existant Users Still Appear (Incorrectly) in Affiliate Reports
-- Refactored the click registering code. No longer need to redirect on ?a links.
-- #932742 by univate: Fixed Affiliate tokens not being set.
-- #898882 by darktygur: "commission percentage for this user" calculated at fixed rate, not percentage
uc_affiliate2 6.x-2.5
| Download | Size | md5 hash |
|---|---|---|
| uc_affiliate2-6.x-2.5.tar.gz | 34.35 KB | 4f8697b65d5e16edac6290c7d009b538 |
| uc_affiliate2-6.x-2.5.zip | 38.38 KB | 611179fad219c7d0aa1d0053f385d572 |
Release notes
This release wouldn't be possible without: univate, AlexisWilke, darktygur, manatwo, and many others.
Also, see #797488: Plans for future Ubercart Affiliate 2 development for my thoughts on the next version.
-- disabled the "Upline" page by default (you can enable it in Settings if you want)
-- removed subdomain support (see drupal.org/project/domain for the right way to do this)
-- the cookie tracking settings are now general, no longer per role
-- removed the "switch after" setting for cookied roles. It was unused and confusing.
-- functionality for admin's to appy/remove commission from an order.
-- separate tab to view the commissions on an order (with functionality to edit or remove specific commission)
-- add optional feature to allow subsequent orders for a member to credit the commissions back to the previous affiliate.
-- add CA support [trigger: commission_applied], [conditions: has_affiliate, check_commission, check_level], [actions: override_commission, send_affiliate_email]
-- add token support for the affiliate email
-- add 'level' field to the commission table
-- add an advanced rule based product commissions options for defining commission structures
-- support fixed commissions as well as percentage
-- separate the code for applying the commissions from the hook_order() function
-- split functionality from *.module to a *.user.inc and *.admin.inc files
uc_affiliate2 5.x-2.5
| Download | Size | md5 hash |
|---|---|---|
| uc_affiliate2-5.x-2.5.tar.gz | 25.21 KB | 159e9050ed1cac65cd43815fef3e746b |
| uc_affiliate2-5.x-2.5.zip | 27.41 KB | bbb839b29a37ecfe358f090e4418e067 |
Release notes
This should be the final release for Drupal 5.
No new development will be done in the Drupal 5 branch (other than quick fixes maybe...)
-- translation updates (some strings weren't translatable)
-- Reimplemented the uc_affiliate2_clicks function.
-- updated the commission removal routines, we don't try to remove commissions that aren't there anymore :)
-- simplified the admin_users form code ( for amounts paid to the affiliate). Thanks to freakalis for the tip
-- we are now compatible with PostgreSQL. Thanks to Chris (cjscullyca) for his fixes
-- fixes to the code we use to generate timestamps and get records from the db. Should be problem free now.
-- the affiliate url now uses user id's instead of names. Old urls still supported, of course. Thanks to lonehorseend.
-- add support for customizable affiliate URL schemes (by jjeff)
-- support for disabling commission for certain payment methods (which means we work with uc_free_order in the mix).
-- added support for "ignoring" a product (exclude from generated links, calculated commission) by setting it's commission to 0.
-- fix for "affiliate code generation user issue" (allow generating links for users other than the current one)
-- fixed error in Downline when ordering by Level (disabled, not possible for now)
uc_affiliate2 5.x-2.5-rc1
| Download | Size | md5 hash |
|---|---|---|
| uc_affiliate2-5.x-2.5-rc1.tar.gz | 25.21 KB | 4fb45f4579bc7cd6553fe18edce7fa24 |
| uc_affiliate2-5.x-2.5-rc1.zip | 27.41 KB | 1ac3081d761029b983638fae9b59b740 |
Release notes
-- translation updates (some strings weren't translatable)
-- Reimplemented the uc_affiliate2_clicks function.
-- updated the commission removal routines, we don't try to remove commissions that aren't there anymore :)
-- simplified the admin_users form code ( for amounts paid to the affiliate). Thanks to freakalis for the tip
-- we are now compatible with PostgreSQL. Thanks to Chris (cjscullyca) for his fixes
-- fixes to the code we use to generate timestamps and get records from the db. Should be problem free now.
-- the affiliate url now uses user id's instead of names. Old urls still supported, of course. Thanks to lonehorseend.
-- add support for customizable affiliate URL schemes (by jjeff)
-- support for disabling commission for certain payment methods (which means we work with uc_free_order in the mix).
-- added support for "ignoring" a product (exclude from generated links, calculated commission) by setting it's commission to 0.
-- fix for "affiliate code generation user issue" (allow generating links for users other than the current one)
-- fixed error in Downline when ordering by Level (disabled, not possible for now)
-- polished the look of the Click Details page (referrer and destination columns)
uc_affiliate2 6.x-2.5-rc1
| Download | Size | md5 hash |
|---|---|---|
| uc_affiliate2-6.x-2.5-rc1.tar.gz | 24.04 KB | 29f91cf893b6862e8d434eaff7a41313 |
| uc_affiliate2-6.x-2.5-rc1.zip | 25.9 KB | e3eb04d25e631f733b97a1d3eb0cf1b8 |
Release notes
-- translation updates (some strings weren't translatable)
-- Reimplemented the uc_affiliate2_clicks function.
-- updated the commission removal routines, we don't try to remove commissions that aren't there anymore :)
-- simplified the admin_users form code ( for amounts paid to the affiliate). Thanks to freakalis for the tip
-- we are now compatible with PostgreSQL. Thanks to Chris (cjscullyca) for his query fixes.
-- fixes to the code we use to generate timestamps and get records from the db. Should be problem free now.
-- the affiliate url now uses user id's instead of names. Old urls still supported, of course. Thanks to lonehorseend.
-- add support for customizable affiliate URL schemes (by jjeff)
-- use prices with VAT / taxes. Thanks to kenwen/longwave
-- support for disabling commission for certain payment methods (which means we work with uc_free_order in the mix).
-- added support for "ignoring" a product (exclude from generated links, calculated commission) by setting it's commission to 0.
-- fix for "affiliate code generation user issue" (allow generating links for users other than the current one)
-- fixed error in Downline when ordering by Level (disabled, not possible for now)
-- fixed error in admin/store/manage (remove option to sort by clicks, users, orders, not possible for now)
uc_affiliate2 5.x-2.1
| Download | Size | md5 hash |
|---|---|---|
| uc_affiliate2-5.x-2.1.tar.gz | 23.41 KB | 8a6fc74dcbe13b85dfef8a2d76c73735 |
| uc_affiliate2-5.x-2.1.zip | 25.54 KB | f9fd7d89efb846889a0c2b837f9edfb5 |
Release notes
Same as Drupal 6 version 2.0
-- tweaked the click details page, now showing time of click, wraping columns
-- fixed a bug in the role handling
uc_affiliate2 6.x-2.0
| Download | Size | md5 hash |
|---|---|---|
| uc_affiliate2-6.x-2.0.tar.gz | 22.04 KB | 65a5f01aaabb767f892b589b210f9bfe |
| uc_affiliate2-6.x-2.0.zip | 23.83 KB | 50b6c082501714ecb13937f73fbb35f2 |
Release notes
Changes since rc5:
-- the commission was added twice when changing between "award" statuses.
-- don't remove the original admin comment when taking away commissions. Add another one instead.
-- don't try to link to an anonymous user's profile page in the "All orders" tab
-- added an update entry to .install, to remove some (harmless) junk from uc_affiliate2_orders next time update.php is run.
-- to prevent upgrade issues, made a change to the "award" statuses on the settings page. You'll have to select them again.
-- fixed a warning on new installs.
-- affiliate redirects now issue 301 headers on redirect. More SEO friendly.
-- don't remove a click from the count when removing comissions
-- added a more detailed unique clicks view, displaying user ip, if the cookie was set, etc.
-- getting the affiliate id from the cookie doesn't require a trip to the DB anymore.
-- you can now use the product title ([TITLE]) in link templates. [Thanks omerida]
-- fixed a bug in the role handling
uc_affiliate2 5.x-2.0
| Download | Size | md5 hash |
|---|---|---|
| uc_affiliate2-5.x-2.0.tar.gz | 23.3 KB | 3bd1e45442826e85f3150e03b4b54225 |
| uc_affiliate2-5.x-2.0.zip | 25.41 KB | 99ab2c8c8c4ac01ef268479e31f6709a |
Release notes
-- the commission was added twice when changing between "award" statuses.
-- don't remove the original admin comment when taking away commissions. Add another one instead.
-- don't try to link to an anonymous user's profile page in the "All orders" tab
-- added an update entry to .install, to remove some (harmless) junk from uc_affiliate2_orders next time update.php is run.
-- to prevent upgrade issues, made a change to the "award" statuses on the settings page. You'll have to select them again.
-- fixed a warning on new installs.
-- affiliate redirects now issue 301 headers on redirect. More SEO friendly.
-- don't remove a click from the count when removing comissions
-- added a more detailed unique clicks view, displaying user ip, if the cookie was set, etc.
-- getting the affiliate id from the cookie doesn't require a trip to the DB anymore.
-- you can now use the product title ([TITLE]) in link templates. [Thanks omerida]
uc_affiliate2 6.x-2.0-rc5
| Download | Size | md5 hash |
|---|---|---|
| uc_affiliate2-6.x-2.0-rc5.tar.gz | 20.95 KB | cfd615dd008a9a21c5f501df65050bd8 |
| uc_affiliate2-6.x-2.0-rc5.zip | 22.77 KB | c2f5952582323703fff76f690c16f76d |
Release notes
This should be the final one.
Fixed the "counts table does not exist" admin error.
uc_affiliate2 6.x-2.0-rc4
| Download | Size | md5 hash |
|---|---|---|
| uc_affiliate2-6.x-2.0-rc4.tar.gz | 20.85 KB | 9a866bbce696c1a226d45df2deda171f |
| uc_affiliate2-6.x-2.0-rc4.zip | 22.66 KB | 8bbd1316ab5c6a4cdc17cf50a43f302f |
Release notes
- The clicks weren't getting registered in many cases, bug introduced in 2.0rc3
uc_affiliate2 5.x-1.8
| Download | Size | md5 hash |
|---|---|---|
| uc_affiliate2-5.x-1.8.tar.gz | 22.01 KB | 1fe250fbac0d525b8b38b6b415f4f456 |
| uc_affiliate2-5.x-1.8.zip | 24.06 KB | 74dfbf593e465b92b4bf7f06af1dfaf9 |
Release notes
- The clicks weren't getting registered in many cases, bug introduced in 1.7
uc_affiliate2 5.x-1.7
| Download | Size | md5 hash |
|---|---|---|
| uc_affiliate2-5.x-1.7.tar.gz | 21.96 KB | d36058d9b2335b1ff33eba6a99763803 |
| uc_affiliate2-5.x-1.7.zip | 24.03 KB | 298073b828cbad217a84cbe0c63e0ef6 |
Release notes
-- fixes to cookie based affiliate tracking.
-- you can now select multiple statuses for which to award commissions.
-- cancelling an order ( or changing from an "award" status) will now remove the commission.
-- removed the counts table, running live queries now. Less bug-prone.
-- added the "all orders" tab to the affiliate dashboard. Shows all orders by status created with the affiliate's id.
uc_affiliate2 6.x-2.0-rc3
| Download | Size | md5 hash |
|---|---|---|
| uc_affiliate2-6.x-2.0-rc3.tar.gz | 20.84 KB | 4749a980fe8da74fbfbcf64353461483 |
| uc_affiliate2-6.x-2.0-rc3.zip | 22.67 KB | 555a087b8e6e3d9aa5c0c5307d21237f |
Release notes
New:
-- you can now select multiple statuses for which to award commissions.
-- cancelling an order ( or changing from an "award" status) will now remove the commission.
-- removed the counts table, running live queries now. Less bug-prone.
-- added the "all orders" tab to the affiliate dashboard. Shows all orders by status created with the affiliate's id.
-- bugfixes,
Upgrading from 2.0-rc1 and 2.0-rc2:
- You must resave your affilite settings for the commission cancellation to work
- Commission cancellation (for previously added orders) might leave incorrect admin counters, because of a earlier time&date bug
- The orders counter works only for orders added after the upgrade
- The "All orders" tab shows only the orders added after the upgrade.
- Be sure to run update.php!
uc_affiliate2 6.x-2.0-rc2
| Download | Size | md5 hash |
|---|---|---|
| uc_affiliate2-6.x-2.0-rc2.tar.gz | 20.46 KB | 0a47ea8831644ee2cc5f3336fcaefdfd |
| uc_affiliate2-6.x-2.0-rc2.zip | 22.24 KB | a5b219fe7b9d44b657f7a9f94a247106 |
Release notes
Thanks to wqmeng's sharp eye, another round of bugs bites the dust.
uc_affiliate2 6.x-2.0-rc1
| Download | Size | md5 hash |
|---|---|---|
| uc_affiliate2-6.x-2.0-rc1.tar.gz | 20.45 KB | 9447b6a0b0f3a2dc5dee6c00963562ed |
| uc_affiliate2-6.x-2.0-rc1.zip | 22.24 KB | 1fd302c4a8c2520165c47a3649bedd4d |
Release notes
Seems solid. Releasing as RC1 while I wait for the testers to give confirmation.
Rewrites & cleanups all over the place.
-- port to drupal6/ubercart2.
-- rewrote menu code.
-- rewrote code that used tapir to use the drupal table api.
-- rewrote the dashboard code (counters were incorrect, code was ugly)
-- new date&time handling code, fixes issues on some configurations.
-- removed old timezone handling code. Handling it the drupal way.
-- reworked the monthly_report admin_users functions. They were ugly & slow (N+1 queries problem)