summaryrefslogtreecommitdiffstats
path: root/template
AgeCommit message (Collapse)AuthorFilesLines
2017-07-21Fix bugwords test failureSebastin Santy1-4/+6
2017-07-21Bug 1381752 - Re-organize the layoutSebastin Santy1-165/+155
2017-07-18Bug 1381751 - Move create button to the right, and contributor agreement to ↵Sebastin Santy1-1/+2
the left
2017-07-18Bug 1381749 - Add keywords to new-bugSebastin Santy1-1/+8
2017-07-18remove more header_addl_info from filter exceptionsDylan William Hardison1-1/+0
2017-07-18remove unused exceptions from filter testsDylan William Hardison1-2/+0
2017-07-18Bug 1380064 - Remove references to Mozilla skin to prevent problems when ↵Dylan William Hardison2-121/+4
default preferences are changed
2017-07-18Bug 1380389 - autosize comments should be a user pref (default: on)Mary Umoh1-1/+2
2017-07-14Revert "Bug 1380064 - Remove references to Mozilla skin to prevent problems ↵Dylan William Hardison2-4/+122
when default preferences are changed" This reverts commit 38af0fd192c2edc1b6ad791936cc32888cb94698.
2017-07-14Bug 1380064 - Remove references to Mozilla skin to prevent problems when ↵Mary Umoh2-122/+4
default preferences are changed
2017-07-14Bug 1380280 - "Words:" text is not centered vertically in "Instant Search"Kohei Yoshino1-2/+2
2017-07-11No Bug - clean trailing whitespace to t/008filter.t passes again (#135)Dylan William Hardison1-3/+3
2017-07-07Bug 1377807 - Move memcached options from data/params to localconfigMary Umoh2-22/+8
2017-07-07Bug 1365345 - Modal Bug Entry PrototypeSebastin Santy1-1/+30
2017-07-07Bug 1377933 - Remove trailing whitespace from all perl filesDylan William Hardison2-91/+91
2017-07-07Revert "Bug 1365345 - Modal Bug Entry Prototype"Dylan William Hardison1-30/+1
This reverts commit 8835db60a8d637fe3aec82c718bad8a8177a6acf.
2017-07-07Bug 1365345 - Modal Bug Entry PrototypeSebastin Santy1-1/+30
2017-07-07Bug 1377232 - Revert code from bug 1361890Dylan William Hardison8-43/+42
2017-07-07Bug 1355169 - Add rate-limiting to show_bug.cgi and rest.cgiMary Umoh2-0/+15
* fix mistake * Update * Updates * remove other file
2017-06-23Bug 1361890 - Fix problems with current js and css concatenationDylan William Hardison8-42/+43
2017-06-21Bug 1369872 - Combine skins/custom/Mozilla/*.css and skins/contrib/*.css ↵Mary Umoh6-37/+37
into skins/standard/*.css * Move bug_groups from custom to standard * More modified bug_group files * Combine skin CSS files * Move .png files to standard * Move css from global.css that belongs in index.css * Changes to css placement * All images within skins/standard moved to images folder * Fix font issue * Updates * Updates * Fix mistake
2017-06-21Bug 1365344 - Extract the "status" and "null" modules (#101)Sebastin Santy1-1/+127
* Added comp_desc, ajax loading, modified rest * Make summary field long * Fixed indentations
2017-06-10Bug 1365342 - Extract the preview comment functionality and make it a ↵Sebastin Santy1-9/+20
reusable template * Putting variables.none at the top * Put the message at the top * Remove header_done * Add an #xhr-error to show bugzilla_ajax() errors
2017-06-07Bug 1370904 - Add "required" property to login input elementsWilliam Lachance2-2/+6
2017-05-31Bug 1365734 - Handle BMO version number in Makefile.PL / MYMETA.jsonDylan William Hardison2-4/+1
2017-05-27Bug 1365340 - Add /new-bug (new_bug.cgi) (#82)Sebastin Santy1-0/+20
2017-05-24Bug 1348380 - Add param and user setting to control elasticsearch behaviorDylan William Hardison2-1/+2
1) add an 'elasticsearch' param (configured via admin.cgi) that turns off all code that would attempt to connect to elasticsearch. 2) add a user preference that controls using elasticsearch for searches, which defaults to off for logged-in users. Anonymous users will default to using elasticsearch for the greater good. Note that elasticsearch, if available, will still power user-autocompletion (unless turned off as by the above parameter).
2017-05-24Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵Dylan William Hardison1-0/+8
the ES backend
2017-05-17Bug 1363803 - Consolidate YUI js and css into one js and one css fileDylan William Hardison14-74/+4
2017-05-11fix typo in constant: FIELD_VALUE_MAX_SIZE -> MAX_FIELD_VALUE_SIZEDylan William Hardison1-1/+1
2017-05-09Bug 1359797 - GitHub login not appearing on show_bug.cgiDylan William Hardison1-2/+2
2017-05-03Bug 1355490 - Short URL link give "The token is not valid" errorDylan William Hardison1-28/+32
2017-04-10Bug 1355127 - rewrite field-descs.none.tmpl in perlDylan William Hardison1-132/+142
2017-04-05[testing] urlbase needs filterDylan William Hardison1-1/+1
2017-04-05[tests] fix markup to make tests pass.Dylan William Hardison1-2/+3
2017-04-04Bug 1350909 - Make index.cgi cache-friendly for logged out requestsDylan William Hardison3-120/+57
2017-03-28Bug 1349769 - takebug should only be default for patch attachmentsDylan William Hardison2-7/+20
2017-03-27Bug 1350466 - Uplift bug 1342832 to bmo for performance and other reasonsDylan William Hardison1-1/+1
2017-03-21Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵Dylan William Hardison1-8/+0
the ES backend Skipping this for this week's push.
2017-03-17Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵Dylan William Hardison1-0/+8
the ES backend This not the cause of test failures, so should live on in master now.
2017-03-15Bug 1344979 - When adding a patch to an unassigned bug, pre-check the ↵Sebastin Santy1-1/+1
reassignment checkbox
2017-03-14Revert "Bug 1307485 - Add code to run a subset of buglist.cgi search queries ↵Dylan William Hardison1-8/+0
against the ES backend" This reverts commit 9c26c01867ca3e2af1e70c051140eea59c68c500.
2017-03-07Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵Dylan William Hardison1-0/+8
the ES backend
2017-03-07Bug 1322371 - can't add a developer.microsoft.com Edge issue to "See Also"Dylan William Hardison1-0/+2
2017-03-07Bug 1343530 - Make the ALL quicksearch keywords show all resultsDylan William Hardison1-2/+5
2017-02-09Bug 1280393 - [a11y] All inputs and selects need to be labeled properlyDavid Lawrence1-0/+2
2017-02-07Bug 1337382 - clicking on 'show' after updating a bug to show the list of ↵David Lawrence1-3/+4
people emailed no longer works
2017-02-06Bug 1237790 - The experimental user interface doesn't provide link to help ↵David Lawrence4-263/+12
of bug fields
2017-01-27Bug 1333942 - Include quicksearch query string in the buglist.cgi HTML titleMatthew N1-0/+2
2017-01-25Bug 1286290 - CSP compliant bug modalDylan William Hardison8-40/+57