summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Quantum/CGI.pm
AgeCommit message (Collapse)AuthorFilesLines
2018-12-05no bug - reformat all the code using the new perltidy rulesPerl Tidy1-15/+12
2018-10-05Bug 1496570 - Bugzilla doesn't attempt to decode form-urlencoded data ↵Dylan William Hardison1-0/+2
without a content-type header
2018-10-03no bug - reformat all new quantum files using new standardDylan William Hardison1-120/+125
2018-10-02add helpers for handling logins and error handlingDylan William Hardison1-1/+2
2018-10-01Bug 1495071 - Mojolicious CleanupDylan William Hardison1-2/+11
There are some things that should've been in the first patch but were missed: 1. Calling $c->finish in the finally block should not happen if an exception has been raised. 2. Bugzilla->cleanup() should be called at the same time the mojolicious stash is cleared. 3. Code referencing the shutdownhtml should be removed 4. The conditionals that ran code in Bugzilla.pm when it was not run under mod_perl should instead check where the Bugzilla.pm module was loaded from. 5. Revert the default template from #770 6. Also removed some stuff that manipulates the PATH and signals, which we shouldn't do
2018-09-19Bug 1455495 - Replace apache with MojoliciousDylan William Hardison1-0/+160