Log In
Red-Hat-Bugzilla
/
rh-bugzilla
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
353af77
Bug 478886 - Open Source Red Hat Bugzilla
Authored and Committed by
jfearn
2 years ago
raw
patch
tree
parent
1174 files changed.
274307 lines added
.
54053 lines removed
.
.gitignore
file modified
+41
-0
.htaccess
file modified
+42
-1
.perltidyrc
file added
+17
Bugzilla.pm
file modified
+660
-445
Bugzilla/Attachment.pm
file modified
+525
-483
Bugzilla/Attachment/PatchReader.pm
file modified
+261
-233
Bugzilla/Auth.pm
file modified
+199
-172
Bugzilla/Auth/Login.pm
file modified
+8
-17
Bugzilla/Auth/Login/APIKey.pm
file modified
+25
-17
Bugzilla/Auth/Login/CGI.pm
file modified
+65
-56
Bugzilla/Auth/Login/Cookie.pm
file modified
+108
-89
Bugzilla/Auth/Login/Env.pm
file modified
+14
-12
Bugzilla/Auth/Login/Stack.pm
file modified
+61
-61
Bugzilla/Auth/Persist/Cookie.pm
file modified
+146
-129
Bugzilla/Auth/Verify.pm
file modified
+107
-93
Bugzilla/Auth/Verify/DB.pm
file modified
+74
-72
Bugzilla/Auth/Verify/LDAP.pm
file modified
+133
-120
Bugzilla/Auth/Verify/RADIUS.pm
file modified
+31
-27
Bugzilla/Auth/Verify/RedHat.pm
file added
+207
Bugzilla/Auth/Verify/Stack.pm
file modified
+56
-51
Bugzilla/Bug.pm
file modified
+5241
-3583
Bugzilla/BugMail.pm
file modified
+717
-480
Bugzilla/BugUrl.pm
file modified
+118
-115
Bugzilla/BugUrl/Bugzilla.pm
file modified
+27
-25
Bugzilla/BugUrl/Bugzilla/Local.pm
file modified
+54
-56
Bugzilla/BugUrl/Debian.pm
file modified
+18
-16
Bugzilla/BugUrl/GitHub.pm
file modified
+13
-13
Bugzilla/BugUrl/Google.pm
file modified
+15
-15
Bugzilla/BugUrl/JIRA.pm
file modified
+24
-13
Bugzilla/BugUrl/Launchpad.pm
file modified
+16
-15
Bugzilla/BugUrl/MantisBT.pm
file modified
+9
-9
Bugzilla/BugUrl/SourceForge.pm
file modified
+15
-15
Bugzilla/BugUrl/Trac.pm
file modified
+13
-12
Bugzilla/BugUserLastVisit.pm
file modified
+12
-10
Bugzilla/CGI.pm
file modified
+643
-520
Bugzilla/Chart.pm
file modified
+358
-339
Bugzilla/Classification.pm
file modified
+106
-92
Bugzilla/Comment.pm
file modified
+341
-323
Bugzilla/Comment/TagWeights.pm
file modified
+5
-5
Bugzilla/Component.pm
file modified
+385
-265
Bugzilla/Config.pm
file modified
+266
-260
Bugzilla/Config/Admin.pm
file modified
+14
-25
Bugzilla/Config/Advanced.pm
file modified
+8
-21
Bugzilla/Config/Attachment.pm
file modified
+34
-41
Bugzilla/Config/Auth.pm
file modified
+78
-104
Bugzilla/Config/BugChange.pm
file modified
+24
-46
Bugzilla/Config/BugFields.pm
file modified
+44
-67
Bugzilla/Config/Common.pm
file modified
+312
-298
Bugzilla/Config/Core.pm
file modified
+7
-25
Bugzilla/Config/DependencyGraph.pm
file modified
+9
-13
Bugzilla/Config/General.pm
file modified
+16
-27
Bugzilla/Config/GroupSecurity.pm
file modified
+67
-74
Bugzilla/Config/LDAP.pm
file modified
+9
-36
Bugzilla/Config/MTA.pm
file modified
+36
-61
Bugzilla/Config/Memcached.pm
file modified
+2
-10
Bugzilla/Config/Query.pm
file modified
+38
-40
Bugzilla/Config/RADIUS.pm
file modified
+8
-24
Bugzilla/Config/ShadowDB.pm
file modified
+16
-28
Bugzilla/Config/UserMatch.pm
file modified
+14
-25
Bugzilla/Constants.pm
file modified
+470
-384
Bugzilla/DB.pm
file modified
+1123
-917
Bugzilla/DB/Mysql.pm
file modified
+814
-788
Bugzilla/DB/Oracle.pm
file modified
+524
-495
Bugzilla/DB/Pg.pm
file modified
+557
-286
Bugzilla/DB/Schema.pm
file modified
+2079
-2076
Bugzilla/DB/Schema/Mysql.pm
file modified
+304
-267
Bugzilla/DB/Schema/Oracle.pm
file modified
+404
-378
Bugzilla/DB/Schema/Pg.pm
file modified
+160
-131
Bugzilla/DB/Schema/Sqlite.pm
file modified
+216
-207
Bugzilla/DB/Sqlite.pm
file modified
+172
-156
Bugzilla/Error.pm
file modified
+210
-149
Bugzilla/Extension.pm
file modified
+152
-148
Bugzilla/Field.pm
file modified
+965
-603
Bugzilla/Field/Choice.pm
file modified
+159
-152
Bugzilla/Field/ChoiceInterface.pm
file modified
+120
-109
Bugzilla/Flag.pm
file modified
+1009
-808
Bugzilla/FlagType.pm
file modified
+500
-384
Bugzilla/Group.pm
file modified
+415
-319
Bugzilla/Hook.pm
file modified
+42
-14
Bugzilla/Install.pm
file modified
+376
-340
Bugzilla/Install/CPAN.pm
file modified
+217
-209
Bugzilla/Install/DB.pm
file modified
+3530
-3217
Bugzilla/Install/Filesystem.pm
file modified
+707
-728
Bugzilla/Install/Localconfig.pm
file modified
+186
-219
Bugzilla/Install/Requirements.pm
file modified
+605
-578
Bugzilla/Install/Util.pm
file modified
+549
-527
Bugzilla/Job/BugMail.pm
file modified
+12
-12
Bugzilla/Job/Mailer.pm
file modified
+18
-16
Bugzilla/JobQueue.pm
file modified
+138
-101
Bugzilla/JobQueue/Runner.pm
file modified
+210
-130
Bugzilla/Keyword.pm
file modified
+60
-60
Bugzilla/MIME.pm
file modified
+81
-79
Bugzilla/Mailer.pm
file modified
+313
-171
Bugzilla/Memcached.pm
file modified
+207
-210
Bugzilla/Migrate.pm
file modified
+628
-604
Bugzilla/Migrate/Gnats.pm
file modified
+530
-504
Bugzilla/Milestone.pm
file modified
+151
-145
Bugzilla/ModPerl.pm
file added
+115
Bugzilla/Object.pm
file modified
+697
-669
Bugzilla/Product.pm
file modified
+913
-583
Bugzilla/RNG.pm
file modified
+125
-122
Bugzilla/Release.pm
file added
+399
Bugzilla/Report.pm
file modified
+36
-38
Bugzilla/Search.pm
file modified
+3054
-2579
Bugzilla/Search/Clause.pm
file modified
+86
-84
Bugzilla/Search/ClauseGroup.pm
file modified
+77
-61
Bugzilla/Search/Condition.pm
file modified
+37
-33
Bugzilla/Search/Quicksearch.pm
file modified
+560
-541
Bugzilla/Search/Recent.pm
file modified
+61
-56
Bugzilla/Search/Saved.pm
file modified
+207
-181
Bugzilla/Sender/Transport/Sendmail.pm
file modified
+83
-62
Bugzilla/Series.pm
file modified
+226
-195
Bugzilla/Status.pm
file modified
+129
-117
Bugzilla/Template.pm
file modified
+1168
-1031
Bugzilla/Template/Context.pm
file modified
+64
-62
Bugzilla/Template/Plugin/Bugzilla.pm
file modified
+7
-7
Bugzilla/Template/Plugin/Hook.pm
file modified
+55
-56
Bugzilla/Template/PreloadProvider.pm
file added
+140
Bugzilla/Token.pm
file modified
+340
-308
Bugzilla/Update.pm
file modified
+142
-132
Bugzilla/User.pm
file modified
+2220
-1751
Bugzilla/User/APIKey.pm
file modified
+108
-35
Bugzilla/User/Session.pm
file added
+70
Bugzilla/User/Setting.pm
file modified
+257
-197
Bugzilla/User/Setting/Lang.pm
file modified
+3
-3
Bugzilla/User/Setting/Skin.pm
file modified
+15
-13
Bugzilla/User/Setting/Timezone.pm
file modified
+12
-10
Bugzilla/UserAgent.pm
file modified
+188
-164
Bugzilla/Util.pm
file modified
+770
-667
Bugzilla/Version.pm
file modified
+177
-144
Bugzilla/WebService.pm
file modified
+54
-4
Bugzilla/WebService/Bug.pm
file modified
+2136
-1146
Bugzilla/WebService/BugUserLastVisit.pm
file modified
+58
-55
Bugzilla/WebService/Bugzilla.pm
file modified
+117
-120
Bugzilla/WebService/Classification.pm
file modified
+50
-39
Bugzilla/WebService/Component.pm
file modified
+205
-20
Bugzilla/WebService/Constants.pm
file modified
+287
-235
Bugzilla/WebService/FlagType.pm
file modified
+285
-249
Bugzilla/WebService/Group.pm
file modified
+170
-164
Bugzilla/WebService/Product.pm
file modified
+610
-263
Bugzilla/WebService/Server.pm
file modified
+60
-55
Bugzilla/WebService/Server/JSONRPC.pm
file modified
+376
-343
Bugzilla/WebService/Server/REST.pm
file modified
+396
-385
Bugzilla/WebService/Server/REST/Resources/Bug.pm
file modified
+137
-137
Bugzilla/WebService/Server/REST/Resources/BugUserLastVisit.pm
file modified
+18
-17
Bugzilla/WebService/Server/REST/Resources/Bugzilla.pm
file modified
+11
-35
Bugzilla/WebService/Server/REST/Resources/Classification.pm
file modified
+14
-13
Bugzilla/WebService/Server/REST/Resources/Component.pm
file modified
+7
-11
Bugzilla/WebService/Server/REST/Resources/FlagType.pm
file modified
+32
-35
Bugzilla/WebService/Server/REST/Resources/Group.pm
file modified
+19
-22
Bugzilla/WebService/Server/REST/Resources/Product.pm
file modified
+33
-45
Bugzilla/WebService/Server/REST/Resources/User.pm
file modified
+32
-44
Bugzilla/WebService/Server/XMLRPC.pm
file modified
+265
-233
Bugzilla/WebService/User.pm
file modified
+369
-299
Bugzilla/WebService/Util.pm
file modified
+220
-219
Bugzilla/Whine.pm
file modified
+11
-11
Bugzilla/Whine/Query.pm
file modified
+12
-12
Bugzilla/Whine/Schedule.pm
file modified
+40
-38
Build.PL
file modified
+5
-2
MANIFEST.SKIP
file modified
+3
-0
README.md
file added
+107
admin.cgi
file modified
+4
-3
attachment.cgi
file modified
+679
-577
buglist.cgi
file modified
+883
-651
chart.cgi
file modified
+212
-198
checksetup.pl
file modified
+41
-21
clean-bug-user-last-visit.pl
file modified
+2
-4
colchange.cgi
file modified
+126
-113
collectstats.pl
file modified
+344
-314
config.cgi
file modified
+84
-74
contrib/jb2bz.py
file modified
+2
-1
contrib/sendunsentbugmail.pl
file modified
+34
-19
createaccount.cgi
file modified
+13
-12
describecomponents.cgi
file modified
+35
-31
describekeywords.cgi
file modified
+3
-3
docs/en/images/redhat_logo.png
file added
+0
docs/en/rst/_static/bugzilla.css
file modified
+89
-0
docs/en/rst/administering/extensions.rst
file modified
+2
-5
docs/en/rst/administering/parameters.rst
file modified
+9
-0
docs/en/rst/api/core/v1/bug.rst
file modified
+9
-7
docs/en/rst/api/index.rst
file modified
+2
-1
docs/en/rst/conf.py
file modified
+7
-5
docs/en/rst/integrating/extensions.rst
file modified
+1
-1
docs/en/rst/integrating/index.rst
file modified
+1
-0
docs/en/rst/integrating/templates.rst
file modified
+1
-1
docs/en/rst/using/extensions.rst
file modified
+2
-5
docs/en/rst/using/filing.rst
file modified
+3
-3
docs/en/rst/using/finding.rst
file modified
+23
-0
docs/makedocs.pl
file modified
+193
-46
duplicates.cgi
file modified
+143
-125
editclassifications.cgi
file modified
+108
-104
editcomponents.cgi
file modified
+258
-129
editfields.cgi
file modified
+170
-122
editflagtypes.cgi
file modified
+491
-412
editgroups.cgi
file modified
+422
-280
editkeywords.cgi
file modified
+71
-73
editmilestones.cgi
file modified
+106
-103
editparams.cgi
file modified
+105
-96
editproducts.cgi
file modified
+365
-264
editreleases.cgi
file added
+212
editsettings.cgi
file modified
+25
-26
editusers.cgi
file modified
+645
-563
editvalues.cgi
file modified
+68
-68
editversions.cgi
file modified
+93
-95
editwhines.cgi
file modified
+288
-275
editworkflow.cgi
file modified
+103
-92
email_in.pl
file modified
+494
-376
enter_bug.cgi
file modified
+324
-189
errors/401.html
file added
+34
errors/403.html
file added
+30
errors/404.html
file added
+30
errors/500.html
file added
+30
extensions/ActivityReport/Config.pm
file added
+36
extensions/ActivityReport/Extension.pm
file added
+154
extensions/ActivityReport/lib/Reports.pm
file added
+702
extensions/ActivityReport/lib/WebService.pm
file added
+88
extensions/ActivityReport/template/en/default/hook/global/user-error-errors.html.tmpl
file added
+29
extensions/ActivityReport/template/en/default/hook/reports/menu-end.html.tmpl
file added
+46
extensions/ActivityReport/template/en/default/pages/email_queue.html.tmpl
file added
+99
extensions/ActivityReport/template/en/default/pages/group_admins.html.tmpl
file added
+54
extensions/ActivityReport/template/en/default/pages/group_membership.html.tmpl
file added
+75
extensions/ActivityReport/template/en/default/pages/group_membership.txt.tmpl
file added
+16
extensions/ActivityReport/template/en/default/pages/user_activity.html.tmpl
file added
+226
extensions/ActivityReport/template/en/default/pages/user_admin_activity.html.tmpl
file added
+151
extensions/ActivityReport/web/styles/reports.css
file added
+62
extensions/AgileTools/Config.pm
file added
+24
extensions/AgileTools/Extension.pm
file added
+1385
extensions/AgileTools/README.md
file added
+35
extensions/AgileTools/lib/Backlog.pm
file added
+238
extensions/AgileTools/lib/Burn.pm
file added
+237
extensions/AgileTools/lib/Constants.pm
file added
+81
extensions/AgileTools/lib/Pages.pm
file added
+86
extensions/AgileTools/lib/Pages/Scrum.pm
file added
+83
extensions/AgileTools/lib/Pages/Team.pm
file added
+176
extensions/AgileTools/lib/Params.pm
file added
+180
extensions/AgileTools/lib/Pool.pm
file added
+521
extensions/AgileTools/lib/Role.pm
file added
+259
extensions/AgileTools/lib/Schema.pm
file added
+691
extensions/AgileTools/lib/Sprint.pm
file added
+583
extensions/AgileTools/lib/Team.pm
file added
+932
extensions/AgileTools/lib/Util.pm
file added
+237
extensions/AgileTools/lib/WebService/Backlog.pm
file added
+127
extensions/AgileTools/lib/WebService/Pool.pm
file added
+200
extensions/AgileTools/lib/WebService/Sprint.pm
file added
+277
extensions/AgileTools/lib/WebService/Team.pm
file added
+458
extensions/AgileTools/lib/WebService/Util.pm
file added
+118
extensions/AgileTools/set_current_sprint.pl
file added
+58
extensions/AgileTools/template/en/default/admin/params/agiletools.html.tmpl
file added
+17
extensions/AgileTools/template/en/default/agiletools/README
file added
+16
extensions/AgileTools/template/en/default/agiletools/blitem.html.tmpl
file added
+24
extensions/AgileTools/template/en/default/agiletools/burn-chart.html.tmpl
file added
+35
extensions/AgileTools/template/en/default/agiletools/burn-init.html.tmpl
file added
+40
extensions/AgileTools/template/en/default/agiletools/process/1_summary_links.html.tmpl
file added
+62
extensions/AgileTools/template/en/default/filterexceptions.pl
file added
+35
extensions/AgileTools/template/en/default/hook/README
file added
+5
extensions/AgileTools/template/en/default/hook/admin/admin-end_links_left.html.tmpl
file added
+11
extensions/AgileTools/template/en/default/hook/admin/components/edit-common-rows.html.tmpl
file added
+38
extensions/AgileTools/template/en/default/hook/admin/products/edit-common-rows.html.tmpl
file added
+15
extensions/AgileTools/template/en/default/hook/admin/products/updated-changes.html.tmpl
file added
+11
extensions/AgileTools/template/en/default/hook/admin/sanitycheck/messages-statuses.html.tmpl
file added
+37
extensions/AgileTools/template/en/default/hook/bug/edit-after_people.html.tmpl
file added
+65
extensions/AgileTools/template/en/default/hook/bug/field-help-end.none.tmpl
file added
+23
extensions/AgileTools/template/en/default/hook/global/code-error-errors.html.tmpl
file added
+14
extensions/AgileTools/template/en/default/hook/global/common-links-end-of-menu.html.tmpl
file added
+14
extensions/AgileTools/template/en/default/hook/global/header-additional_header.html.tmpl
file added
+38
extensions/AgileTools/template/en/default/hook/global/messages-component_updated_fields.html.tmpl
file added
+22
extensions/AgileTools/template/en/default/hook/global/messages-messages.html.tmpl
file added
+20
extensions/AgileTools/template/en/default/hook/global/user-error-end_object_name.html.tmpl
file added
+17
extensions/AgileTools/template/en/default/hook/global/user-error-errors.html.tmpl
file added
+110
extensions/AgileTools/template/en/default/hook/global/variables-end.none.tmpl
file added
+12
extensions/AgileTools/template/en/default/hook/list/edit-multiple-after_custom_fields.html.tmpl
file added
+30
extensions/AgileTools/template/en/default/hook/list/list-links.html.tmpl
file added
+11
extensions/AgileTools/template/en/default/list/list-burn.html.tmpl
file added
+28
extensions/AgileTools/template/en/default/pages/agile_component_mapping.csv.tmpl
file added
+15
extensions/AgileTools/template/en/default/pages/agile_component_mapping.html.tmpl
file added
+101
extensions/AgileTools/template/en/default/pages/agile_component_mapping.json.tmpl
file added
+9
extensions/AgileTools/template/en/default/pages/agile_team_membership.csv.tmpl
file added
+14
extensions/AgileTools/template/en/default/pages/agile_team_membership.html.tmpl
file added
+68
extensions/AgileTools/template/en/default/pages/agile_team_membership.json.tmpl
file added
+9
extensions/AgileTools/template/en/default/pages/agiletools/admin.html.tmpl
file added
+51
extensions/AgileTools/template/en/default/pages/agiletools/scrum/planning.html.tmpl
file added
+137
extensions/AgileTools/template/en/default/pages/agiletools/scrum/sprints.html.tmpl
file added
+132
extensions/AgileTools/template/en/default/pages/agiletools/team/create.html.tmpl
file added
+81
extensions/AgileTools/template/en/default/pages/agiletools/team/list.html.tmpl
file added
+68
extensions/AgileTools/template/en/default/pages/agiletools/team/show.html.tmpl
file added
+253
extensions/AgileTools/web/css/base.css
file added
+76
extensions/AgileTools/web/css/buglist.css
file added
+99
extensions/AgileTools/web/css/colorbox.css
file added
+60
extensions/AgileTools/web/css/images/border1.png
file added
+0
extensions/AgileTools/web/css/images/border2.png
file added
+0
extensions/AgileTools/web/css/images/loading.gif
file added
+0
extensions/AgileTools/web/css/planning.css
file added
+49
extensions/AgileTools/web/js/buglist.js
file added
+570
extensions/AgileTools/web/js/burn.js
file added
+198
extensions/AgileTools/web/js/jquery.colorbox-min.js
file added
+6
extensions/AgileTools/web/js/jquery.flot.axislabels.js
file added
+412
extensions/AgileTools/web/js/jquery.flot.min.js
file added
+6
extensions/AgileTools/web/js/scrum.js
file added
+568
extensions/AgileTools/web/js/team.js
file added
+379
extensions/AntiSpam/Config.pm
file added
+20
extensions/AntiSpam/Extension.pm
file added
+495
extensions/AntiSpam/lib/Config.pm
file added
+144
extensions/AntiSpam/template/en/default/admin/params/antispam.html.tmpl
file added
+45
extensions/AntiSpam/template/en/default/hook/admin/admin-end_links_right.html.tmpl
file added
+16
extensions/AntiSpam/template/en/default/hook/admin/params/editparams-current_panel.html.tmpl
file added
+19
extensions/AntiSpam/template/en/default/hook/global/user-error-errors.html.tmpl
file added
+12
extensions/AuthJWT/Config.pm
file added
+18
extensions/AuthJWT/Extension.pm
file added
+140
extensions/AuthJWT/lib/Login.pm
file added
+130
extensions/AuthJWT/lib/Source.pm
file added
+178
extensions/AuthJWT/lib/Util.pm
file added
+47
extensions/AuthJWT/template/en/default/authjwt/README
file added
+16
extensions/AuthJWT/template/en/default/hook/README
file added
+5
extensions/AuthJWT/template/en/default/hook/admin/admin-end_links_left.html.tmpl
file added
+8
extensions/AuthJWT/template/en/default/hook/global/user-error-errors.html.tmpl
file added
+23
extensions/AuthJWT/template/en/default/pages/authjwt/settings.html.tmpl
file added
+110
extensions/BayotBase/Config.pm
file added
+31
extensions/BayotBase/Extension.pm
file added
+242
extensions/BayotBase/README.rst
file added
+44
extensions/BayotBase/buglist_format-4.2.4.patch
file added
+86
extensions/BayotBase/lib/Config.pm
file added
+59
extensions/BayotBase/lib/Util.pm
file added
+543
extensions/BayotBase/template/en/default/admin/params/bayotbase.html.tmpl
file added
+25
extensions/BayotBase/template/en/default/bb/wraplist.html.tmpl
file added
+324
extensions/BayotBase/template/en/default/hook/global/common-links-link-row.html.tmpl
file added
+35
extensions/BayotBase/template/en/default/hook/global/header-start.html.tmpl
file added
+32
extensions/BayotBase/template/en/default/pages/bayotbase/fielddefs.js.tmpl
file added
+26
extensions/BayotBase/web/css/base.css
file added
+61
extensions/BayotBase/web/css/images/spinner.gif
file added
+0
extensions/BayotBase/web/css/images/ui-bg_flat_0_aaaaaa_40x100.png
file added
+0
extensions/BayotBase/web/css/images/ui-bg_flat_75_ffffff_40x100.png
file added
+0
extensions/BayotBase/web/css/images/ui-bg_glass_55_fbf9ee_1x400.png
file added
+0
extensions/BayotBase/web/css/images/ui-bg_glass_65_ffffff_1x400.png
file added
+0
extensions/BayotBase/web/css/images/ui-bg_glass_75_dadada_1x400.png
file added
+0
extensions/BayotBase/web/css/images/ui-bg_glass_75_e6e6e6_1x400.png
file added
+0
extensions/BayotBase/web/css/images/ui-bg_glass_95_fef1ec_1x400.png
file added
+0
extensions/BayotBase/web/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png
file added
+0
extensions/BayotBase/web/css/images/ui-icons_222222_256x240.png
file added
+0
extensions/BayotBase/web/css/images/ui-icons_2e83ff_256x240.png
file added
+0
extensions/BayotBase/web/css/images/ui-icons_454545_256x240.png
file added
+0
extensions/BayotBase/web/css/images/ui-icons_888888_256x240.png
file added
+0
extensions/BayotBase/web/css/images/ui-icons_cd0a0a_256x240.png
file added
+0
extensions/BayotBase/web/css/jquery-ui-1.9.2.custom.css
file added
+414
extensions/BayotBase/web/css/jquery-ui-1.9.2.custom.min.css
file added
+7
extensions/BayotBase/web/js/Base.js
file added
+139
extensions/BayotBase/web/js/README_JQUERY_UI
file added
+18
extensions/BayotBase/web/js/bayot.util.js
file added
+1363
extensions/BayotBase/web/js/es5-shim.js
file added
+1102
extensions/BayotBase/web/js/es5-shim.min.js
file added
+16
extensions/BayotBase/web/js/jquery-1.12.4.js
file added
+11008
extensions/BayotBase/web/js/jquery-1.12.4.min.js
file added
+5
extensions/BayotBase/web/js/jquery-ui-1.9.2.custom.js
file added
+10107
extensions/BayotBase/web/js/jquery-ui-1.9.2.custom.min.js
file added
+7
extensions/BayotBase/web/js/jquery.cookie.js
file added
+47
extensions/BayotBase/web/js/jquery.jsonrpc.js
file added
+256
extensions/BmpConvert/Config.pm
file modified
+2
-7
extensions/BmpConvert/Extension.pm
file modified
+25
-24
extensions/BugViewPlus/Config.pm
file added
+21
extensions/BugViewPlus/Extension.pm
file added
+381
extensions/BugViewPlus/Makefile
file added
+55
extensions/BugViewPlus/README.md
file added
+30
extensions/BugViewPlus/lib/Params.pm
file added
+124
extensions/BugViewPlus/lib/Template.pm
file added
+147
extensions/BugViewPlus/template/en/default/admin/params/bugviewplus.html.tmpl
file added
+17
extensions/BugViewPlus/template/en/default/filterexceptions.pl
file added
+16
extensions/BugViewPlus/template/en/default/hook/admin/admin-end_links_right.html.tmpl
file added
+11
extensions/BugViewPlus/template/en/default/hook/bug/comments-aftercomments.html.tmpl
file added
+60
extensions/BugViewPlus/template/en/default/hook/bug/edit-after_custom_fields.html.tmpl
file added
+34
extensions/BugViewPlus/template/en/default/hook/bug/show-header-end.html.tmpl
file added
+4
extensions/BugViewPlus/template/en/default/hook/global/header-additional_header.html.tmpl
file added
+34
extensions/BugViewPlus/template/en/default/hook/global/messages-messages.html.tmpl
file added
+10
extensions/BugViewPlus/template/en/default/hook/global/setting-descs-settings.none.tmpl
file added
+11
extensions/BugViewPlus/template/en/default/hook/search/form-after_selects_top.html.tmpl
file added
+17
extensions/BugViewPlus/template/en/default/pages/bvp_template.html.tmpl
file added
+90
extensions/BugViewPlus/web/css/editor_toggle.css
file added
+7
extensions/BugViewPlus/web/css/inline_editor.css
file added
+19
extensions/BugViewPlus/web/css/templates.css
file added
+17
extensions/BugViewPlus/web/js/editor_toggle.js
file added
+65
extensions/BugViewPlus/web/js/inline_editor.js
file added
+236
extensions/BugViewPlus/web/js/templates.js
file added
+36
extensions/ComponentWatching/Config.pm
file added
+14
extensions/ComponentWatching/Extension.pm
file added
+473
extensions/ComponentWatching/template/en/default/account/prefs/component_watch.html.tmpl
file added
+175
extensions/ComponentWatching/template/en/default/hook/account/prefs/email-relationships.html.tmpl
file added
+10
extensions/ComponentWatching/template/en/default/hook/account/prefs/prefs-tabs.html.tmpl
file added
+14
extensions/ComponentWatching/template/en/default/hook/admin/sanitycheck/messages-statuses.html.tmpl
file added
+23
extensions/ComponentWatching/template/en/default/hook/global/code-error-errors.html.tmpl
file added
+12
extensions/ComponentWatching/template/en/default/hook/global/messages-component_updated_fields.html.tmpl
file added
+18
extensions/ComponentWatching/template/en/default/hook/global/reason-descs-end.none.tmpl
file added
+10
extensions/ComponentWatching/template/en/default/hook/global/user-error-errors.html.tmpl
file added
+17
extensions/DependentProducts/Config.pm
file added
+44
extensions/DependentProducts/Extension.pm
file added
+767
extensions/DependentProducts/README
file added
+10
extensions/DependentProducts/lib/Bug.pm
file added
+180
extensions/DependentProducts/lib/Contact.pm
file added
+195
extensions/DependentProducts/lib/Record.pm
file added
+368
extensions/DependentProducts/lib/Util.pm
file added
+37
extensions/DependentProducts/lib/WebService.pm
file added
+464
extensions/DependentProducts/template/en/default/filterexceptions.pl
file added
+21
extensions/DependentProducts/template/en/default/hook/admin/products/edit-common-rows.html.tmpl
file added
+98
extensions/DependentProducts/template/en/default/hook/admin/products/updated-changes.html.tmpl
file added
+63
extensions/DependentProducts/template/en/default/hook/bug/create/create-form.html.tmpl
file added
+24
extensions/DependentProducts/template/en/default/hook/bug/edit-after_custom_fields.html.tmpl
file added
+36
extensions/DependentProducts/template/en/default/hook/bug/field-help-end.none.tmpl
file added
+15
extensions/DependentProducts/template/en/default/hook/global/field-descs-end.none.tmpl
file added
+6
extensions/DependentProducts/template/en/default/hook/global/reason-descs-end.none.tmpl
file added
+17
extensions/DependentProducts/template/en/default/hook/global/user-error-errors.html.tmpl
file added
+12
extensions/DependentProducts/template/en/default/hook/list/edit-multiple-after_custom_fields.html.tmpl
file added
+8
extensions/DependentProducts/template/en/filterexceptions.pl
file added
+20
extensions/EditTable/Config.pm
file added
+17
extensions/EditTable/Extension.pm
file added
+179
extensions/EditTable/template/en/default/hook/global/user-error-auth_failure_object.html.tmpl
file added
+11
extensions/EditTable/template/en/default/hook/global/user-error-errors.html.tmpl
file added
+17
extensions/EditTable/template/en/default/pages/edit_table.html.tmpl
file added
+45
extensions/EditTable/web/js/edit_table.js
file added
+131
extensions/EditTable/web/styles/edit_table.css
file added
+39
extensions/Example/Config.pm
file modified
+8
-13
extensions/Example/Extension.pm
file modified
+779
-726
extensions/Example/lib/Auth/Login.pm
file modified
+1
-1
extensions/Example/lib/Auth/Verify.pm
file modified
+1
-1
extensions/Example/lib/Config.pm
file modified
+4
-9
extensions/Example/lib/WebService.pm
file modified
+2
-2
extensions/Example/template/en/default/setup/strings.txt.pl
file modified
+1
-3
extensions/ExternalBugs/Config.pm
file added
+24
extensions/ExternalBugs/Extension.pm
file added
+1558
extensions/ExternalBugs/lib/Bug.pm
file added
+404
extensions/ExternalBugs/lib/Config.pm
file added
+134
extensions/ExternalBugs/lib/Job/JIRA.pm
file added
+111
extensions/ExternalBugs/lib/Job/SFDC.pm
file added
+136
extensions/ExternalBugs/lib/Regex.pm
file added
+111
extensions/ExternalBugs/lib/Type.pm
file added
+675
extensions/ExternalBugs/lib/Type/Bugzilla.pm
file added
+95
extensions/ExternalBugs/lib/Type/Gerrit.pm
file added
+68
extensions/ExternalBugs/lib/Type/GitHub.pm
file added
+152
extensions/ExternalBugs/lib/Type/JIRA.pm
file added
+372
extensions/ExternalBugs/lib/Type/KBase.pm
file added
+90
extensions/ExternalBugs/lib/Type/Redmine.pm
file added
+75
extensions/ExternalBugs/lib/Type/SFDC.pm
file added
+178
extensions/ExternalBugs/lib/Type/SFDC_DEV.pm
file added
+157
extensions/ExternalBugs/lib/Type/SFDC_QA.pm
file added
+157
extensions/ExternalBugs/lib/Type/SFDC_Sandbox.pm
file added
+389
extensions/ExternalBugs/lib/Type/SFDC_Stage.pm
file added
+346
extensions/ExternalBugs/lib/Util.pm
file added
+191
extensions/ExternalBugs/lib/WebService.pm
file added
+1205
extensions/ExternalBugs/template/en/default/admin/params/externalbugs.html.tmpl
file added
+24
extensions/ExternalBugs/template/en/default/bug/extbz-check.js.tmpl
file added
+67
extensions/ExternalBugs/template/en/default/filterexceptions.pl
file added
+21
extensions/ExternalBugs/template/en/default/hook/admin/admin-end_links_left.html.tmpl
file added
+9
extensions/ExternalBugs/template/en/default/hook/bug/create/create-end.html.tmpl
file added
+6
extensions/ExternalBugs/template/en/default/hook/bug/create/create-form.html.tmpl
file added
+31
extensions/ExternalBugs/template/en/default/hook/bug/edit-table-data.html.tmpl
file added
+177
extensions/ExternalBugs/template/en/default/hook/global/code-error-errors.html.tmpl
file added
+33
extensions/ExternalBugs/template/en/default/hook/global/field-descs-end.none.tmpl
file added
+7
extensions/ExternalBugs/template/en/default/hook/global/header-start.html.tmpl
file added
+7
extensions/ExternalBugs/template/en/default/hook/global/messages-messages.html.tmpl
file added
+24
extensions/ExternalBugs/template/en/default/hook/global/user-error-end_object_name.html.tmpl
file added
+12
extensions/ExternalBugs/template/en/default/hook/global/user-error-errors.html.tmpl
file added
+83
extensions/ExternalBugs/template/en/default/hook/list/edit-multiple-after_custom_fields.html.tmpl
file added
+30
extensions/ExternalBugs/template/en/default/hook/list/table-list_table_abbrev.html.tmpl
file added
+7
extensions/ExternalBugs/template/en/default/pages/externalbugs/confirm-delete.html.tmpl
file added
+50
extensions/ExternalBugs/template/en/default/pages/externalbugs/edit.html.tmpl
file added
+125
extensions/ExternalBugs/template/en/default/pages/externalbugs/extbug_js.html.tmpl
file added
+73
extensions/ExternalBugs/template/en/default/pages/externalbugs/list.html.tmpl
file added
+126
extensions/ExternalBugs/template/en/default/pages/externalbugs/regexs/confirm-delete.html.tmpl
file added
+42
extensions/ExternalBugs/template/en/default/pages/externalbugs/regexs/edit.html.tmpl
file added
+42
extensions/ExternalBugs/template/en/default/pages/externalbugs/regexs/list.html.tmpl
file added
+68
extensions/ExternalBugs/template/en/default/setup/strings.txt.pl
file added
+20
extensions/ExternalBugs/template/en/filterexceptions.pl
file added
+20
extensions/ExternalBugs/web/css/global.css
file added
+15
extensions/ExternalBugs/web/images/wait20trans.gif
file added
+0
extensions/ExternalBugs/web/js/external_bugs.js
file added
+85
extensions/FontAwesome/Config.pm
file added
+16
extensions/FontAwesome/Extension.pm
file added
+24
extensions/FontAwesome/lib/Util.pm
file added
+19
extensions/FontAwesome/template/en/default/hook/global/header-start.html.tmpl
file added
+6
extensions/FontAwesome/web/LICENSE.txt
file added
+34
extensions/FontAwesome/web/css/all.css
file added
+4450
extensions/FontAwesome/web/css/all.min.css
file added
+5
extensions/FontAwesome/web/css/brands.css
file added
+14
extensions/FontAwesome/web/css/brands.min.css
file added
+5
extensions/FontAwesome/web/css/fontawesome.css
file added
+4417
extensions/FontAwesome/web/css/fontawesome.min.css
file added
+5
extensions/FontAwesome/web/css/regular.css
file added
+15
extensions/FontAwesome/web/css/regular.min.css
file added
+5
extensions/FontAwesome/web/css/solid.css
file added
+16
extensions/FontAwesome/web/css/solid.min.css
file added
+5
extensions/FontAwesome/web/css/svg-with-js.css
file added
+371
extensions/FontAwesome/web/css/svg-with-js.min.css
file added
+5
extensions/FontAwesome/web/css/v4-shims.css
file added
+2172
extensions/FontAwesome/web/css/v4-shims.min.css
file added
+5
extensions/FontAwesome/web/webfonts/fa-brands-400.eot
file added
+0
extensions/FontAwesome/web/webfonts/fa-brands-400.svg
file added
+3535
extensions/FontAwesome/web/webfonts/fa-brands-400.ttf
file added
+0
extensions/FontAwesome/web/webfonts/fa-brands-400.woff
file added
+0
extensions/FontAwesome/web/webfonts/fa-brands-400.woff2
file added
+0
extensions/FontAwesome/web/webfonts/fa-regular-400.eot
file added
+0
extensions/FontAwesome/web/webfonts/fa-regular-400.svg
file added
+803
extensions/FontAwesome/web/webfonts/fa-regular-400.ttf
file added
+0
extensions/FontAwesome/web/webfonts/fa-regular-400.woff
file added
+0
extensions/FontAwesome/web/webfonts/fa-regular-400.woff2
file added
+0
extensions/FontAwesome/web/webfonts/fa-solid-900.eot
file added
+0
extensions/FontAwesome/web/webfonts/fa-solid-900.svg
file added
+4700
extensions/FontAwesome/web/webfonts/fa-solid-900.ttf
file added
+0
extensions/FontAwesome/web/webfonts/fa-solid-900.woff
file added
+0
extensions/FontAwesome/web/webfonts/fa-solid-900.woff2
file added
+0
extensions/InlineHistory/Config.pm
file added
+15
extensions/InlineHistory/Extension.pm
file added
+219
extensions/InlineHistory/README
file added
+10
extensions/InlineHistory/lib/Util.pm
file added
+65
extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl
file added
+175
extensions/InlineHistory/template/en/default/hook/bug/comments-comment_banner.html.tmpl
file added
+13
extensions/InlineHistory/template/en/default/hook/bug/show-header-end.html.tmpl
file added
+12
extensions/InlineHistory/template/en/default/hook/global/setting-descs-settings.none.tmpl
file added
+11
extensions/InlineHistory/web/inline-history.js
file added
+409
extensions/InlineHistory/web/style.css
file added
+35
extensions/ListOfBugs/Config.pm
file added
+17
extensions/ListOfBugs/Extension.pm
file added
+440
extensions/ListOfBugs/lib/BugList.pm
file added
+404
extensions/ListOfBugs/lib/Util.pm
file added
+21
extensions/ListOfBugs/lib/WebService.pm
file added
+555
extensions/ListOfBugs/template/en/default/account/prefs/user_bug_lists.html.tmpl
file added
+62
extensions/ListOfBugs/template/en/default/hook/README
file added
+5
extensions/ListOfBugs/template/en/default/hook/account/prefs/prefs-tabs.html.tmpl
file added
+11
extensions/ListOfBugs/template/en/default/hook/admin/admin-end_links_left.html.tmpl
file added
+8
extensions/ListOfBugs/template/en/default/hook/global/field-descs-end.none.tmpl
file added
+6
extensions/ListOfBugs/template/en/default/hook/global/user-error-errors.html.tmpl
file added
+33
extensions/ListOfBugs/template/en/default/hook/list/list-links.html.tmpl
file added
+11
extensions/ListOfBugs/template/en/default/pages/listofbugs/create.html.tmpl
file added
+93
extensions/ListOfBugs/template/en/default/pages/listofbugs/delete.html.tmpl
file added
+30
extensions/ListOfBugs/template/en/default/pages/listofbugs/manage.html.tmpl
file added
+62
extensions/ListOfBugs/template/en/default/pages/listofbugs/save.html.tmpl
file added
+31
extensions/ListOfBugs/web/README
file added
+7
extensions/MoreBugUrl/Config.pm
file modified
+2
-4
extensions/MoreBugUrl/Extension.pm
file modified
+23
-22
extensions/MoreBugUrl/lib/BitBucket.pm
file modified
+10
-10
extensions/MoreBugUrl/lib/GetSatisfaction.pm
file modified
+11
-11
extensions/MoreBugUrl/lib/PHP.pm
file modified
+13
-13
extensions/MoreBugUrl/lib/RT.pm
file modified
+13
-12
extensions/MoreBugUrl/lib/Redmine.pm
file modified
+12
-11
extensions/MoreBugUrl/lib/ReviewBoard.pm
file modified
+16
-15
extensions/MoreBugUrl/lib/Rietveld.pm
file modified
+25
-23
extensions/MoreBugUrl/lib/Savane.pm
file modified
+10
-10
extensions/MultipleValues/Config.pm
file added
+12
extensions/MultipleValues/Extension.pm
file added
+599
extensions/MultipleValues/template/en/default/filterexceptions.pl
file added
+21
extensions/MultipleValues/template/en/default/hook/README
file added
+5
extensions/MultipleValues/template/en/default/hook/global/code-error-errors.html.tmpl
file added
+3
extensions/MultipleValues/template/en/default/hook/global/user-error-errors.html.tmpl
file added
+20
extensions/MultipleValues/template/en/default/multiples/README
file added
+16
extensions/MultipleValues/template/en/filterexceptions.pl
file added
+20
extensions/MultipleValues/web/README
file added
+7
extensions/OldBugMove/Extension.pm
file modified
+124
-124
extensions/OldBugMove/lib/Params.pm
file modified
+5
-17
extensions/PlotlyReports/Config.pm
file added
+19
extensions/PlotlyReports/Extension.pm
file added
+389
extensions/PlotlyReports/lib/Graphs/BugSeverity.pm
file added
+673
extensions/PlotlyReports/lib/Graphs/BugStatus.pm
file added
+1252
extensions/PlotlyReports/lib/Graphs/NonDefaults.pm
file added
+297
extensions/PlotlyReports/lib/Util.pm
file added
+38
extensions/PlotlyReports/lib/WebService.pm
file added
+331
extensions/PlotlyReports/template/en/default/hook/admin/products/edit-common-rows.html.tmpl
file added
+53
extensions/PlotlyReports/template/en/default/hook/admin/products/updated-changes.html.tmpl
file added
+11
extensions/PlotlyReports/template/en/default/hook/global/user-error-errors.html.tmpl
file added
+12
extensions/PlotlyReports/template/en/default/hook/reports/menu-end.html.tmpl
file added
+24
extensions/PlotlyReports/template/en/default/pages/bug_severity.html.tmpl
file added
+151
extensions/PlotlyReports/template/en/default/pages/bug_status.html.tmpl
file added
+162
extensions/PlotlyReports/template/en/default/pages/non_defaults.html.tmpl
file added
+189
extensions/PlotlyReports/web/README
file added
+6
extensions/PlotlyReports/web/plotly/plotly.min.js
file added
+7
extensions/ProductDashboard/Config.pm
file added
+16
extensions/ProductDashboard/Extension.pm
file added
+225
extensions/ProductDashboard/lib/Queries.pm
file added
+594
extensions/ProductDashboard/lib/Util.pm
file added
+121
extensions/ProductDashboard/template/en/default/hook/global/common-links-action-links.html.tmpl
file added
+9
extensions/ProductDashboard/template/en/default/hook/global/user-error-errors.html.tmpl
file added
+12
extensions/ProductDashboard/template/en/default/pages/productdashboard.html.tmpl
file added
+251
extensions/ProductDashboard/template/en/default/pages/productdashboard/charts.html.tmpl
file added
+251
extensions/ProductDashboard/template/en/default/pages/productdashboard/components.html.tmpl
file added
+234
extensions/ProductDashboard/template/en/default/pages/productdashboard/duplicates.html.tmpl
file added
+55
extensions/ProductDashboard/template/en/default/pages/productdashboard/popularity.html.tmpl
file added
+61
extensions/ProductDashboard/template/en/default/pages/productdashboard/recents.html.tmpl
file added
+121
extensions/ProductDashboard/template/en/default/pages/productdashboard/roadmap.html.tmpl
file added
+49
extensions/ProductDashboard/template/en/default/pages/productdashboard/summary.html.tmpl
file added
+129
extensions/ProductDashboard/web/images/spacer.gif
file added
+0
extensions/ProductDashboard/web/styles/productdashboard.css
file added
+50
extensions/Push/Config.pm
file added
+31
extensions/Push/Extension.pm
file added
+853
extensions/Push/bin/bugzilla-pushd.pl
file added
+54
extensions/Push/bin/nagios_push_checker.pl
file added
+54
extensions/Push/lib/Admin.pm
file added
+135
extensions/Push/lib/BacklogMessage.pm
file added
+156
extensions/Push/lib/BacklogQueue.pm
file added
+126
extensions/Push/lib/Backoff.pm
file added
+118
extensions/Push/lib/Config.pm
file added
+231
extensions/Push/lib/Connector.disabled/AMQP.pm
file added
+224
extensions/Push/lib/Connector.disabled/ServiceNow.pm
file added
+457
extensions/Push/lib/Connector/Base.pm
file added
+121
extensions/Push/lib/Connector/File.pm
file added
+68
extensions/Push/lib/Connector/ReviewBoard.pm
file added
+179
extensions/Push/lib/Connector/STOMP_SSL.pm
file added
+331
extensions/Push/lib/Connector/Spark.pm
file added
+179
extensions/Push/lib/Connector/TCL.pm
file added
+367
extensions/Push/lib/Connectors.pm
file added
+123
extensions/Push/lib/Constants.pm
file added
+46
extensions/Push/lib/Daemon.pm
file added
+133
extensions/Push/lib/Log.pm
file added
+43
extensions/Push/lib/LogEntry.pm
file added
+70
extensions/Push/lib/Logger.pm
file added
+75
extensions/Push/lib/Message.pm
file added
+107
extensions/Push/lib/Option.pm
file added
+65
extensions/Push/lib/Push.pm
file added
+271
extensions/Push/lib/Queue.pm
file added
+68
extensions/Push/lib/Serialise.pm
file added
+330
extensions/Push/lib/Util.pm
file added
+172
extensions/Push/t/ReviewBoard.t
file added
+234
extensions/Push/template/en/default/hook/admin/admin-end_links_right.html.tmpl
file added
+18
extensions/Push/template/en/default/hook/global/code-error-errors.html.tmpl
file added
+25
extensions/Push/template/en/default/hook/global/messages-messages.html.tmpl
file added
+16
extensions/Push/template/en/default/hook/global/user-error-errors.html.tmpl
file added
+11
extensions/Push/template/en/default/pages/push_config.html.tmpl
file added
+135
extensions/Push/template/en/default/pages/push_log.html.tmpl
file added
+45
extensions/Push/template/en/default/pages/push_queues.html.tmpl
file added
+102
extensions/Push/template/en/default/pages/push_queues_view.html.tmpl
file added
+88
extensions/Push/template/en/default/setup/strings.txt.pl
file added
+15
extensions/Push/web/admin.css
file added
+75
extensions/Push/web/admin.js
file added
+44
extensions/RedHat/Config.pm
file added
+24
extensions/RedHat/Extension.pm
file added
+4375
extensions/RedHat/Makefile
file added
+96
extensions/RedHat/bin/bz-expire-cookies.pl
file added
+65
extensions/RedHat/bin/bz-schema-audit.pl
file added
+650
extensions/RedHat/bin/changes.pl
file added
+20
extensions/RedHat/bin/jobdelta.pl
file added
+36
extensions/RedHat/bin/no_attach_data.pl
file added
+21
extensions/RedHat/bin/rebuild_fts_index.sql
file added
+63
extensions/RedHat/bin/release.pl
file added
+78
extensions/RedHat/bin/sitemap.pl
file added
+196
extensions/RedHat/bin/unshare_old_queries.pl
file added
+120
extensions/RedHat/bugzilla.spec.in
file added
+103
extensions/RedHat/custom_fields.yaml
file added
+535
extensions/RedHat/lib/BugUrl/SFDC.pm
file added
+37
extensions/RedHat/lib/Config.pm
file added
+191
extensions/RedHat/lib/DocTypeText.pm
file added
+100
extensions/RedHat/lib/Schema.pm
file added
+1010
extensions/RedHat/lib/WebService/Bugzilla.pm
file added
+1455
extensions/RedHat/lib/WebService/Component.pm
file added
+763
extensions/RedHat/lib/WebService/Field.pm
file added
+82
extensions/RedHat/lib/WebService/Flag.pm
file added
+366
extensions/RedHat/template/en/default/account/auth/login-small.html.tmpl
file added
+70
extensions/RedHat/template/en/default/admin/products/private-group.html.tmpl
file added
+34
extensions/RedHat/template/en/default/bug/create/create-core-review.html.tmpl
file added
+145
extensions/RedHat/template/en/default/bug/create/create-fedora-nonresponsive-maintainer.html.tmpl
file added
+128
extensions/RedHat/template/en/default/bug/create/create-fedora-review.html.tmpl
file added
+151
extensions/RedHat/template/en/default/bug/create/create-fedora-systemd-request.html.tmpl
file added
+152
extensions/RedHat/template/en/default/bug/create/create-partner-majrel.html.tmpl
file added
+222
extensions/RedHat/template/en/default/bug/create/create-partner-minrel.html.tmpl
file added
+225
extensions/RedHat/template/en/default/bug/create/create-rhel-review.html.tmpl
file added
+155
extensions/RedHat/template/en/default/bug/create/create-swcert-symbol-review.html.tmpl
file added
+148
extensions/RedHat/template/en/default/bug/private_fields.none.tmpl
file added
+15
extensions/RedHat/template/en/default/bug/process/warn_duplicate.html.tmpl
file added
+63
extensions/RedHat/template/en/default/bug/process/warn_merge.html.tmpl
file added
+105
extensions/RedHat/template/en/default/email/long-query.txt.tmpl
file added
+19
extensions/RedHat/template/en/default/email/unshare-search.txt.tmpl
file added
+28
extensions/RedHat/template/en/default/filterexceptions.pl
file added
+21
extensions/RedHat/template/en/default/global/common-links.html.tmpl
file added
+118
extensions/RedHat/template/en/default/hook/account/prefs/email-relationships.html.tmpl
file added
+8
extensions/RedHat/template/en/default/hook/admin/admin-end_links_left.html.tmpl
file added
+14
extensions/RedHat/template/en/default/hook/admin/components/edit-common-rows.html.tmpl
file added
+27
extensions/RedHat/template/en/default/hook/admin/groups/create-field.html.tmpl
file added
+20
extensions/RedHat/template/en/default/hook/admin/groups/edit-field.html.tmpl
file added
+20
extensions/RedHat/template/en/default/hook/admin/params/editparams-current_panel.html.tmpl
file added
+104
extensions/RedHat/template/en/default/hook/admin/products/edit-common-rows.html.tmpl
file added
+129
extensions/RedHat/template/en/default/hook/admin/products/updated-changes.html.tmpl
file added
+100
extensions/RedHat/template/en/default/hook/attachment/create-form_before_submit.html.tmpl
file added
+24
extensions/RedHat/template/en/default/hook/bug/comments-aftercomments.html.tmpl
file added
+18
extensions/RedHat/template/en/default/hook/bug/edit-after_custom_fields.html.tmpl
file added
+53
extensions/RedHat/template/en/default/hook/bug/edit-before_form.html.tmpl
file added
+8
extensions/RedHat/template/en/default/hook/bug/field-end_field_column.html.tmpl
file added
+50
extensions/RedHat/template/en/default/hook/bug/field-help-end.none.tmpl
file added
+287
extensions/RedHat/template/en/default/hook/bug/field-start_field_column.html.tmpl
file added
+37
extensions/RedHat/template/en/default/hook/bug/navigate-links.html.tmpl
file added
+32
extensions/RedHat/template/en/default/hook/bug/process/verify-new-product-exclude.html.tmpl
file added
+9
extensions/RedHat/template/en/default/hook/bug/process/verify-new-product-field.html.tmpl
file added
+15
extensions/RedHat/template/en/default/hook/email/bugmail-start.html.tmpl
file added
+13
extensions/RedHat/template/en/default/hook/email/bugmail-start.txt.tmpl
file added
+8
extensions/RedHat/template/en/default/hook/global/code-error-errors.html.tmpl
file added
+70
extensions/RedHat/template/en/default/hook/global/common-links-action-links.html.tmpl
file added
+11
extensions/RedHat/template/en/default/hook/global/field-descs-end.none.tmpl
file added
+24
extensions/RedHat/template/en/default/hook/global/footer-end.html.tmpl
file added
+53
extensions/RedHat/template/en/default/hook/global/footer-outro.html.tmpl
file added
+4
extensions/RedHat/template/en/default/hook/global/header-additional_header.html.tmpl
file added
+34
extensions/RedHat/template/en/default/hook/global/header-start.html.tmpl
file added
+24
extensions/RedHat/template/en/default/hook/global/messages-component_updated_fields.html.tmpl
file added
+31
extensions/RedHat/template/en/default/hook/global/messages-messages.html.tmpl
file added
+75
extensions/RedHat/template/en/default/hook/global/reason-descs-end.none.tmpl
file added
+27
extensions/RedHat/template/en/default/hook/global/setting-descs-settings.none.tmpl
file added
+39
extensions/RedHat/template/en/default/hook/global/user-error-auth_failure_object.html.tmpl
file added
+14
extensions/RedHat/template/en/default/hook/global/user-error-bug_url_invalid_tracker.html.tmpl
file added
+10
extensions/RedHat/template/en/default/hook/global/user-error-errors.html.tmpl
file added
+403
extensions/RedHat/template/en/default/hook/global/variables-end.none.tmpl
file added
+9
extensions/RedHat/template/en/default/hook/index-intro.html.tmpl
file added
+31
extensions/RedHat/template/en/default/hook/list/list-links.html.tmpl
file added
+36
extensions/RedHat/template/en/default/hook/list/table-list_table_abbrev.html.tmpl
file added
+54
extensions/RedHat/template/en/default/hook/pages/fields-resolution.html.tmpl
file added
+12
extensions/RedHat/template/en/default/hook/pages/release-notes-updates_top.html.tmpl
file added
+1577
extensions/RedHat/template/en/default/hook/search/form-before_selects_top.html.tmpl
file added
+24
extensions/RedHat/template/en/default/pages/faq.html.tmpl
file added
+867
extensions/RedHat/template/en/default/pages/redhat/admin_user_sessions.html.tmpl
file added
+232
extensions/RedHat/template/en/default/pages/redhat/ban_apikey.html.tmpl
file added
+34
extensions/RedHat/template/en/default/pages/redhat/contact.html.tmpl
file added
+32
extensions/RedHat/template/en/default/pages/redhat/doctypetext/confirm-delete.html.tmpl
file added
+39
extensions/RedHat/template/en/default/pages/redhat/doctypetext/edit.html.tmpl
file added
+41
extensions/RedHat/template/en/default/pages/redhat/doctypetext/list.html.tmpl
file added
+69
extensions/RedHat/template/en/default/pages/redhat/groupgraphs/select.html.tmpl
file added
+61
extensions/RedHat/template/en/default/pages/terms-conditions.html.tmpl
file added
+33
extensions/RedHat/template/en/default/setup/strings.txt.pl
file added
+13
extensions/RedHat/template/en/default/whine/disabled.txt.tmpl
file added
+33
extensions/RedHat/template/en/default/whine/timeout.txt.tmpl
file added
+34
extensions/RedHat/template/en/filterexceptions.pl
file added
+20
extensions/RedHat/web/DataTables/datatables.css
file added
+1267
extensions/RedHat/web/DataTables/datatables.js
file added
+28799
extensions/RedHat/web/DataTables/datatables.min.css
file added
+143
extensions/RedHat/web/DataTables/datatables.min.js
file added
+571
extensions/RedHat/web/DataTables/images/sort_asc.png
file added
+0
extensions/RedHat/web/DataTables/images/sort_asc_disabled.png
file added
+0
extensions/RedHat/web/DataTables/images/sort_both.png
file added
+0
extensions/RedHat/web/DataTables/images/sort_desc.png
file added
+0
extensions/RedHat/web/DataTables/images/sort_desc_disabled.png
file added
+0
extensions/RedHat/web/alertify/alertify.js
file added
+3660
extensions/RedHat/web/alertify/alertify.min.js
file added
+3
extensions/RedHat/web/alertify/css/alertify.css
file added
+968
extensions/RedHat/web/alertify/css/alertify.min.css
file added
+6
extensions/RedHat/web/alertify/css/alertify.rtl.css
file added
+968
extensions/RedHat/web/alertify/css/alertify.rtl.min.css
file added
+6
extensions/RedHat/web/alertify/css/themes/bootstrap.css
file added
+61
extensions/RedHat/web/alertify/css/themes/bootstrap.min.css
file added
+6
extensions/RedHat/web/alertify/css/themes/bootstrap.rtl.css
file added
+61
extensions/RedHat/web/alertify/css/themes/bootstrap.rtl.min.css
file added
+6
extensions/RedHat/web/alertify/css/themes/default.css
file added
+69
extensions/RedHat/web/alertify/css/themes/default.min.css
file added
+6
extensions/RedHat/web/alertify/css/themes/default.rtl.css
file added
+69
extensions/RedHat/web/alertify/css/themes/default.rtl.min.css
file added
+6
extensions/RedHat/web/alertify/css/themes/semantic.css
file added
+89
extensions/RedHat/web/alertify/css/themes/semantic.min.css
file added
+6
extensions/RedHat/web/alertify/css/themes/semantic.rtl.css
file added
+89
extensions/RedHat/web/alertify/css/themes/semantic.rtl.min.css
file added
+6
extensions/RedHat/web/css/Icons.md
file added
+23
extensions/RedHat/web/css/favicon.ico
file added
+0
extensions/RedHat/web/css/favicons/devel-1.ico
file added
+0
extensions/RedHat/web/css/favicons/devel-2.ico
file added
+0
extensions/RedHat/web/css/favicons/partner.ico
file added
+0
extensions/RedHat/web/css/favicons/production.ico
file added
+0
extensions/RedHat/web/css/favicons/qe.ico
file added
+0
extensions/RedHat/web/css/l_redhat-lg.png
file added
+0
extensions/RedHat/web/css/redhat.css
file added
+1325
extensions/RedHat/web/js/redhat.js
file added
+114
extensions/Releases/Config.pm
file added
+13
extensions/Releases/Extension.pm
file added
+850
extensions/Releases/lib/ACKCustomSearch.pm
file added
+262
extensions/Releases/lib/ACKList.pm
file added
+4981
extensions/Releases/lib/ACKView.pm
file added
+1445
extensions/Releases/lib/Components.pm
file added
+701
extensions/Releases/lib/Release.pm
file added
+269
extensions/Releases/lib/Schedule.pm
file added
+436
extensions/Releases/lib/Util.pm
file added
+477
extensions/Releases/lib/WebService.pm
file added
+336
extensions/Releases/template/en/default/admin/releases/components/confirm_empty_list.html.tmpl
file added
+37
extensions/Releases/template/en/default/filterexceptions.pl
file added
+21
extensions/Releases/template/en/default/hook/admin/admin-end_links_right.html.tmpl
file added
+21
extensions/Releases/template/en/default/hook/global/code-error-errors.html.tmpl
file added
+14
extensions/Releases/template/en/default/hook/global/field-descs-end.none.tmpl
file added
+9
extensions/Releases/template/en/default/hook/global/messages-messages.html.tmpl
file added
+15
extensions/Releases/template/en/default/hook/global/user-error-errors.html.tmpl
file added
+35
extensions/Releases/template/en/default/pages/releases/ack_edit_columns.html.tmpl
file added
+71
extensions/Releases/template/en/default/pages/releases/ack_list.html.tmpl
file added
+867
extensions/Releases/template/en/default/pages/releases/ack_view.html.tmpl
file added
+424
extensions/Releases/template/en/default/pages/releases/activity.html.tmpl
file added
+54
extensions/Releases/template/en/default/pages/releases/activity_table.html.tmpl
file added
+63
extensions/Releases/template/en/default/pages/releases/components/edit.html.tmpl
file added
+97
extensions/Releases/template/en/default/pages/releases/components/list.html.tmpl
file added
+39
extensions/Releases/template/en/default/pages/releases/midair.html.tmpl
file added
+47
extensions/Releases/template/en/default/pages/releases/releases.html.tmpl
file added
+105
extensions/Releases/template/en/default/pages/releases/schedule/edit.html.tmpl
file added
+119
extensions/Releases/template/en/default/pages/releases/schedule/list.html.tmpl
file added
+38
extensions/Releases/template/en/filterexceptions.pl
file added
+20
extensions/Releases/web/css/metrics.css
file added
+219
extensions/Releases/web/images/blue.png
file added
+0
extensions/Releases/web/images/green.png
file added
+0
extensions/Releases/web/images/icon_yes.png
file added
+0
extensions/Releases/web/images/no.png
file added
+0
extensions/Releases/web/images/pink.png
file added
+0
extensions/Releases/web/images/question.png
file added
+0
extensions/Releases/web/images/red.png
file added
+0
extensions/Releases/web/images/yes.png
file added
+0
extensions/Releases/web/js/configview.js
file added
+177
extensions/Releases/web/js/jquery.validate.min.js
file added
+51
extensions/RequestWhiner/Config.pm
file added
+33
extensions/RequestWhiner/Extension.pm
file added
+47
extensions/RequestWhiner/bin/whineatrequests.pl
file added
+174
extensions/RequestWhiner/lib/Constants.pm
file added
+34
extensions/RequestWhiner/template/en/default/requestwhiner/mail-header.tmpl
file added
+14
extensions/RequestWhiner/template/en/default/requestwhiner/mail.html.tmpl
file added
+66
extensions/RequestWhiner/template/en/default/requestwhiner/mail.txt.tmpl
file added
+51
extensions/RuleEngine/Config.pm
file added
+19
extensions/RuleEngine/Extension.pm
file added
+1670
extensions/RuleEngine/add_bugs_to_queue.pl
file added
+70
extensions/RuleEngine/lib/FlagGroup.pm
file added
+246
extensions/RuleEngine/lib/FlagGroupDetail.pm
file added
+281
extensions/RuleEngine/lib/Job.pm
file added
+1608
extensions/RuleEngine/lib/Pages.pm
file added
+1631
extensions/RuleEngine/lib/Rule.pm
file added
+755
extensions/RuleEngine/lib/RuleDetail.pm
file added
+312
extensions/RuleEngine/lib/RuleGroup.pm
file added
+861
extensions/RuleEngine/lib/RuleState.pm
file added
+439
extensions/RuleEngine/lib/Util.pm
file added
+32
extensions/RuleEngine/lib/WebService.pm
file added
+671
extensions/RuleEngine/lib/WebService/RuleGroup.pm
file added
+428
extensions/RuleEngine/lib/WebService/Util.pm
file added
+141
extensions/RuleEngine/template/en/default/email/dryrun-header.txt.tmpl
file added
+14
extensions/RuleEngine/template/en/default/email/dryrun.html.tmpl
file added
+122
extensions/RuleEngine/template/en/default/email/dryrun.txt.tmpl
file added
+39
extensions/RuleEngine/template/en/default/email/rule-change-header.txt.tmpl
file added
+13
extensions/RuleEngine/template/en/default/email/rule-change.html.tmpl
file added
+69
extensions/RuleEngine/template/en/default/email/rule-change.txt.tmpl
file added
+40
extensions/RuleEngine/template/en/default/email/rule-killswitch-disabled.txt.tmpl
file added
+33
extensions/RuleEngine/template/en/default/email/rule-killswitch-enabled.txt.tmpl
file added
+31
extensions/RuleEngine/template/en/default/email/rule-notify.txt.tmpl
file added
+21
extensions/RuleEngine/template/en/default/hook/admin/admin-end_links_right.html.tmpl
file added
+11
extensions/RuleEngine/template/en/default/hook/admin/products/edit-common-rows.html.tmpl
file added
+48
extensions/RuleEngine/template/en/default/hook/global/code-error-errors.html.tmpl
file added
+32
extensions/RuleEngine/template/en/default/hook/global/messages-messages.html.tmpl
file added
+62
extensions/RuleEngine/template/en/default/hook/global/user-error-auth_failure_object.html.tmpl
file added
+8
extensions/RuleEngine/template/en/default/hook/global/user-error-end_object_name.html.tmpl
file added
+12
extensions/RuleEngine/template/en/default/hook/global/user-error-errors.html.tmpl
file added
+172
extensions/RuleEngine/template/en/default/pages/ruleengine/details/change.html.tmpl
file added
+30
extensions/RuleEngine/template/en/default/pages/ruleengine/details/history.html.tmpl
file added
+26
extensions/RuleEngine/template/en/default/pages/ruleengine/details/index.html.tmpl
file added
+165
extensions/RuleEngine/template/en/default/pages/ruleengine/edit.html.tmpl
file added
+312
extensions/RuleEngine/template/en/default/pages/ruleengine/edit/page1.html.tmpl
file added
+146
extensions/RuleEngine/template/en/default/pages/ruleengine/edit/page2.html.tmpl
file added
+331
extensions/RuleEngine/template/en/default/pages/ruleengine/edit/page3.html.tmpl
file added
+301
extensions/RuleEngine/template/en/default/pages/ruleengine/edit/page4.html.tmpl
file added
+139
extensions/RuleEngine/template/en/default/pages/ruleengine/edit/page5.html.tmpl
file added
+21
extensions/RuleEngine/template/en/default/pages/ruleengine/flaggroup/edit.html.tmpl
file added
+87
extensions/RuleEngine/template/en/default/pages/ruleengine/flaggroup/history.html.tmpl
file added
+35
extensions/RuleEngine/template/en/default/pages/ruleengine/flaggroup/list.html.tmpl
file added
+61
extensions/RuleEngine/template/en/default/pages/ruleengine/group/del.html.tmpl
file added
+33
extensions/RuleEngine/template/en/default/pages/ruleengine/group/edit.html.tmpl
file added
+150
extensions/RuleEngine/template/en/default/pages/ruleengine/group/list.html.tmpl
file added
+55
extensions/RuleEngine/template/en/default/pages/ruleengine/index.html.tmpl
file added
+196
extensions/RuleEngine/template/en/default/pages/ruleengine/killswitch.html.tmpl
file added
+115
extensions/RuleEngine/template/en/default/ruleengine/explain.html.tmpl
file added
+187
extensions/RuleEngine/template/en/default/ruleengine/footer.html.tmpl
file added
+12
extensions/RuleEngine/web/admin.css
file added
+29
extensions/RuleEngine/web/admin.js
file added
+190
extensions/RuleEngine/web/component-columns.js
file added
+125
extensions/SAML2Auth/Config.pm
file added
+62
extensions/SAML2Auth/Extension.pm
file added
+314
extensions/SAML2Auth/README
file added
+3
extensions/SAML2Auth/bin/import-metadata.pl
file added
+45
extensions/SAML2Auth/lib/IDP.pm
file added
+381
extensions/SAML2Auth/lib/Login.pm
file added
+351
extensions/SAML2Auth/lib/Params.pm
file added
+63
extensions/SAML2Auth/lib/Util.pm
file added
+122
extensions/SAML2Auth/lib/Verify.pm
file added
+41
extensions/SAML2Auth/template/en/default/account/auth/saml2auth-verify-account.html.tmpl
file added
+45
extensions/SAML2Auth/template/en/default/admin/params/saml2auth.html.tmpl
file added
+14
extensions/SAML2Auth/template/en/default/hook/account/auth/login-additional_methods.html.tmpl
file added
+15
extensions/SAML2Auth/template/en/default/hook/account/auth/login-small-additional_methods.html.tmpl
file added
+18
extensions/SAML2Auth/template/en/default/hook/admin/admin-end_links_left.html.tmpl
file added
+8
extensions/SAML2Auth/template/en/default/hook/global/user-error-errors.html.tmpl
file added
+67
extensions/SAML2Auth/template/en/default/pages/saml2auth/settings.html.tmpl
file added
+96
extensions/SAML2Auth/template/en/default/saml2auth/metadata.xml.tmpl
file added
+32
extensions/SAML2Auth/web/README
file added
+7
extensions/SecureMail/Config.pm
file added
+47
extensions/SecureMail/Extension.pm
file added
+905
extensions/SecureMail/README
file added
+8
extensions/SecureMail/lib/Params.pm
file added
+61
extensions/SecureMail/template/en/default/account/email/encryption-required.txt.tmpl
file added
+20
extensions/SecureMail/template/en/default/account/email/securemail-test.txt.tmpl
file added
+24
extensions/SecureMail/template/en/default/account/prefs/securemail.html.tmpl
file added
+46
extensions/SecureMail/template/en/default/admin/params/securemail.html.tmpl
file added
+13
extensions/SecureMail/template/en/default/hook/account/prefs/prefs-tabs.html.tmpl
file added
+28
extensions/SecureMail/template/en/default/hook/account/prefs/securemail-moreinfo.html.tmpl
file added
+7
extensions/SecureMail/template/en/default/hook/admin/groups/create-field.html.tmpl
file added
+25
extensions/SecureMail/template/en/default/hook/admin/groups/edit-field.html.tmpl
file added
+27
extensions/SecureMail/template/en/default/hook/global/code-error-errors.html.tmpl
file added
+26
extensions/SecureMail/template/en/default/hook/global/messages-group_updated_fields.html.tmpl
file added
+7
extensions/SecureMail/template/en/default/hook/global/user-error-errors.html.tmpl
file added
+27
extensions/SecureMail/template/en/default/pages/securemail/help.html.tmpl
file added
+130
extensions/SelectizeJS/Config.pm
file added
+16
extensions/SelectizeJS/Extension.pm
file added
+34
extensions/SelectizeJS/lib/Util.pm
file added
+19
extensions/SelectizeJS/lib/WebService/Search.pm
file added
+413
extensions/SelectizeJS/template/en/default/bug/component-input.html.tmpl
file added
+58
extensions/SelectizeJS/template/en/default/hook/README
file added
+5
extensions/SelectizeJS/template/en/default/hook/bug/create/create-end.html.tmpl
file added
+15
extensions/SelectizeJS/template/en/default/hook/global/footer-end.html.tmpl
file added
+32
extensions/SelectizeJS/template/en/default/hook/global/header-start.html.tmpl
file added
+21
extensions/SelectizeJS/template/en/default/list/change-columns.html.tmpl
file added
+104
extensions/SelectizeJS/web/README
file added
+7
extensions/SelectizeJS/web/css/SelectizeJS.css
file added
+230
extensions/SelectizeJS/web/css/selectize.bootstrap2.css
file added
+503
extensions/SelectizeJS/web/css/selectize.bootstrap3.css
file added
+417
extensions/SelectizeJS/web/css/selectize.css
file added
+333
extensions/SelectizeJS/web/css/selectize.default.css
file added
+403
extensions/SelectizeJS/web/css/selectize.legacy.css
file added
+380
extensions/SelectizeJS/web/js/SelectizeJS.js
file added
+1204
extensions/SelectizeJS/web/js/standalone/selectize.js
file added
+3935
extensions/SelectizeJS/web/js/standalone/selectize.min.js
file added
+166
extensions/SubComponents/Config.pm
file added
+16
extensions/SubComponents/Extension.pm
file added
+1497
extensions/SubComponents/lib/Config.pm
file added
+34
extensions/SubComponents/lib/RHSubComponent.pm
file added
+911
extensions/SubComponents/lib/WebService.pm
file added
+816
extensions/SubComponents/rh-subcomp-report.pl
file added
+142
extensions/SubComponents/template/en/default/bug/sub_component.html.tmpl
file added
+84
extensions/SubComponents/template/en/default/email/sub_comp_change.txt.tmpl
file added
+25
extensions/SubComponents/template/en/default/hook/admin/components/edit-common-rows.html.tmpl
file added
+15
extensions/SubComponents/template/en/default/hook/admin/components/list-before_table.html.tmpl
file added
+20
extensions/SubComponents/template/en/default/hook/admin/params/editparams-current_panel.html.tmpl
file added
+12
extensions/SubComponents/template/en/default/hook/admin/sanitycheck/messages-statuses.html.tmpl
file added
+22
extensions/SubComponents/template/en/default/hook/admin/users/responsibilities-sub_component_responsibilites.html.tmpl
file added
+53
extensions/SubComponents/template/en/default/hook/bug/show-header-end.html.tmpl
file added
+10
extensions/SubComponents/template/en/default/hook/global/code-error-errors.html.tmpl
file added
+10
extensions/SubComponents/template/en/default/hook/global/messages-messages.html.tmpl
file added
+15
extensions/SubComponents/template/en/default/hook/global/user-error-end_object_name.html.tmpl
file added
+6
extensions/SubComponents/template/en/default/hook/global/user-error-errors.html.tmpl
file added
+72
extensions/SubComponents/template/en/default/pages/subcomponents/del.html.tmpl
file added
+59
extensions/SubComponents/template/en/default/pages/subcomponents/edit.html.tmpl
file added
+211
extensions/SubComponents/template/en/default/pages/subcomponents/list.html.tmpl
file added
+166
extensions/SubComponents/template/en/default/search/sub_components.html.tmpl
file added
+27
extensions/TreeViewPlus/Config.pm
file added
+21
extensions/TreeViewPlus/Extension.pm
file added
+99
extensions/TreeViewPlus/README.md
file added
+45
extensions/TreeViewPlus/lib/Util.pm
file added
+118
extensions/TreeViewPlus/search_include_dependencies_5.0.patch
file added
+130
extensions/TreeViewPlus/template/en/default/hook/README
file added
+5
extensions/TreeViewPlus/template/en/default/hook/bug/edit-after_bug_fields.html.tmpl
file added
+18
extensions/TreeViewPlus/template/en/default/hook/bug/field-end_field_column.html.tmpl
file added
+11
extensions/TreeViewPlus/template/en/default/hook/bug/navigate-links.html.tmpl
file added
+13
extensions/TreeViewPlus/template/en/default/hook/global/field-descs-end.none.tmpl
file added
+5
extensions/TreeViewPlus/template/en/default/hook/list/list-links.html.tmpl
file added
+16
extensions/TreeViewPlus/template/en/default/list/list-tvp.html.tmpl
file added
+97
extensions/TreeViewPlus/web/css/bugtree/icons.gif
file added
+0
extensions/TreeViewPlus/web/css/bugtree/loading.gif
file added
+0
extensions/TreeViewPlus/web/css/bugtree/tree.css
file added
+462
extensions/TreeViewPlus/web/css/bugtree/vline.gif
file added
+0
extensions/TreeViewPlus/web/js/jquery.dynatree-1.2.8.js
file added
+3457
extensions/TreeViewPlus/web/js/jquery.dynatree-1.2.8.min.js
file added
+4
extensions/TreeViewPlus/web/js/tvp.js
file added
+381
extensions/Voting/Config.pm
file modified
+2
-4
extensions/Voting/Extension.pm
file modified
+769
-645
extensions/Voting/lib/WebService.pm
file added
+95
extensions/Voting/template/en/default/hook/bug/edit-after_importance.html.tmpl
file modified
+4
-2
extensions/Voting/template/en/default/pages/voting.html.tmpl
file modified
+0
-3
extensions/Voting/web/style.css
file modified
+11
-1
extensions/Workflows/Config.pm
file added
+19
extensions/Workflows/Extension.pm
file added
+348
extensions/Workflows/lib/GroupApproval.pm
file added
+784
extensions/Workflows/lib/GroupRequest.pm
file added
+455
extensions/Workflows/lib/ManageComponents.pm
file added
+328
extensions/Workflows/lib/Util.pm
file added
+115
extensions/Workflows/lib/WebService/GroupRequest.pm
file added
+193
extensions/Workflows/lib/WebService/ManageComponents.pm
file added
+396
extensions/Workflows/template/en/default/hook/admin/admin-end_links_left.html.tmpl
file added
+10
extensions/Workflows/template/en/default/hook/global/common-links-action-links.html.tmpl
file added
+16
extensions/Workflows/template/en/default/hook/global/messages-messages.html.tmpl
file added
+30
extensions/Workflows/template/en/default/hook/global/user-error-errors.html.tmpl
file added
+70
extensions/Workflows/template/en/default/pages/workflows/group_req_admin.html.tmpl
file added
+199
extensions/Workflows/template/en/default/pages/workflows/group_request.html.tmpl
file added
+88
extensions/Workflows/template/en/default/pages/workflows/manage_components.html.tmpl
file added
+814
extensions/Workflows/web/README
file added
+7
extensions/create.pl
file modified
+22
-23
importxml.pl
file modified
+1071
-1016
index.cgi
file modified
+32
-26
install-module.pl
file modified
+36
-36
jobqueue.pl
file modified
+13
-9
js/TUI.js
file modified
+1
-0
js/attachment.js
file modified
+15
-0
js/bug.js
file modified
+5
-3
js/comment-tagging.js
file modified
+3
-0
js/comments.js
file modified
+4
-4
js/custom-search.js
file modified
+1
-1
js/diff2html/README
file added
+9
js/diff2html/diff2html-ui.js
file added
+366
js/diff2html/diff2html-ui.min.js
file added
+1
js/diff2html/diff2html.js
file added
+7361
js/diff2html/diff2html.min.js
file added
+1
js/diff2html/highlight.pack.js
file added
+2
js/field.js
file modified
+41
-9
js/global.js
file modified
+4
-0
jsonrpc.cgi
file modified
+4
-3
migrate.pl
file modified
+8
-7
mod_perl.pl
file modified
+92
-67
page.cgi
file modified
+41
-38
ping.html
file added
+1
post_bug.cgi
file modified
+163
-91
process_bug.cgi
file modified
+459
-254
query.cgi
file modified
+245
-154
quips.cgi
file modified
+103
-96
relogin.cgi
file modified
+169
-160
report.cgi
file modified
+254
-261
reports.cgi
file modified
+158
-155
request.cgi
file modified
+263
-231
rest.cgi
file modified
+4
-5
runtests.pl
file modified
+6
-6
sanitycheck.cgi
file modified
+555
-467
sanitycheck.pl
file modified
+43
-17
search_plugin.cgi
file modified
+6
-6
show_activity.cgi
file modified
+6
-5
show_bug.cgi
file modified
+81
-54
show_comment_activity.cgi
file added
+57
showdependencygraph.cgi
file modified
+218
-202
showdependencytree.cgi
file modified
+63
-59
skins/standard/admin.css
file modified
+4
-2
skins/standard/bug.css
file modified
+3
-0
skins/standard/buglist.css
file modified
+5
-3
skins/standard/diff2html/diff2html.css
file added
+369
skins/standard/diff2html/diff2html.min.css
file added
+1
skins/standard/diff2html/github.css
file added
+99
skins/standard/global.css
file modified
+2
-2
summarize_time.cgi
file modified
+262
-241
t/001compile.t
file modified
+59
-59
t/002goodperl.t
file modified
+144
-129
t/003safesys.t
file modified
+33
-30
t/004template.t
file modified
+106
-78
t/005whitespace.t
file modified
+38
-30
t/006spellcheck.t
file modified
+55
-51
t/007util.t
file modified
+47
-23
t/008filter.t
file modified
+158
-154
t/009bugwords.t
file modified
+45
-41
t/010dependencies.t
file modified
+39
-37
t/011pod.t
file modified
+87
-75
t/012throwables.t
file modified
+146
-134
t/013dbschema.t
file modified
+40
-40
t/020ext-versions.t
file added
+33
t/050CERT.t
file added
+72
t/090checksetup.t
file added
+23
t/100Push.t
file added
+51
t/300rpc.t
file added
+266
t/310BRE.t
file added
+133
t/320rpc.t
file added
+125
t/340GPGin.t
file added
+180
t/350GroupWorkflows.t
file added
+282
t/Support/Files.pm
file modified
+20
-20
t/Support/Templates.pm
file modified
+47
-44
t/test.conf
file added
+44
template/en/default/account/auth/login.html.tmpl
file modified
+8
-2
template/en/default/account/create.html.tmpl
file modified
+1
-1
template/en/default/account/prefs/apikey.html.tmpl
file modified
+32
-6
template/en/default/account/prefs/email.html.tmpl
file modified
+8
-0
template/en/default/account/prefs/permissions.html.tmpl
file modified
+10
-0
template/en/default/account/prefs/prefs.html.tmpl
file modified
+69
-18
template/en/default/account/prefs/saved-searches.html.tmpl
file modified
+7
-8
template/en/default/account/prefs/sessions.html.tmpl
file added
+56
template/en/default/account/prefs/settings.html.tmpl
file modified
+3
-0
template/en/default/account/profile-activity.html.tmpl
file modified
+1
-0
template/en/default/admin/admin.html.tmpl
file modified
+8
-5
template/en/default/admin/components/confirm-delete.html.tmpl
file modified
+10
-0
template/en/default/admin/components/create.html.tmpl
file modified
+3
-1
template/en/default/admin/components/edit-common.html.tmpl
file modified
+21
-5
template/en/default/admin/components/edit.html.tmpl
file modified
+2
-2
template/en/default/admin/components/footer.html.tmpl
file modified
+5
-0
template/en/default/admin/components/list.html.tmpl
file modified
+33
-9
template/en/default/admin/custom_fields/cf-js-rh.js.tmpl
file added
+37
template/en/default/admin/custom_fields/cf-js.js.tmpl
file modified
+2
-1
template/en/default/admin/custom_fields/create.html.tmpl
file modified
+8
-2
template/en/default/admin/custom_fields/edit-common.html.tmpl
file modified
+93
-1
template/en/default/admin/custom_fields/edit.html.tmpl
file modified
+1
-1
template/en/default/admin/custom_fields/list.html.tmpl
file modified
+46
-1
template/en/default/admin/flag-type/confirm-delete.html.tmpl
file modified
+7
-0
template/en/default/admin/flag-type/edit.html.tmpl
file modified
+48
-13
template/en/default/admin/flag-type/list.html.tmpl
file modified
+15
-5
template/en/default/admin/groups/edit.html.tmpl
file modified
+40
-6
template/en/default/admin/groups/list.html.tmpl
file modified
+21
-1
template/en/default/admin/keywords/list.html.tmpl
file modified
+14
-0
template/en/default/admin/params/editparams.html.tmpl
file modified
+3
-0
template/en/default/admin/params/groupsecurity.html.tmpl
file modified
+6
-1
template/en/default/admin/products/create.html.tmpl
file modified
+1
-0
template/en/default/admin/products/edit.html.tmpl
file modified
+39
-20
template/en/default/admin/products/groupcontrol/edit.html.tmpl
file modified
+24
-2
template/en/default/admin/products/list.html.tmpl
file modified
+15
-0
template/en/default/admin/releases/confirm-delete.html.tmpl
file added
+82
template/en/default/admin/releases/create.html.tmpl
file added
+43
template/en/default/admin/releases/edit.html.tmpl
file added
+52
template/en/default/admin/releases/footer.html.tmpl
file added
+52
template/en/default/admin/releases/list.html.tmpl
file added
+97
template/en/default/admin/releases/select-product.html.tmpl
file added
+53
template/en/default/admin/table.html.tmpl
file modified
+16
-3
template/en/default/admin/users/confirm-delete.html.tmpl
file modified
+2
-2
template/en/default/admin/users/edit.html.tmpl
file modified
+65
-2
template/en/default/admin/users/responsibilities.html.tmpl
file modified
+18
-11
template/en/default/admin/users/userdata.html.tmpl
file modified
+2
-2
template/en/default/attachment/create.html.tmpl
file modified
+15
-1
template/en/default/attachment/createformcontents.html.tmpl
file modified
+18
-7
template/en/default/attachment/diff2html.html.tmpl
file added
+85
template/en/default/attachment/edit.html.tmpl
file modified
+6
-0
template/en/default/attachment/list.html.tmpl
file modified
+6
-1
template/en/default/bug/activity/comments.html.tmpl
file added
+135
template/en/default/bug/activity/table.html.tmpl
file modified
+19
-0
template/en/default/bug/comments.html.tmpl
file modified
+49
-10
template/en/default/bug/create/create-guided.html.tmpl
file modified
+331
-177
template/en/default/bug/create/create.html.tmpl
file modified
+294
-42
template/en/default/bug/create/created.html.tmpl
file modified
+4
-0
template/en/default/bug/create/user-message.html.tmpl
file modified
+11
-2
template/en/default/bug/dependency-tree.html.tmpl
file modified
+13
-8
template/en/default/bug/edit.html.tmpl
file modified
+447
-142
template/en/default/bug/field-events.js.tmpl
file modified
+3
-0
template/en/default/bug/field-label.html.tmpl
file modified
+6
-1
template/en/default/bug/field.html.tmpl
file modified
+45
-21
template/en/default/bug/knob.html.tmpl
file modified
+38
-5
template/en/default/bug/link.html.tmpl
file modified
+10
-1
template/en/default/bug/navigate.html.tmpl
file modified
+29
-25
template/en/default/bug/needinfo.html.tmpl
file added
+234
template/en/default/bug/process/midair.html.tmpl
file modified
+8
-0
template/en/default/bug/process/verify-new-product.html.tmpl
file modified
+73
-5
template/en/default/bug/show-header.html.tmpl
file modified
+5
-2
template/en/default/bug/show-multiple.html.tmpl
file modified
+42
-3
template/en/default/bug/show.html.tmpl
file modified
+1
-0
template/en/default/bug/show.xml.tmpl
file modified
+30
-2
template/en/default/config.js.tmpl
file modified
+12
-0
template/en/default/email/bugmail-common.txt.tmpl
file modified
+11
-1
template/en/default/email/bugmail-header.txt.tmpl
file modified
+27
-3
template/en/default/email/bugmail.html.tmpl
file modified
+18
-0
template/en/default/email/bugmail.txt.tmpl
file modified
+19
-0
template/en/default/email/flagmail.txt.tmpl
file modified
+12
-0
template/en/default/email/header-common.txt.tmpl
file modified
+23
-3
template/en/default/email/lockout.txt.tmpl
file modified
+1
-1
template/en/default/filterexceptions.pl
file modified
+7
-2
template/en/default/flag/list.html.tmpl
file modified
+27
-6
template/en/default/global/banner.html.tmpl
file modified
+43
-0
template/en/default/global/code-error.html.tmpl
file modified
+10
-0
template/en/default/global/confirm-user-match.html.tmpl
file modified
+5
-0
template/en/default/global/field-descs.none.tmpl
file modified
+10
-0
template/en/default/global/header.html.tmpl
file modified
+37
-1
template/en/default/global/messages.html.tmpl
file modified
+88
-20
template/en/default/global/product-select.html.tmpl
file modified
+20
-4
template/en/default/global/select-menu.html.tmpl
file modified
+6
-1
template/en/default/global/user-error.html.tmpl
file modified
+100
-18
template/en/default/global/user.html.tmpl
file modified
+1
-1
template/en/default/list/change-columns.html.tmpl
file modified
+3
-0
template/en/default/list/edit-multiple.html.tmpl
file modified
+120
-48
template/en/default/list/list.atom.tmpl
file modified
+1
-1
template/en/default/list/list.csv.tmpl
file modified
+10
-1
template/en/default/list/list.html.tmpl
file modified
+122
-10
template/en/default/list/list.ics.tmpl
file modified
+2
-2
template/en/default/list/table.html.tmpl
file modified
+89
-27
template/en/default/pages/bug-writing.html.tmpl
file modified
+20
-0
template/en/default/pages/bugzilla.dtd.tmpl
file modified
+5
-0
template/en/default/pages/fields.html.tmpl
file modified
+255
-93
template/en/default/pages/release-notes.html.tmpl
file modified
+3
-2
template/en/default/pages/whats-new.html.tmpl
file added
+180
template/en/default/reports/components.html.tmpl
file modified
+22
-7
template/en/default/reports/duplicates-table.html.tmpl
file modified
+2
-0
template/en/default/reports/keywords.html.tmpl
file modified
+1
-1
template/en/default/reports/report-table.csv.tmpl
file modified
+4
-2
template/en/default/reports/report-table.html.tmpl
file modified
+47
-9
template/en/default/request/queue.html.tmpl
file modified
+44
-12
template/en/default/search/boolean-charts.html.tmpl
file modified
+5
-3
template/en/default/search/field.html.tmpl
file modified
+42
-3
template/en/default/search/form.html.tmpl
file modified
+52
-16
template/en/default/search/knob.html.tmpl
file modified
+1
-0
template/en/default/search/search-advanced.html.tmpl
file modified
+1
-1
template/en/default/search/search-report-select.html.tmpl
file modified
+4
-0
template/en/default/setup/strings.txt.pl
file modified
+1
-0
template/en/default/whine/mail.txt.tmpl
file modified
+2
-0
testserver.pl
file modified
+182
-178
token.cgi
file modified
+219
-203
userprefs.cgi
file modified
+538
-441
votes.cgi
file modified
+9
-9
whine.pl
file modified
+483
-440
whineatnews.pl
file modified
+36
-35
xmlrpc.cgi
file modified
+9
-7
Bug 478886 - Open Source Red Hat Bugzilla Import Red Hat Bugzilla changes.
.gitignore
file modified
+41
-0
.htaccess
file modified
+42
-1
.perltidyrc
file added
+17
Bugzilla.pm
file modified
+660
-445
Bugzilla/Attachment.pm
file modified
+525
-483
Bugzilla/Attachment/PatchReader.pm
file modified
+261
-233
Bugzilla/Auth.pm
file modified
+199
-172
Bugzilla/Auth/Login.pm
file modified
+8
-17
Bugzilla/Auth/Login/APIKey.pm
file modified
+25
-17
Bugzilla/Auth/Login/CGI.pm
file modified
+65
-56
Bugzilla/Auth/Login/Cookie.pm
file modified
+108
-89
Bugzilla/Auth/Login/Env.pm
file modified
+14
-12
Bugzilla/Auth/Login/Stack.pm
file modified
+61
-61
Bugzilla/Auth/Persist/Cookie.pm
file modified
+146
-129
Bugzilla/Auth/Verify.pm
file modified
+107
-93
Bugzilla/Auth/Verify/DB.pm
file modified
+74
-72
Bugzilla/Auth/Verify/LDAP.pm
file modified
+133
-120
Bugzilla/Auth/Verify/RADIUS.pm
file modified
+31
-27
Bugzilla/Auth/Verify/RedHat.pm
file added
+207
Bugzilla/Auth/Verify/Stack.pm
file modified
+56
-51
Bugzilla/Bug.pm
file modified
+5241
-3583
Bugzilla/BugMail.pm
file modified
+717
-480
Bugzilla/BugUrl.pm
file modified
+118
-115
Bugzilla/BugUrl/Bugzilla.pm
file modified
+27
-25
Bugzilla/BugUrl/Bugzilla/Local.pm
file modified
+54
-56
Bugzilla/BugUrl/Debian.pm
file modified
+18
-16
Bugzilla/BugUrl/GitHub.pm
file modified
+13
-13
Bugzilla/BugUrl/Google.pm
file modified
+15
-15
Bugzilla/BugUrl/JIRA.pm
file modified
+24
-13
Bugzilla/BugUrl/Launchpad.pm
file modified
+16
-15
Bugzilla/BugUrl/MantisBT.pm
file modified
+9
-9
Bugzilla/BugUrl/SourceForge.pm
file modified
+15
-15
Bugzilla/BugUrl/Trac.pm
file modified
+13
-12
Bugzilla/BugUserLastVisit.pm
file modified
+12
-10
Bugzilla/CGI.pm
file modified
+643
-520
Bugzilla/Chart.pm
file modified
+358
-339
Bugzilla/Classification.pm
file modified
+106
-92
Bugzilla/Comment.pm
file modified
+341
-323
Bugzilla/Comment/TagWeights.pm
file modified
+5
-5
Bugzilla/Component.pm
file modified
+385
-265
Bugzilla/Config.pm
file modified
+266
-260
Bugzilla/Config/Admin.pm
file modified
+14
-25
Bugzilla/Config/Advanced.pm
file modified
+8
-21
Bugzilla/Config/Attachment.pm
file modified
+34
-41
Bugzilla/Config/Auth.pm
file modified
+78
-104
Bugzilla/Config/BugChange.pm
file modified
+24
-46
Bugzilla/Config/BugFields.pm
file modified
+44
-67
Bugzilla/Config/Common.pm
file modified
+312
-298
Bugzilla/Config/Core.pm
file modified
+7
-25
Bugzilla/Config/DependencyGraph.pm
file modified
+9
-13
Bugzilla/Config/General.pm
file modified
+16
-27
Bugzilla/Config/GroupSecurity.pm
file modified
+67
-74
Bugzilla/Config/LDAP.pm
file modified
+9
-36
Bugzilla/Config/MTA.pm
file modified
+36
-61
Bugzilla/Config/Memcached.pm
file modified
+2
-10
Bugzilla/Config/Query.pm
file modified
+38
-40
Bugzilla/Config/RADIUS.pm
file modified
+8
-24
Bugzilla/Config/ShadowDB.pm
file modified
+16
-28
Bugzilla/Config/UserMatch.pm
file modified
+14
-25
Bugzilla/Constants.pm
file modified
+470
-384
Bugzilla/DB.pm
file modified
+1123
-917
Bugzilla/DB/Mysql.pm
file modified
+814
-788
Bugzilla/DB/Oracle.pm
file modified
+524
-495
Bugzilla/DB/Pg.pm
file modified
+557
-286
Bugzilla/DB/Schema.pm
file modified
+2079
-2076
Bugzilla/DB/Schema/Mysql.pm
file modified
+304
-267
Bugzilla/DB/Schema/Oracle.pm
file modified
+404
-378
Bugzilla/DB/Schema/Pg.pm
file modified
+160
-131
Bugzilla/DB/Schema/Sqlite.pm
file modified
+216
-207
Bugzilla/DB/Sqlite.pm
file modified
+172
-156
Bugzilla/Error.pm
file modified
+210
-149
Bugzilla/Extension.pm
file modified
+152
-148
Bugzilla/Field.pm
file modified
+965
-603
Bugzilla/Field/Choice.pm
file modified
+159
-152
Bugzilla/Field/ChoiceInterface.pm
file modified
+120
-109
Bugzilla/Flag.pm
file modified
+1009
-808
Bugzilla/FlagType.pm
file modified
+500
-384
Bugzilla/Group.pm
file modified
+415
-319
Bugzilla/Hook.pm
file modified
+42
-14
Bugzilla/Install.pm
file modified
+376
-340
Bugzilla/Install/CPAN.pm
file modified
+217
-209
Bugzilla/Install/DB.pm
file modified
+3530
-3217
Bugzilla/Install/Filesystem.pm
file modified
+707
-728
Bugzilla/Install/Localconfig.pm
file modified
+186
-219
Bugzilla/Install/Requirements.pm
file modified
+605
-578
Bugzilla/Install/Util.pm
file modified
+549
-527
Bugzilla/Job/BugMail.pm
file modified
+12
-12
Bugzilla/Job/Mailer.pm
file modified
+18
-16
Bugzilla/JobQueue.pm
file modified
+138
-101
Bugzilla/JobQueue/Runner.pm
file modified
+210
-130
Bugzilla/Keyword.pm
file modified
+60
-60
Bugzilla/MIME.pm
file modified
+81
-79
Bugzilla/Mailer.pm
file modified
+313
-171
Bugzilla/Memcached.pm
file modified
+207
-210
Bugzilla/Migrate.pm
file modified
+628
-604
Bugzilla/Migrate/Gnats.pm
file modified
+530
-504
Bugzilla/Milestone.pm
file modified
+151
-145
Bugzilla/ModPerl.pm
file added
+115
Bugzilla/Object.pm
file modified
+697
-669
Bugzilla/Product.pm
file modified
+913
-583
Bugzilla/RNG.pm
file modified
+125
-122
Bugzilla/Release.pm
file added
+399
Bugzilla/Report.pm
file modified
+36
-38
Bugzilla/Search.pm
file modified
+3054
-2579
Bugzilla/Search/Clause.pm
file modified
+86
-84
Bugzilla/Search/ClauseGroup.pm
file modified
+77
-61
Bugzilla/Search/Condition.pm
file modified
+37
-33
Bugzilla/Search/Quicksearch.pm
file modified
+560
-541
Bugzilla/Search/Recent.pm
file modified
+61
-56
Bugzilla/Search/Saved.pm
file modified
+207
-181
Bugzilla/Sender/Transport/Sendmail.pm
file modified
+83
-62
Bugzilla/Series.pm
file modified
+226
-195
Bugzilla/Status.pm
file modified
+129
-117
Bugzilla/Template.pm
file modified
+1168
-1031
Bugzilla/Template/Context.pm
file modified
+64
-62
Bugzilla/Template/Plugin/Bugzilla.pm
file modified
+7
-7
Bugzilla/Template/Plugin/Hook.pm
file modified
+55
-56
Bugzilla/Template/PreloadProvider.pm
file added
+140
Bugzilla/Token.pm
file modified
+340
-308
Bugzilla/Update.pm
file modified
+142
-132
Bugzilla/User.pm
file modified
+2220
-1751
Bugzilla/User/APIKey.pm
file modified
+108
-35
Bugzilla/User/Session.pm
file added
+70
Bugzilla/User/Setting.pm
file modified
+257
-197
Bugzilla/User/Setting/Lang.pm
file modified
+3
-3
Bugzilla/User/Setting/Skin.pm
file modified
+15
-13
Bugzilla/User/Setting/Timezone.pm
file modified
+12
-10
Bugzilla/UserAgent.pm
file modified
+188
-164
Bugzilla/Util.pm
file modified
+770
-667
Bugzilla/Version.pm
file modified
+177
-144
Bugzilla/WebService.pm
file modified
+54
-4
Bugzilla/WebService/Bug.pm
file modified
+2136
-1146
Bugzilla/WebService/BugUserLastVisit.pm
file modified
+58
-55
Bugzilla/WebService/Bugzilla.pm
file modified
+117
-120
Bugzilla/WebService/Classification.pm
file modified
+50
-39
Bugzilla/WebService/Component.pm
file modified
+205
-20
Bugzilla/WebService/Constants.pm
file modified
+287
-235
Bugzilla/WebService/FlagType.pm
file modified
+285
-249
Bugzilla/WebService/Group.pm
file modified
+170
-164
Bugzilla/WebService/Product.pm
file modified
+610
-263
Bugzilla/WebService/Server.pm
file modified
+60
-55
Bugzilla/WebService/Server/JSONRPC.pm
file modified
+376
-343
Bugzilla/WebService/Server/REST.pm
file modified
+396
-385
Bugzilla/WebService/Server/REST/Resources/Bug.pm
file modified
+137
-137
Bugzilla/WebService/Server/REST/Resources/BugUserLastVisit.pm
file modified
+18
-17
Bugzilla/WebService/Server/REST/Resources/Bugzilla.pm
file modified
+11
-35
Bugzilla/WebService/Server/REST/Resources/Classification.pm
file modified
+14
-13
Bugzilla/WebService/Server/REST/Resources/Component.pm
file modified
+7
-11
Bugzilla/WebService/Server/REST/Resources/FlagType.pm
file modified
+32
-35
Bugzilla/WebService/Server/REST/Resources/Group.pm
file modified
+19
-22
Bugzilla/WebService/Server/REST/Resources/Product.pm
file modified
+33
-45
Bugzilla/WebService/Server/REST/Resources/User.pm
file modified
+32
-44
Bugzilla/WebService/Server/XMLRPC.pm
file modified
+265
-233
Bugzilla/WebService/User.pm
file modified
+369
-299
Bugzilla/WebService/Util.pm
file modified
+220
-219
Bugzilla/Whine.pm
file modified
+11
-11
Bugzilla/Whine/Query.pm
file modified
+12
-12
Bugzilla/Whine/Schedule.pm
file modified
+40
-38
Build.PL
file modified
+5
-2
MANIFEST.SKIP
file modified
+3
-0
README.md
file added
+107
admin.cgi
file modified
+4
-3
attachment.cgi
file modified
+679
-577
buglist.cgi
file modified
+883
-651
chart.cgi
file modified
+212
-198
checksetup.pl
file modified
+41
-21
clean-bug-user-last-visit.pl
file modified
+2
-4
colchange.cgi
file modified
+126
-113
collectstats.pl
file modified
+344
-314
config.cgi
file modified
+84
-74
contrib/jb2bz.py
file modified
+2
-1