View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0009021 | mantisbt | plug-ins | public | 2008-03-29 02:32 | 2009-06-23 15:29 |
| Reporter | vboctor | Assigned To | vboctor | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Target Version | 1.2.0rc1 | ||||
| Summary | 0009021: Twitter clone inside Mantis for team updates | ||||
| Description | Twitter is a cool way for people to know what their friends or the people they are following are up to. It would be useful for a collaborating team to do the same. Such teams may not want such updates to be public and hence can't use Twitter. The idea here is to develop a Mantis 1.2.x plugin that provides such functionality. Attached is the implementation of such plugin, which works with the latest development version of Mantis. This issue will be used to track work on this plugin. Feedback on the feature is welcome. | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
|
Added ManTweet_20080624 which has the following fixes:
|
|
|
By the way, the plugin source code is hosted at the following location: |
|
|
As reported by paulr, there was a Javascript error in ManTweet. For any user that did not have access to submit a tweet, the auto-focus script attemted to execute the focus() method of a non-existent DOM object. This was fixed in Git by wrapping the auto-focus in a conditional. See revision 9fcc7d: http://github.com/vboctor/mantis-plugins/commit/9fcc7d70e768bc0fc8d413569968d6cc5a41899b Edit: the JS error would not show up in Firefox, but I was able to replicate it in IE when not logged in and visiting http://bugs.mantisbt.org |
|
|
Thanks jreese. I've updated ManTweet on this bug tracker with your fix. Thanks. |
|