Re ticket #1029 - The patch attached to the ticket seems fine. It doesn't revert r3061 in toto, just the first shot try at using tmpfile () before using the cache, so memory usage shoiuldn't be doubled by using the patch.
If the user's cache isn't writable, they have more problems, since other parts of Habari use the cache, too - the admin, for example, I believe. If someone has time (I'm up to my eyeballs with work and have limited internet access at the moment), the patch should be tested and committed if no other problems show up. Rick On Aug 2, 6:15 am, "Michael C. Harris" <[email protected]> wrote: > Forgive me, Father, for it has been 35-odd days since the last > edition. Some bastard burgled my laptop ... Unfortunately, only one of > the tickets I covered last time[1] has been closed, so feel free to go > back and have a look at them. > > Since the last edition: 26 commits, 20 new tickets and 11 closed tickets > > Let's look at some highlights. > > #1029 CURLRequestProcessor::execute() fails to work with PHP 5.2.10 > This one is the most fun because, due to a cURL bug introduced in PHP, > no-one can install Habari on PHP 5.2.10 or 5.3. The bug is fixed in > PHP trunk, but we're still going to have to deal with it urgently. > There's a patch that basically rolls back r3061, which was introduced > to reduce memory usage, but it would be great if we could find a > better way. > > #1024 Improve performance of post selection based on info record content > Searching for posts based on info records is currently very slow, but > this is likely to be a common use case for custom content types. Can > we simply add an index to postinfo.value ? > > #1022Installer should be web server and database agnostic > There is currently a lot of Apache-specific code (like .htaccess > stuff) in the installer. It would be great if we could abstract that > out, which would make it easier to maintain support for different > servers. > > #1016 Restoring A Post Succeeds But With Warnings > I haven't tried to reproduce this yet, but it seems there might be an > error in the Undelete plugin in core. > > Discuss (here or on the ticket), fix, close, as appropriate. > > [1]http://pastoid.com/bv3+ > > Ticketshttp://trac.habariproject.org/habari/ticket/1029http://trac.habariproject.org/habari/ticket/1024http://trac.habariproject.org/habari/ticket/1022http://trac.habariproject.org/habari/ticket/1016 > > -- > Michael C. Harris, School of CS&IT, RMIT > Universityhttp://twofishcreative.com/michael/blog > IRC: michaeltwofish #habari --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/habari-dev -~----------~----~----~----~------~----~------~--~---
