From 74f15e52e9ac43d4e47d08337aa6574899c00090 Mon Sep 17 00:00:00 2001 From: Mary Umoh Date: Wed, 21 Jun 2017 16:18:56 -0400 Subject: Bug 1369872 - Combine skins/custom/Mozilla/*.css and skins/contrib/*.css into skins/standard/*.css * Move bug_groups from custom to standard * More modified bug_group files * Combine skin CSS files * Move .png files to standard * Move css from global.css that belongs in index.css * Changes to css placement * All images within skins/standard moved to images folder * Fix font issue * Updates * Updates * Fix mistake --- Bugzilla/Constants.pm | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'Bugzilla/Constants.pm') diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 7d5f6fa2e..9c8f39b4a 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -83,19 +83,19 @@ use Memoize; CMT_ATTACHMENT_UPDATED THROW_ERROR - + RELATIONSHIPS REL_ASSIGNEE REL_QA REL_REPORTER REL_CC REL_GLOBAL_WATCHER REL_ANY - + POS_EVENTS EVT_OTHER EVT_ADDED_REMOVED EVT_COMMENT EVT_ATTACHMENT EVT_ATTACHMENT_DATA EVT_PROJ_MANAGEMENT EVT_OPENED_CLOSED EVT_KEYWORD EVT_CC EVT_DEPEND_BLOCK EVT_BUG_CREATED EVT_COMPONENT NEG_EVENTS - EVT_UNCONFIRMED EVT_CHANGED_BY_ME - + EVT_UNCONFIRMED EVT_CHANGED_BY_ME + GLOBAL_EVENTS EVT_FLAG_REQUESTED EVT_REQUESTED_FLAG @@ -119,7 +119,7 @@ use Memoize; FIELD_TYPE_EXTENSION FIELD_TYPE_HIGHEST_PLUS_ONE - + EMPTY_DATETIME_REGEX ABNORMAL_SELECTS @@ -180,7 +180,7 @@ use Memoize; PASSWORD_DIGEST_ALGORITHM PASSWORD_SALT_LENGTH - + CGI_URI_LIMIT PRIVILEGES_REQUIRED_NONE @@ -238,9 +238,9 @@ use constant NOT_NULL => ' __NOT_NULL__ '; # # ControlMap constants for group_control_map. # membercontol:othercontrol => meaning -# Na:Na => Bugs in this product may not be restricted to this +# Na:Na => Bugs in this product may not be restricted to this # group. -# Shown:Na => Members of the group may restrict bugs +# Shown:Na => Members of the group may restrict bugs # in this product to this group. # Shown:Shown => Members of the group may restrict bugs # in this product to this group. @@ -355,7 +355,7 @@ use constant RELATIONSHIPS => { REL_CC , "CC", REL_GLOBAL_WATCHER, "GlobalWatcher" }; - + # Used for global events like EVT_FLAG_REQUESTED use constant REL_ANY => 100; @@ -378,8 +378,8 @@ use constant EVT_DEPEND_BLOCK => 9; use constant EVT_BUG_CREATED => 10; use constant EVT_COMPONENT => 11; -use constant POS_EVENTS => EVT_OTHER, EVT_ADDED_REMOVED, EVT_COMMENT, - EVT_ATTACHMENT, EVT_ATTACHMENT_DATA, +use constant POS_EVENTS => EVT_OTHER, EVT_ADDED_REMOVED, EVT_COMMENT, + EVT_ATTACHMENT, EVT_ATTACHMENT_DATA, EVT_PROJ_MANAGEMENT, EVT_OPENED_CLOSED, EVT_KEYWORD, EVT_CC, EVT_DEPEND_BLOCK, EVT_BUG_CREATED, EVT_COMPONENT; @@ -432,7 +432,7 @@ use constant FIELD_TYPE_EXTENSION => 99; # obvious fashion use constant FIELD_TYPE_HIGHEST_PLUS_ONE => 100; -use constant EMPTY_DATETIME_REGEX => qr/^[0\-:\sA-Za-z]+$/; +use constant EMPTY_DATETIME_REGEX => qr/^[0\-:\sA-Za-z]+$/; # See the POD for Bugzilla::Field/is_abnormal to see why these are listed # here. @@ -482,7 +482,7 @@ use constant contenttypes => "rdf" => "application/rdf+xml" , "atom" => "application/atom+xml" , "xml" => "application/xml" , - "dtd" => "application/xml-dtd" , + "dtd" => "application/xml-dtd" , "js" => "application/x-javascript" , "json" => "application/json" , "csv" => "text/csv" , @@ -521,7 +521,7 @@ use constant INSTALLATION_MODE_NON_INTERACTIVE => 1; use constant DB_MODULE => { # Require MySQL 5.6.x for innodb's fulltext support 'mysql' => {db => 'Bugzilla::DB::Mysql', db_version => '5.6.12', - dbd => { + dbd => { package => 'DBD-mysql', module => 'DBD::mysql', # Disallow development versions @@ -678,7 +678,7 @@ sub _bz_locations { } $datadir = "$libpath/$datadir"; - # We have to return absolute paths for mod_perl. + # We have to return absolute paths for mod_perl. # That means that if you modify these paths, they must be absolute paths. return { 'libpath' => $libpath, -- cgit v1.2.3-24-g4f1b