Commit Graph

2409 Commits (003913e3fc578011d54bda2960f9fc8bf46fdec6)

Author SHA1 Message Date
Vitaliy Filippov 003913e3fc Support multiple "look for bug in" URLs 2016-02-29 00:40:22 +03:00
Vitaliy Filippov 0bc3e2599c do not die for empty values 2016-02-16 16:30:12 +03:00
Vitaliy Filippov 3ade1d0a8d Allow multiple values for the same except_field in checkers 2016-01-29 15:19:02 +03:00
Vitaliy Filippov ea2dfa1fe4 Remove zero required version 2016-01-27 19:13:49 +03:00
Vitaliy Filippov 83202248a4 Remove "attachment already obsolete" error, fix longdesclength argument check 2016-01-27 18:15:04 +03:00
Vitaliy Filippov b8f096bd42 Check field type for "in search" operators 2016-01-27 18:11:29 +03:00
Vitaliy Filippov a6ec66012c Fix checker user_id validator 2016-01-27 18:02:27 +03:00
Vitaliy Filippov ca5dde4d80 Fix config.cgi list() call 2016-01-26 13:43:23 +03:00
Vitaliy Filippov 4736a51e18 Allow admin users to see all saved queries 2016-01-25 18:27:54 +03:00
Vitaliy Filippov 4ad3e1d881 Add "bypass group" parameter to Checkers 2016-01-25 18:19:14 +03:00
Vitaliy Filippov 98b88de635 Fix deadline history logging 2016-01-22 17:22:18 +03:00
Vitaliy Filippov 5b4ce0bd96 Fix :: -> 2016-01-19 15:48:53 +03:00
Vitaliy Filippov cedb870a81 Use same buglist generation code in whine.pl and in buglist.cgi 2015-12-29 17:58:15 +03:00
Vitaliy Filippov b37cc0c1b3 Remove current user modification hack for Bugzilla::Search 2015-12-24 16:42:47 +03:00
Vitaliy Filippov 3e789c2a51 Fix buglist value urls to use fields instead of quicksearch 2015-12-22 15:56:11 +03:00
Vitaliy Filippov d460b74b8c Do not make extra empty paragraphs 2015-12-07 12:58:50 +03:00
Vitaliy Filippov 40dc73f692 Fix possible duplicate key error when adding a bookmark to saved searches 2015-12-07 12:50:01 +03:00
Vitaliy Filippov 40251a927a Fix group matching 2015-12-07 12:31:53 +03:00
Vitaliy Filippov 823c7afe49 Fix Bugzilla.Group member manage method 2015-12-04 17:37:56 +03:00
Vitaliy Filippov a718d113a6 Do not cumulate totals across tables 2015-11-25 18:43:24 +03:00
Vitaliy Filippov 8d9eb2b89a fix for single include/exclude_fields 2015-11-20 13:45:51 +03:00
Vitaliy Filippov 35df417ee1 Proper fix 2015-11-18 15:32:21 +03:00
Vitaliy Filippov a7bf3751bd Fix editusers message 2015-11-18 14:48:47 +03:00
Vitaliy Filippov e760a23ae2 Do not crash in Search when multiple values are passed to a single-value operator 2015-11-18 14:45:57 +03:00
Vitaliy Filippov 6e9ee91dcf Add Group.{add,remove}_{members,managers} web services
Also move user_group_map manipulation code into Bugzilla::Group
2015-11-16 18:20:23 +03:00
Vitaliy Filippov bd69dca4a1 Fix query parameters in whine.pl 2015-11-13 14:40:42 +03:00
Vitaliy Filippov 2412e88f67 Fix "change several bugs at once", remove FIXME in Object.pm 2015-11-11 16:33:35 +03:00
Vitaliy Filippov 240180bb05 Fix 2 more places where $bug->alias was assumed to return arrayref 2015-11-11 14:26:38 +03:00
Vitaliy Filippov 773d33e561 Add newer Bugzilla::Bug->get_activity() method for compatibility (fix WS Bug.history method) 2015-11-11 14:24:57 +03:00
Vitaliy Filippov 0252410899 Also clear 0000-00-00 deadlines 2015-11-10 15:25:44 +03:00
Vitaliy Filippov 57f6b13dd5 Fix clearing deadline 2015-11-10 15:22:18 +03:00
Vitaliy Filippov 142a9561b2 Untaint bug IDs when passing them to visible_bugs() 2015-11-05 14:45:00 +03:00
Vitaliy Filippov 673aada44e Workaround mystical taint bug in Bugzilla::Object 2015-11-05 14:45:00 +03:00
Vitaliy Filippov 6f1bb58668 Report errors that happen during XML-RPC processing 2015-11-05 14:44:43 +03:00
Vitaliy Filippov 711952b34c Silence CGI.pm warning by using newer 4.08+ multi_param method 2015-11-05 14:00:05 +03:00
Vitaliy Filippov 3e4cd49b2c Correctly detect IN_EVAL under HTTPServerSimple, fix preload under taint mode 2015-11-05 13:51:28 +03:00
Vitaliy Filippov 58346deb00 Fix "email" type for merged XML-RPC webservices, update Bugzilla WS and XMLRPC subclass 2015-11-05 13:32:53 +03:00
Vitaliy Filippov cb5b2f06e0 Fix Bug.comments method after merge (follow-up to 10988be74f) 2015-10-26 16:17:46 +03:00
Vitaliy Filippov a51d9a9deb Fix add product error 2015-10-26 16:12:22 +03:00
Vitaliy Filippov 805d0afc82 Fix sql syntax 2015-10-26 16:06:14 +03:00
Vitaliy Filippov 799a177c31 Fix User.login after merging WS (follow-up to 10988be74f) 2015-10-26 15:42:31 +03:00
Vitaliy Filippov 9be26744ed Add separate "Create products" permission 2015-10-26 15:11:28 +03:00
Vitaliy Filippov f39407bcab Always sort group inclusion and grant options 2015-10-26 13:10:08 +03:00
Vitaliy Filippov 801b4312e8 Do not cut product to 8 characters, wrap custom fields 2015-10-26 12:42:43 +03:00
Vitaliy Filippov 10988be74f Merge WebServices from Bugzilla 5.0.1 2015-10-23 16:05:16 +03:00
Vitaliy Filippov 594e5ee476 Remove prepare/execute from whine.pl, more code style 2015-10-14 18:16:41 +03:00
Vitaliy Filippov 3d748e36ec Code style for whine.pl 2015-10-13 19:10:05 +03:00
Vitaliy Filippov 400a4b1bed Do not fail to login back just after logging out (when ?logout=1 is still in URL) 2015-10-13 18:55:18 +03:00
Vitaliy Filippov e34e9158fb Fix whining (did not work at all) 2015-10-13 18:35:36 +03:00
Vitaliy Filippov bcec6967ee Fix empty classification list on product edit page after creation 2015-10-09 15:22:23 +03:00