summaryrefslogtreecommitdiffstats
path: root/Bugzilla
AgeCommit message (Collapse)AuthorFilesLines
2018-08-20remove more apache bitsDylan William Hardison1-8/+0
2018-08-20more type checkingDylan William Hardison1-8/+5
2018-08-20once moreDylan William Hardison1-0/+1
2018-08-20one more slurpy typeDylan William Hardison1-3/+7
2018-08-20diagnostic code is a stringDylan William Hardison1-1/+1
2018-08-20better FATAL errorDylan William Hardison1-1/+1
2018-08-20add more testingDylan William Hardison2-4/+57
2018-08-20fix glaring errorDylan William Hardison1-5/+2
2018-08-20no bug - Fixed routing issues with /bug/<bug_id> and /<bug_id>David Lawrence1-2/+2
2018-08-20fix routeDylan William Hardison1-1/+1
2018-08-20handle bare bugsDylan William Hardison1-1/+3
2018-08-20Fix a module loading problemDylan William Hardison2-7/+12
2018-08-20add more debugging but also probably fix redirect problemDylan William Hardison4-2/+12
2018-08-20add versionDylan William Hardison2-1/+15
2018-08-20hypnotoad should always expect a proxyDylan William Hardison1-0/+1
2018-08-20review nitsDylan William Hardison1-6/+0
2018-08-20more tidyDylan William Hardison3-12/+12
2018-08-20more tidyDylan William Hardison4-29/+32
2018-08-20more tidyDylan William Hardison5-72/+24
2018-08-20some cleanupsDylan William Hardison2-182/+58
2018-08-20fix errors from group reviewDylan William Hardison2-3/+2
2018-08-20fix lint errorsDylan William Hardison1-2/+2
2018-08-20Bug 1455495 - Replace apache with MojoliciousDylan William Hardison22-488/+985
2018-08-20Bug 1482145 - Some changes required for unit tests to be writtenDylan William Hardison1-1/+72
2018-08-17Bug 1482145 - add more type checking to phabbugz codeDylan William Hardison1-0/+27
2018-08-16Bug 1480878 - Monitor the health of Push connector job processingMars1-1/+9
2018-08-14Revert "Bug 1456878 - Support markdown comments"Dylan William Hardison5-69/+39
This reverts commit fd850e00db835d2b84c59014c3b1021fea2294fc.
2018-08-10Bug 1482475 - Add extensive testing frameworkDylan William Hardison6-20/+159
2018-08-10Bug 1456878 - Support markdown commentsIsrael Madueme5-39/+69
2018-08-10Bug 602313 - Allow creation of attachments by pasting an image from ↵Kohei Yoshino1-1/+1
clipboard, as well as by drag-and-dropping a file from desktop
2018-08-06Bug 1481207 - POST /rest/bug_user_last_visit returns random number instead ↵Kohei Yoshino1-1/+1
of bug ID
2018-07-31Bug 1466737 - "use my platform" should default to x86_64 on Mac OS XKohei Yoshino1-0/+1
2018-07-31Bug 1320977 - performance tweaksDylan William Hardison2-7/+9
2018-07-27Bug 1320977 - Add review/feedback/needinfo request counts and block statuses ↵Kohei Yoshino1-1/+5
to /rest/user and /rest/user/suggest responses
2018-07-27Bug 1419636 - Make Google Analytics use beacon/XHR instead of img tagKohei Yoshino1-2/+6
2018-07-23Bug 1476841 - Various code cleanups ahead of the Mojolicious patchDylan William Hardison4-25/+16
2018-07-19Bug 1476288 - Replace moz_nick with (new, revised) nick and also attempt to ↵Dylan William Hardison1-3/+7
disallow duplicate nicks
2018-07-17Bug 1260096 - BugUserLastVisit api not working and throwing error code : 32614Kohei Yoshino1-0/+9
2018-07-17Bug 1476052 - Bugzilla mishandles diff attachments that are UTF-8 and ↵Dylan William Hardison3-0/+4
contain U+FFFF
2018-07-13Bug 1328659 - Add support for utf8=utf8mb4 (switches to dynamic/compressed ↵Dylan William Hardison4-46/+116
row format, and changes charset to utf8mb4)
2018-07-10Bug 1469911 - Make user autocompletion fasterDylan William Hardison5-11/+111
2018-07-06no bug - use more obvious looping constructDylan William Hardison1-2/+2
2018-07-02Bug 1472755 - False positives on IP blocking logicDylan William Hardison1-2/+4
2018-06-29Revert cereal code as risk mitigation for friday pushDylan William Hardison1-9/+7
2018-06-29Bug 1472048 - Remove Metrics CodeDylan William Hardison12-798/+1
2018-06-28Revert "Bug 1471701 - Remove is_markdown (to be replaced by a new comment type)"Dylan William Hardison2-3/+7
2018-06-27Bug 1471701 - Remove is_markdown (to be replaced by a new comment type)Dylan William Hardison2-7/+3
2018-06-27Bug 1275545 - Use Sereal for Cache::Memcached::FastHorie Issei1-7/+9
2018-06-27Bug 1471417 - Remove XUL from attachment Content Type options; add SVG to ↵Kohei Yoshino1-4/+2
standard options; mark PDF viewable
2018-06-26Revert "Bug 1468848 - Change presentation of show_bug.cgi urls to be /bug/ID ↵Dylan William Hardison1-10/+3
or /bug/ALIAS." This reverts commit 404dc5496967203c5f99755340f43d712420446a.