[Bug 37483] ProofreadPage extension should handle its namespaces in a more sensible manner

2013-08-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37483

--- Comment #8 from Nemo federicol...@tiscali.it ---
(In reply to comment #7)
 Thank for the explanation, I'll ensure it's copied to the extension page (if
 it
 was already, excuse me).
 
 I see $wgProofreadPageNamespaceIds defined in the WMF config, so indeed a
 cleanup there should be feasible. Can you file a bug so that we don't forget?

That's bug 44320 but it has no updates in last month.
Also, does Proofread Page automatically add its namespaces to
$wgNamespacesToBeSearchedDefault and $wgContentNamespaces ? That's an easily
overloooked but very important piece of configuration and I find some numbers
in WikiStats suspicious even after
http://lists.wikimedia.org/pipermail/analytics/2013-August/000850.html

-- 
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 37483] ProofreadPage extension should handle its namespaces in a more sensible manner

2013-08-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37483

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=46196

-- 
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 37483] ProofreadPage extension should handle its namespaces in a more sensible manner

2013-08-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37483

--- Comment #9 from Tpt thoma...@hotmail.fr ---
Sorry, I was busy in June and beginning of July so I haven't worked on it and
now I'm in holidays. I'll make the cleaning in September.

No, Proofread Page doesn't automatically add its namespaces to
$wgNamespacesToBeSearchedDefault and $wgContentNamespaces. About
$wgNamespacesToBeSearchedDefault I'm not sure it's a good idea to add Page: and
Index: namespaces to it by default as most of Wikisources doesn't add the Page:
namespace to $wgNamespacesToBeSearchedDefault. OK for $wgContentNamespaces.
Feel free to open a new bug about it.

-- 
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 37483] ProofreadPage extension should handle its namespaces in a more sensible manner

2013-08-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37483

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||52708

-- 
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 37483] ProofreadPage extension should handle its namespaces in a more sensible manner

2013-08-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37483

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||52709

-- 
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 37483] ProofreadPage extension should handle its namespaces in a more sensible manner

2013-01-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37483

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||44320

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


[Bug 37483] ProofreadPage extension should handle its namespaces in a more sensible manner

2013-01-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37483

--- Comment #6 from Tpt thoma...@hotmail.fr ---
If the namespaces related to numbers sets in $wgProofreadPageNamespaceIds don't
exist, the Proofread Page extension create these namespaces with the numbers
set in $wgProofreadPageNamespaceIds with labels stored in i18n of the
extension.

So, Proofead Page can create namespaces with not standard numbers if
$wgProofreadPageNamespaceIds is correctly setup.

So, 
$wgLanguageCode = 'fr';
$wgProofreadPageNamespaceIds = array(
'page' = 102,
'index' = 104
);
will setup the same namspaces with the same ids as
$wgLanguageCode = 'fr';
$wgProofreadPageNamespaceIds = array(
'page' = 102,
'index' = 104
);
$wgExtraNamespaces[102] = 'Page';
$wgExtraNamespaces[104] = 'Livre';
$wgNamespaceAliases[102] = 'Page';
$wgNamespaceAliases[104] = 'Index';

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


[Bug 37483] ProofreadPage extension should handle its namespaces in a more sensible manner

2013-01-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37483

--- Comment #7 from Nemo federicol...@tiscali.it ---
Thank for the explanation, I'll ensure it's copied to the extension page (if it
was already, excuse me).

I see $wgProofreadPageNamespaceIds defined in the WMF config, so indeed a
cleanup there should be feasible. Can you file a bug so that we don't forget?

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


[Bug 37483] ProofreadPage extension should handle its namespaces in a more sensible manner

2013-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37483

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it

--- Comment #3 from Nemo federicol...@tiscali.it ---
Are now all the namespace aliases for Wikisources redundant?
[[oldwikisource:User:Nemo_bis/wgNamespaceAliases]]

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


[Bug 37483] ProofreadPage extension should handle its namespaces in a more sensible manner

2013-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37483

--- Comment #4 from Tpt thoma...@hotmail.fr ---
No, they aren't because:
1 Author namespace is not managed by ProofreadPage
2 The extension doesn't add aliases if the namespace is created in the wiki
configuration an not by the extension.

A thing to do is maybe to remove creation of page and index namespaces in
$wgExtraNamespaces in order to let the extension create namespaces and, so,
create aliases.

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


[Bug 37483] ProofreadPage extension should handle its namespaces in a more sensible manner

2013-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37483

--- Comment #5 from Nemo federicol...@tiscali.it ---
(In reply to comment #4)
 No, they aren't because:
 1 Author namespace is not managed by ProofreadPage

Yes, I meant for Page: and Index:

 2 The extension doesn't add aliases if the namespace is created in the wiki
 configuration an not by the extension.
 
 A thing to do is maybe to remove creation of page and index namespaces in
 $wgExtraNamespaces in order to let the extension create namespaces and, so,
 create aliases.

So I guess this works only for namespaces with standard numbers? If yes, it's
better to have redundant $wgExtraNamespaces and $wgNamespaceAliases than a
config with partial info.

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


[Bug 37483] ProofreadPage extension should handle its namespaces in a more sensible manner

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

Tpt thoma...@hotmail.fr changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #2 from Tpt thoma...@hotmail.fr 2012-10-29 18:08:45 UTC ---
Patch merged.

-- 
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 37483] ProofreadPage extension should handle its namespaces in a more sensible manner

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

matanya matanya.mo...@gmail.com changed:

   What|Removed |Added

   Keywords||patch-need-review
 CC||matanya.mo...@gmail.com

-- 
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 37483] ProofreadPage extension should handle its namespaces in a more sensible manner

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

Tpt thoma...@hotmail.fr changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||thoma...@hotmail.fr
 AssignedTo|wikibugs-l@lists.wikimedia. |thoma...@hotmail.fr
   |org |

--- Comment #1 from Tpt thoma...@hotmail.fr 2012-08-04 12:30:52 UTC ---
Patch submit: https://gerrit.wikimedia.org/r/#/c/17643/

-- 
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 37483] ProofreadPage extension should handle its namespaces in a more sensible manner

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

Dereckson dereck...@espace-win.org changed:

   What|Removed |Added

 Blocks||37482

-- 
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 37483] ProofreadPage extension should handle its namespaces in a more sensible manner

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

Beau b...@adres.pl changed:

   What|Removed |Added

 Blocks||35925

-- 
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 37483] ProofreadPage extension should handle its namespaces in a more sensible manner

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

Dereckson dereck...@espace-win.org changed:

   What|Removed |Added

 Blocks|37482   |

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