This is a sandbox project, which contains experimental code for developer use only.
This module is based on TableField module which displays the tabular data.
Input form allows the user (Website administrator) to specify the number of rows/columns and allows entry into each table cell using text fields and they are extended with option for any user to dynamically add New row.
With this extension you can make your tables dynamic.
Project page: https://www.drupal.org/sandbox/bojan_m/2839461
git clone --branch 7.x-1.x https://git.drupal.org/sandbox/bojan_m/2839461.git
Manual reviews of other projects
[D8] Monopage druppio
https://www.drupal.org/node/2839485#comment-11851347
https://www.drupal.org/node/2839485#comment-11851580
[D7] Collapsible list module
https://www.drupal.org/node/2840715#comment-11851596
[D7] Taxonomy child term
https://www.drupal.org/node/2829650#comment-11860347
[D8] Simple Facebook Pixel
https://www.drupal.org/node/2842307#comment-11860406
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | c9a3c142156c9926c8021d8e49b3ee75.png | 146.7 KB | aleksandar.boros.gyevi |
Comments
Comment #2
PA robot commentedGit clone command for the sandbox is missing in the issue summary, please add it.
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 #3
bojan.m commentedComment #4
addonsolutions commentedPlease update git url
git clone --branch 7.x-1.x https://git.drupal.org/sandbox/bojan_m/2839461.git
Comment #5
gnikolovskiComment #6
PA robot commentedThere are some errors reported by automated review tools, did you already check them? See http://pareview.sh/pareview/httpsgitdrupalorgsandboxbojan_m2839461git
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #7
bojan.m commentedAll errors are fixed.
Comment #8
aleksandar.boros.gyevi commentedHi,
i found bug on field settings page when I want to change number of rows/columns I get ajax error you can see in the attached image.
I was install clean drupal and your module using default theme.
Comment #9
bojan.m commentedThank you for your review. I fixed error you found.
Reviews:
https://www.drupal.org/node/2839485#comment-11851347
https://www.drupal.org/node/2840715#comment-11851596
https://www.drupal.org/node/2839485#comment-11851580
Comment #10
visabhishek commentedHi bojan_m,
Do at least 3 manual reviews of separate project applications for "PAReview: review bonus".
Please read the review bonus page again https://www.drupal.org/node/1975228
Comment #11
andystone78 commentedHi bojan_m
I have the following observations:
a) The variable tablefield_extended_csv_separator is being deleted in hook_uninstall, but this variable doesnt appear to be set nor get anwhere else in the module.
b) A implementation of hook_help() could add to the documentation visibility.
Kind regards
Andy
Comment #12
bojan.m commentedHi andystone78,
thank you for review.
I made some changes based on your suggestions.
Comment #13
satyam upadhyay commentedHi bojan_m,
While reviewing your code i found some warnings:
a) Going to save node witout filling any values in table http://www.screencast.com/t/TgSDcen42M
a) After adding a node without filling the values in tables i got some warnings like http://www.screencast.com/t/i42br0GUa
b) By adding a line of code this warning will be removed like http://www.screencast.com/t/Pl3JgmntLtK
Kind regards
Satyam
Comment #14
satyam upadhyay commentedComment #15
bojan.m commentedHi Satyam Upadhyay,
thank you for review and testing. While testing I never tested that case when saving empty node.
I made some changes based on your suggestions.
Thank you.
Comment #16
bojan.m commentedComment #17
bojan.m commentedComment #18
bojan.m commentedComment #19
arpad.rozsa commentedAutomated Review
https://pareview.sh/node/599 Found these two warnings, which you should consider fixing.
Note that perfect adherence to Drupal Coding Standard is NOT a reason to block an application, except for total disregard of them. However, modules should follow them as closely as possible.
Manual Review
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.
Comment #20
klausiComment #21
klausimanual review:
Otherwise looks good to me.
Thanks for your contribution, Bojan!
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 #23
lolandese commentedModule duplication:
See https://www.drupal.org/node/2816955#comment-11936786 (#2816955: Insert/delete columns).
I invite the maintainer to solve that issue.