[Bug 38273] Tidy occasionally isn't executed

2012-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38273

--- Comment #32 from Michael M. listenle...@gmail.com 2012-10-09 09:26:19 UTC 
---
[[de:Blue October]]: no tidy, no NewPP limit report
Saved in parser cache with key dewiki:pcache:idhash:3450708-0!*!0!!de!4!* and
timestamp 20120912181102
Served by srv271 in 0.190 secs

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 38273] Tidy occasionally isn't executed

2012-10-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38273

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

 AssignedTo|wikibugs-l@lists.wikimedia. |tstarl...@wikimedia.org
   |org |

--- Comment #31 from MZMcBride b...@mzmcbride.com 2012-10-05 22:45:19 UTC ---
Tim, could you please poke at this? This seems like your kind of thing. :-)

-- 
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 38273] Tidy occasionally isn't executed

2012-10-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38273

--- Comment #30 from Michael M. listenle...@gmail.com 2012-10-04 07:48:37 UTC 
---
I tried to reproduce the issue by creating a page with wrongly nested syntax
and changing linked/transcluded pages, but everything displayed correctly.

But all reports about broken layout that say something about the NewPP limit
report mention that it is missing. (Latest report: [[de:Frankfurt (Main)
Hauptbahnhof]] served by mw29 and srv264)

So either there is some other place where ParserOptions is created without
enabling Tidy and LimitReport, or under some strange circumstances I wasn't
able to replicate, RefreshLinksJob does save the result to cache.

-- 
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 38273] Tidy occasionally isn't executed

2012-09-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38273

Max Semenik maxsem.w...@gmail.com changed:

   What|Removed |Added

 CC||maxsem.w...@gmail.com

--- Comment #29 from Max Semenik maxsem.w...@gmail.com 2012-09-28 22:18:01 
UTC ---
(In reply to comment #23)
 I think I found the problem why Tidy sometimes isn't executed:
 
 ./includes/job/RefreshLinksJob.php calls
  ParserOptions::newFromUserAndLang( new User, $wgContLang )
 while in other places makeParserOptions from ./includes/WikiPage.php is 
 called,
 which additionally calls
  $options-enableLimitReport();
  $options-setTidy( true );
 
 This also explains why the limit report is missing.

RefreshLinksJob doesn't save the results of this parse, so people shouldn't
getting these results, and avoiding Tidy calls here makes a lot of sense as the
results are used only for link updates.

-- 
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 38273] Tidy occasionally isn't executed

2012-09-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38273

--- Comment #26 from Redrose64 m...@redrose64.plus.com 2012-09-27 15:36:40 
UTC ---
A new one: srv200 did this too

-- 
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 38273] Tidy occasionally isn't executed

2012-09-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38273

--- Comment #27 from Redrose64 m...@redrose64.plus.com 2012-09-27 16:51:47 
UTC ---
Also mw29

-- 
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 38273] Tidy occasionally isn't executed

2012-09-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38273

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

   Keywords|shell   |patch, patch-need-review
  Component|General/Unknown |Maintenance scripts
Product|Wikimedia   |MediaWiki
   Target Milestone|--- |1.20.0 release

--- Comment #28 from Bartosz Dziewoński matma@gmail.com 2012-09-27 
17:10:52 UTC ---
Comment 23 contains what could be a patch. Could somebody competent look at
this?

(Updating component and project.)

-- 
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 38273] Tidy occasionally isn't executed

2012-09-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38273

--- Comment #25 from Redrose64 m...@redrose64.plus.com 2012-09-26 15:04:00 
UTC ---
Happened again with server mw44. BTW the long and sad tale (which I first read
in about 1973) was not forefront - I wanted to illustrate the mismatching by
means of indent levels. For indents as deep as twelve levels, tabs are
impractical so I used two spaces.

-- 
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 38273] Tidy occasionally isn't executed

2012-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38273

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||efe...@ozemail.com.au

--- Comment #24 from Krinkle krinklem...@gmail.com 2012-09-16 14:51:10 UTC ---
*** Bug 40121 has been marked as a duplicate of this bug. ***

-- 
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 38273] Tidy occasionally isn't executed

2012-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38273

--- Comment #23 from Michael M. listenle...@gmail.com 2012-09-14 08:31:29 UTC 
---
I think I found the problem why Tidy sometimes isn't executed:

./includes/job/RefreshLinksJob.php calls
 ParserOptions::newFromUserAndLang( new User, $wgContLang )
while in other places makeParserOptions from ./includes/WikiPage.php is called,
which additionally calls
 $options-enableLimitReport();
 $options-setTidy( true );

This also explains why the limit report is missing.

This means that this bug report is in the wrong component, but since I neither
know where it actually belongs to nor how to change both product and component,
I'm just leaving this as is.

btw: The structure in the previous comment reminds me a bit of Alice in
Wonderland:
https://en.wikisource.org/wiki/Alice%27s_Adventures_in_Wonderland/Chapter_3

-- 
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 38273] Tidy occasionally isn't executed

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

--- Comment #22 from Redrose64 m...@redrose64.plus.com 2012-09-12 16:45:33 
UTC ---
Same problem seen in the navbox at the bottom of
http://en.wikipedia.org/wiki/Operation_Nougat - this was served by mw20.
Omitting all attributes, the textual content of enclosures, and all
correctly-paired tags which do not enclose bad tags, the mis-ordered tags are:
table
  tr
td
  table
tr
  td
div
  ul
li
/div
  /td
/tr
tr
  td
div
/li
  /ul
/div
table
  tr
td
  div
ul
  li
  /div
/td
  /tr
  tr
td
  div
  /li
  li
  /div
/td
  /tr
/table
  /td
/tr
tr
  td
div
  /li
  li
/div
  /td
/tr
tr
  td
div
  /li
/ul
/div
  /td
/tr
  /table
/td
  /tr
/table

-- 
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 38273] Tidy occasionally isn't executed

2012-09-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38273

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

 CC||matma@gmail.com

--- Comment #21 from Bartosz Dziewoński matma@gmail.com 2012-09-09 
20:40:24 UTC ---
I think this may be a dupe: bug 40121. Interesting thing: the NewPP limit
report is missing. Page served by mw15.

-- 
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 38273] Tidy occasionally isn't executed

2012-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38273

Umherirrender umherirrender_de...@web.de changed:

   What|Removed |Added

 CC||tstarl...@wikimedia.org
   Severity|normal  |major

--- Comment #20 from Umherirrender umherirrender_de...@web.de 2012-09-04 
18:50:17 UTC ---
This needs timely further investigation, because it breaks many pages on many
wikis. Some user get confused, because after a time it is gone away, because
someone other purged the page.

Please have a look at this. Thanks.

-- 
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 38273] Tidy occasionally isn't executed

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

Redrose64 m...@redrose64.plus.com changed:

   What|Removed |Added

 CC||m...@redrose64.plus.com

--- Comment #19 from Redrose64 m...@redrose64.plus.com 2012-09-01 23:10:43 
UTC ---
This is still happening on en.wp - on 14 August 2012 mw4 and mw44 both served
invalid HTML (see
http://en.wikipedia.org/wiki/Wikipedia:Village_pump_(technical)/Archive_102#Are_the_HTML_generators_out_of_sync_on_some_servers.3F

Today, a few minutes ago, I saw exactly the same problem on a different
article: checking, I found that I was again served invalid HTML, this time by
srv272

The basic problem concerns two table cells which each contain an unordered list
with several items. The last /li of each list and the /ul immediately
following were not in the proper place, but placed later on: either in between
one /th and the next td, or between a /tr and the /table following.

-- 
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 38273] Tidy occasionally isn't executed

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

--- Comment #18 from orlod...@gmail.com 2012-08-21 19:28:39 UTC ---
As a workaround, I replaced div ... / by div ... /div in the most used
templates on frwiki. I did not see any complain since I did that, 20 days ago.
The display of some pages is still broken, but this is virtually invisible.

-- 
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 38273] Tidy occasionally isn't executed

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

--- Comment #17 from Umherirrender umherirrender_de...@web.de 2012-08-20 
19:39:18 UTC ---
HTML tidy is still missing on some pages.

Is there no solution?

-- 
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 38273] Tidy occasionally isn't executed

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

Umherirrender umherirrender_de...@web.de changed:

   What|Removed |Added

   Priority|Unprioritized   |High

--- Comment #16 from Umherirrender umherirrender_de...@web.de 2012-08-12 
16:51:11 UTC ---
Increase priority, because HTML tidy is missing more often on pages, at least
on de.wp.

-- 
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 38273] Tidy occasionally isn't executed

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

--- Comment #15 from Schniggendiller trdezuv_trgv73...@gmx.de 2012-08-07 
18:44:09 UTC ---
Right now and not yet fixed with purging:
http://de.wikipedia.org/wiki/Bundespr%C3%A4sident_%28Deutschland%29: Served by
srv260 in 0.155 secs

-- 
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 38273] Tidy occasionally isn't executed

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

--- Comment #14 from Michael M. listenle...@gmail.com 2012-08-02 08:15:29 UTC 
---
(In reply to comment #12)
 div clear=all style=clear:both; /br /
 div style=background-color:#888; height:1px; width:8em;/
 
 became
 
 pbr style=clear:both; clear=all/
 /br
 /p
 div style=background-color:#888; height:1px; width:8em;/

Sorry, I wrote nonsense there. That strange
br style=clear:both; clear=all/
/br
already was in the wikitext. I didn't notice it, because I use a script to
automatically clean up some errors.

-- 
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 38273] Tidy occasionally isn't executed

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

--- Comment #12 from Michael M. listenle...@gmail.com 2012-08-01 10:13:20 UTC 
---
Served by mw30 in 0.196 secs. ([[de:Galatasaray Istanbul]])

div clear=all style=clear:both; /br /
div style=background-color:#888; height:1px; width:8em;/

became

pbr style=clear:both; clear=all/
/br
/p
div style=background-color:#888; height:1px; width:8em;/

-- 
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 38273] Tidy occasionally isn't executed

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

--- Comment #13 from Michael M. listenle...@gmail.com 2012-08-01 10:15:41 UTC 
---
Served by srv229 in 0.118 secs. ([[de:Glosche]])
Served by mw11 in 0.111 secs. ([[de:Toupet]])

-- 
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 38273] Tidy occasionally isn't executed

2012-07-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38273

trdezuv_trgv73...@gmx.de changed:

   What|Removed |Added

 CC||trdezuv_trgv73...@gmx.de

--- Comment #11 from trdezuv_trgv73...@gmx.de 2012-07-30 10:04:13 UTC ---
http://de.wikipedia.org/wiki/DB_City_Night_Line: Served by srv240 in 0.351
secs. (A few days ago.)

-- 
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 38273] Tidy occasionally isn't executed

2012-07-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38273

Umherirrender umherirrender_de...@web.de changed:

   What|Removed |Added

 CC||umherirrender_de...@web.de

--- Comment #10 from Umherirrender umherirrender_de...@web.de 2012-07-29 
09:06:30 UTC ---
Served by mw4 in 0.208 secs. on dewiki

-- 
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 38273] Tidy occasionally isn't executed

2012-07-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38273

orlod...@gmail.com changed:

   What|Removed |Added

 CC||orlod...@gmail.com

--- Comment #8 from orlod...@gmail.com 2012-07-25 15:14:18 UTC ---
We have a similar problem on frwiki. As far as I know, the first error was
reported on 25 June and there are at least 10 reports since this date. Today, I
have loaded a page (Richard Feynman) twice. The server was mw6 the first time
and srv243 the second time, and I obtained exactly the same incorrect rendering
(then I purged the cache and it fixed the problem).

-- 
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 38273] Tidy occasionally isn't executed

2012-07-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38273

Drongou drngdrngd...@gmail.com changed:

   What|Removed |Added

 CC||drngdrngd...@gmail.com

--- Comment #9 from Drongou drngdrngd...@gmail.com 2012-07-25 22:09:43 UTC ---
The /div of div id=content class=mw-body is after !-- Served ...
see : http://imageshack.us/f/801/capturedcran20120720011.png/

-- 
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 38273] Tidy occasionally isn't executed

2012-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38273

--- Comment #7 from Sam Reed (reedy) s...@reedyboy.net 2012-07-23 12:03:42 
UTC ---
reedy@mw53:~$ which tidy
/usr/bin/tidy
reedy@mw53:~$ tidy --version
HTML Tidy for Linux released on 25 March 2009
reedy@mw53:~$ php /usr/local/apache/common-local/multiversion/MWScript.php
eval.php enwiki
 echo $wgTidyConf
/usr/local/apache/common-local/php-1.20wmf7/includes/tidy.conf
 echo $wgTidyBin
tidy


Need to check the source for existence of Tidy was unable to run or Tidy
found serious XHTML errors

-- 
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 38273] Tidy occasionally isn't executed

2012-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38273

Sam Reed (reedy) s...@reedyboy.net changed:

   What|Removed |Added

Version|1.20wmf6|unspecified

-- 
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 38273] Tidy occasionally isn't executed

2012-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38273

Derk-Jan Hartman hart...@videolan.org changed:

   What|Removed |Added

   Keywords||shell

--- Comment #6 from Derk-Jan Hartman hart...@videolan.org 2012-07-19 09:52:05 
UTC ---
Can someone with shell access do a sanity check on that host please ?

-- 
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 38273] Tidy occasionally isn't executed

2012-07-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38273

--- Comment #5 from Michael M. listenle...@gmail.com 2012-07-14 09:01:31 UTC 
---
mw53 just served an untidy html for [[de:Keith Jarrett]]

-- 
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 38273] Tidy occasionally isn't executed

2012-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38273

Sam Reed (reedy) s...@reedyboy.net changed:

   What|Removed |Added

Summary|Tidy isn't executed |Tidy occasionally isn't
   ||executed

-- 
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 38273] Tidy occasionally isn't executed

2012-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38273

Derk-Jan Hartman hart...@videolan.org changed:

   What|Removed |Added

 CC||hart...@videolan.org

--- Comment #1 from Derk-Jan Hartman hart...@videolan.org 2012-07-10 13:40:31 
UTC ---
If this happens, can people use the View source feature of their browser and
pick and the bottom of it look for !-- Served by mw in 2.259 secs. -- 
and note the mw id before purging the file ?

That will probably help in pinpointing the problem further.

-- 
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 38273] Tidy occasionally isn't executed

2012-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38273

--- Comment #2 from Sam Reed (reedy) s...@reedyboy.net 2012-07-10 13:41:50 
UTC ---
(In reply to comment #1)
 If this happens, can people use the View source feature of their browser and
 pick and the bottom of it look for !-- Served by mw in 2.259 secs. -- 
 and note the mw id before purging the file ?
 
 That will probably help in pinpointing the problem further.

Or !-- Served by srv in 2.259 secs. --

-- 
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 38273] Tidy occasionally isn't executed

2012-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38273

--- Comment #3 from Sam Reed (reedy) s...@reedyboy.net 2012-07-10 13:51:08 
UTC ---
Don't even need to do that, looking at the dpkg output suggests multiple are
missing it

-- 
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 38273] Tidy occasionally isn't executed

2012-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38273

--- Comment #4 from Sam Reed (reedy) s...@reedyboy.net 2012-07-10 14:11:53 
UTC ---
(In reply to comment #3)
 Don't even need to do that, looking at the dpkg output suggests multiple are
 missing it

bleh, ignore me

-- 
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