Module Description

This module makes it possible to delete multiple term at one time. You need to select terms and click on delete button. All selected terms will be delete.

HOW TO USE:
1. Install the module and activate it.
2. Go to Structure - Taxonomy - list terms (if you have added vocabulary).
3. Select check-box (in front of the list item).
4. Click on delete button

Project Page

https://www.drupal.org/sandbox/jeetendrakumar/2841270

Git clone command

git clone --branch 7.x-1.x https://git.drupal.org/sandbox/jeetendrakumar/2841270.git taxonomy_multi_delete_terms

Manual reviews

https://www.drupal.org/node/2771787#comment-11880989
https://www.drupal.org/node/2828975#comment-11875955
https://www.drupal.org/node/2847279#comment-11899409

Comments

jeetendrakumar created an issue. See original summary.

jeetendrakumar’s picture

Issue summary: View changes
jeetendrakumar’s picture

Issue summary: View changes
jeetendrakumar’s picture

Issue summary: View changes
jeetendrakumar’s picture

Issue summary: View changes
PA robot’s picture

Status: Needs review » Closed (duplicate)
Multiple Applications
It appears that there have been multiple project applications opened under your username:

Project 1: https://www.drupal.org/node/2843801

Project 2: https://www.drupal.org/node/2843800

As successful completion of the project application process results in the applicant being granted the 'Create Full Projects' permission, there is no need to take multiple applications through the process. Once the first application has been successfully approved, then the applicant can promote other projects without review. Because of this, posting multiple applications is not necessary, and results in additional workload for reviewers ... which in turn results in longer wait times for everyone in the queue. With this in mind, your secondary applications have been marked as 'closed(duplicate)', with only one application left open (chosen at random).

If you prefer that we proceed through this review process with a different application than the one which was left open, then feel free to close the 'open' application as a duplicate, and re-open one of the project applications which had been closed.

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

jeetendrakumar’s picture

Issue summary: View changes
Status: Closed (duplicate) » Needs review
visabhishek’s picture

jeetendrakumar’s picture

@Visabhishek,

I have closed other project and enable it for review.

visabhishek’s picture

@jeetendrakumar : OK, Then Please update the git clone url for non-maintainer in issue summery page.

jeetendrakumar’s picture

@visabhishek: On which project?

visabhishek’s picture

Issue summary: View changes

Ok i am updating the URL for you. (https://www.drupal.org/node/2843800/revisions/view/10296053/10296081)

git clone --branch 7.x-1.x jeetendrakumar@git.drupal.org:sandbox/jeetendrakumar/2841270.git taxonomy_multi_delete_terms

TO

git clone --branch 7.x-1.x https://git.drupal.org/sandbox/jeetendrakumar/2841270.git taxonomy_multi_delete_terms

jeetendrakumar’s picture

Thanks visabhishek :)

PA robot’s picture

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.

abhisaknigam’s picture

Category: Task » Bug report
Issue tags: +Are you sure you want to reset the vocabulary Tags to alphabetical order?

When i go to the list term page > there is displaying option "Reset to alphabetical" > when go there it is showing the delete option and design distorted on this page

abhisaknigam’s picture

Category: Bug report » Task
Status: Needs review » Needs work
Issue tags: -Are you sure you want to reset the vocabulary Tags to alphabetical order?

When i go to the list term page > there is displaying option "Reset to alphabetical" > when go there it is showing the delete option and design distorted on this page

jeetendrakumar’s picture

Status: Needs work » Needs review

Hi abhisaknigam,

I have solved this issue.

deepanker_bhalla’s picture

Hi,

Gr8. Working fine for me.

sanjay chauhan’s picture

StatusFileSize
new33.59 KB

Hi @jeetendrakumar,

It seems that module is very light-weighted and easy to use. I have 2 concern here:

  1. Taxonomy manager and Taxonomy delete all terms module also work for the same.
  2. I would recommend using Admin Views with VBO to get a view to replace the default display of Taxonomy terms.

    What you have to do is the following:

    • Enable those modules of course
    • Enable the view called "Administration: Taxonomy terms"
    • Add a column into the view called "Bulk operations: Taxonomy term"
    • FLUSH CACHES - then go to Admin > Structure > Taxonomy > Specific Vocab
    • Delete term

is there any difference?

Thanks,
Sanjay Chauhan

jeetendrakumar’s picture

@Sanjay Chauhan

There are some following features of this module:

1. Light weighted and easy to use.
2. There are no need to make any configuration in Drupal to delete taxonomy terms (as Admin Views with VBO ).
3. You can delete multiple and all taxonomy terms easily.

abhisaknigam’s picture

Status: Needs review » Reviewed & tested by the community
poojasharmaece’s picture

Status: Reviewed & tested by the community » Needs work
StatusFileSize
new24.16 KB
new19.43 KB

I am getting some unexpected result on "admin/structure/taxonomy/tags" page

Please see the attached screenshot

1: Normal page
2: After enabling the "[D7] Taxonomy Multi-delete Terms" module

Please check and Fix.

jeetendrakumar’s picture

Status: Needs work » Needs review

Hello @poojasharmaece

Thanks for review this project.

I have fixed this issue. Please verify.

PA robot’s picture

Status: Needs review » Needs work

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

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

jeetendrakumar’s picture

Status: Needs work » Needs review

I didn't found any error.

Please check following URL:

https://pareview.sh/node/840

deepanker_bhalla’s picture

Status: Needs review » Reviewed & tested by the community

I have tested and found no issues. It's really very good module to use even its light weighted module and easy to use.

poojasharmaece’s picture

Status: Reviewed & tested by the community » Needs work
Issue tags: +PAreview: security
StatusFileSize
new13.41 KB

I tested the module , its working fine for me.

Only one issue i find

While we are deleting any term, we have a confirmation box "Are you sure you want to delete the term ?"
But using this module we dont have any confirmation page. So i think its a "Security Issue".

jeetendrakumar’s picture

Status: Needs work » Needs review

Hello @poojasharmaece

I have added conformation page. Please verify and change the status RTBC ;)

jeetendrakumar’s picture

kumaratulesh’s picture

Status: Needs review » Reviewed & tested by the community

I have tested this module manually and it's working fine for me.

jeetendrakumar’s picture

Issue summary: View changes
jeetendrakumar’s picture

Issue tags: -PAreview: security +PAReview: security PAReview: review bonus
klausi’s picture

Issue tags: -PAReview: security PAReview: review bonus +PAreview: security

Fixing tags.

You have not listed 3 reviews in the issue summary, please complete that first. See https://www.drupal.org/node/1975228

And please don't remove the security tag, we keep that for statistics and to show examples of security problems.

jeetendrakumar’s picture

Issue summary: View changes
Issue tags: -PAreview: security +PAReview: security PAReview: review bonus
jeetendrakumar’s picture

Issue tags: -PAReview: security PAReview: review bonus +PAreview: security
poojasharmaece’s picture

StatusFileSize
new13.13 KB
new29.97 KB
new12.52 KB

Hi jeetendrakumar,

Now confirmation page is fine and Terms are deleting perfectly.

Some suggestions are :

1: Term delete confirmation message is not complete. Here so many term names are missing. I am attaching some screenshot. Please check once.

2: Confirmation page : Please make it clean, we have some unnecessary data here.

Thanks again.

jeetendrakumar’s picture

Hello poojasharmaece,

Thanks for review my project :)

1. I have changed delete conformation message.
2. Confirmation page: I am following "Reset to alphabetical" same layout for this page.

jeetendrakumar’s picture

Issue tags: -PAreview: security +PAReview: security PAReview: review bonus
klausi’s picture

Issue tags: -PAReview: security PAReview: review bonus +PAreview: security, +PAreview: review bonus

fixing tags.

visabhishek’s picture

Status: Reviewed & tested by the community » Fixed

Review of the 7.x-1.x branch (commit dae6025):

No automated test cases were found, did you consider writing Simpletests or PHPUnit tests? This is not a requirement but encouraged for professional software development.

This automated report was generated with PAReview.sh, your friendly project application review script. You can also use the online version to check your project. You have to get a review bonus to get a review from me.

As suggested by poojasharmaece following message is irrelevant on delete confirmation page : Tags contains terms grouped under parent terms. You can reorganize the terms in Tags using their drag-and-drop handles. You can remove or change the message.

Otherwise all looks good for me.

Thanks for your contribution, jeetendrakumar!

I updated your account so you can promote this to a full project and also create new projects as either a sandbox or a "full" project.

Here are some recommended readings to help with excellent maintainership:

You can find lots more contributors chatting on IRC in #drupal-contribute. So, come hang out and stay involved!

Thanks, also, for your patience with the review process. Anyone is welcome to participate in the review process. Please consider reviewing other projects that are pending review. I encourage you to learn more about that process and join the group of reviewers.

Thanks to the dedicated reviewer(s) as well.

klausi’s picture

Assigning issue credits.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.