Closed (fixed)
Project:
Drupal YouTuber
Version:
8.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
24 Jan 2017 at 12:31 UTC
Updated:
12 Apr 2018 at 09:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
sneha_surve commentedComment #3
swati.nuna commentedHello,
Please verify attached patch file.
Here I have added hook_help() with steps to use a module.
Comment #4
jaykandari@swati.nuna : Pls do not pick an issue which is already assigned to some other user, they might be working on it. or you could ask the user if they are working on this issue and update issue meta accordingly.
Bonus, #3 is okay, if the assigned user could further add steps to configure Google Application & How values should be passed in Dtuber config form & in Google Console, this would be helpful. Thanks!
Comment #5
swati.nuna commented@JayKandari : Thanks, I will remember your comment.
Comment #6
jaykandariComment #7
swarad07Just checking if people in #2 are working on this? I don't see any comments from them.
Comment #8
jaykandari@swarad07 : Its been quite a long time since #2. you could go ahead and assign it to yourself. Thanks !
Comment #9
sneha_surve commentedComment #10
dhruveshdtripathi commentedWorking on it to simplify help page according to standards.
Comment #11
dhruveshdtripathi commentedImplemented help hook with help page standards like it should have About and Uses. Added Installation guide from module page.
Comment #12
swarad07This should read Dtuber aka "Drupal Youtuber". Starting the line with aka is not making much sense.
Comment #13
swarad07Correcting the typo.
Comment #14
sneha_surve commentedPatch works fine.
Hence changing the status to RTBC.
Comment #15
jaykandariAppreciated #11 & #13.
Instead of just copying contents from project page. A detailed explanation about following would be of great help.
* How to Configure Google Console Application - A line about which options to select when creating an application (eg: Web Application/ Redirect uri etc).
* Can add a section relating to uploading video via the test upload form.
* A detailed information about creating a Google Applicaion, Providing credentials to Dtuber configuration and authorizing.
This documentation shall also be moved to project page. One can move ahead with the latest patch file.
Thanks !
Comment #16
yogeshmpawar@JayKandari - Here's the updated patch which fulfils your requirement in #15 & also added an interdiff.
Comment #17
jaykandariThanks !!
Just some minor changes...
Using
/admin/config/media/dtuberdoesn't work in sites installed in subdirectory. For eg: if drupal is installed in http://localhost/drupal8, these links will point to https://localhost/admin/config/media/dtuber, which is invalid.Can we use Link module to generate Link?
Also, Pls not the related issue #2851986: Youtube Account not properly configured.
Thanks !!
Comment #18
yogeshmpawarComment #19
guptahemant commentedhi @jaykandari and @Yogesh Pawar regarding hook_help,Wouldn't it be better to add documentation in Readme.md file and call that directly in hook_help implementation like this:
This will allow consistent documentation in help as well as readme file.
Comment #20
yogeshmpawar@jaykandari - As per your comments in #17, below is the updated patch with an interdiff.
Comment #22
jaykandari@yogesh:
Looks good.
Added
committed & pushed to 8.x-1.x.
Thank you everyone for contribution. :)
Comment #23
yogeshmpawarThanks @JayKandari for committing this issue, thanks for adding two "use statements". i missed it while creating patch.