summaryrefslogtreecommitdiffstats
path: root/Bugzilla
AgeCommit message (Collapse)AuthorFilesLines
2018-06-28add commentDylan William Hardison1-0/+6
2018-06-28move PerlInitChildHandler to mojoliciousDylan William Hardison2-2/+4
2018-06-28more fixesDylan William Hardison3-7/+9
2018-06-28add hypnotoad to vagrantDylan William Hardison3-5/+9
2018-06-28lots of hackingDylan William Hardison5-43/+52
2018-06-28fix more testsDylan William Hardison2-3/+6
2018-06-28fix more tests, hopefullyDylan William Hardison2-5/+144
2018-06-28work in progressDylan William Hardison1-23/+0
2018-06-28fix regressionDylan William Hardison1-0/+12
2018-06-28fix read-only problem moreDylan William Hardison1-3/+3
2018-06-28fix read-only problemDylan William Hardison1-0/+1
2018-06-28support HTTPD_IN_SUBDIR for testsDylan William Hardison2-1/+27
2018-06-28start adding bzapiDylan William Hardison2-18/+21
2018-06-28revert more unused stuffDylan William Hardison1-19/+13
2018-06-28almost everything worksDylan William Hardison3-6/+59
2018-06-28good stuffDylan William Hardison3-20/+4
2018-06-28semicolonDylan William Hardison1-1/+1
2018-06-28more workingDylan William Hardison5-11/+21
2018-06-28fix logging and another bugDylan William Hardison1-2/+7
2018-06-28fix loggingDylan William Hardison1-1/+4
2018-06-28working moreDylan William Hardison7-170/+126
2018-06-28revert some bad ideasDylan William Hardison2-93/+48
2018-06-28almost workingDylan William Hardison6-46/+32
2018-06-28more things workDylan William Hardison3-12/+45
2018-06-28cool stuffDylan William Hardison4-181/+92
2018-06-28run mojolicious daemon instead of httpdDylan William Hardison3-3/+11
2018-06-28more thingsDylan William Hardison6-26/+71
2018-06-28another fixDylan William Hardison1-1/+1
2018-06-28some fixesDylan William Hardison3-2/+3
2018-06-28mojo all the thingsDylan William Hardison10-46/+154
2018-06-28more cgiDylan William Hardison2-0/+66
2018-06-28cleanup a bitDylan William Hardison1-2/+2
2018-06-28add refererDylan William Hardison1-0/+7
2018-06-28other routesDylan William Hardison1-0/+1
2018-06-28a bit of a quantum leapDylan William Hardison11-69/+277
It's now possible to load the CGIs into a mojolicious controller. Compatibility isn't 100% yet, but it should give a migration path for any random CGI to become a proper controller.
2018-06-28render bugzilla templates using mojoDylan William Hardison1-0/+17
2018-06-28support cgi->http(), remote_ip(), and fix sanity testsDylan William Hardison2-14/+30
2018-06-28initial proof of concept of mojolicious inside bmoDylan William Hardison4-0/+39
2018-06-28Remove metrics stuffDylan 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.
2018-06-26Bug 1471304 - Block sending mail to hosts that end with .tld or .bugsDylan William Hardison2-3/+8
2018-06-25Bug 1471044 - Allow some model classes to have dynamic column names with ↵Dylan William Hardison2-7/+21
class method DYNAMIC_COLUMNS When working on bug 1253535 I kept encountering the fragility of our model system. This fragility involves two things: 1) Extensions adding new columns to model objects 2) The use of those model objects in checksetup. In particular, the SecureMail extension causes this problem because (at checksetup-time) we need to lookup certain Group objects. Thus I propose to 1) allow model classes to take their list of columns from the informations schema (exposed via `bz_table_columns_real`) 2) Have Bugzilla::Group do this when being used in a commandline (e.g. checksetup) context.
2018-06-21Bug 1461379 - use DBIx::Connector to manage database connectionsDylan William Hardison2-14/+7
2018-06-21Bug 1461379 - refactor Bugzilla::DB to not subclass DBIDylan William Hardison6-95/+75
2018-06-20Bug 1469920 - Update schema: add fulltext index to profiles.realnameDylan William Hardison2-1/+13
2018-06-20Bug 1468818 - Re-introduce is_markdown to the longdescs table (schema-only)Dylan William Hardison1-8/+0