https://www.drupal.org/project/userpoints_balance_history
git clone --branch 7.x-1.x https://git.drupal.org/project/userpoints_balance_history.git

Currently userpoints module shows only amount of transaction and doesn't show points that left after every transaction. This module adds new table field to store this information and integrates it into the views module.

Module will check all transactions after installation and fill new field for every transaction that already has been made.

Comments

Dirst created an issue. See original summary.

PA robot’s picture

Issue summary: View changes
Status: Needs review » Needs work

There are some errors reported by automated review tools, did you already check them? See http://pareview.sh/pareview/httpsgitdrupalorgprojectuserpoints_balance_h...

Fixed the git clone URL in the issue summary for non-maintainer users.

We are currently quite busy with all the project applications and we prefer projects with a review bonus. Please help reviewing and put yourself on the high priority list, then we will take a look at your project right away :-)

Also, you should get your friends, colleagues or other community members involved to review this application. Let them go through the review checklist and post a comment that sets this issue to "needs work" (they found some problems with the project) or "reviewed & tested by the community" (they found no major flaws).

I'm a robot and this is an automated message from Project Applications Scraper.

cchanana’s picture

Hi Dirst,

Kindly see the automated review of your project as its showing some errors.

Link: https://pareview.sh/node/1662

Dirst’s picture

Status: Needs work » Needs review

Ok done.

player259’s picture

Status: Needs review » Reviewed & tested by the community
sharma.amitt16’s picture

Status: Reviewed & tested by the community » Needs work

Hi @Dirst,

My manual review,

1) user_points_balance_history.install
At line no 18, please add check for table(userpoints_txn) existence in implementation of hook_install(). It will give error if table doesn't exists. It's safe to check the table
first before altering the table.

2) Also the same in hook_uninstall().

PA robot’s picture

Status: Needs work » Closed (won't fix)

Closing due to lack of activity. If you are still working on this application, you should fix all known problems and then set the status to "Needs review". (See also the project application workflow).

I'm a robot and this is an automated message from Project Applications Scraper.