This module intends to create URL aliasing of nodes and users using the Drupal's batch API.

It provides an administrative form which users with appropriate permissions could use to configure which content types they wish to have aliased.

This would be of significant use in websites with large count of nodes that might require aliasing afresh or to a new pattern.

The inherent attributes of Batch API's functionality such as overcoming timeouts and showing status of the task would be advantageous.

Link to project page:
https://drupal.org/sandbox/optimusprime619/2094281

Link to git:
http://git.drupal.org/sandbox/optimusprime619/2094281.git

Git clone:
git clone --branch 7.x-1.x http://git.drupal.org/sandbox/optimusprime619/2094281.git batch_alias

Comments

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/httpgitdrupalorgsandboxoptimusprime619209428...

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.

optimusprime619’s picture

Status: Needs work » Postponed

Will follow the suggestions provided through the review and request review.

optimusprime619’s picture

Issue summary: View changes

Updated link to git as the earlier one appeared to be invalid

optimusprime619’s picture

Status: Postponed » Needs review

Updated code as per automated review suggestions, created new branch and switched to the same, removed the master branch respectively. Requesting review for further feedback.

optimusprime619’s picture

Issue summary: View changes

Updated git clone to 7.x-1.x branch to comply drupal standards

centas’s picture

Status: Needs review » Needs work

Unfortunately there are still code issues according to http://pareview.sh/pareview/httpgitdrupalorgsandboxoptimusprime619209428...

Please have a look again and make sure you push your code, then run the "pareview" review again to make sure there are no issues.

centas’s picture

Issue summary: View changes

Updated git clone link with non-maintainer url

optimusprime619’s picture

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

Followed up on aspects highlighted in paraview and updated code. Requesting review of the same.

anil614sagar’s picture

Status: Needs review » Needs work

Drupal Pathauto module uses batch API to update aliases of node and users . How different is your module from pathauto ?

Refer function node_pathauto_bulk_update_batch_process(&$context) { in pathauto.pauthauto.inc file

Cheers,
Anil Sagar

optimusprime619’s picture

@Anil Sagar Thanks for the response, I did not realize the presence of the same and jumped straight in based on my experience with the D6 version of the module. Apparently my code is now a mirror of the bulk update functionality provided by pathauto with the only exception being that in place of a generic Content Update mine provides user to choose among the available Content types eligible to be aliased and mine does not have a taxonomy bulk aliasing option. sigh!

anil614sagar’s picture

Status: Needs work » Closed (duplicate)

Hi,

After feedback from optimusprime619, closing this issue since most of the functionality is available in PathAuto module.

Any additional features should go as patches to path auto module.

Cheers,
Anil Sagar

avpaderno’s picture

Title: [D7]Batch Alias » [D7] Batch Alias
Status: Closed (duplicate) » Closed (won't fix)