[Bug 34383] SemanticMediaWiki: Canonical namespace names are set incorrectly.

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

MWJames jamesin.hongkon...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #10 from MWJames jamesin.hongkon...@gmail.com ---
Changes [1] are deployed with SMW 1.9 together with an integration test [2].

[1] https://github.com/SemanticMediaWiki/SemanticMediaWiki/pull/47

[2]
https://github.com/SemanticMediaWiki/SemanticMediaWiki/blob/master/tests/phpunit/integration/MediaWikiNamespaceIntegrationTest.php

-- 
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 34383] SemanticMediaWiki: Canonical namespace names are set incorrectly.

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

MWJames jamesin.hongkon...@gmail.com changed:

   What|Removed |Added

 CC||jamesin.hongkon...@gmail.co
   ||m

--- Comment #9 from MWJames jamesin.hongkon...@gmail.com 2012-11-07 06:36:14 
UTC ---
Jeroen, now that we are on SMW 1.8 any issue to re-apply the patch?

-- 
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 34383] SemanticMediaWiki: Canonical namespace names are set incorrectly.

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

Siebrand s.mazel...@xs4all.nl changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||s.mazel...@xs4all.nl
 Resolution|FIXED   |

--- Comment #7 from Siebrand s.mazel...@xs4all.nl 2012-02-16 17:57:56 UTC ---
Reverted in r111654

-- 
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 34383] SemanticMediaWiki: Canonical namespace names are set incorrectly.

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

--- Comment #8 from Jeroen De Dauw jeroen_ded...@yahoo.com 2012-02-16 
18:10:22 UTC ---
Yeah, revert, the canonical hook was apparently added in 1.17. So will have to
wait for SMW 1.8, which is probably the next rel after 1.7.1.

-- 
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 34383] SemanticMediaWiki: Canonical namespace names are set incorrectly.

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

--- Comment #5 from Van de Bugger van.de.bug...@gmail.com 2012-02-15 15:54:26 
UTC ---
Verified on r111537. Yes, it works. If I add my localization to
SMW_Namespaces.php, a user see localized namespace names,
WNamespace::getCanonicalName returns canonical names.

But change does not look completed. If seems you have to move following pieces
of code:

 protected $m_Namespaces = array(
 SMW_NS_PROPERTY   = 'Property',
 SMW_NS_PROPERTY_TALK  = 'Property_talk',
 SMW_NS_TYPE   = 'Type',
 SMW_NS_TYPE_TALK  = 'Type_talk',
 SMW_NS_CONCEPT= 'Concept',
 SMW_NS_CONCEPT_TALK   = 'Concept_talk'
 );

from every SMW_LanguageXX.php to SMW_Namespaces.php, and , probably, drop all
the namespace-related stuff from SMWLanguage class.

-- 
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 34383] SemanticMediaWiki: Canonical namespace names are set incorrectly.

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

--- Comment #6 from Jeroen De Dauw jeroen_ded...@yahoo.com 2012-02-15 
17:52:47 UTC ---
Right, I only moved the EN stuff over. Can make the changes and provide them in
the form of a patch?

-- 
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 34383] SemanticMediaWiki: Canonical namespace names are set incorrectly.

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

Jeroen De Dauw jeroen_ded...@yahoo.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #1 from Jeroen De Dauw jeroen_ded...@yahoo.com 2012-02-14 
14:33:05 UTC ---
Confirmed. Will take care of this soonish. Thanks for the patch! :)

-- 
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 34383] SemanticMediaWiki: Canonical namespace names are set incorrectly.

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

Jeroen De Dauw jeroen_ded...@yahoo.com changed:

   What|Removed |Added

 AssignedTo|wikibugs-l@lists.wikimedia. |jeroen_ded...@yahoo.com
   |org |

-- 
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 34383] SemanticMediaWiki: Canonical namespace names are set incorrectly.

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

--- Comment #2 from Van de Bugger van.de.bug...@gmail.com 2012-02-14 17:15:22 
UTC ---
BTW, SemanticForms has the same issue. Should I open a separate bug?

-- 
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 34383] SemanticMediaWiki: Canonical namespace names are set incorrectly.

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

--- Comment #3 from Jeroen De Dauw jeroen_ded...@yahoo.com 2012-02-14 
17:23:15 UTC ---
Nah, I'll just fix it there as well :)

-- 
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 34383] SemanticMediaWiki: Canonical namespace names are set incorrectly.

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

Jeroen De Dauw jeroen_ded...@yahoo.com changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #4 from Jeroen De Dauw jeroen_ded...@yahoo.com 2012-02-14 
23:24:49 UTC ---
Can you verify the behavior in SMW after r111507?

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