Commit Graph

315 Commits (beta)

Author SHA1 Message Date
Vitaliy Filippov ea2dfa1fe4 Remove zero required version 2016-01-27 19:13:49 +03:00
Vitaliy Filippov cfd8911bdc Do not export anything from Bugzilla::User 2014-10-13 19:45:17 +04:00
Vitaliy Filippov 715d373356 Fix messages/messages hook, move convertedbmp to a separate result_message 2014-10-07 15:00:52 +04:00
Vitaliy Filippov 8ac317050d Move the rest of CustIS hooks to custishacks, remove "custis" extension 2014-10-07 15:00:52 +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 89a565f437 Move "Fix Worktime" page to core 2014-10-07 15:00:52 +04:00
Vitaliy Filippov 68fcbbe749 Move scrumcards js to core 2014-10-07 15:00:52 +04:00
Vitaliy Filippov 816e5efe9b Move Views to core 2014-10-07 15:00:52 +04:00
Vitaliy Filippov e4d56b3ae8 Move checkers to core 2014-10-07 15:00:52 +04:00
Vitaliy Filippov 1a63ab52c3 Remove "additional scrum estimates" feature 2014-10-07 15:00:52 +04:00
Vitaliy Filippov 22a6a0e369 Move custis-specific code to/from extension
Move to core:
* Mail log
* Bugzilla::Checker
* MediaWiki link parsing
* Filtering HTML part of incoming email
* Adding comment to a cloned bug

Move to extension:
* scrum_cards table
2014-10-07 15:00:30 +04:00
Vitaliy Filippov 1453596813 Fix some upgrade errors 2014-10-07 14:58:17 +04:00
Vitaliy Filippov 5964f8d041 Use Bugzilla->input_params in global/hidden-fields 2014-10-07 14:58:17 +04:00
Vitaliy Filippov 21237a5070 Rename Bugzilla::User::match to match_name to not hide Bugzilla::Object method 2014-10-07 14:58:16 +04:00
Vitaliy Filippov fd436a37fc Fix mass worktime 2014-10-07 14:58:16 +04:00
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 402fb9dd26 Remove most CGI usage from buglist.cgi 2014-10-07 14:58:15 +04:00
Vitaliy Filippov 33b91f8d94 Remove old LookupNamedQuery API, rename Bugzilla::Search::Saved->url to ->query 2014-10-07 14:58:15 +04:00
Vitaliy Filippov d2ad65d173 Move globalauth table to custishacks, remove outdated custis-bugzilla 2.x migrations and product email template overriding 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 8001daf79d Move extra buglist columns from custis to core 2014-10-07 14:58:14 +04:00
Vitaliy Filippov 0319a66bb4 Remove CGI interfacing from Bugzilla::Search 2014-10-07 14:58:14 +04:00
Vitaliy Filippov 51334918c7 Fix worktime preview rounding 2014-07-11 19:05:59 +04:00
Vitaliy Filippov c216ea2e83 Replace [^a-z0-9]+ with _ also in user names for views 2014-06-20 14:42:31 +04:00
Vitaliy Filippov 030b20f36b Include known_name in editcheckers 2014-05-30 17:51:26 +04:00
Vitaliy Filippov c74b2c3710 Code style 2014-05-26 15:53:02 +04:00
Vitaliy Filippov 12b081c4d3 Parse all times using ValidateTime 2014-05-22 02:11:57 +04:00
Vitaliy Filippov 1cc0fa1590 Fix cf_extbug setting on bug clone 2014-05-19 13:33:45 +04:00
Vitaliy Filippov c29fcc8948 Move requirements to core 2014-05-16 18:52:41 +04:00
Vitaliy Filippov 9c2d4ba334 Delete the obsolete per_bug_queries/tags feature 2014-05-16 18:52:41 +04:00
Vitaliy Filippov eda941c84e Hide invisible custom fields correctly 2014-05-16 18:52:41 +04:00
Vitaliy Filippov 4c9924929a Move some specific code to/from custishacks 2014-05-16 18:52:41 +04:00
Vitaliy Filippov 233991e464 fix "wbs timetracking enabled" search column 2014-05-16 18:52:40 +04:00
Vitaliy Filippov 6063bc2f0f Add correct DB updates - change all IDs to INT4, change select fields to store IDs 2014-05-16 18:52:39 +04:00
Vitaliy Filippov e7a124e4b9 Move new preferences and DB updates into core 2014-05-16 18:52:38 +04:00
Vitaliy Filippov e08278d8c0 Move new tables from extension code into core 2014-05-16 18:52:38 +04:00
Vitaliy Filippov 40f957149c post_bug.cgi now works with new interface; move email urlbase hack into 'custishacks'. 2014-05-16 18:52:10 +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 ed744fab39 Convert value ids to names on the bug form (ugly, but already works) 2014-05-16 18:52:08 +04:00
Vitaliy Filippov f7aac869dc Move fieldvaluecontrol generation into a separate procedure 2014-05-16 18:52:08 +04:00
Vitaliy Filippov 1cd3cae485 Add nullable property for fields 2014-05-16 18:52:08 +04:00
Vitaliy Filippov 191edd6d5a Update old DB update code - new DB initialises correctly now 2014-05-16 18:52:07 +04:00
vfilippov 53116b3c39 Bug 147728 - Fix creation of initial system groups
git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1948 6955db30-a419-402b-8a0d-67ecbb4d7f56
2014-03-24 15:51:59 +00:00
vfilippov 6153398db5 Bug 16361 - Remove Testopia completely
git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1946 6955db30-a419-402b-8a0d-67ecbb4d7f56
2014-03-24 15:51:34 +00:00
vfilippov a11fe6e322 Bug 16361 - Disable unused Testopia
git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1941 6955db30-a419-402b-8a0d-67ecbb4d7f56
2014-03-03 15:11:41 +00: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
vfilippov a4042d00cd Bug 138596 - Fix setting name, change setting order
git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1896 6955db30-a419-402b-8a0d-67ecbb4d7f56
2013-12-24 13:25:12 +00:00
vkoptev 731eef21f0 Bug 138596 - preview quotations previously than comment; add user setting for managing comment previews
git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1895 6955db30-a419-402b-8a0d-67ecbb4d7f56
2013-12-24 13:16:11 +00:00