Commit Graph

1973 Commits (aedb5a315eb7c7995046169253f6c18328caca3d)

Author SHA1 Message Date
Vitaliy Filippov aedb5a315e editsettings.cgi: code style, remove CGI usage, redirect after saving 2014-10-07 15:00:55 +04:00
Vitaliy Filippov 5f3da0717b Better styles for editsettings.cgi page 2014-10-07 15:00:55 +04:00
Vitaliy Filippov dd0c4be3ea Hide disabled and empty fields in show-multiple 2014-10-07 15:00:55 +04:00
Vitaliy Filippov 126baf61af Merge "n bugs found" and "display id list" into a single line 2014-10-07 15:00:55 +04:00
Vitaliy Filippov c1a9578f2b Fix comment styles
* Remove 200px column with "collapse/expand all comments"
* Style "hours worked" correctly
* Remove 100% width which resulted in a horizontal scrollbar on page
2014-10-07 15:00:55 +04:00
Vitaliy Filippov a9b2a1e665 Some style fixes 2014-10-07 15:00:55 +04:00
Vitaliy Filippov 82416cf8f3 Style field information 2014-10-07 15:00:55 +04:00
Vitaliy Filippov 8bc7cbea86 Style admin_table in standard skin, change id to class 2014-10-07 15:00:55 +04:00
Vitaliy Filippov f045334a60 Style fieldsets 2014-10-07 15:00:55 +04:00
Vitaliy Filippov b96e6d9578 Remove TUI completely 2014-10-07 15:00:55 +04:00
Vitaliy Filippov d36d18dcc6 Reflow query form rows when showing/hiding fields 2014-10-07 15:00:55 +04:00
Vitaliy Filippov 1878f42f83 Rewrite query-visibility to also use the correct field processing order;
share some duplicate code between bug-visibility and query-visibility.
2014-10-07 15:00:55 +04:00
Vitaliy Filippov 4f5bb35b3e Fix enable/disable classification error 2014-10-07 15:00:55 +04:00
Vitaliy Filippov 453a0de98f Style disabled inputs, hints and required fields 2014-10-07 15:00:55 +04:00
Vitaliy Filippov 3b7550071e Some fixes for Mozilla skin to work with Bugzilla4Intranet.
Also remove small hardcoded fonts. Now the only absolute font size
is set in <body> styles.
2014-10-07 15:00:55 +04:00
Vitaliy Filippov e652651c00 Remove some hardcode from standard and Dusk skin CSS 2014-10-07 15:00:55 +04:00
Vitaliy Filippov 83e7968f92 Add Mozilla skin (needs some fixes to work in our version) 2014-10-07 15:00:55 +04:00
Vitaliy Filippov d92f98ff8c Handle default values more correctly 2014-10-07 15:00:55 +04:00
Vitaliy Filippov 22c3d8cd81 Small update for SimpleAutocomplete, fix object_name 2014-10-07 15:00:55 +04:00
Vitaliy Filippov 1f19c6e9db Hide non-editable that should really be hidden when loading edit form 2014-10-07 15:00:55 +04:00
Vitaliy Filippov 2bd91c3fca Ignore non-editable fields in bug-visibility 2014-10-07 15:00:54 +04:00
Vitaliy Filippov e3bee29887 Do not query value webservice for keyword autocomplete 2014-10-07 15:00:54 +04:00
Vitaliy Filippov 041cd3b326 Update SimpleAutocomplete 2014-10-07 15:00:54 +04:00
Vitaliy Filippov 5364c8afe4 Rewrite bug-visibility to handle dependent fields correctly in all cases.
Example of incorrect behaviour possible in old version:
1) Field A has value_field=C
2) Field B has value_field=D and null_field=C
3) Suppose field A gets initialised first. It triggers initialisation of C,
   C alters values of A and nullability of B. Then B gets initialised, and
   triggers initialisation of D, which alters values of B and overwrites
   its nullability previously altered by A.
2014-10-07 15:00:54 +04:00
Vitaliy Filippov 6237a5cb74 Fix product hidden field exception for creation form 2014-10-07 15:00:54 +04:00
Vitaliy Filippov 3f8554989d Fix 2 small bugs 2014-10-07 15:00:54 +04:00
Vitaliy Filippov 9a1f483764 Use ->realname in User->identity, fix non-existing keywords check 2014-10-07 15:00:54 +04:00
Vitaliy Filippov 102f1f7b6c Use ->realname in User webservice 2014-10-07 15:00:54 +04:00
Vitaliy Filippov 856151ae85 Correctly hide email domain for anonymous users 2014-10-07 15:00:54 +04:00
Vitaliy Filippov 6425bfe311 Allow keywords to depend on other fields (for example product) 2014-10-07 15:00:54 +04:00
Vitaliy Filippov 33b65171e8 Do not use Field::Choice->check_visibility 2014-10-07 15:00:54 +04:00
Vitaliy Filippov 05b76e6929 Remove unused FlagType->grant_list and User->get_userlist 2014-10-07 15:00:54 +04:00
Vitaliy Filippov f9c6631057 Add links to levenshteinusermatch parameter info, allow to use it with pgsql 2014-10-07 15:00:54 +04:00
Vitaliy Filippov f27b49c23f HTTPServerSimple.pl: prevent directory traversal 2014-10-07 15:00:54 +04:00
Vitaliy Filippov 3c20036682 Reflow custom field edit page; hide "default value" for select fields being created. 2014-10-07 15:00:54 +04:00
Vitaliy Filippov 273be01a23 token.cgi: code style, remove CGI usage 2014-10-07 15:00:54 +04:00
Vitaliy Filippov d471a66683 Bugzilla::User code style 2014-10-07 15:00:54 +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 2b44c2da4f show_activity.cgi: code style 2014-10-07 15:00:54 +04:00
Vitaliy Filippov 52885bc2af do not use varhash in describecomponents 2014-10-07 15:00:54 +04:00
Vitaliy Filippov 890209e7c1 Do not validate classification 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 b2c0bc2e04 Bugzilla::Milestone and Bugzilla::Version code style 2014-10-07 15:00:54 +04:00
Vitaliy Filippov 2b7d276828 Raise error about unknown values of non-dependent select fields 2014-10-07 15:00:53 +04:00
Vitaliy Filippov 93961db741 Change user.name property to be equal to login_name, add separate accessor for realname 2014-10-07 15:00:53 +04:00
Vitaliy Filippov de967fa5c8 editcomponents.cgi: remove CGI usage, code style 2014-10-07 15:00:53 +04:00
Vitaliy Filippov 16a1c9d3f7 editfields.cgi: code style, remove CGI usage, warn on default/value field changes; editvalues.cgi: call update_control_lists 2014-10-07 15:00:53 +04:00
Vitaliy Filippov a5ce0f5c92 Remove SPECIAL_STATUS_WORKFLOW_ACTIONS 2014-10-07 15:00:53 +04:00
Vitaliy Filippov acce54c0e1 Remove enter_bug from editfields.cgi 2014-10-07 15:00:53 +04:00
Vitaliy Filippov d60380c983 Remove table name from DB_COLUMNS of FlagType, Group, User 2014-10-07 15:00:53 +04:00