Provides a way to connect to the Expedia Affiliate Network.
I wanted a way to display hotels on my pages and there wasn't any module for that, so I wrote the EAN module.
It is loosely based on the Amazon module, and as such it provides similar functionality.
* It has the main API which contains configuration settings to interact with the EAN API.
* It has a search box, in which you can type cities for example and the module will display hotels in that city.
* It has a EAN hotel module in which you give it a hotel id and the module will display information about that hotel.
The project can be found here: http://drupal.org/sandbox/noe/1857888
It is a Drupal 7 module.
Reviews of other projects
http://drupal.org/node/1925466#comment-7281910
http://drupal.org/node/1914096#comment-7282082
http://drupal.org/node/1930370#comment-7282180
Comments
Comment #1
anwar_maxplease get a review bonus first. Then try to fix issues raised by automated review tools and set this back to "needs review".
Comment #2
anwar_maxOoops forgot to change the status.
Comment #3
ankitchauhan commentedSee the automated review here
http://ventral.org/pareview/httpgitdrupalorgsandboxnoe1857888git
Comment #4
Noe_ commentedThe automated review does not complain anymore.
Comment #5
Noe_ commentedAnd update the status.......
Comment #6
pierre_cotiniere commentedHi Noe_,
The module looks great, but I found some issues :
Comment #7
Noe_ commentedComment #8
Noe_ commentedI have reviewed 3 other projects.
Comment #9
klausiYour reviews where pretty short, and please don't put issues back to "needs work" for minor commenting or README.txt style errors. If you find no major problem with a project then RTBC is the right status.
Review 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:
Removing review bonus tag, you can add it again if you have done another 3 reviews of other projects.
Comment #10
Noe_ commentedWell, it was something that I saw in my issue queue. So I thought was common practice.
Second, I cannot set the status to RTBC. Actually I have no idea what I need to do when I project looks good to me.
So back to my project:
What settings did you use because when I ran a PASReview on the project I did not get the constants warning. (They are fixed now BTW).
So I only have the issues from your manual review left.
The point is for example number 2. I don't think this is an XSS vulnerability because it will also run through ean_settings_test_validate() and that won't validate if there is anything other that numbers in the field.
Comment #11
Noe_ commented1. I have updated the project page, it includes screenshots and a more thorough description.
2. This isn't an XSS problem because if there is anything other than numbers present, ean_settings_test_validate will fail.
3. Really? I must actually sanitize everything I get back from a webservice?
4. This one is solved, it now goes through check_plain
5. Oops yes i forgot that one.
Comment #12
klausiSorry for the delay. Make sure to review more project applications and get a new review bonus and this will get finished faster. RTBC = reviewed & tested by the community, this is what we use for applications that look good.
Yes, you need to sanitize stuff from all untrusted sources, except if you already know that it was sanitized at some point before.
Comment #13
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 #13.0
PA robot commentedUpdated issue summary.