bugzilla-4intranet/Bugzilla
Vitaliy Filippov 1886faf627 Use editvisibility.cgi to enable/disable dependent values, not dependent fields 2014-10-07 15:00:31 +04:00
..
Attachment Bug 65346 (fix keyword search - Search.pm), Bug 65323 (change print cgi->header to cgi->send_header and do it automatically on template process) 2010-06-11 17:31:17 +00:00
Auth Allow to use field names in email_in.pl, do not use CGI tie, use Bugzilla->input_params, fix some warnings 2014-10-07 14:58:16 +04:00
Config Remove useXXX parameters and use $field->enabled instead; 2014-10-07 14:58:17 +04:00
DB Move custis-specific code to/from extension 2014-10-07 15:00:30 +04:00
Field Remove products.defaultmilestone and allow to configure default milestone using the generic field UI 2014-10-07 14:58:17 +04:00
FlagType Replace header 2014-05-23 18:32:19 +04:00
Install Remove components.default_version and allow to configure default version 2014-10-07 14:58:17 +04:00
Job Bug 40933 2009-09-14 14:26:24 +00:00
JobQueue Bugzilla::JobQueue::Runner code style 2014-10-07 14:58:15 +04:00
Language Remove also percentage_complete and days_elapsed from fielddefs 2014-10-07 14:58:16 +04:00
Migrate Bug 40933 - НЕ ДО КОНЦА оттестированная объединённая версия Bugzilla 3.6 - НИКУДА НЕ РАЗВОРАЧИВАТЬ! :) 2010-05-14 20:02:34 +00:00
Search Fix utf8 cookie keys 2014-10-07 14:58:18 +04:00
Template Bug 40933 - Merge with 3.6.1, Bug 64562 - Display "Next bug in your list..." 2010-06-25 16:04:36 +00:00
User Bug 40933 2009-07-29 11:21:49 +00:00
WebService Use $field->value_type instead of Bugzilla::Field::Choice->type($field) 2014-10-07 14:58:17 +04:00
Whine Bug 40933 - НЕ ДО КОНЦА оттестированная объединённая версия Bugzilla 3.6 - НИКУДА НЕ РАЗВОРАЧИВАТЬ! :) 2010-05-14 20:02:34 +00:00
.htaccess Bug 40933 2008-12-15 12:53:33 +00:00
Attachment.pm Bugzilla::Attachment code style 2014-10-07 14:58:17 +04: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 Check deadline, status_whiteboard, alias for empty value 2014-10-07 14:58:17 +04:00
BugMail.pm Move custis-specific code to/from extension 2014-10-07 15:00:30 +04:00
CGI.pm Fix utf8 cookie keys 2014-10-07 14:58:18 +04:00
Chart.pm Bug 75890 - CVE-2011-3657 (https://bugzilla.mozilla.org/show_bug.cgi?id=697699) 2012-01-13 12:01:10 +00:00
Checker.pm Move custis-specific code to/from extension 2014-10-07 15:00:30 +04:00
Classification.pm Code style 2014-10-07 14:58:18 +04:00
Comment.pm Code style 2014-10-07 14:58:18 +04:00
Component.pm Replace MAX_*_SIZE with a single MAX_FIELD_VALUE_SIZE 2014-10-07 14:58:18 +04:00
Config.pm Remove defaultXXX params -- now default value is a property of field 2014-10-07 14:58:15 +04:00
Constants.pm Replace MAX_*_SIZE with a single MAX_FIELD_VALUE_SIZE 2014-10-07 14:58:18 +04:00
DB.pm Remove products.defaultmilestone and allow to configure default milestone using the generic field UI 2014-10-07 14:58:17 +04:00
Diff.pm Code style 2014-10-07 14:58:18 +04:00
Error.pm Allow to use field names in email_in.pl, do not use CGI tie, use Bugzilla->input_params, fix some warnings 2014-10-07 14:58:16 +04:00
Extension.pm Bug 40933 - Some garbage fixes 2011-08-18 19:49:54 +00:00
Field.pm Use editvisibility.cgi to enable/disable dependent values, not dependent fields 2014-10-07 15:00:31 +04:00
Flag.pm Rename Bugzilla::User::match to match_name to not hide Bugzilla::Object method 2014-10-07 14:58:16 +04:00
FlagType.pm Never use selectboxes for selecting users -- we already have autocomplete for a long time. 2014-05-16 18:52:10 +04:00
Group.pm Rename Bugzilla::User::match to match_name to not hide Bugzilla::Object method 2014-10-07 14:58:16 +04:00
Hook.pm Bug 124551 - Use Email::Sender instead of Email::Send 2013-04-29 14:42:26 +00:00
Install.pm Allow empty version, convert "unspecified" versions to NULL 2014-10-07 14:58:13 +04:00
JobQueue.pm Remove JOB_MAP hardcode 2014-10-07 14:58:15 +04:00
Keyword.pm Fix keyword webservice, take all keyword list from field_metadata 2014-10-07 14:58:16 +04:00
Mailer.pm Remove JOB_MAP hardcode 2014-10-07 14:58:15 +04:00
Migrate.pm Use $field->value_type instead of Bugzilla::Field::Choice->type($field) 2014-10-07 14:58:17 +04:00
Milestone.pm Replace MAX_*_SIZE with a single MAX_FIELD_VALUE_SIZE 2014-10-07 14:58:18 +04: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 Convert Keywords into a standard multi-select field 2014-10-07 14:58:16 +04: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 Replace MAX_*_SIZE with a single MAX_FIELD_VALUE_SIZE 2014-10-07 14:58:18 +04:00
Report.pm Replace MAX_*_SIZE with a single MAX_FIELD_VALUE_SIZE 2014-10-07 14:58:18 +04:00
Search.pm Use $field->value_type instead of Bugzilla::Field::Choice->type($field) 2014-10-07 14:58:17 +04:00
Series.pm Bug 68921 - More search columns refactoring 2010-12-09 13:39:15 +00:00
Status.pm Remove is_static, partially remove is_default impact 2014-10-07 14:58:16 +04:00
Template.pm Move custis-specific code to/from extension 2014-10-07 15:00:30 +04:00
Token.pm Fix importxls token error 2014-05-21 17:49:15 +04:00
Update.pm Bug 40933 - НЕ ДО КОНЦА оттестированная объединённая версия Bugzilla 3.6 - НИКУДА НЕ РАЗВОРАЧИВАТЬ! :) 2010-05-14 20:02:34 +00:00
User.pm Remove useXXX parameters and use $field->enabled instead; 2014-10-07 14:58:17 +04:00
Util.pm Escape commas in multi-select activity log, detect changes for multi-selects during mid-air collisions 2014-10-07 14:58:17 +04:00
Version.pm Fix utf8 cookie keys 2014-10-07 14:58:18 +04:00
WebService.pm Bug 84586 - Merge WebServices from Bugzilla 4.0.1 2011-08-19 15:59:19 +00:00