summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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-28fix nitsDylan William Hardison1-2/+1
2018-06-28almost everything worksDylan William Hardison3-6/+59
2018-06-28good stuffDylan William Hardison4-32/+5
2018-06-28semicolonDylan William Hardison1-1/+1
2018-06-28more workingDylan William Hardison6-12/+22
2018-06-28fix logging and another bugDylan William Hardison3-3/+9
2018-06-28fix loggingDylan William Hardison1-1/+4
2018-06-28working moreDylan William Hardison8-173/+139
2018-06-28revert some bad ideasDylan William Hardison2-93/+48
2018-06-28almost workingDylan William Hardison9-49/+36
2018-06-28more things workDylan William Hardison4-24/+45
2018-06-28cool stuffDylan William Hardison5-189/+93
2018-06-28run mojolicious daemon instead of httpdDylan William Hardison5-7/+15
2018-06-28more bitsDylan William Hardison1-1/+3
2018-06-28more thingsDylan William Hardison8-33/+72
2018-06-28another fixDylan William Hardison1-1/+1
2018-06-28some fixesDylan William Hardison3-2/+3
2018-06-28mojo all the thingsDylan William Hardison11-46/+155
2018-06-28more cgiDylan William Hardison2-0/+66
2018-06-28cleanup a bitDylan William Hardison1-2/+2
2018-06-28fix path stuffDylan William Hardison1-0/+1
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 Hardison16-153/+304
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 Hardison3-1/+42
2018-06-28support cgi->http(), remote_ip(), and fix sanity testsDylan William Hardison3-15/+46
2018-06-28initial proof of concept of mojolicious inside bmoDylan William Hardison6-1/+95
2018-06-28Remove metrics stuffDylan William Hardison16-927/+4
2018-06-28 Bug 1469378 - Update feed daemon to only manage subscribers on a revision ↵dklawren2-12/+14
if the bug is private, otherwise leave it alone
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 Issei2-8/+15
2018-06-27no bug - For fish, powershell, etc users, use bash explicitly for vagrant tasksDylan William Hardison1-2/+2
2018-06-27Bug 1344080 - Module headers should be minified when the module is openKohei Yoshino1-0/+6
2018-06-27no bug - Add VS Code task configuration fileKohei Yoshino2-0/+51
2018-06-27Bug 1471417 - Remove XUL from attachment Content Type options; add SVG to ↵Kohei Yoshino4-8/+5
standard options; mark PDF viewable
2018-06-26bump version to 20180627.1Dylan William Hardison1-1/+1
2018-06-26Revert "Bug 1468848 - Change presentation of show_bug.cgi urls to be /bug/ID ↵Dylan William Hardison9-35/+14
or /bug/ALIAS." This reverts commit 404dc5496967203c5f99755340f43d712420446a.
2018-06-26Bug 1469023 - Show "new changes since (datetime)" indicator that links to ↵Kohei Yoshino3-6/+126
unread changes/comments
2018-06-26Bug 1457550 - Update scripts/remove-non-public-data.pl suitability for ↵Dylan William Hardison2-2/+1
current BMO infrastructure.
2018-06-26Bug 1471304 - Block sending mail to hosts that end with .tld or .bugsDylan William Hardison3-4/+9
2018-06-26Bug 1452096 - Some custom dropdown UI widgets stay fixed and don't move with ↵Kohei Yoshino7-0/+15
scroll
2018-06-26Bug 1470966 - "Status" column in Phabricator dashboard isn't very usefuldklawren3-13/+1
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-25Bug 1457900 - When restricting a revision to a bugzilla group we should tag ↵dklawren4-73/+107
the revision with the project