Jul 25 2020
related to T3278, probably?
Jun 24 2020
Jul 14 2019
Feb 16 2019
(See T13251 for followup.)
I believe all (?) of these are now fixed in both master and stable.
Feb 15 2019
Feb 13 2019
Feb 12 2019
There are a very small number of noncritical setQueryParam() callsites in arcanist/ (3), instances/ (1), and services/ (3). Of these 7 callsites, 6 are about building Diviner links. I'm going to leave these as-is for now to generally simplify rolling this out, but they should be updated before setQueryParam() is actually removed.
Feb 11 2019
I'm strongly considering allowing phutil_build_http_querystring() to build PHP-flavored query strings out of arrays again.
The error is less opaque in PHP 7.3:
Dec 18 2018
Jun 29 2018
Jun 1 2018
Thanks!
Apr 8 2018
Apr 7 2018
Apr 4 2018
This seems largely resolved.
Mar 19 2018
Feb 15 2018
Example usage (for simplicity, requires at least one user named "Jake" on your install to function correctly):
After D19089, you can probably emit a projects(people-named-jake()) token or whatever and have it work for some values of "work" and "whatever". Tentatively, it doesn't look like this needs a lot of API changes, so I'm going to move forward with the simple version of the original request.
Feb 14 2018
@avivey, heads up that I'm renaming PhabricatorQuickSearchEngineExtension to PhabricatorDatasourceEngineExtension. I'm leaving an empty subclass in master for now so that nothing breaks, but will delete it sooner or later, so rename QuickSearch to Datasource in your extends ... statements (and, ideally, class names) at some point before then to keep things working smoothly.