You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Vishwanath (JIRA)" <ji...@apache.org> on 2011/07/24 15:04:09 UTC

[jira] [Created] (OPENEJB-1636) Support wider range of hashtags that are configurable, and support retweet to ApacheTomEE twitter account

Support wider range of hashtags that are configurable, and support retweet to ApacheTomEE twitter account
---------------------------------------------------------------------------------------------------------

                 Key: OPENEJB-1636
                 URL: https://issues.apache.org/jira/browse/OPENEJB-1636
             Project: OpenEJB
          Issue Type: Task
          Components: tools
            Reporter: Vishwanath



Thinking we might experiment with tweets about a wider scope of hashtags; say #MyFaces #OpenWebBeans #OpenJPA, etc.  Ideally the list of hashtags would be configurable per twitter account.

Same basic principal though -- only retweet from the list of "contributors".

On the note of making things more generic, we can probably skip the case-sensitive vs case-insensitive thing I added.  I forgot that people in the contributor list essentially "approve" tweets by retweeting them, so we don't need to use case-sensitivity as a way of filtering out garbage.  We can just do that ourselves. 


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (OPENEJB-1636) Support wider range of hashtags that are configurable, and support retweet to ApacheTomEE twitter account

Posted by "David Blevins (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-1636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Blevins resolved OPENEJB-1636.
------------------------------------

    Resolution: Fixed

> Support wider range of hashtags that are configurable, and support retweet to ApacheTomEE twitter account
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: OPENEJB-1636
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1636
>             Project: OpenEJB
>          Issue Type: Task
>          Components: tools
>            Reporter: Vishwanath
>            Assignee: Vishwanath
>         Attachments: GeneralizingRetweets.patch, authTokens.patch
>
>
> "Thinking we might experiment with tweets about a wider scope of hashtags; say #MyFaces #OpenWebBeans #OpenJPA, etc.  Ideally the list of hashtags would be configurable per twitter account.
> Same basic principal though -- only retweet from the list of "contributors".
> On the note of making things more generic, we can probably skip the case-sensitive vs case-insensitive thing I added.  I forgot that people in the contributor list essentially "approve" tweets by retweeting them, so we don't need to use case-sensitivity as a way of filtering out garbage.  We can just do that ourselves."
>  

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Reopened] (OPENEJB-1636) Support wider range of hashtags that are configurable, and support retweet to ApacheTomEE twitter account

Posted by "Vishwanath (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-1636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vishwanath reopened OPENEJB-1636:
---------------------------------


Went to the twitter account --> Settings --> Applications 
  and hit 'Revoke Access' button on the OpenEJB-bot app.

Then ran the AccessTokenGenerator to create fresh tokens... 

It worked fine then :)

Please take authTokens.patch file

> Support wider range of hashtags that are configurable, and support retweet to ApacheTomEE twitter account
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: OPENEJB-1636
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1636
>             Project: OpenEJB
>          Issue Type: Task
>          Components: tools
>            Reporter: Vishwanath
>            Assignee: Vishwanath
>         Attachments: GeneralizingRetweets.patch, authTokens.patch
>
>
> "Thinking we might experiment with tweets about a wider scope of hashtags; say #MyFaces #OpenWebBeans #OpenJPA, etc.  Ideally the list of hashtags would be configurable per twitter account.
> Same basic principal though -- only retweet from the list of "contributors".
> On the note of making things more generic, we can probably skip the case-sensitive vs case-insensitive thing I added.  I forgot that people in the contributor list essentially "approve" tweets by retweeting them, so we don't need to use case-sensitivity as a way of filtering out garbage.  We can just do that ourselves."
>  

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OPENEJB-1636) Support wider range of hashtags that are configurable, and support retweet to ApacheTomEE twitter account

Posted by "Vishwanath (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-1636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vishwanath updated OPENEJB-1636:
--------------------------------

    Description: 

"Thinking we might experiment with tweets about a wider scope of hashtags; say #MyFaces #OpenWebBeans #OpenJPA, etc.  Ideally the list of hashtags would be configurable per twitter account.

Same basic principal though -- only retweet from the list of "contributors".

On the note of making things more generic, we can probably skip the case-sensitive vs case-insensitive thing I added.  I forgot that people in the contributor list essentially "approve" tweets by retweeting them, so we don't need to use case-sensitivity as a way of filtering out garbage.  We can just do that ourselves."
 


  was:

Thinking we might experiment with tweets about a wider scope of hashtags; say #MyFaces #OpenWebBeans #OpenJPA, etc.  Ideally the list of hashtags would be configurable per twitter account.

Same basic principal though -- only retweet from the list of "contributors".

On the note of making things more generic, we can probably skip the case-sensitive vs case-insensitive thing I added.  I forgot that people in the contributor list essentially "approve" tweets by retweeting them, so we don't need to use case-sensitivity as a way of filtering out garbage.  We can just do that ourselves. 



> Support wider range of hashtags that are configurable, and support retweet to ApacheTomEE twitter account
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: OPENEJB-1636
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1636
>             Project: OpenEJB
>          Issue Type: Task
>          Components: tools
>            Reporter: Vishwanath
>
> "Thinking we might experiment with tweets about a wider scope of hashtags; say #MyFaces #OpenWebBeans #OpenJPA, etc.  Ideally the list of hashtags would be configurable per twitter account.
> Same basic principal though -- only retweet from the list of "contributors".
> On the note of making things more generic, we can probably skip the case-sensitive vs case-insensitive thing I added.  I forgot that people in the contributor list essentially "approve" tweets by retweeting them, so we don't need to use case-sensitivity as a way of filtering out garbage.  We can just do that ourselves."
>  

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OPENEJB-1636) Support wider range of hashtags that are configurable, and support retweet to ApacheTomEE twitter account

Posted by "Vishwanath (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-1636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vishwanath updated OPENEJB-1636:
--------------------------------

    Attachment: authTokens.patch

> Support wider range of hashtags that are configurable, and support retweet to ApacheTomEE twitter account
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: OPENEJB-1636
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1636
>             Project: OpenEJB
>          Issue Type: Task
>          Components: tools
>            Reporter: Vishwanath
>            Assignee: Vishwanath
>         Attachments: GeneralizingRetweets.patch, authTokens.patch
>
>
> "Thinking we might experiment with tweets about a wider scope of hashtags; say #MyFaces #OpenWebBeans #OpenJPA, etc.  Ideally the list of hashtags would be configurable per twitter account.
> Same basic principal though -- only retweet from the list of "contributors".
> On the note of making things more generic, we can probably skip the case-sensitive vs case-insensitive thing I added.  I forgot that people in the contributor list essentially "approve" tweets by retweeting them, so we don't need to use case-sensitivity as a way of filtering out garbage.  We can just do that ourselves."
>  

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OPENEJB-1636) Support wider range of hashtags that are configurable, and support retweet to ApacheTomEE twitter account

Posted by "Vishwanath (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-1636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vishwanath updated OPENEJB-1636:
--------------------------------

    Attachment: GeneralizingRetweets.patch

> Support wider range of hashtags that are configurable, and support retweet to ApacheTomEE twitter account
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: OPENEJB-1636
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1636
>             Project: OpenEJB
>          Issue Type: Task
>          Components: tools
>            Reporter: Vishwanath
>         Attachments: GeneralizingRetweets.patch
>
>
> "Thinking we might experiment with tweets about a wider scope of hashtags; say #MyFaces #OpenWebBeans #OpenJPA, etc.  Ideally the list of hashtags would be configurable per twitter account.
> Same basic principal though -- only retweet from the list of "contributors".
> On the note of making things more generic, we can probably skip the case-sensitive vs case-insensitive thing I added.  I forgot that people in the contributor list essentially "approve" tweets by retweeting them, so we don't need to use case-sensitivity as a way of filtering out garbage.  We can just do that ourselves."
>  

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (OPENEJB-1636) Support wider range of hashtags that are configurable, and support retweet to ApacheTomEE twitter account

Posted by "David Blevins (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-1636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Blevins resolved OPENEJB-1636.
------------------------------------

    Resolution: Fixed
      Assignee: Vishwanath

All committed!!

> Support wider range of hashtags that are configurable, and support retweet to ApacheTomEE twitter account
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: OPENEJB-1636
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1636
>             Project: OpenEJB
>          Issue Type: Task
>          Components: tools
>            Reporter: Vishwanath
>            Assignee: Vishwanath
>         Attachments: GeneralizingRetweets.patch
>
>
> "Thinking we might experiment with tweets about a wider scope of hashtags; say #MyFaces #OpenWebBeans #OpenJPA, etc.  Ideally the list of hashtags would be configurable per twitter account.
> Same basic principal though -- only retweet from the list of "contributors".
> On the note of making things more generic, we can probably skip the case-sensitive vs case-insensitive thing I added.  I forgot that people in the contributor list essentially "approve" tweets by retweeting them, so we don't need to use case-sensitivity as a way of filtering out garbage.  We can just do that ourselves."
>  

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira