Commit Graph

2153 Commits (19076fdcc2161f6eb55949394438e5c3fc8ec686)

Author SHA1 Message Date
Vitaliy Filippov 19076fdcc2 No redefine warnings during reload 2014-10-27 18:26:18 +03:00
Vitaliy Filippov 2efa1d0cda Fix Bugzilla->cookie when they are empty 2014-10-27 17:28:47 +03:00
Vitaliy Filippov 7c7c2f00d9 Fix Excel import
(do not set product/component if not requested)
2014-10-27 17:38:14 +04:00
Vitaliy Filippov 7986d0e7a9 Fix HTTPServerSimple.pl config option overrides 2014-10-27 17:17:06 +04:00
Vitaliy Filippov a1a11fcfec Fix input_params upload handling, fix importxls.cgi for PgSQL/SQLite 2014-10-27 12:39:48 +03:00
Vitaliy Filippov c47f0a6935 Fix bug form for the case when there are less than 4 custom fields 2014-10-24 22:22:02 +04:00
Vitaliy Filippov 29e96c6eec Fix 0 visibility_value treating 2014-10-24 18:45:47 +04:00
Vitaliy Filippov 4fb34102b1 Fix some more DB initialisation errors 2014-10-24 18:20:26 +04:00
Vitaliy Filippov 3d279cf2c4 Fix initial population of fielddefs table 2014-10-24 18:20:26 +04:00
Vitaliy Filippov 50cc4dc6ff Fix incorrectly removed user_group_map.user_id field
(follow-up to 96b0e9eed552f416fc9425508147c145c5052a48)
2014-10-24 18:20:25 +04:00
Vitaliy Filippov b0b415b5b1 Change sql_interval to sql_date_math, like in upstream
(mozilla bug #602165, upstream commit 220a5e6608)
2014-10-24 18:20:25 +04:00
Vitaliy Filippov 1db6dfedf5 Bugzilla::Constants code style 2014-10-24 18:20:25 +04:00
Vitaliy Filippov a06cb0db5b README, default HTTP::Server::Simple config 2014-10-24 18:20:25 +04:00
Vitaliy Filippov 44a221fb48 Better reload: first unload everything that changed, then load everything 2014-10-24 13:57:00 +04:00
Vitaliy Filippov dc09a5645f html-escape only field.description 2014-10-24 13:55:27 +04:00
Vitaliy Filippov 5eb4fe15ba English comments in buglist.cgi 2014-10-23 18:31:36 +04:00
Vitaliy Filippov 80d789e9c0 Also do not change owner of files, only change group. 2014-10-23 17:51:47 +04:00
Vitaliy Filippov 7371d031b1 Remove leftover bug_keywords FK name hack 2014-10-23 17:38:42 +04:00
Vitaliy Filippov dbfe3c1520 Fix field_defaults populating error 2014-10-23 17:22:30 +04:00
Vitaliy Filippov 9481a20dd3 Do not touch permissions of code files, remove index.html creation support 2014-10-23 16:40:42 +04:00
Vitaliy Filippov 20e65b43bc Bugzilla::Install::Filesystem code style 2014-10-23 15:23:10 +04:00
Vitaliy Filippov 8b70c6f709 Remove mtime filter 2014-10-23 15:23:10 +04:00
Vitaliy Filippov 23ebe03926 Remove some useless dependencies
(URI, URI::QueryParam, Email::MIME::Modifier, Email::MIME::Encodings)
2014-10-23 14:58:20 +04:00
Vitaliy Filippov d8c1e922a5 Fix "You are receiving this mail because" styles in HTML bugmail part 2014-10-22 18:16:47 +04:00
Vitaliy Filippov d8492bf940 Fix custom field creation 2014-10-22 18:16:46 +04:00
Vitaliy Filippov 7ad0eec801 Use Sys::Sendfile instead of IO::SendFile as more compatible implementation 2014-10-22 18:16:46 +04:00
Vitaliy Filippov 48b3fd29f8 Deny dir access in HTTPServerSimple.pl 2014-10-22 18:16:46 +04:00
Vitaliy Filippov 423d30757f Fix html filter errors, adjust 008filter.t 2014-10-22 18:16:46 +04:00
Vitaliy Filippov d693f13578 Add token verification and \s+ into fill-day-worktime.cgi 2014-10-21 18:52:58 +04:00
Vitaliy Filippov bbfd9e6be3 Allow to disable silent comments 2014-10-20 19:57:08 +04:00
Vitaliy Filippov 35377d4591 _utf8_on session_data - fix double-utf8 for pgsql 2014-10-20 19:48:44 +04:00
Vitaliy Filippov f0d648ea1e Fix some compatibility with PostgreSQL
Also add varchar/text/bpchar operator class support
2014-10-20 16:55:25 +04:00
Vitaliy Filippov 047927ab39 Hide "Look in CVS/SVN/Wiki" URLs if the corresponding parameter is empty 2014-10-20 14:57:28 +04:00
Vitaliy Filippov 5f66ae3af7 Move CUSTIS-specific scripts to custishacks extension
(make symlinks to *.cgi in docroot to use them)
2014-10-20 14:38:25 +04:00
Vitaliy Filippov 756feabe5d Move &fof_sudo= param away from list/list.html.tmpl 2014-10-20 14:38:25 +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 85bdce2367 Bugzilla4Intranet notice and license for some templates 2014-10-17 19:42:11 +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 3983cdbb64 Fix warning in query-form.js and in create-series, do not remember create-series query format 2014-10-17 18:51:49 +04:00
Vitaliy Filippov 224fa60d45 Remove editscrum.cgi link 2014-10-17 18:43:31 +04:00
Vitaliy Filippov 8b0e8a1181 Error and confirm-delete styles 2014-10-17 18:34:13 +04:00
Vitaliy Filippov 69f170866c Unquote known MediaWiki URLs and show them nicely 2014-10-17 17:28:09 +04:00
Vitaliy Filippov 696a70c226 Fix and try to avoid "list Package->.." bug 2014-10-17 16:12:54 +04:00
Vitaliy Filippov 04caa11915 Simple (not ideal) responsive layout for bug entry form 2014-10-16 20:23:46 +04:00
Vitaliy Filippov 5fd1e97b2b Fix input_params 2014-10-16 20:05:42 +04:00
Vitaliy Filippov 0824c295a5 Add CHANGELOG! 2014-10-16 19:38:24 +04:00
Vitaliy Filippov 76fc065882 fix sanitycheck.cgi 2014-10-16 15:34:40 +04:00
Vitaliy Filippov 5d5d297d5b Add field_desc back for days_elapsed 2014-10-15 19:26:35 +04:00