Closed (won't fix)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
11 Jul 2012 at 03:23 UTC
Updated:
13 Jan 2013 at 14:10 UTC
Flipbook module show nodes as flip style. Flipbook can only use in block, and provider some simple settings like control bar, enable default audio on flipping (only support on html5 browsers), width&height.
git clone --recursive --branch master wayn@git.drupal.org:sandbox/wayn/1612282.git
code write for drupal7
Comments
Comment #1
FranciscoLuz commentedHi,
Cool module.
Here are some observations you might consider working at before further do:
Note that some of the warnings/errors might be false positives and you are not required to fix all of them.
Comment #2
wayn commentedHi,
Sorry for reply so later, and thank you for your work.
I have done the check list you give me, my module do flip as book in a page this is the difference of that pagefilp module, you can see the demo for my module http://demo.webonn.com/drupal7/node/2
Comment #3
wayn commentedHi,
Sorry for reply so later, and thank you for your work.
I have done the check list you give me, my module do flip as book in a page this is the difference of that pagefilp module, you can see the demo for my module http://demo.webonn.com/drupal7/node/2
git clone --recursive --branch 7.x-1.x wayn@git.drupal.org:sandbox/wayn/1612282.gitComment #4
cubeinspire commentedHi wayn !
1- I see there is a problem on uninstall:
You are missing something in the _flipbook_content_type_installed_instances arrays on the .install file.
Maybe you should check again the Field api to have a correct formated array.
http://api.drupal.org/api/drupal/modules!field!field.module/group/field/7
2- Even if it's not really a bug I would suggest to use explicit comments when committing changes. That can be very helpful to roll back if needed. Last 5 commits have all the same comment "fix code styles."
3- The only improvement I see from flippage module is the fact that your module shows the book inside a block instead of a page. Is that difference enough to create a new module ? It wouldn't be a better invested effort if you collaborate into the flippage project adding that feature ?
4- When setting the block on a template region I have the following errors:
5- The module is calling _flipbook_installed_fields when the function name is defined as _flipbook_content_type_installed_fields. Check other name calls as I think you have mixed up flipbook_ with flipbook_content_type_ names.
Comment #5
klausiClosing due to lack of activity. Feel free to reopen if you are still working on this application.