mediawiki-extensions-Echo/includes
Erik Bernhardson 438a7d5bb4 Prevent undefined index warnings
In some languages the \w+ does not match the characters used
when translating UTC and the regular expression attempting to
match the timezone fails. Testing in prod wikis where this fails
such as ne.wikipedia.org shows it still works, it just generates
a more generic regular expression.

Since the overall process still works acceptably on the wikis outputting
warnings this patch just adds a guard to prevent the warning and does
not attempt to fix the underlying issue.

Bug: T76558
Change-Id: If8e1ddd2d642b042cc24c51d5ba5aa8b34bc9552
2014-12-09 01:43:03 +00:00
..
cache [4] Add revision local cache holder object 2014-08-19 10:28:38 -07:00
exception Hygiene: Update method documentation & split exception to a file 2014-08-04 17:43:57 -07:00
gateway Add support to mark all as read for "sections" 2014-08-13 17:16:19 -07:00
iterator Use batch queries for users-watching-title 2014-08-15 10:44:55 -07:00
mapper Merge "I-2. Change the default number of Flow Messages in the flyout" 2014-10-27 14:50:19 +00:00
AttributeManager.php Add support for splitting notifications into alert & message 2014-08-05 14:50:54 -07:00
BatchRowUpdate.php Support joins via EchoBatchRowIterator 2014-11-24 23:23:09 +00:00
ContainmentSet.php Remove unused code and fix missing/broken documentation 2014-06-04 04:54:00 +00:00
DataOutputFormatter.php [5] Code cleanup and miscellneous fix 2014-08-19 17:58:07 +00:00
DbEmailBatch.php Remove unused code and fix missing/broken documentation 2014-06-04 04:54:00 +00:00
DbEmailBundler.php Add email bundling function to Echo notification 2013-04-11 11:25:14 -07:00
DeferredMarkAsReadUpdate.php Mark notifications as read if they fail rendering 2014-09-08 14:22:10 -07:00
DiffParser.php Remove unused code and fix missing/broken documentation 2014-06-04 04:54:00 +00:00
DiscussionParser.php Prevent undefined index warnings 2014-12-09 01:43:03 +00:00
EchoDbFactory.php Hygiene: Move master/slave code to MWEchoDbFactory 2014-08-22 14:01:57 -07:00
EmailBatch.php Use MailAddress::newFromUser() 2014-09-21 18:25:14 -07:00
EmailBundler.php Use MailAddress::newFromUser() 2014-09-21 18:25:14 -07:00
EmailFormatter.php Remove unused code and fix missing/broken documentation 2014-06-04 04:54:00 +00:00
EventLogging.php efLogServerSideEvent is deprecated 2014-08-21 15:19:27 +02:00
NotifUser.php Mark notification as read upon visiting a page 2014-08-14 14:10:55 -07:00
schemaUpdate.php Remove unused code and fix missing/broken documentation 2014-06-04 04:54:00 +00:00
UserLocator.php Use batch queries for users-watching-title 2014-08-15 10:44:55 -07:00