Re: [RFC PATCH] REST: Add new setting for maximum API page size

2018-07-23 Thread Andrew Donnellan
On 24/07/18 15:10, Andrew Donnellan wrote: diff --git a/docs/deployment/configuration.rst b/docs/deployment/configuration.rst index 347485636d47..e599522a412b 100644 --- a/docs/deployment/configuration.rst +++ b/docs/deployment/configuration.rst @@ -88,7 +88,13 @@ Enable the :doc:`REST API <../a

[RFC PATCH] REST: Add new setting for maximum API page size

2018-07-23 Thread Andrew Donnellan
In 41790caf59ad ("REST: Limit max page size") we limited the maximum page size to the default page size in the settings. This turns out to be rather restrictive, as we usually want to keep the default page size low, but an administrator may want to allow API clients to fetch more than that per req

Re: title tag in a series list

2018-07-23 Thread Andrew Donnellan
On 23/07/18 22:28, Ali Alnubani wrote: BTW, Is it ok that the diff of my previous email was saved by patchwork (http://patchwork.ozlabs.org/patch/947699/) without it having git-send-email as the x-mailer? I see that there are no restrictions in the code, should there be? Yep, that's deliber

RE: title tag in a series list

2018-07-23 Thread Ali Alnubani
BTW, Is it ok that the diff of my previous email was saved by patchwork (http://patchwork.ozlabs.org/patch/947699/) without it having git-send-email as the x-mailer? I see that there are no restrictions in the code, should there be? Thanks, Ali From: Patchwork On Behalf Of Ali Alnubani Sent:

title tag in a series list

2018-07-23 Thread Ali Alnubani
Hi, I'm trying to set the HTML title tag in a series filtered list as the series title instead of the project name. I did something like the following, but it's not working (obviously): diff --git a/patchwork/templates/patchwork/list.html b/patchwork/templates/patchwork/list.html index 180c560.