<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forums/phpBB/phpbb/plupload/plupload.php, branch master</title>
<subtitle>The forums.mageia.org Website</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/'/>
<entry>
<title>[ticket/16271] Fix invalid docblocks</title>
<updated>2019-12-27T13:58:42+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2019-12-27T13:58:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=7cf148ea131c73cc0c08a77e6811a6755658869e'/>
<id>7cf148ea131c73cc0c08a77e6811a6755658869e</id>
<content type='text'>
PHPBB3-16271
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-16271
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5667 from EA117/ticket/16141</title>
<updated>2019-10-20T18:59:01+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2019-10-20T18:59:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=4e3b22b33241c7237ad2e007a7fa3be4f1b38d09'/>
<id>4e3b22b33241c7237ad2e007a7fa3be4f1b38d09</id>
<content type='text'>
[ticket/16141] plupload chunk_size incorrect when 'unlimited' is involved.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ticket/16141] plupload chunk_size incorrect when 'unlimited' is involved.
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/16141] plupload chunk_size when 'unlimited' is involved.</title>
<updated>2019-08-30T12:01:04+00:00</updated>
<author>
<name>EA117</name>
<email>admin@ea117.com</email>
</author>
<published>2019-08-30T12:01:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=5bd3b7ec378579dc84d2d838ba43d3a77f519159'/>
<id>5bd3b7ec378579dc84d2d838ba43d3a77f519159</id>
<content type='text'>
Change get_chunk_size() calculation to correctly calculate limits without
letting a zero "unlimited" value always win.  Also ensure get_chunk_size()
can only return zero if all of the limits were in fact set to unlimited.

PHPBB3-16141
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change get_chunk_size() calculation to correctly calculate limits without
letting a zero "unlimited" value always win.  Also ensure get_chunk_size()
can only return zero if all of the limits were in fact set to unlimited.

PHPBB3-16141
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/16141] plupload chunk_size when 'unlimited' is involved.</title>
<updated>2019-08-29T05:17:14+00:00</updated>
<author>
<name>EA117</name>
<email>admin@ea117.com</email>
</author>
<published>2019-08-29T05:17:14+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=bf359d153dd0ff6cc9505cdd7bf8a7754b6a6073'/>
<id>bf359d153dd0ff6cc9505cdd7bf8a7754b6a6073</id>
<content type='text'>
Change get_chunk_size() calculation to correctly calculate limits without
letting a zero "unlimited" value always win.  Also ensure get_chunk_size()
can only return zero if all of the limits were in fact set to unlimited.

PHPBB3-16141
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change get_chunk_size() calculation to correctly calculate limits without
letting a zero "unlimited" value always win.  Also ensure get_chunk_size()
can only return zero if all of the limits were in fact set to unlimited.

PHPBB3-16141
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/16141] plupload chunk_size when 'unlimited' is involved.</title>
<updated>2019-08-29T04:34:52+00:00</updated>
<author>
<name>EA117</name>
<email>admin@ea117.com</email>
</author>
<published>2019-08-29T04:34:52+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=29d43670430f3edad2366ddbca15d1b34315ce1d'/>
<id>29d43670430f3edad2366ddbca15d1b34315ce1d</id>
<content type='text'>
Change get_chunk_size() calculation to correctly calculate limits without
letting a zero "unlimited" value always win.  Also ensure get_chunk_size()
can only return zero if all of the limits were in fact set to unlimited.

PHPBB3-16141
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change get_chunk_size() calculation to correctly calculate limits without
letting a zero "unlimited" value always win.  Also ensure get_chunk_size()
can only return zero if all of the limits were in fact set to unlimited.

PHPBB3-16141
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/16141] plupload chunk_size incorrect when 'unlimited' is involved.</title>
<updated>2019-08-29T01:22:33+00:00</updated>
<author>
<name>EA117</name>
<email>admin@ea117.com</email>
</author>
<published>2019-08-29T01:22:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=73537bcc7d8b10fe77e91068d494c1181b11d6c7'/>
<id>73537bcc7d8b10fe77e91068d494c1181b11d6c7</id>
<content type='text'>
Change get_chunk_size() calculation to correctly calculate limits without
letting a zero "unlimited" value always win.  Also ensure get_chunk_size()
can only return zero if all of the limits were in fact set to unlimited.

PHPBB3-16141
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change get_chunk_size() calculation to correctly calculate limits without
letting a zero "unlimited" value always win.  Also ensure get_chunk_size()
can only return zero if all of the limits were in fact set to unlimited.

PHPBB3-16141
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/16141] plupload chunk_size incorrect when 'unlimited' is involved.</title>
<updated>2019-08-27T02:07:01+00:00</updated>
<author>
<name>EA117</name>
<email>admin@ea117.com</email>
</author>
<published>2019-08-27T02:07:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=4cdfb3f4eddb1c3ccaa304b1c8d3fade7e18f75e'/>
<id>4cdfb3f4eddb1c3ccaa304b1c8d3fade7e18f75e</id>
<content type='text'>
Change get_chunk_size() calculation to correctly calculate limits without
letting a zero "unlimited" value always win.  Also ensure get_chunk_size()
can only return zero if all of the limits were in fact set to unlimited.

PHPBB3-16141
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change get_chunk_size() calculation to correctly calculate limits without
letting a zero "unlimited" value always win.  Also ensure get_chunk_size()
can only return zero if all of the limits were in fact set to unlimited.

PHPBB3-16141
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/16076] addFileFilter to check max file size per mime type</title>
<updated>2019-08-25T19:24:22+00:00</updated>
<author>
<name>mrgoldy</name>
<email>gijsmartens1@gmail.com</email>
</author>
<published>2019-08-25T19:24:22+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=8bc056ebe6d5876c6de2a2ca84bf234678c3e702'/>
<id>8bc056ebe6d5876c6de2a2ca84bf234678c3e702</id>
<content type='text'>
PHPBB3-16076
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-16076
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '3.1.x' into 3.2.x</title>
<updated>2016-12-18T19:40:46+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2016-12-18T19:40:46+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=d3fb01d8f762bc87fbbb352d75bfa634b74808d3'/>
<id>d3fb01d8f762bc87fbbb352d75bfa634b74808d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/14770] Decreases quality to 85, changes test to 85, too</title>
<updated>2016-12-18T14:31:58+00:00</updated>
<author>
<name>Crizzo</name>
<email>mail@crizzo.de</email>
</author>
<published>2016-12-18T14:31:58+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=71f82f2615302da12f00e925cd40522b9a010257'/>
<id>71f82f2615302da12f00e925cd40522b9a010257</id>
<content type='text'>
PHPBB3-14770
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-14770
</pre>
</div>
</content>
</entry>
</feed>
