[Bug 17751] clean up null filenames from database by update.php

2010-11-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17751

Ashar Voultoiz has...@free.fr changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 CC||has...@free.fr
 Resolution||FIXED

-- 
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 17751] clean up null filenames from database by update.php

2009-12-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17751


Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

   Priority|High|Normal




--- Comment #11 from Roan Kattouw roan.katt...@gmail.com  2009-12-24 12:06:41 
UTC ---
You can remove them from the database by running the SQL query DELETE FROM
pagelinks WHERE pl_namespace=0 AND pl_title=''; using maintenance/sql.php , but
they'll also disappear over time as the wiki is being edited. For these reasons
I'm not sure this is worth an update script.


-- 
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 17751] clean up null filenames from database by update.php

2009-12-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17751





--- Comment #12 from Roan Kattouw roan.katt...@gmail.com  2009-12-24 12:26:33 
UTC ---
(In reply to comment #11)
 You can remove them from the database by running the SQL query DELETE FROM
 pagelinks WHERE pl_namespace=0 AND pl_title=''; using maintenance/sql.php , 
 but
 they'll also disappear over time as the wiki is being edited. For these 
 reasons
 I'm not sure this is worth an update script.
 

I have done this cleanup on all Wikimedia wikis.


-- 
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 17751] clean up null filenames from database by update.php

2009-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17751


jida...@jidanni.org changed:

   What|Removed |Added

 Blocks||16660




-- 
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 17751] clean up null filenames from database by update.php

2009-03-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17751





--- Comment #10 from jida...@jidanni.org  2009-03-14 01:14:29 UTC ---
As a workaround, the administrator manually running
maintenance/refreshLinks.php apparently fixes them, though the output doesn't
indicate such.


-- 
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 17751] clean up null filenames from database by update.php

2009-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17751


Laurence Parry greenrea...@hotmail.com changed:

   What|Removed |Added

 CC||greenrea...@hotmail.com




--- Comment #9 from Laurence Parry greenrea...@hotmail.com  2009-03-13 
02:09:44 UTC ---
Happening at WikiFur with our Spanish language version. As I recall, the null
entries went away when we removed the Cite extension (or didn't use
references). Previously, this resulted in a crash, now just this message.


-- 
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 17751] clean up null filenames from database by update.php

2009-03-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17751


jida...@jidanni.org changed:

   What|Removed |Added

URL|http://taizhongbus.jidanni.o|
   |rg/index.php?title=%E7%89%B9|
   |%E6%AE%8A:%E5%BE%85%E6%92%B0|
   |%E9%A0%81%E9%9D%A2uselang=e|
   |noffset=2100   |
 Status|RESOLVED|REOPENED
 Resolution|DUPLICATE   |
Summary|Internal non-ASCII anchors  |clean up null filenames from
   |cause wiki_pagelinks entry  |database by update.php
Version|1.14.0  |1.15-svn




--- Comment #7 from jida...@jidanni.org  2009-03-11 23:44:39 UTC ---
The problem now is these null entries are still left in the database even
through runs of update.php.

So even though no new null entries will be added, the ones that got into the
database remain, so bug reports will come in from users who see the weird side
effects.

Therefore update.php needs to clean them up.


-- 
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 17751] clean up null filenames from database by update.php

2009-03-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17751





--- Comment #8 from jida...@jidanni.org  2009-03-11 23:46:45 UTC ---
I.e., without cleaning them up via update.php, each page with the null entries
must be null edited by hand to correct the problem...
But of course the problem is not with the page at all.


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