Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
7 Jan 2014 at 02:26 UTC
Updated:
31 May 2014 at 08:00 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
PA robot commentedThere are some errors reported by automated review tools, did you already check them? See http://pareview.sh/pareview/httpgitdrupalorgsandboxdavid_garcia_garcia21...
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.
Comment #2
david_garcia commentedI have checked these errors, most of them are due to naming convention for classes and methods, but I cannot comply because I am overriding methods from a class in Views Core.
Comment #3
david_garcia commentedComment #4
adam_thomason commentedHi David,
Please make sure that the lines in your README are no more than 80 characters in length, just to keep in line with the coding standards.
I'd agree that the other errors can likely be ignored as, like you say, you are overriding existing methods.
Cheers,
Adam
Comment #5
david_garcia commentedCode review fixed, only naming convention problems remain unsolved.
Comment #6
xl_cheese commentedI'm currently using HEAD from 1/10 with no issues. Everything works as desired.
Comment #7
pijus commentedDocblock should be immediately above views_handler_filter_selective in file views_handler_filter_selective.inc.
class views_handler_filter_selective extends views_handler_filter_in_operator {
See the API documentation - http://drupal.org/node/1354#classes
Comment #8
pijus commentedLine number 196 : Missing comma at the end of the last array element in views_handler_filter_selective.inc.
Comment #9
sachbearbeiter commentedi'm using the module in production in the context of a huge conference page ...
had some minor bugs and david fixed them immediately ...
great module and now everything works as desired ...
so +1 for a real project ...
Comment #10
mengi commentedThis is a great module and works much better then the one in the view_hacks module. Just began testing this module and so far it was works as intended.
Another +1 for a real project.
Comment #11
xl_cheese commentedI'm having issues with a 2nd site. This module seems to be dropping some of the terms. On another view it drops terms and a couple show up out of order.
I'm using head from 2/2/2014
Comment #12
mengi commented@xl_cheese: You should create a issue in the project's issue queue.
Comment #13
gobinathmdavid, still there are some issues reported by pareview. http://pareview.sh/pareview/httpgitdrupalorgsandboxdavidgarciagarcia2162...
Comment #14
klausiMinor coding standard issues are not application blockers, please do a real manual review.
Comment #15
david_garcia commentedThe pointed issues as stated prevously cannot be resolved because I need to use the original names to do overrides and cannot comply with CamelCase requirement.
Comment #16
gobinathm@klausi, i was performing a manual review in the mean time i posted PAReview's result. Thanks for pointing out. Point noted.
@david_garcia_garcia, thanks for clarification. So far i did not notice any issue in my manual review.
Comment #17
delliman33 commentedWorks great with patch to Views core applied.
Comment #18
david_garcia commentedCode has been reviewed and maintenance has been performed since initial sandbox release to fix bugs. ¿Can it be marked as Reviewd and Tested by the Community?
Comment #19
antpre commentedHy,
Thanks for the sandbox project. Works like a charm and a good replacement to the one included in views hack.
However I ve a question, what if my use case is a view where I want to show content (teaser for ex) and not fields.
In that case the module won't work.
am I rigth ? Any plans to provide a solution for this case ?
THanks
Comment #20
david_garcia commentedThank you for the feedback, I've added that situation as a feature request to the issue queue:
https://drupal.org/node/add/project-issue/2162097
The feature request list is growing big...but the initial module works as designed and there is only a minor bug reported left related to Export feature wich I am not familiar with.
Comment #21
antpre commentedThanks
Hoping this feature makes it at some point.
Comment #22
david_garcia commentedComment #23
david_garcia commentedComment #24
david_garcia commentedComment #25
david_garcia commentedComment #26
klausiReview of the 7.x-1.x branch:
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.
manual review:
But otherwise looks RTBC to me. Removing review bonus tag, you can add it again if you have done another 3 reviews of other projects.
Assigning to MiSc as he might have time take a final look at this.
Comment #27
david_garcia commentedI refactored a big deal of the module...
(1) Totally true, now moved to a form['#attached']
(2) There were some legacy functions that did nothing left over, I just removed them.
(3) Solved.
Comment #28
SweetTomato commentedI tried this sandbox version on the 22nd of April in Drupal 7 and it worked wonderfully! Really wish there was a link to this sandbox from the Views Hacks module...
Because the instructions on the Views Hacks module itself are misleading (even for the version that is currently available on Views Hacks), I created a writeup of how I use it here: http://from-the-design-table.tumblr.com/post/83540183502/how-to-views-se...
So far, I haven't run into any issues with it at all.
Edit: Small bug. When you haven't yet added a corresponding field in the view, the error reminding you to do so displays twice.
Comment #29
klausino objections for more than a week, so ...
Thanks for your contribution, david_garcia_garcia!
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.
Comment #30
jack_d commentedGreat little module. Installed and worked as described. However, I wanted to request a feature for this module:
(Note: I am modifying my original post as I now have a better understanding of the exposed filter settings in views)
In my setup, I am using a taxonomy as my exposed filter and the "required" check box is necessary for what I want to accomplish. Basically, I need one of the terms to be selected by default. Default in views exposed filters is handled by always selecting the top term in the list. The problem is that this module is re-sorting the terms alphanumerically instead of the order in which they are saved in the term list. There needs to be a way to sort the terms in the select list, or to preserve the order that is set in taxonomy.