[Bug 39461] Impossible to add articles starting with lower case letter during parser tests using "!!article"

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

--- Comment #7 from Gerrit Notification Bot  ---
Change 20534 had a related patch set uploaded by Krinkle:
$wgCapitalLinks=false not ignored during article creation in parser tests
anymore

https://gerrit.wikimedia.org/r/20534

-- 
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 39461] Impossible to add articles starting with lower case letter during parser tests using "!!article"

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

Gerrit Notification Bot  changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

-- 
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 39461] Impossible to add articles starting with lower case letter during parser tests using "!!article"

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

Andre Klapper  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
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 39461] Impossible to add articles starting with lower case letter during parser tests using "!!article"

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

db  changed:

   What|Removed |Added

 CC||duplicate...@googlemail.com
   ||, has...@free.fr,
   ||krinklem...@gmail.com,
   ||m...@everybody.org
  Component|General/Unknown |Unit tests

-- 
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 39461] Impossible to add articles starting with lower case letter during parser tests using "!!article"

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

Daniel Werner  changed:

   What|Removed |Added

 Depends on||39473

--- Comment #6 from Daniel Werner  2012-11-06 
10:45:15 UTC ---
This is kind of blocked by 39473. At least it is the reason for I611d8086
failing. It's just a paint to make this work with having the two different ways
of running parser tests. I believe the change-set I have submitted was
optimized by the non-PHPUnit way of running the tests.

-- 
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 39461] Impossible to add articles starting with lower case letter during parser tests using "!!article"

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

Nemo_bis  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

-- 
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 39461] Impossible to add articles starting with lower case letter during parser tests using "!!article"

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

--- Comment #5 from Platonides  2012-08-20 12:03:27 UTC 
---
(In reply to comment #4)
> Extensions use different files than the default parser test file already. Core
> could do the same and use different files for different groups of tests.

Yes, that's what I was talking about.

-- 
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 39461] Impossible to add articles starting with lower case letter during parser tests using "!!article"

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

--- Comment #4 from Daniel Werner  2012-08-19 00:38:39 UTC ---
Submitted a fix, I611d8086

Extensions use different files than the default parser test file already. Core
could do the same and use different files for different groups of tests.

I also introduced a new hook, 'ParserTestGlobals' in an earlier commit
recently. I will extend that one to allow for registering a certain set of
settings per file rather than always registering them for all tests.
It would also be nice to be able to overwrite settings for a whole file within
that file.

-- 
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 39461] Impossible to add articles starting with lower case letter during parser tests using "!!article"

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

--- Comment #3 from Platonides  2012-08-18 21:12:19 UTC 
---
It looks to me that it should be a different file to be run with different
settings. I think that behavior after changing the settings is "undefined"
(articles created with initial lowercase will be unavailable until you run a
maintenance script, for instance).

-- 
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 39461] Impossible to add articles starting with lower case letter during parser tests using "!!article"

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

Daniel Werner  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #2 from Daniel Werner  2012-08-18 02:46:09 UTC ---
I will submit a patch for this soon.

The environment is only strange if you explicitly long for it, and that's even
a real world scenario, isn't it? In most cases you would probably set
$wgCapitalLinks=false for the tests using this page. But there could even be
tests for core, testing how articles created with the option in one state
behave after changing the option.

-- 
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 39461] Impossible to add articles starting with lower case letter during parser tests using "!!article"

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

Platonides  changed:

   What|Removed |Added

 CC||platoni...@gmail.com

--- Comment #1 from Platonides  2012-08-17 18:49:47 UTC 
---
Yes, it would be nice to use 
!! config
 wgCapitalLinks=false


Although it is creating a strange environment to test in, since the tests are
run with wgCapitalLinks=true...

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