Commit Graph

91 Commits (3f66ba749083f3033015ee3eaafaf4056e5f08b4)

Author SHA1 Message Date
Vitaliy Filippov e395f89f73 HTTP incoming email handler 2017-12-28 00:55:23 +03:00
Vitaliy Filippov c8b8ccd383 Default /usr/bin/dot 2017-11-30 18:12:39 +03:00
Vitaliy Filippov ba08f1f46d Allow to raise max_matches params for Sphinx search 2017-01-10 15:20:07 +03:00
Vitaliy Filippov 003913e3fc Support multiple "look for bug in" URLs 2016-02-29 00:40:22 +03:00
Vitaliy Filippov df10659c08 Add Git bug search links 2015-08-07 15:09:25 +03:00
Vitaliy Filippov 720894237b Correctly skip comments in see_also_url_regexes, fix default regexes 2015-01-15 17:47:08 +03:00
Vitaliy Filippov 961e6ff825 Support logging DB queries 2014-11-12 16:43:02 +03:00
Vitaliy Filippov 96cd355671 Move bits of parameter docs into templates, use generated parameter docs 2014-11-05 16:46:59 +03:00
Vitaliy Filippov bbfd9e6be3 Allow to disable silent comments 2014-10-20 19:57:08 +04:00
Vitaliy Filippov 4fdb5c0a72 Make user_info_class and user_verify_class values dynamic
(also allows to remove FOF_Sudo from Bugzilla::Config::Auth)
2014-10-20 14:38:24 +04:00
Vitaliy Filippov fe19b5071a Bugzilla::Config::* code style, move validation functions away from Common 2014-10-20 14:12:01 +04:00
Vitaliy Filippov d2e8010766 (Almost) move FOF_Sudo into custishacks
Still needs to be moved away from list/list.html.tmpl and Bugzilla::Config::Auth
2014-10-17 19:52:52 +04:00
Vitaliy Filippov b5ac1ab118 Remove banner.html.tmpl and replace it back with bannerhtml param. 2014-10-17 19:41: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 eb21c917e3 Gravatar support. Avatars may be disabled via params or user preference.
FIXME: Remove hardcoded Mozilla skin name (used to choose avatar position)
2014-10-07 15:00:56 +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 d235711747 Move flag reminders to core, make clear_requests_on_close work (it was using a non-existing user pref!) 2014-10-07 15:00:52 +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 bc81b6894c Remove defaultXXX params -- now default value is a property of field 2014-10-07 14:58:15 +04:00
Vitaliy Filippov 678e4acb92 Remove closed_bug_statuses() api 2014-10-07 14:58:15 +04:00
Vitaliy Filippov b10a99d2f5 Move CUSTIS-specific params to custishacks 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 08b8ccfcdc Remove attachments.isurl like in upstream 2014-10-07 14:58:12 +04:00
Vitaliy Filippov a0deb31c5b Optionally allow to assign bugs to other people 2014-05-19 19:38:59 +04:00
Vitaliy Filippov 1eb8f0e64b WIP remove bug_status hardcode 2014-05-16 18:52:39 +04:00
Vitaliy Filippov 2ab86b6235 * Remove saving _old_* in Bugzilla::Bug
* Remove some useless setters
* Remove see_also validation hardcode
* Move added fielddefs db columns from "extension" (that is not really an extension) into "core"
* Add clone_bug information for standard fields

TODO: Copy _old_self before updating anything
TODO: Fix enter_bug.cgi and bug cloning (does not work now)
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 1cd3cae485 Add nullable property for fields 2014-05-16 18:52:08 +04:00
Vitaliy Filippov b2d8118048 Remove duplicate get_legal_field_values() API 2014-05-16 18:52:07 +04:00
vkoptev 58ba535734 Bug 138613 - add custom message about new functionality
git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1912 6955db30-a419-402b-8a0d-67ecbb4d7f56
2014-01-16 14:23:25 +00:00
vkoptev 62c781c123 Bug 138596 - add preview for too long comments
git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1865 6955db30-a419-402b-8a0d-67ecbb4d7f56
2013-11-29 14:05:36 +00:00
vfilippov 88e79d8533 Bug 124551 - Use Email::Sender instead of Email::Send
git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1652 6955db30-a419-402b-8a0d-67ecbb4d7f56
2013-04-29 14:42:26 +00:00
vfilippov 1cf3f34386 Bug 95168 - Fix ws calls
git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1554 6955db30-a419-402b-8a0d-67ecbb4d7f56
2012-05-18 14:27:59 +00:00
vfilippov 08838889d2 Bug 95168 - SM/dotProject integration
git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1536 6955db30-a419-402b-8a0d-67ecbb4d7f56
2012-05-10 14:03:00 +00:00
vfilippov 03f6e5b4c7 Bug 87188 - A parameter to relocate Supa applet JAR (to a place non-protected by client certificates... :-X)
git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1407 6955db30-a419-402b-8a0d-67ecbb4d7f56
2011-09-30 16:07:58 +00:00
vfilippov ab32f0f3ea Bug 87188 - SUPA image upload
git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1404 6955db30-a419-402b-8a0d-67ecbb4d7f56
2011-09-30 15:14:36 +00:00
vfilippov 2ef4432b1f Bug 83479 - Fix attachment configuration description and default values, Bug 86003 - add Ctrl-Enter to attachment create and edit forms
git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1384 6955db30-a419-402b-8a0d-67ecbb4d7f56
2011-09-26 20:14:27 +00:00
vfilippov f42075c8ac Bug 40933 - Code style
git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1382 6955db30-a419-402b-8a0d-67ecbb4d7f56
2011-09-26 19:55:05 +00:00
vfilippov 28651e4413 Bug 83908 - Remove hardcoded "local bugzillas" (говнокод)
git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1373 6955db30-a419-402b-8a0d-67ecbb4d7f56
2011-09-14 11:36:55 +00:00
vfilippov 05730a6b7f Bug 75890 - Change lsearch() to grep()
git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1362 6955db30-a419-402b-8a0d-67ecbb4d7f56
2011-09-05 13:46:57 +00:00
vfilippov 710e7747d2 Bug 46221, Bug 70605 - use Lingua::Stem::Snowball instead of hard-coded russian stemmer, store tsvectors in PostgreSQL fulltext tables for ts_rank() performance
git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1344 6955db30-a419-402b-8a0d-67ecbb4d7f56
2011-08-23 15:27:12 +00:00
vfilippov 488366d436 Bug 83908 - Move MediaWiki urls to 1 parameter, Bug 68891 - Remove internal defaults
git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1325 6955db30-a419-402b-8a0d-67ecbb4d7f56
2011-08-03 12:10:39 +00:00
vfilippov 7798cc7ba9 Bug 67778 - unauth_bug_details setting allowing to display product name for inaccessible bugs
git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1246 6955db30-a419-402b-8a0d-67ecbb4d7f56
2011-04-12 17:04:43 +00:00
vfilippov 1780fc75ca Bug 68921, Bug 61728
git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1212 6955db30-a419-402b-8a0d-67ecbb4d7f56
2011-02-03 16:16:34 +00:00
vfilippov 5635534690 Bug 74739 - RAWiki
git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1202 6955db30-a419-402b-8a0d-67ecbb4d7f56
2011-01-28 13:32:40 +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 2e46e8ec7e Bug 69481
git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1056 6955db30-a419-402b-8a0d-67ecbb4d7f56
2010-11-12 16:16:41 +00:00
vfilippov bbe6aa42b1 Bug 69481 - Tests/debug
git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1050 6955db30-a419-402b-8a0d-67ecbb4d7f56
2010-11-11 13:36:23 +00:00
vfilippov 9afad7b498 Bug 69481 - Рефакторинг select-полей в форме поиска - всё на общий механизм + добавить custom поля!
git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1048 6955db30-a419-402b-8a0d-67ecbb4d7f56
2010-11-10 18:21:19 +00:00