Commit Graph

2085 Commits (68b800eedcc441b6526cefeef7b93de06355f1a5)

Author SHA1 Message Date
Vitaliy Filippov a2467feddb Fix for undefined values 2014-10-07 15:00:56 +04:00
Vitaliy Filippov 899df2eba3 Make comment flash work in Classic and Mozilla skins 2014-10-07 15:00:56 +04:00
Vitaliy Filippov a7b98817a7 Use "DOM ready" event instead of window.onload 2014-10-07 15:00:56 +04:00
Vitaliy Filippov 811d30acbd Remove bigger font size for pre,code,kbd 2014-10-07 15:00:56 +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 248f5884d5 Do not create css stubs during checksetup.pl 2014-10-07 15:00:56 +04:00
Vitaliy Filippov bfef679d5e Collapse comment text when editing it 2014-10-07 15:00:56 +04:00
Vitaliy Filippov f75546693d Better UI for toggling worktime-only status 2014-10-07 15:00:56 +04:00
Vitaliy Filippov 723ddea69b Fix textarea and comment_table width 2014-10-07 15:00:56 +04:00
Vitaliy Filippov 2c862c0507 Add Consolas 2014-10-07 15:00:56 +04:00
Vitaliy Filippov 98c33cf584 Style editgroups.cgi 2014-10-07 15:00:56 +04:00
Vitaliy Filippov f427d26eaf Style "My Requests" page 2014-10-07 15:00:56 +04:00
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