bugzilla-4intranet/Bugzilla
Vitaliy Filippov 02050d63c6 Fix foreign key DELETE and UPDATE actions, fix user removal 2014-10-07 14:58:16 +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 defaultXXX params -- now default value is a property of field 2014-10-07 14:58:15 +04:00
DB Fix foreign key DELETE and UPDATE actions, fix user removal 2014-10-07 14:58:16 +04:00
Field Remove is_static, partially remove is_default impact 2014-10-07 14:58:16 +04:00
FlagType Replace header 2014-05-23 18:32:19 +04:00
Install Fix foreign key DELETE and UPDATE actions, fix user removal 2014-10-07 14:58:16 +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 Refactor result reporting, move the rest of ORM code from process_bug.cgi to actual ORM class 2014-10-07 14:58:16 +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 Fix keyword webservice, take all keyword list from field_metadata 2014-10-07 14:58:16 +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 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
Auth.pm Add profiles.is_enabled, profiles.last_seen_date columns, like in upstream 2014-10-07 14:58:12 +04:00
Bug.pm Fix foreign key DELETE and UPDATE actions, fix user removal 2014-10-07 14:58:16 +04:00
BugMail.pm Refactor result reporting, move the rest of ORM code from process_bug.cgi to actual ORM class 2014-10-07 14:58:16 +04:00
CGI.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
Chart.pm Bug 75890 - CVE-2011-3657 (https://bugzilla.mozilla.org/show_bug.cgi?id=697699) 2012-01-13 12:01:10 +00:00
Classification.pm Treat empty visibility value sets as "always invisible" instead of "always visible" 2014-10-07 14:58:14 +04:00
Comment.pm Bug 147728 - fix "Browse" styles which were VERY UGLY 2014-03-24 15:51:31 +00:00
Component.pm Copy default versions into field_defaults 2014-10-07 14:58:14 +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 Add clone_field_id attribute, make enter_bug.cgi honor it, remove obsolete APIs field.new_choice and get_field_id 2014-10-07 14:58:14 +04:00
DB.pm Fix foreign key DELETE and UPDATE actions, fix user removal 2014-10-07 14:58:16 +04:00
Diff.pm Fix "my ($old, $new) masks earlier declaration" 2014-05-19 16:54:55 +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 Fix foreign key DELETE and UPDATE actions, fix user removal 2014-10-07 14:58:16 +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 Remove is_static, partially remove is_default impact 2014-10-07 14:58:16 +04:00
Milestone.pm Allow to disable old versions/milestones, rename components.is_active to components.isactive, like in upstream 2014-10-07 14:58:12 +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 Make cc_group store group id, not name 2014-10-07 14:58:16 +04:00
Report.pm Move clean_search_url out of CGI 2014-10-07 14:58:15 +04:00
Search.pm Remove also percentage_complete and days_elapsed from fielddefs 2014-10-07 14:58:16 +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 Refactor result reporting, move the rest of ORM code from process_bug.cgi to actual ORM class 2014-10-07 14:58:16 +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 Rename Bugzilla::User::match to match_name to not hide Bugzilla::Object method 2014-10-07 14:58:16 +04:00
Util.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
Version.pm Allow empty version, convert "unspecified" versions to NULL 2014-10-07 14:58:13 +04:00
WebService.pm Bug 84586 - Merge WebServices from Bugzilla 4.0.1 2011-08-19 15:59:19 +00:00