Commit Graph

205 Commits (af5945dfd1c859d874880a73ed18b75b46d9454a)

Author SHA1 Message Date
Vitaliy Filippov af5945dfd1 Fix input_params 2014-10-07 14:58:16 +04:00
Vitaliy Filippov cb58d0da87 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
Vitaliy Filippov cb7ddc4331 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
Vitaliy Filippov bc81b6894c Remove defaultXXX params -- now default value is a property of field 2014-10-07 14:58:15 +04:00
Vitaliy Filippov a10187577e Remove is_open_state and BUG_STATE_OPEN 2014-10-07 14:58:15 +04:00
Vitaliy Filippov 4899654c43 Allow field values and flags to be controlled by an empty value 2014-10-07 14:58:15 +04:00
Vitaliy Filippov 2c2bfc4301 Fix mass edit 2014-10-07 14:58:15 +04:00
Vitaliy Filippov 82b268483c Add UI for editing visibilility/nullable/cloned/defaults from value pages 2014-10-07 14:58:14 +04:00
Vitaliy Filippov c2c97c06af 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
Vitaliy Filippov 5c035a5184 Bridge defaultXXX with fielddefs.default_value, use default values in Bugzilla::Bug ORM code 2014-10-07 14:58:14 +04:00
Vitaliy Filippov 8d9b13decd Fixes for removed enter_bug flag; make "dependent nullable" working 2014-10-07 14:58:13 +04:00
Vitaliy Filippov 9d71d573e4 Make "nullable" property dependent on visibility field value 2014-10-07 14:58:13 +04:00
Vitaliy Filippov 1d333cc0eb Use fielddefs.is_mandatory, like in upstream 2014-10-07 14:58:13 +04:00
Vitaliy Filippov ba674e44ef Make BUG_ID reverse relationships function
* Show them on the bug form
* Allow to search on them
* Allow to set them in excel import
2014-10-07 14:58:12 +04:00
Vitaliy Filippov d5e13b4a67 WIP BUG_ID reverse relationships (implementation different to upstream) 2014-10-07 14:58:12 +04:00
Vitaliy Filippov 5548f1d0a1 Add profiles.is_enabled, profiles.last_seen_date columns, like in upstream 2014-10-07 14:58:12 +04:00
Vitaliy Filippov 72bfb7423b Remove bugs.keywords column like in upstream 2014-10-07 14:58:12 +04:00
Vitaliy Filippov ce1c75e02c Fix remaining_time setting during bug creation 2014-09-03 19:28:10 +04:00
Vitaliy Filippov 57eb2dac62 * Match selected values on name in bug-visibility.js
* Fix "verify field values"
* Do not display "verify groups" in case of same group control set for the old and the new products
2014-05-29 18:53:56 +04:00
Vitaliy Filippov 8eafac0b57 Fix showdependencytree.cgi 2014-05-28 14:41:38 +04:00
Vitaliy Filippov bd4d362b11 Do not show --- option for multi-selects, fix multi-select setter 2014-05-27 19:24:37 +04:00
Vitaliy Filippov 1f53dcc76f Do not log activity during bug creation 2014-05-27 15:26:45 +04:00
Vitaliy Filippov 4646d2c197 Check default values when creating new bugs 2014-05-26 19:48:30 +04:00
Vitaliy Filippov 1a5bbe5f03 Optimize field and choice check_visibility(), allow component objects to be set, remove some duplicated code 2014-05-26 17:21:29 +04:00
Vitaliy Filippov 27aef9f11c Fix clearing alias 2014-05-24 21:04:18 +04:00
Vitaliy Filippov 33df1f9109 Remove CGI usage from request/email template 2014-05-23 20:02:44 +04:00
Vitaliy Filippov 472fb8f6a9 Do not allow to set invalid components for new bugs 2014-05-23 18:23:57 +04:00
Vitaliy Filippov b226af09ac Clear loaded comments after saving bug 2014-05-23 15:59:44 +04:00
Vitaliy Filippov be4fc3c1dc Fix empty bug updates 2014-05-23 00:53:23 +04:00
Vitaliy Filippov 215e7502f4 Description is required for new bugs 2014-05-23 00:37:19 +04:00
Vitaliy Filippov 860c45cd7e Make default version also reference ID 2014-05-22 17:55:57 +04:00
Vitaliy Filippov 55aadda9b8 Fix clearing keywords 2014-05-22 16:43:50 +04:00
Vitaliy Filippov 70bad71d23 Fix backdated worktime feature 2014-05-22 02:00:17 +04:00
Vitaliy Filippov a0deb31c5b Optionally allow to assign bugs to other people 2014-05-19 19:38:59 +04:00
Vitaliy Filippov 56904ab882 Better illegal_bug_status_transition message 2014-05-19 17:30:30 +04:00
Vitaliy Filippov e91f12c4d1 Clone arrays in dirty copy 2014-05-19 14:43:48 +04:00
Vitaliy Filippov 7c4236d2aa Fix removecc 2014-05-19 14:17:55 +04:00
Vitaliy Filippov ba763a4c7b Fix validation deadline, dependencies 2014-05-19 12:39:40 +04:00
Vitaliy Filippov cfb31dc9a7 Fix non-timetrackers posting bugs (remaining_time not null) 2014-05-19 10:54:37 +04:00
Vitaliy Filippov a1c608745c Do not restrict product values in the form, fix group change on moving between products 2014-05-19 03:33:22 +04:00
Vitaliy Filippov 8e93087ac1 Refactor BugMail -- use bug object instead of querying attributes from the DB 2014-05-19 03:33:22 +04:00
Vitaliy Filippov 07b11f2d50 Fix group saving 2014-05-19 01:49:04 +04:00
Vitaliy Filippov 0489bf37e9 Fix saving keywords 2014-05-19 01:27:05 +04:00
Vitaliy Filippov a743cc823d Fix posting bugs with cc 2014-05-18 16:20:52 +04:00
Vitaliy Filippov 23dc09d7d9 Fix some warnings / small errors 2014-05-16 18:52:41 +04:00
Vitaliy Filippov b802359320 Fix "Show Multiple" (long format) 2014-05-16 18:52:41 +04:00
Vitaliy Filippov 4e10123e9c Bug 144588 - Allow to edit bug descriptions, add server-side validation of edited comments 2014-05-16 18:52:40 +04:00
Vitaliy Filippov 7fa7827060 Fix dependency closure validation 2014-05-16 18:52:40 +04:00
Vitaliy Filippov 37a6aa3cde fix checking assigned bug status 2014-05-16 18:52:40 +04:00
Vitaliy Filippov 9e6ee72ffe Move diff handling into GetBugActivity, filter changed comments by date for mid-air collision page 2014-05-16 18:52:40 +04:00