The user selected sort option for views table header is not maintained when we use ajax mode in views.
This module will maintain last sort option for the table header

sandbox Link:
https://www.drupal.org/sandbox/ganeshenbabu/2397191

mkdir remember_views_table_column_sorting

cd remember_views_table_column_sorting

git init

git checkout -b 7.x-1.x

echo "name = Remember Views Table Column sorting" > remember_views_table_column_sorting.info

git add remember_views_table_column_sorting.info

git commit -m "Initial commit."

git remote add origin ganeshenbabu@git.drupal.org:sandbox/ganeshenbabu/2397191.git

git push origin 7.x-1.x

Comments

PA robot’s picture

Status: Needs review » Needs work

Git clone failed for http://git.drupal.org/sandbox/ganeshenbabu/2397191.git while invoking http://pareview.sh/pareview/httpgitdrupalorgsandboxganeshenbabu2397191git

Git repository is empty. Aborting.

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.

drpl’s picture

the first thing you should add the code to git repo
Git repository is empty. Aborting.

Manual Review

Individual user account
Yes: Follows the guidelines for individual user accounts.
No duplication
Yes: Does not cause module duplication and/or fragmentation.
Master Branch
No: Does not follow the guidelines for master branch.
Licensing
No: Does not follow the licensing requirements.
3rd party assets/code
Yes: Follows the guidelines for 3rd party assets/code.
README.txt/README.md
No: Does not follow] the guidelines for in-project documentation and/or the README Template.
Code long/complex enough for review
Yes: Follows the guidelines for project length and complexity.
Secure code
No: there is $_GET var without check_plain or xss_filter in views_remember_table_sort.module line 12&13
Coding style & Drupal API usage
[List of identified issues in no particular order. Use (*) and (+) to indicate an issue importance. Replace the text below by the issues themselves:
  1. (+) here is $_GET var without check_plain or xss_filter in views_remember_table_sort.module line 12&13

The starred items (*) are fairly big issues and warrant going back to Needs Work. Items marked with a plus sign (+) are important and should be addressed before a stable project release. The rest of the comments in the code walkthrough are recommendations.

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

This review uses the Project Application Review Template.

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.