Commit graph

10 commits

Author SHA1 Message Date
Reedy
3f1454bfd2 Alphasort TrackingCategories::$coreTrackingCategories
Change-Id: I3325ae6a48f7ac6b9048703c1622a8d0c576c12b
2020-09-27 16:03:17 +00:00
Reedy
9ebd96acda Register 'nonnumeric-formatnum' in TrackingCategories::$coreTrackingCategories
Bug: T237467
Follows-Up: Ib6c832df1f69aa4579402701fad1f77e548291ee
Change-Id: I08df861ec6c93ee9b2b02843c667854a3e017270
2020-09-27 15:00:05 +00:00
C. Scott Ananian
aeb3f45c20 Tracking category and parser warning for deprecated uses of {{=}}
We plan to add {{=}} as a built-in parser function, expanding to `=`,
in the same way that `{{!}}` is a built-in.  It will be used to
automatically escape uses of `=` in template arguments (again, in the
same way that `{{!}}` can be used to protect uses of `|` in template
arguments).

Some wikis have non-standard definitions of `Template:=`; add a
tracking category to warn these wikis to transition before we turn on
the built-in parser function in a future release.

New parser test file added, so we can re-define Template:= and test
both cases of this new warning.

Bug: T91154
Change-Id: I50ff8a7b6be95901ebb14ffbe64940a0f499cfac
2020-09-15 20:16:37 +00:00
C. Scott Ananian
5833e420f0 Remove unused deprecated-self-close-category message
This tracking category was removed in 05bc6871.

Bug: T134423
Followup-to: I5c725175d05854139c95a2b3d8d35ff63cb6707b
Change-Id: Id2017e166a62b0de4b6dfe81fd0bcc9fad4af635
2020-06-01 10:10:58 -04:00
Daimona Eaytoy
bd5b6f98ba Fix new phan errors, part 3
These are almost only doc changes, with two exceptions:
1-In LinkHolderArray, int-alike array keys are now cast to int, to be uniform with what we do in other code paths
2-In ExtensionRegistration, changed a line to throw an Exception
immediately, instead of an ExtensionDependencyError. This is because the
latter takes an array with msg and type, but we were passing it a plain
string (and in fact the code was bugged).

Bug: T231636
Change-Id: I8b0ef50d279c2a87490dde6a467a4e22c0710afd
2019-10-12 10:35:22 +00:00
Fomafix
110a5877e9 Use [...] instead of array(...) in PHP comments and documentation
Change-Id: I0c83783051bf35fe785bc01644eeb2946902b6b2
2019-06-17 21:15:09 +02:00
Aryeh Gregor
2e1ac38485 Mass conversion to NamespaceInfo
Change-Id: I2fef157ceec772f304c0923a1cd8c0eef2e82a0f
2019-05-07 22:44:56 +02:00
addshore
3dfedea9a0 Add @since tag to TrackingCategories class
Change-Id: I30f5004db3d53a87fc7c442675140b7f33fded08
2017-08-07 09:24:07 +00:00
Matěj Suchánek
ec25c79139 Add a tracking category when a template loop is detected
Bug: T160743
Change-Id: Ib888634af281fc2347eaa389db4141782a98c15c
2017-03-17 11:52:38 +00:00
Max Semenik
13054a4c70 refreshLinks.php: allow refreshing by categories, tracking or not
Needed for selective updates of pages using a particular feature.
Intended to be run in production, so needs to scale.

Bug: T149723
Change-Id: If20fb1f91de8d4227def5b07d6d52b91161ed3fd
2017-01-23 14:30:16 -08:00