Closed (won't fix)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 Feb 2013 at 19:51 UTC
Updated:
20 Dec 2013 at 17:26 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
klausiWelcome,
please get a review bonus first. Then try to fix issues raised by automated review tools: http://ventral.org/pareview/httpgitdrupalorgsandboxphysikerwelt1912980git
Comment #2
physikerwelt commentedhi, thanks for your comments.
Is a review bonus required. Some extensions in this review list do really advanced things.
Are the coding conventions required or recommended.
e.g. I used
instead of writing everything in a single line to make easier to read.
Comment #3
PawelR commentedHi,
I think you should consider using hook_help instead hook_menu to display this information.
Comment #4
physikerwelt commentedI'm not exactly sure what you mean. This extension is somehow a minimal modification to the example filter prototype code. So I think this extension can be reviewed in 10 minutes.
Comment #5
PawelR commentedI meant that you should consider using hook_help for displaying this help sentence.
I think that filter example module demonstrates by the way how hook_menu works.
Probably it's not good idea to repeat everything what you can find there.
Please look at this project to see real life example:
http://drupal.org/project/markdown
Comment #6
thelee commentedManual review
So, I really like the idea of this module, BUT there are some important issues to work out.
This is the body of my node:
<math>Final = \text{max}\Bigg(1, Adjusted\times\frac{100-\text{min}(DR,\ 90)}{100}\Bigg)</math>This is the xml I'm getting back (notice all the broken characters between each letter):
I've also attached a screenshot to show what it looks like.
I'm really looking forward to seeing this cleaned up, I could really use this module!
Comment #7
thelee commentedComment #8
PA robot commentedClosing due to lack of activity. Feel free to reopen if you are still working on this application.
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #9
physikerwelt commentedComment #10
physikerwelt commentedFigureing out the differences to drutex....
Comment #11
klausiYou need to set the status to "needs review" if you want to get a review, see https://drupal.org/node/532400
Comment #12
kscheirerYou don't need
tex_menu()and_tex_information(), replace those with hook_help() to provide that information.Did you mean to have 2 esses in
_tex_settingss()?You should take care of the whitespace errors reported at ventral.org though: http://ventral.org/pareview/httpgitdrupalorgsandboxphysikerwelt1912980git.
In
tex_filter_info()it seems like you're building a very large querystring - instead consider creating an array and then using http_build_query() to create the final string for you.Use single quotes wherever possible in
_tex_information().We generally don't define anonymous functions in Drupal like you have in
_tex2mml_process(), but I don't think we have a rule against it either. Ventral is reporting a few formatting errors in that function though. You might also want to log errors with watchdog() when something doesn't go right.Thanks for including a test! You have an extra // at the top of tex.test.
Those all seem like minor issues though. The module looks fine and doesn't seem to have any security issues. I'm setting to RTBC but would really like to see the
hook_help()and formatting issues resolved.----
Top Shelf Modules - Enterprise modules from the community for the community.
Comment #13
kscheirerVentral has been updated and now checks for more issues. You should implement hook_help() as described above.
You can find the results of the automated report at http://ventral.org/pareview/httpgitdrupalorgsandboxphysikerwelt1912980git.
----
Top Shelf Modules - Crafted, Curated, Contributed.
Comment #14
PA robot commentedClosing due to lack of activity. Feel free to reopen if you are still working on this application (see also the project application workflow).
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #15
physikerwelt commented... working on the mediawiki plugin first...
see https://gerrit.wikimedia.org/r/#/projects/mediawiki/extensions/Math,dash...
for details
after finishing that and after comparing to the work of Cjucovschi.. I'll continue working on that one.
Comment #16
physikerwelt commentedsee also
https://drupal.org/sandbox/cjucovschi/1861056
Comment #17
klausiOK, just set this back to "needs review" once you got time and your code is ready.
Comment #18
PA robot commentedClosing due to lack of activity. Feel free to reopen if you are still working on this application (see also the project application workflow).
I'm a robot and this is an automated message from Project Applications Scraper.