<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
 <channel>
  <title>Quicksilver Forums - Forum: Patches/Additions</title>
  <link>http://forums.quicksilverforums.com/index.php?a=rssfeed&amp;f=13</link>
  <description>Quicksilver Forums official community website - 5 most recent posts - Submit patches for additions or improvements to the code.</description>
  <language>en</language>
  <generator>Quicksilver Forums</generator>
  <ttl>60</ttl>
  <item>
 <title>[patch] speed up download of attachments</title>
 <link>http://forums.quicksilverforums.com/index.php?a=topic&amp;t=1416&amp;p=8386#p8386</link>
 <description>Well, better late than never on the file downloads patch. Thanks for that, if you happen to swing by again.

I'd commit it to the svn, but I lost the password and berlios.de has the wrong email account to re-validate it.</description>
 <guid isPermaLink="true">http://forums.quicksilverforums.com/index.php?a=topic&amp;t=1416&amp;p=8386#p8386</guid>
 <pubDate>Mon, 15 Feb 2010 10:07:20 GMT</pubDate>
 <category>Patches/Additions</category>
 <author>nobody@example.com (Samson)</author>
</item>
<item>
 <title>[patch] speed up download of attachments</title>
 <link>http://forums.quicksilverforums.com/index.php?a=topic&amp;t=1416&amp;p=8334#p8334</link>
 <description>readfile should work better with large files, as it's supposed to output as it reads.</description>
 <guid isPermaLink="true">http://forums.quicksilverforums.com/index.php?a=topic&amp;t=1416&amp;p=8334#p8334</guid>
 <pubDate>Tue, 3 Feb 2009 11:23:31 GMT</pubDate>
 <category>Patches/Additions</category>
 <author>nobody@example.com (Detruire)</author>
</item>
<item>
 <title>[patch] speed up download of attachments</title>
 <link>http://forums.quicksilverforums.com/index.php?a=topic&amp;t=1416&amp;p=8332#p8332</link>
 <description>The download started, then seemed to pause and hang.

I looked into it and found that all data is transfered, but the connection is not closed because of a
[quote]Connection: Keep-Alive[/quote]
HTTP header sent back to the client. The download finished after my Apache server closed the connection.

I patched func/topic.php as follows:
[code]diff -u -r1.1 topic.php
--- func/topic.php	12 Oct 2008 19:58:17 -0000	1.1
+++ func/topic.php	30 Jan 2009 20:28:57 -0000
@@ -586,11 +586,13 @@
 			</description>
 <guid isPermaLink="true">http://forums.quicksilverforums.com/index.php?a=topic&amp;t=1416&amp;p=8332#p8332</guid>
 <pubDate>Fri, 30 Jan 2009 21:32:08 GMT</pubDate>
 <category>Patches/Additions</category>
 <author>nobody@example.com (Tino Schwarze)</author>
</item>
<item>
 <title>[patch] Bringing some sanity to the moderator logs</title>
 <link>http://forums.quicksilverforums.com/index.php?a=topic&amp;t=1282&amp;p=7634#p7634</link>
 <description>committed in rev 733.</description>
 <guid isPermaLink="true">http://forums.quicksilverforums.com/index.php?a=topic&amp;t=1282&amp;p=7634#p7634</guid>
 <pubDate>Sat, 25 Aug 2007 22:02:50 GMT</pubDate>
 <category>Patches/Additions</category>
 <author>nobody@example.com (matt)</author>
</item>
<item>
 <title>[patch] Bringing some sanity to the moderator logs</title>
 <link>http://forums.quicksilverforums.com/index.php?a=topic&amp;t=1282&amp;p=7574#p7574</link>
 <description>With about 60,000 odd moderator actions the page in the admincp is rather slow to load, to the point where it is no longer used.

[code]
Index: install/skin_default.xml
===================================================================
--- install/skin_default.xml    (revision 725)
+++ install/skin_default.xml    (working copy)
@@ -502,6 +502,7 @@
       &lt;displayname&gt;View Moderator Logs&lt;/displayname&gt;
       &lt;description&gt;Format of the moderator log view&lt;/description&gt;
       &lt;html&gt;&lt;![CD</description>
 <guid isPermaLink="true">http://forums.quicksilverforums.com/index.php?a=topic&amp;t=1282&amp;p=7574#p7574</guid>
 <pubDate>Tue, 14 Aug 2007 13:21:16 GMT</pubDate>
 <category>Patches/Additions</category>
 <author>nobody@example.com (matt)</author>
</item>
<item>
 <title>separate categories from forums in perms</title>
 <link>http://forums.quicksilverforums.com/index.php?a=topic&amp;t=1277&amp;p=7568#p7568</link>
 <description>yes, its the actual permission display in ACP</description>
 <guid isPermaLink="true">http://forums.quicksilverforums.com/index.php?a=topic&amp;t=1277&amp;p=7568#p7568</guid>
 <pubDate>Sat, 11 Aug 2007 18:03:39 GMT</pubDate>
 <category>Patches/Additions</category>
 <author>nobody@example.com (LadyAnna)</author>
</item>
<item>
 <title>separate categories from forums in perms</title>
 <link>http://forums.quicksilverforums.com/index.php?a=topic&amp;t=1277&amp;p=7563#p7563</link>
 <description>Is this in the actual permissions display in the ACP or part of the forum editing? ( at work, only glanced ).</description>
 <guid isPermaLink="true">http://forums.quicksilverforums.com/index.php?a=topic&amp;t=1277&amp;p=7563#p7563</guid>
 <pubDate>Fri, 10 Aug 2007 22:56:20 GMT</pubDate>
 <category>Patches/Additions</category>
 <author>nobody@example.com (Samson)</author>
</item>
<item>
 <title>separate categories from forums in perms</title>
 <link>http://forums.quicksilverforums.com/index.php?a=topic&amp;t=1277&amp;p=7560#p7560</link>
 <description>Can't believe I never though about this before... Suppose that many of you don't have use for this, but I ended up to a point where I actually had a second tab open to check what my forums/categories was.

I did change the code in perms.php just a tad bit, added a little to the database query and a little for the output of the forums.

1. the new qurey is like this (line 72):
[code]	$forums_only = $this-&gt;db-&gt;query('SELECT forum_id, forum_name, forum_subcat,forum_parent FROM %pforums ORDER B</description>
 <guid isPermaLink="true">http://forums.quicksilverforums.com/index.php?a=topic&amp;t=1277&amp;p=7560#p7560</guid>
 <pubDate>Fri, 10 Aug 2007 20:43:24 GMT</pubDate>
 <category>Patches/Additions</category>
 <author>nobody@example.com (LadyAnna)</author>
</item>
<item>
 <title>[patch]Stop admin from not allowing guest viewing board index</title>
 <link>http://forums.quicksilverforums.com/index.php?a=topic&amp;t=1253&amp;p=7405#p7405</link>
 <description>true, you have caught me off my guard......again!</description>
 <guid isPermaLink="true">http://forums.quicksilverforums.com/index.php?a=topic&amp;t=1253&amp;p=7405#p7405</guid>
 <pubDate>Sat, 7 Jul 2007 19:09:43 GMT</pubDate>
 <category>Patches/Additions</category>
 <author>jon@quicksilverforums.com (Jon)</author>
</item>
<item>
 <title>[patch]stop admin changing the guest user group to banned</title>
 <link>http://forums.quicksilverforums.com/index.php?a=topic&amp;t=1250&amp;p=7404#p7404</link>
 <description>oh sorry, yeah it should of done, just when i copied it over to QSF i didn't really look at the code - just the line numbers  :(</description>
 <guid isPermaLink="true">http://forums.quicksilverforums.com/index.php?a=topic&amp;t=1250&amp;p=7404#p7404</guid>
 <pubDate>Sat, 7 Jul 2007 19:08:11 GMT</pubDate>
 <category>Patches/Additions</category>
 <author>jon@quicksilverforums.com (Jon)</author>
</item>
<item>
 <title>[patch]stop admin changing the guest user group to banned</title>
 <link>http://forums.quicksilverforums.com/index.php?a=topic&amp;t=1250&amp;p=7403#p7403</link>
 <description>Your check to make sure the Guest user isn't being banned is set too late in the function. Where your patch positions it is beyond the update query that sets the information. It should have gone below this:

				$member = $this-&gt;db-&gt;fetch('SELECT user_name FROM %pusers WHERE user_id=%d LIMIT 1', $this-&gt;get['id']);</description>
 <guid isPermaLink="true">http://forums.quicksilverforums.com/index.php?a=topic&amp;t=1250&amp;p=7403#p7403</guid>
 <pubDate>Sat, 7 Jul 2007 18:29:05 GMT</pubDate>
 <category>Patches/Additions</category>
 <author>nobody@example.com (Samson)</author>
</item>
<item>
 <title>[patch]Stop admin from not allowing guest viewing board index</title>
 <link>http://forums.quicksilverforums.com/index.php?a=topic&amp;t=1253&amp;p=7402#p7402</link>
 <description>FYI - this needs to be set to check the &quot;do_anything&quot; perm, not the &quot;board_view&quot; perm. Guests can be blocked from seeing the board index and still have the ability to register, but if you uncheck the &quot;use quicksilver forums&quot; permission box for guests, they get the &quot;you're banned&quot; message and can't do anything at all.</description>
 <guid isPermaLink="true">http://forums.quicksilverforums.com/index.php?a=topic&amp;t=1253&amp;p=7402#p7402</guid>
 <pubDate>Sat, 7 Jul 2007 18:18:44 GMT</pubDate>
 <category>Patches/Additions</category>
 <author>nobody@example.com (Samson)</author>
</item>
<item>
 <title>[patch]Stop admin from not allowing guest viewing board index</title>
 <link>http://forums.quicksilverforums.com/index.php?a=topic&amp;t=1253&amp;p=7401#p7401</link>
 <description>Chances are if it works in MB, it'll work in QSF as well. The permission system hasn't been altered enough for this to break.</description>
 <guid isPermaLink="true">http://forums.quicksilverforums.com/index.php?a=topic&amp;t=1253&amp;p=7401#p7401</guid>
 <pubDate>Sat, 7 Jul 2007 17:57:29 GMT</pubDate>
 <category>Patches/Additions</category>
 <author>nobody@example.com (Samson)</author>
</item>
<item>
 <title>[patch]Stop admin from not allowing guest viewing board index</title>
 <link>http://forums.quicksilverforums.com/index.php?a=topic&amp;t=1253&amp;p=7400#p7400</link>
 <description>This is still untested on QSF i am afraid, works quite well on MB so i have no concerns about it:

[quote]Index: C:/Inetpub/wwwroot/testing/QSF SVN/qsf/admincp/sources/perms.php
===================================================================
--- C:/Inetpub/wwwroot/testing/QSF SVN/qsf/admincp/sources/perms.php	(revision 704)
+++ C:/Inetpub/wwwroot/testing/QSF SVN/qsf/admincp/sources/perms.php	(working copy)
@@ -284,6 +284,16 @@
 				$this-&gt;post['perms'] = array();
 			}
 
+			if ($m</description>
 <guid isPermaLink="true">http://forums.quicksilverforums.com/index.php?a=topic&amp;t=1253&amp;p=7400#p7400</guid>
 <pubDate>Sat, 7 Jul 2007 14:45:52 GMT</pubDate>
 <category>Patches/Additions</category>
 <author>jon@quicksilverforums.com (Jon)</author>
</item>
<item>
 <title>[patch]stop admin changing the guest user group to banned</title>
 <link>http://forums.quicksilverforums.com/index.php?a=topic&amp;t=1250&amp;p=7392#p7392</link>
 <description>Yeah, i am currently looking into it but i haven't been able to patch it yet because it does not seem to be giving me the right result for some reason.</description>
 <guid isPermaLink="true">http://forums.quicksilverforums.com/index.php?a=topic&amp;t=1250&amp;p=7392#p7392</guid>
 <pubDate>Wed, 4 Jul 2007 11:52:25 GMT</pubDate>
 <category>Patches/Additions</category>
 <author>jon@quicksilverforums.com (Jon)</author>
</item>

 </channel>
</rss>
