Commit Graph

68 Commits (3f66ba749083f3033015ee3eaafaf4056e5f08b4)

Author SHA1 Message Date
Vitaliy Filippov 3a9b5f93f5 Allow to create administration groups for created products 2017-01-25 17:29:38 +03:00
Vitaliy Filippov 9be26744ed Add separate "Create products" permission 2015-10-26 15:11:28 +03:00
Vitaliy Filippov 10988be74f Merge WebServices from Bugzilla 5.0.1 2015-10-23 16:05:16 +03:00
Vitaliy Filippov 9267e2537a Different workaround for mysterious taint issues under perl 5.20 2015-07-09 14:31:12 +03:00
Vitaliy Filippov 697930623b Fix choose_product target uri when bugzilla is not in root 2014-10-31 19:51:02 +03:00
Vitaliy Filippov 4fb34102b1 Fix some more DB initialisation errors 2014-10-24 18:20:26 +04:00
Vitaliy Filippov 7b3c75c7a0 Remove the rest of cgi->param() and cgi->cookie() calls 2014-10-10 16:57:07 +04:00
Vitaliy Filippov a06dcd0192 Remove VarHash experiment 2014-10-08 16:39:47 +04:00
Vitaliy Filippov 59bc1dc86a Bugzilla::Chart, Bugzilla::Series, chart.cgi: remove CGI usage 2014-10-07 18:24:25 +04:00
Vitaliy Filippov 4479f5a97b Better 'makeproductgroups' handling.
* Do not insert group into all products by default when 'makeproductgroups' is on
* Allow to choose whether to create access group for new products
* Move group and series creation calls away from Product->create
* Change help text
* Enable makeproductgroups by default again
2014-10-07 15:56:57 +04:00
Vitaliy Filippov e50428a42b Remove user_id_to_login procedural API; set default values for non-select fields on bug form 2014-10-07 15:00:54 +04:00
Vitaliy Filippov ff0f7fbf19 Remove duplicated choose classification code 2014-10-07 15:00:54 +04:00
Vitaliy Filippov 8e99b96c7c Remove bug/create/user-message.html.tmpl template, add entryheaderhtml param and product property 2014-10-07 15:00:53 +04:00
Vitaliy Filippov 14b1019de4 Replace MAX_*_SIZE with a single MAX_FIELD_VALUE_SIZE 2014-10-07 14:58:18 +04:00
Vitaliy Filippov d18d3c8269 Remove components.default_version and allow to configure default version
using the generic field UI.

Also do not override remove_from_db of Field::Choice in some classes.
2014-10-07 14:58:17 +04:00
Vitaliy Filippov eccb6bc9eb Remove products.defaultmilestone and allow to configure default milestone using the generic field UI 2014-10-07 14:58:17 +04:00
Vitaliy Filippov 1d566b366e Reorder methods of Bugzilla::Field, reformat and add some documentation 2014-10-07 14:58:17 +04:00
Vitaliy Filippov 152654312b Remove useXXX parameters and use $field->enabled instead;
Make Bugzilla object always accessible in templates;
Allow only specific tweaks for standard fields and show which ones are allowed in the UI.
2014-10-07 14:58:17 +04:00
Vitaliy Filippov 9fb94e333a Make cc_group store group id, not name 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 a10187577e Remove is_open_state and BUG_STATE_OPEN 2014-10-07 14:58:15 +04:00
Vitaliy Filippov 86deae0270 Treat empty visibility value sets as "always invisible" instead of "always visible" 2014-10-07 14:58:14 +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 b0964e90c1 Allow to move products between classifications from product page 2014-10-07 14:58:13 +04:00
Vitaliy Filippov 65c15e5fd4 Allow empty version, convert "unspecified" versions to NULL 2014-10-07 14:58:13 +04:00
Vitaliy Filippov 161b5bdb48 Sort legal_values case-insensitively 2014-10-07 14:58:13 +04:00
Vitaliy Filippov a9d629ea72 Allow to disable old versions/milestones, rename components.is_active to components.isactive, like in upstream 2014-10-07 14:58:12 +04:00
Vitaliy Filippov 74ec807280 Fix editing default milestone for products 2014-05-21 17:53:50 +04:00
Vitaliy Filippov 4c9924929a Move some specific code to/from custishacks 2014-05-16 18:52:41 +04:00
Vitaliy Filippov daa8396b7f Bugzilla::Product code style 2014-05-16 18:52:40 +04:00
Vitaliy Filippov 684a8cde1a Fix some places where products.defaultmilestone was used 2014-05-16 18:52:39 +04:00
Vitaliy Filippov 082cb4df74 Redesign edit product page 2014-05-16 18:52:39 +04:00
Vitaliy Filippov fd569a8f2a Fix product addition, remove rudimental milestoneurl 2014-05-16 18:52:39 +04:00
Vitaliy Filippov 1eb8f0e64b WIP remove bug_status hardcode 2014-05-16 18:52:39 +04:00
Vitaliy Filippov 18105590ec Bug 38616 - Fix CC restriction, add FIXMEs 2014-05-16 18:52:09 +04:00
Vitaliy Filippov b9b561fe45 Add _obj accessors, fix "Long Format" 2014-05-16 18:52:09 +04:00
Vitaliy Filippov b2d8118048 Remove duplicate get_legal_field_values() API 2014-05-16 18:52:07 +04:00
Vitaliy Filippov c9e2139fbf Remove --- used as NULL surrogate 2014-05-16 18:52:07 +04:00
vfilippov 5783ab6049 Bug 144547 - Fix product addition (cc_group NULL)
git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1928 6955db30-a419-402b-8a0d-67ecbb4d7f56
2014-01-31 11:42:19 +00:00
vkoptev 421e153bc5 Bug 141353 - remove dumper and test code; change text
git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1874 6955db30-a419-402b-8a0d-67ecbb4d7f56
2013-12-19 11:39:01 +00:00
vkoptev f51f417518 Bug 139829 - add product property cc_group instead [cc: ...] in description
git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1871 6955db30-a419-402b-8a0d-67ecbb4d7f56
2013-12-12 13:55:18 +00:00
vfilippov cda7adef9e Bug 102958 - Always check that mandatory groups are really mandatory
git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1584 6955db30-a419-402b-8a0d-67ecbb4d7f56
2012-07-09 12:13:45 +00:00
vfilippov 8815c8aa39 Bug 102958 - Redesign of group control form
git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1580 6955db30-a419-402b-8a0d-67ecbb4d7f56
2012-07-05 10:21:34 +00:00
vfilippov 35031b1a78 Bug 94437 - Fix create product
git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1523 6955db30-a419-402b-8a0d-67ecbb4d7f56
2012-03-05 14:03:35 +00:00
vfilippov 13114a0097 Bug 94437 - Fix Reclassify fieldvaluecontrol interaction
git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1513 6955db30-a419-402b-8a0d-67ecbb4d7f56
2012-02-17 12:13:44 +00:00
vfilippov 148c136e08 Bug 74028 - Preserve sort order of dependent fields respecting id-name mapping, change "add product" link to "add product to this classification", touch fields on product, component, version, milestone changes
git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1222 6955db30-a419-402b-8a0d-67ecbb4d7f56
2011-02-16 17:02:17 +00:00
vfilippov 32930d4107 Bug 63249
git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1185 6955db30-a419-402b-8a0d-67ecbb4d7f56
2010-12-20 19:05:49 +00:00
vfilippov bcd42eef18 Bug 69514 - Automatic cf_extbug setting on clone into ext/int, move JS outside of templates
git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1181 6955db30-a419-402b-8a0d-67ecbb4d7f56
2010-12-15 23:54:54 +00:00
vfilippov 63afc2cc96 Bug 64562 - Switch voted-confirmed bugmail to send_results()
git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1142 6955db30-a419-402b-8a0d-67ecbb4d7f56
2010-12-07 17:52:15 +00:00
vfilippov 465024a7e7 Bug 68921, Bug 69481
git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1080 6955db30-a419-402b-8a0d-67ecbb4d7f56
2010-11-17 13:41:00 +00:00