Re: [aur-dev] [PATCH 1/1] Make cache type selectable based on config value

2011-06-21 Thread Lukas Fleischer
On Tue, Jun 21, 2011 at 01:31:45PM -0700, elij wrote: > On Tue, Jun 21, 2011 at 6:33 AM, Lukas Fleischer > wrote: > > On Sun, May 29, 2011 at 04:27:55PM -0700, elij wrote: > >> Provie a mechanism to specify cache type from NONE, APC, or MEMCACHE > >> based on a config variable. > >> > >> If MEMCAC

Re: [aur-dev] [PATCH 1/1] rename *.inc files to *.inc.php and adjust imports and references

2011-06-21 Thread Lukas Fleischer
On Tue, Jun 21, 2011 at 01:19:04PM -0700, elij wrote: > On Tue, Jun 21, 2011 at 6:38 AM, Lukas Fleischer > wrote: > > On Sun, May 29, 2011 at 02:33:37PM -0700, elij wrote: > >> --- > >>  .gitignore                                         |    1 + > >>  TRANSLATING                                  

Re: [aur-dev] [PATCH 1/1] Make cache type selectable based on config value

2011-06-21 Thread elij
On Tue, Jun 21, 2011 at 6:33 AM, Lukas Fleischer wrote: > On Sun, May 29, 2011 at 04:27:55PM -0700, elij wrote: >> Provie a mechanism to specify cache type from NONE, APC, or MEMCACHE >> based on a config variable. >> >> If MEMCACHE type is selected, a list of servers can be specified to >> provid

Re: [aur-dev] Output buffering and header() usage

2011-06-21 Thread elij
On Tue, Jun 21, 2011 at 9:19 AM, Dan McGee wrote: > On Tue, Jun 21, 2011 at 11:11 AM, Lukas Fleischer > wrote: >> Some possible solutions/workarounds that came into my mind: >> >> * Use javascript redirects instead. >> >> * Just buffer output everywhere (ob_start(), ob_flush()). >> >> * Rewrite p

Re: [aur-dev] [PATCH 1/1] rename *.inc files to *.inc.php and adjust imports and references

2011-06-21 Thread elij
On Tue, Jun 21, 2011 at 6:38 AM, Lukas Fleischer wrote: > On Sun, May 29, 2011 at 02:33:37PM -0700, elij wrote: >> --- >>  .gitignore                                         |    1 + >>  TRANSLATING                                        |    2 +- >>  web/README                                    

Re: [aur-dev] Output buffering and header() usage

2011-06-21 Thread Dan McGee
On Tue, Jun 21, 2011 at 11:11 AM, Lukas Fleischer wrote: > Some possible solutions/workarounds that came into my mind: > > * Use javascript redirects instead. > > * Just buffer output everywhere (ob_start(), ob_flush()). > > * Rewrite package search to retrieve package search results before even >

[aur-dev] Output buffering and header() usage

2011-06-21 Thread Lukas Fleischer
Trying to reproduce FS#24580 [1] I stumbled upon a design flaw that apparently remained concealed for a long time due to a series of (un-)fortunate circumstances. Short summary of the bug report for reference: A package search currently seems to erroneously return an empty search result, if * Rus

Re: [aur-dev] AUR bad package moderation queue

2011-06-21 Thread Lukas Fleischer
On Mon, Jun 13, 2011 at 08:25:11PM -0500, Dan McGee wrote: > We now have 29998 packages and counting in the AUR, of which 8122 have > never been updated since initial upload, and I would guess another > 8000 are also steaming piles of...something. > > My suggestion is a moderation deletion/cleanup

Re: [aur-dev] [PATCH 1/1] rename *.inc files to *.inc.php and adjust imports and references

2011-06-21 Thread Lukas Fleischer
On Sun, May 29, 2011 at 02:33:37PM -0700, elij wrote: > --- > .gitignore |1 + > TRANSLATING|2 +- > web/README |4 ++-- > web/html/account.php

Re: [aur-dev] [PATCH 1/1] Make cache type selectable based on config value

2011-06-21 Thread Lukas Fleischer
On Sun, May 29, 2011 at 04:27:55PM -0700, elij wrote: > Provie a mechanism to specify cache type from NONE, APC, or MEMCACHE > based on a config variable. > > If MEMCACHE type is selected, a list of servers can be specified to > provide multiserver support. Note that php-memcaced is required for >