r114106 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r114105‎ | r114106 | r114107 >
Date:20:10, 18 March 2012
Author:reedy
Status:ok (Comments)
Tags:todo 
Comment:
Disable callgraphs for the time being

Per Yuvi, most people don't need them, and are a PITA on a slow connection

I'd be happy to re-enable them if we can get them on hyperlinks or subpages or some such

{{BeBold}}
Modified paths:
  • /trunk/phase3/maintenance/Doxyfile (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/Doxyfile
@@ -345,8 +345,8 @@
346346 TEMPLATE_RELATIONS = NO
347347 INCLUDE_GRAPH = YES
348348 INCLUDED_BY_GRAPH = YES
349 -CALL_GRAPH = YES
350 -CALLER_GRAPH = YES
 349+CALL_GRAPH = NO
 350+CALLER_GRAPH = NO
351351 GRAPHICAL_HIERARCHY = YES
352352 DIRECTORY_GRAPH = YES
353353 DOT_IMAGE_FORMAT = png

Comments

#Comment by Nikerabbit (talk | contribs)   09:12, 19 March 2012

I have to wonder if there really isn't any prettier alternative to Doxygen for PHP?

#Comment by Krinkle (talk | contribs)   14:53, 19 March 2012

Is there a way to override this from CLI or LocalSettings? I think the WMF instance should at least include them, I find them useful from time to time to visually get to know certain areas of MediaWiki that I don't know very well yet (saves me ack'ing from file to file to file..)

#Comment by Reedy (talk | contribs)   15:27, 19 March 2012

We could run a second copy and call it doclite or something

It seems a bit daft making people build a copy themselves to save the huge image overhead, though, locally would be a lot faster anyway

Status & tagging log