bugzilla-4intranet/Bugzilla
Vitaliy Filippov 655d27d543 Fix link quote regexp which could infinite loop in rare cases
Namely https://elk-dev.modeus.me/app/kibana?#/discover?_g=(filters:!(),refreshInterval:(display:Off,pause:!f,value:0),time:(from:now-15m,mode:quick,to:now))&_a=(columns:!(level,service_name,message,docker_service,docker_container),filters:!(('$$hashKey':'object:10530','$state':(store:appState),meta:(alias:!n,disabled:!t,index:'logstash-*',key:service_name,negate:!f,value:periodplanning),query:(match:(service_name:(query:periodplanning,type:phrase)))),('$$hashKey':'object:10788','$state':(store:appState),meta:(alias:!n,disabled:!f,index:'logstash-*',key:docker_container,negate:!f,value:dev-2),query:(match:(docker_container:(query:dev-2,type:phrase)))),('$$hashKey':'object:19295','$state':(store:appState),meta:(alias:!n,disabled:!f,index:'logstash-*',key:EventId.Name,negate:!t,value:Microsoft.EntityFrameworkCore.Database.Command.CommandExecuted),query:(match:(EventId.Name:(query:Microsoft.EntityFrameworkCore.Database.Command.CommandExecuted,type:phrase)))),('$$hashKey':'object:20835','$state':(store:appState),meta:(alias:!n,disabled:!f,index:'logstash-*',key:SourceContext,negate:!t,value:CUSTIS.Modeus.PeriodPlanning.Api.MinioProvider),query:(match:(SourceContext:(query:CUSTIS.Modeus.PeriodPlanning.Api.MinioProvider,type:phrase)))),('$$hashKey':'object:21337','$state':(store:appState),meta:(alias:!n,disabled:!f,index:'logstash-*',key:EventId.Name,negate:!t,value:Microsoft.EntityFrameworkCore.Query.QueryClientEvaluationWarning),query:(match:(EventId.Name:(query:Microsoft.EntityFrameworkCore.Query.QueryClientEvaluationWarning,type:phrase)))),('$$hashKey':'object:22315','$state':(store:appState),meta:(alias:!n,disabled:!f,index:'logstash-*',key:EventId.Name,negate:!t,value:Microsoft.EntityFrameworkCore.Query.IncludeIgnoredWarning),query:(match:(EventId.Name:(query:Microsoft.EntityFrameworkCore.Query.IncludeIgnoredWarning,type:phrase)))),('$$hashKey':'object:22807','$state':(store:appState),meta:(alias:!n,disabled:!f,index:'logstash-*',key:EventId.Name,negate:!t,value:Microsoft.EntityFrameworkCore.Query.FirstWithoutOrderByAndFilterWarning),query:(match:(EventId.Name:(query:Microsoft.EntityFrameworkCore.Query.FirstWithoutOrderByAndFilterWarning,type:phrase)))),('$$hashKey':'object:23246','$state':(store:appState),meta:(alias:!n,disabled:!f,index:'logstash-*',key:SourceContext,negate:!t,value:CUSTIS.Modeus.PeriodPlanning.Services.ConsolidatedPlanService),query:(match:(SourceContext:(query:CUSTIS.Modeus.PeriodPlanning.Services.ConsolidatedPlanService,type:phrase)))),('$$hashKey':'object:23754','$state':(store:appState),meta:(alias:!n,disabled:!f,index:'logstash-*',key:SourceContext,negate:!t,value:CUSTIS.Modeus.PeriodPlanning.Services.ContingentService),query:(match:(SourceContext:(query:CUSTIS.Modeus.PeriodPlanning.Services.ContingentService,type:phrase))))),index:'logstash-*',interval:auto,query:(query_string:(analyze_wildcard:!t,query:'service_name:%20"periodplanning"')),sort:!('@timestamp',desc))

:-P
2019-12-25 20:35:12 +03:00
..
Attachment Remove the rest of cgi->param() and cgi->cookie() calls 2014-10-10 16:57:07 +04:00
Auth Change sql_interval to sql_date_math, like in upstream 2014-10-24 18:20:25 +04:00
Config Add "forbid_open_products" setting 2018-12-21 18:12:41 +03:00
DB "Large Text Box (separate table)" field type 2018-03-28 14:44:30 +03:00
Field Fix editvisibility based on component 2016-09-15 17:56:09 +03:00
FlagType 1 more place was still using User::name instead of realname 2014-10-07 15:00:57 +04:00
Install Format tables as HTML, not as ASCII pseudographic 2018-05-21 14:27:14 +03:00
Job Bug 40933 2009-09-14 14:26:24 +00:00
JobQueue Override ObjectDriver for TheSchwartz 2014-11-12 15:54:05 +03:00
Language Fix CSV format 2018-05-30 19:20:38 +03:00
Migrate Bug 40933 - НЕ ДО КОНЦА оттестированная объединённая версия Bugzilla 3.6 - НИКУДА НЕ РАЗВОРАЧИВАТЬ! :) 2010-05-14 20:02:34 +00:00
Search Check saved search runner permissions correctly in _in_search() 2016-06-01 14:45:16 +03:00
Template Fix determining of current template name if process() gets a reference to Template::Document 2014-11-14 17:14:04 +03:00
User Bug 40933 2009-07-29 11:21:49 +00:00
WebService Fix Bug.update WS comment parameter handling 2019-08-09 15:55:57 +03:00
Whine Move report generation logic to Bugzilla::Report, support reports in whines 2016-08-03 00:32:35 +03:00
.htaccess Bug 40933 2008-12-15 12:53:33 +00:00
Attachment.pm Remove "attachment already obsolete" error, fix longdesclength argument check 2016-01-27 18:15:04 +03:00
Auth.pm Add profiles.is_enabled, profiles.last_seen_date columns, like in upstream 2014-10-07 14:58:12 +04:00
Bug.pm raise_error=0 works strange 2019-05-23 18:34:47 +03:00
BugMail.pm SQLite support, including EXPLAIN and FTS4 fulltext search 2014-11-10 12:11:03 +03:00
CGI.pm Silence CGI.pm warning by using newer 4.08+ multi_param method 2015-11-05 14:00:05 +03:00
Chart.pm Bugzilla::Chart, Bugzilla::Series, chart.cgi: code style 2014-10-07 18:37:26 +04:00
Checker.pm Fix checker user_id validator 2016-01-27 18:02:27 +03:00
CheckerUtils.pm Allow multiple values for the same except_field in checkers 2016-01-29 15:19:02 +03:00
Classification.pm Code style 2014-10-07 14:58:18 +04:00
Comment.pm Bugzilla::Group: code style 2014-10-10 16:57:07 +04:00
Component.pm Fix editvisibility based on component 2016-09-15 17:56:09 +03:00
Config.pm Simplify param panel list code 2014-11-03 00:26:03 +03:00
Constants.pm "Large Text Box (separate table)" field type 2018-03-28 14:44:30 +03:00
DB.pm raise_error=0 works strange 2019-05-23 18:34:47 +03:00
Diff.pm Do not mutate $self->{context} while formatting diffs 2015-04-13 19:00:25 +03:00
Error.pm Remove objects from logged error messages 2019-12-25 19:58:40 +03:00
Extension.pm Bug 40933 - Some garbage fixes 2011-08-18 19:49:54 +00:00
Field.pm "Large Text Box (separate table)" field type 2018-03-28 14:44:30 +03:00
FixWorktimePage.pm Adjust remaining time in "fix worktime" 2018-05-23 14:38:33 +03:00
Flag.pm Merge WebServices from Bugzilla 5.0.1 2015-10-23 16:05:16 +03:00
FlagType.pm Use html_select() instead of select-menu.html.tmpl 2014-10-15 18:12:11 +04:00
Group.pm Add Group.{add,remove}_{members,managers} web services 2015-11-16 18:20:23 +03:00
Hook.pm Move checkers to core 2014-10-07 15:00:52 +04:00
InMail.pm HTTP incoming email handler 2017-12-28 00:55:23 +03:00
Install.pm Add separate "Create products" permission 2015-10-26 15:11:28 +03:00
JobQueue.pm Override ObjectDriver for TheSchwartz 2014-11-12 15:54:05 +03:00
Keyword.pm Fix keyword webservice, take all keyword list from field_metadata 2014-10-07 14:58:16 +04:00
Mailer.pm Pass smtp_debug parameter to SMTP transport, remove sysread hack (breaks Email::Sender::Transport::SMTP) 2017-02-10 17:35:04 +03:00
Migrate.pm SQLite support, including EXPLAIN and FTS4 fulltext search 2014-11-10 12:11:03 +03:00
Milestone.pm Forbid creating --- and "unspecified" versions and --- milestones 2015-01-29 17:25:53 +03:00
OS.pm Move OS and Platform guessing regexps into DB and allow to edit them 2014-10-07 14:58:15 +04:00
Object.pm Fix deadline history logging 2016-01-22 17:22:18 +03:00
Platform.pm Move OS and Platform guessing regexps into DB and allow to edit them 2014-10-07 14:58:15 +04:00
Product.pm Clear external product references when deleting product 2018-12-21 18:37:38 +03:00
Report.pm Fix CSV format 2018-05-30 19:20:38 +03:00
Search.pm Previous fix breaks not-equals-multiselects 2018-10-04 16:36:35 +03:00
Series.pm Bugzilla::Chart, Bugzilla::Series, chart.cgi: code style 2014-10-07 18:37:26 +04:00
Status.pm Remove SPECIAL_STATUS_WORKFLOW_ACTIONS 2014-10-07 15:00:53 +04:00
Template.pm Fix link quote regexp which could infinite loop in rare cases 2019-12-25 20:35:12 +03:00
Token.pm Fix CVE-2015-4499 2015-09-18 14:41:10 +03:00
Update.pm Bug 40933 - НЕ ДО КОНЦА оттестированная объединённая версия Bugzilla 3.6 - НИКУДА НЕ РАЗВОРАЧИВАТЬ! :) 2010-05-14 20:02:34 +00:00
User.pm Add separate "Create products" permission 2015-10-26 15:11:28 +03:00
Util.pm Format tables as HTML, not as ASCII pseudographic 2018-05-21 14:27:14 +03:00
Version.pm Add sortkey for versions 2015-09-07 15:54:51 +03:00
Views.pm Fix refreshing views with bad saved queries 2018-08-30 16:13:59 +03:00
WebService.pm Fix "email" type for merged XML-RPC webservices, update Bugzilla WS and XMLRPC subclass 2015-11-05 13:32:53 +03:00