Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
@Yogesh Pawar,
Thanks for the patch in #11 but the patch can't apply after apply patch #5.
Also please post the interdiff as well. It would be easier for review.
+++ b/ShareThisForm.js
@@ -4,158 +4,161 @@
+ // After the page is loaded, we want to add events to dynamically created elements.
Comment line exceeds 80 characters
+++ b/ShareThisForm.js
@@ -4,158 +4,161 @@
+ // After it's all done, hide the text field for the service picker so that no one messes up the data.
Comment line exceeds 80 characters
+++ b/stlib_picker.js
@@ -7,128 +7,134 @@
// stlib_picker.defaultServices defines the services from stcommon that get loaded as the default services in the picker
Comment line exceeds 80 characters
+++ b/stlib_picker.js
@@ -7,128 +7,134 @@
// Styling can be found in stlib_picker.css and should be linked in the page.
Comment line exceeds 80 characters
+++ b/stlib_picker.js
@@ -7,128 +7,134 @@
// To get selected services as an array of strings: (ie ["twitter", "sharethis", "facebook"] )
Comment line exceeds 80 characters
+++ b/stlib_picker.js
@@ -7,128 +7,134 @@
+ // Need to make sure that we don't get confused when there are multiple pickers.
Thanks for finding these. Are there anything else that would move this to N/W as coder is happy without these as well.
back to RTBC per #19
We will consider this in another followup.
Comments
Comment #2
ramdas gaikar commentedPatch Attached for Coding Standards.
Comment #3
naveenvalechaThanks for starting on this.
I have committed the patch to new branch codingstandards branch.Let's see what coding standards fixes left.
There are still lots of coding standards missing http://pareview.sh/pareview/httpsgitdrupalorgprojectsharethisgit-codings...
back to Needs work.
Comment #4
yogeshmpawarComment #5
ramdas gaikar commentedHi Yogesh Pawar,
Please find the patch below with almost all changes. This patch will help you tor further changes.
Comment #6
naveenvalechaThanks for the updated patch @Ramdas Gaikar
Please post the interdiff as well. It would be easier to review.
I have committed the patch in #5 to branch codingstandards.Let's see what coding standards fixes left.
This still needs some love http://pareview.sh/pareview/httpsgitdrupalorgprojectsharethisgit-codings...
Comment #7
yogeshmpawarI have created a new patch for coding standards, please check this patch will work or not.
Thanks @Ramdas Gaikar for the updated patch.
Comment #8
yogeshmpawarComment #9
yogeshmpawarComment #10
naveenvalecha@Yogesh Pawar,
Thanks for the patch in #7 but the patch does not apply.
N/W for #5 as it seems closer to commit.
Comment #11
yogeshmpawarUpdated patch.
Comment #12
wellme commented@Yogesh Pawar,
Thanks for the patch in #11 but the patch can't apply after apply patch #5.
Also please post the interdiff as well. It would be easier for review.
Comment #13
yogeshmpawar@wellme, This patch is a individual patch which contains patch #5 as well. you have to remove patch #5 & apply patch #11 individually.
Comment #14
naveenvalecha@Yogesh Pawar,
Thanks for the patch!
The patch #11 is very near to RTBC
Here's the result after applying patch #11 to branch 2765259-11
http://pareview.sh/pareview/httpsgitdrupalorgprojectsharethisgit-2765259-11
#12
+1
Please post the interdiff as well. It would be easier to review.
Comment #15
yogeshmpawarComment #16
yogeshmpawarComment #17
naveenvalecha@Yogesh Pawar,
All looks good. only a small change needed. Checkout here http://pareview.sh/pareview/httpsgitdrupalorgprojectsharethisgit-2765259-16
This is not an hook. So Add the description to the function. No need to document the parameters as well.
This is not an hook. So Add the description to the function. No need to document the parameters as well.
This is not an hook. So Add the description to the function. No need to document the parameters as well.
This is not an hook. So Add the description to the function. No need to document the parameters as well.
aren't we using it ?
this should be @TODO
This is not a hook. Checkout where & how we use implements https://www.drupal.org/node/1354#hookimpl
use single quotes over double quotes.
same here. using single quotes.
use drupal_strtolower https://api.drupal.org/api/drupal/includes%21unicode.inc/function/drupal...
Yup I know this change is not related to coding standard but fix it here.
Comment #18
yogeshmpawarComment #19
naveenvalechahere's the pareview.sh review of #18 http://pareview.sh/pareview/httpsgitdrupalorgprojectsharethisgit-2765259-18
The above have question that are we using it ? but it should be reverted back. I have checked it and found that we are not using it.
Commit the patch with the updated changes. See interdiff attached.
Added a followup and removed the todo #2766845: Want to add the option somewhere to select nodes
here's the pareview.sh review of #19 http://pareview.sh/pareview/httpsgitdrupalorgprojectsharethisgit-2765259-19
Comment #20
yogeshmpawarComment line exceeds 80 characters
Comment line exceeds 80 characters
Comment line exceeds 80 characters
Comment line exceeds 80 characters
Comment line exceeds 80 characters
Comment line exceeds 80 characters
Comment #21
yogeshmpawarComment #22
naveenvalechaThanks for finding these. Are there anything else that would move this to N/W as coder is happy without these as well.
back to RTBC per #19
We will consider this in another followup.
Comment #24
naveenvalechaAdding credit to @navneet0693 fro helping yogesh
Comment #26
naveenvalechaThanks everyone!
Please file followup if anything left. Fixing for now because It can go incremental.Rerolling the patch everyone time is big doom.