[Bug 33595] mwdocgen.php: Add option to not create graphs

2013-03-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33595

Andre Klapper  changed:

   What|Removed |Added

 CC||wikibugs-l@lists.wikimedia.
   ||org
  Component|Documentation   |Maintenance scripts

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 33595] mwdocgen.php: Add option to not create graphs

2012-12-31 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33595

Andre Klapper  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 33595] mwdocgen.php: Add option to not create graphs

2012-01-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33595

Antoine "hashar" Musso  changed:

   What|Removed |Added

   Keywords|need-review |reviewed
 CC||has...@free.fr

--- Comment #3 from Antoine "hashar" Musso  2012-01-12 22:55:06 
UTC ---
 ( `which dot` && !$noDot)
Swap them! This way whenever $noDot is true, you will not execute 'which dot'.
Should be:
 ( !$noDot && `which dot`)

Reedy: can we add that to trunk or do we wait for 1.19 branching?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 33595] mwdocgen.php: Add option to not create graphs

2012-01-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33595

MrBlueSky  changed:

   What|Removed |Added

 CC||mrblue...@wikipedia.be

--- Comment #2 from MrBlueSky  2012-01-09 00:30:46 UTC 
---
Of course, but providing an option is nicer :)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 33595] mwdocgen.php: Add option to not create graphs

2012-01-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33595

--- Comment #1 from Reedy  2012-01-08 23:42:02 UTC ---
You can just change the Doxyfile...

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l