Extension talk:Collaboration Diagram
Add topic| This page used the Structured Discussions extension to give structured discussions. It has since been converted to wikitext, so the content and history here are only an approximation of what was actually displayed at the time these comments were made. |
To my dearest users
[edit]I would love to see all feature requests, bugs and feedback from you. --Katkov Yury 15:22, 21 October 2011 (UTC) 22:38, 28 November 2011 (UTC)
Some questions
[edit]Hi Yury,
this seems to be a very interesting extension. Would love to use it on my wikis.
Some questions before I try the extension:
- Is it possible to include the graph within the article itself (not in a new tab)?
- Can I exclude certain users (like bots for example)?
- Can I exclude users that did less than 3 edits for example?
Thanks for your efforts! Stefahn (talk) 16:04, 22 March 2013 (UTC)
- yes, use the tag <collaborationdia />
- no, not yet
- use $wgCollaborationDiagramMinEdit=3; Katkov Yury (talk) 16:07, 22 March 2013 (UTC)
Google Code Shutting Down
[edit]Hello, As you are likely aware, Google is shutting down their Google Code service in January of 2016. This extension appears to house its code with Google Code and is at risk to creating broken links and confusion of users in the near future.
I’m helping to let folks know about this coming update and provide some helpful links to make this migration easy. I hope you’ll take a moment and migrate your extension to a new hosting solution.
For extensions that have a compatible license, you can request developer access to the MediaWiki source repositories for extensions and get a new repository created for you. Alternatively, you may also export your code to other popular repositories such as Github and Bitbucket. Google has provided tools to help with this migration. Ckoerner (talk) 17:16, 7 July 2015 (UTC)
PHP Fatal error: Uncaught Error: Call to undefined function wfMsgForContent()
[edit]Does anyone know the cause of this error just after installation (in MW1.31)?
[30-Jan-2020 15:08:44 Europe/Berlin] PHP Fatal error: Uncaught Error: Call to undefined function wfMsgForContent() in /var/www/html/extensions/CollaborationDiagram/CollaborationDiagram.php:466
Stack trace:
#0 /var/www/html/extensions/CollaborationDiagram/CollaborationDiagram.php(488): showCollaborationDiagramTab(Object(SkinVector), Array)
#1 /var/www/html/includes/Hooks.php(177): showCollaborationDiagramTabInVector(Object(SkinVector), Array)
#2 /var/www/html/includes/Hooks.php(237): Hooks::callHook('SkinTemplateNav...', Array, Array, NULL, 'showCollaborati...')
#3 /var/www/html/includes/skins/SkinTemplate.php(1141): Hooks::runWithoutAbort('SkinTemplateNav...', Array)
#4 /var/www/html/includes/skins/SkinTemplate.php(476): SkinTemplate->buildContentNavigationUrls()
#5 /var/www/html/includes/skins/SkinTemplate.php(249): SkinTemplate->prepareQuickTemplate()
#6 /var/www/html/includes/OutputPage.php(2388): SkinTemplate->outputPage()
#7 /var/www/html/includes/exception/MWExceptionRenderer.php(137): OutputPage->output()
#8 /var/www/html/includes/exception/MWExceptionRen in /var/www/html/extensions/CollaborationDiagram/CollaborationDiagram.php on line 466
Note. Extension:GraphViz and Extension:SocialProfile could be installed without errors. S0ring (talk) 14:14, 30 January 2020 (UTC)
- it is simply an obsolete variable, it needs to be updated, you can check more details in this topic Extension talk:Loops/Archive 2/Flow export#h-Call_to_undefined_function_wfMsgForContent()-2018-08-21T10:45:00.000Z Uvas magicas (talk) 15:13, 17 September 2021 (UTC)