<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forums/phpBB/includes/cache.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>[task/acm-refactor] Refactor the ACM classes to have a common interface.</title>
<updated>2011-01-09T22:49:35+00:00</updated>
<author>
<name>Igor Wiedler</name>
<email>igor@wiedler.ch</email>
</author>
<published>2010-11-03T17:35:31+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=9329b16ab13f3a4caf107df358c3c58bda2dcd8a'/>
<id>9329b16ab13f3a4caf107df358c3c58bda2dcd8a</id>
<content type='text'>
They are now refered to as cache drivers rather than ACM classes. The
additional utility functions from the original cache class have been
moved to the cache_service. The class loader is now instantiated without
a cache instance and passed one as soon as it is constructed to allow
autoloading the cache classes.

PHPBB3-9983
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They are now refered to as cache drivers rather than ACM classes. The
additional utility functions from the original cache class have been
moved to the cache_service. The class loader is now instantiated without
a cache instance and passed one as soon as it is constructed to allow
autoloading the cache classes.

PHPBB3-9983
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'develop-olympus' into develop</title>
<updated>2011-01-07T14:58:10+00:00</updated>
<author>
<name>Andreas Fischer</name>
<email>bantu@phpbb.com</email>
</author>
<published>2011-01-07T14:58:10+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=1c95101284d1545443bf6070d2f9dbc2880165f6'/>
<id>1c95101284d1545443bf6070d2f9dbc2880165f6</id>
<content type='text'>
* develop-olympus:
  [ticket/9933] Create unit test for word censor regular expression.
  [ticket/9933] Move word censor regex into separate function in functions.php
  [ticket/9933] Wrong handling consecutive multiple asterisks in word censor

Conflicts:
	phpBB/includes/cache.php
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* develop-olympus:
  [ticket/9933] Create unit test for word censor regular expression.
  [ticket/9933] Move word censor regex into separate function in functions.php
  [ticket/9933] Wrong handling consecutive multiple asterisks in word censor

Conflicts:
	phpBB/includes/cache.php
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/9933] Move word censor regex into separate function in functions.php</title>
<updated>2011-01-07T14:32:34+00:00</updated>
<author>
<name>rxu</name>
<email>rxu@mail.ru</email>
</author>
<published>2011-01-05T14:13:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=951b7b22e002571f1c304fcd63049aae77551a7b'/>
<id>951b7b22e002571f1c304fcd63049aae77551a7b</id>
<content type='text'>
PHPBB3-9933
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-9933
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/9933] Wrong handling consecutive multiple asterisks in word censor</title>
<updated>2011-01-07T13:51:43+00:00</updated>
<author>
<name>rxu</name>
<email>rxu@mail.ru</email>
</author>
<published>2011-01-04T04:54:10+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=9a25e4ad8956f46fa41a6057a8af53f2955fb532'/>
<id>9a25e4ad8956f46fa41a6057a8af53f2955fb532</id>
<content type='text'>
Fix consecutive asterisks issue in word censor.

PHPBB3-9933
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix consecutive asterisks issue in word censor.

PHPBB3-9933
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/9574] Add pcre_utf8_support() function</title>
<updated>2010-12-28T21:37:33+00:00</updated>
<author>
<name>Igor Wiedler</name>
<email>igor@wiedler.ch</email>
</author>
<published>2010-06-25T17:09:17+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=6b4d0a254218e8d40151ca1bdff8c439f89502e9'/>
<id>6b4d0a254218e8d40151ca1bdff8c439f89502e9</id>
<content type='text'>
Refactor the check for PCRE UTF-8 support into a new pcre_utf8_support()
function.

PHPBB3-9574
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactor the check for PCRE UTF-8 support into a new pcre_utf8_support()
function.

PHPBB3-9574
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/9574] Remove conditional PHP&lt;5.2 code</title>
<updated>2010-12-28T21:36:25+00:00</updated>
<author>
<name>Igor Wiedler</name>
<email>igor@wiedler.ch</email>
</author>
<published>2010-06-25T11:31:31+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=eda9fbbb6363cad0f2035b7a1f9fafe27f23832b'/>
<id>eda9fbbb6363cad0f2035b7a1f9fafe27f23832b</id>
<content type='text'>
There is a large amount of conditional code for PHP &lt; 5.2 that can be
removed with phpBB 3.1.

PHPBB3-9574
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is a large amount of conditional code for PHP &lt; 5.2 that can be
removed with phpBB 3.1.

PHPBB3-9574
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/9556] Drop php closing tags, add trailing newline</title>
<updated>2010-11-11T18:10:55+00:00</updated>
<author>
<name>Igor Wiedler</name>
<email>igor@wiedler.ch</email>
</author>
<published>2010-11-09T07:59:25+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=af5b9a96409d788733fcb1ff367e0c7fb0583702'/>
<id>af5b9a96409d788733fcb1ff367e0c7fb0583702</id>
<content type='text'>
Closing tags converted using Oleg's script.
remove-php-end-tags.py -a .

Trailing newlines added using the following where $ext is file extension.
find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s;

Extensions: php, css, html, js, xml.

PHPBB3-9556
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closing tags converted using Oleg's script.
remove-php-end-tags.py -a .

Trailing newlines added using the following where $ext is file extension.
find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s;

Extensions: php, css, html, js, xml.

PHPBB3-9556
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/9747] Improve word censor.</title>
<updated>2010-07-25T08:57:00+00:00</updated>
<author>
<name>rxu</name>
<email>rxu@mail.ru</email>
</author>
<published>2010-07-25T08:57:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=4d0a53b5ee88b9a5a810eb3bcb5cee35659ee5aa'/>
<id>4d0a53b5ee88b9a5a810eb3bcb5cee35659ee5aa</id>
<content type='text'>
Better handling of the asterisk inside censor pattern like 'bad*word' etc.

PHPBB3-9747
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Better handling of the asterisk inside censor pattern like 'bad*word' etc.

PHPBB3-9747
</pre>
</div>
</content>
</entry>
<entry>
<title>Support for Microsoft's Native SQL Server Driver for PHP - Patch by Chris Pucci at Microsoft [Bug #57055]</title>
<updated>2010-02-11T00:02:51+00:00</updated>
<author>
<name>Nils Adermann</name>
<email>naderman@naderman.de</email>
</author>
<published>2010-02-11T00:02:51+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=1802b9ff9286a7fc24493e71b3432816cbdbfcd8'/>
<id>1802b9ff9286a7fc24493e71b3432816cbdbfcd8</id>
<content type='text'>
If you are using SQL Server, please try to test this new dbal so we can safely include it in 3.0.8. If you
want to try it on a current phpBB version you can apply the latest version of the patch to your board which
you can find attached to the bug tracker ticket (look in the comments for the latest version, the one in the
ticket itself is outdated): http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=57055



git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10489 89ea8834-ac86-4346-8a33-228a782c2dd0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If you are using SQL Server, please try to test this new dbal so we can safely include it in 3.0.8. If you
want to try it on a current phpBB version you can apply the latest version of the patch to your board which
you can find attached to the bug tracker ticket (look in the comments for the latest version, the one in the
ticket itself is outdated): http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=57055



git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10489 89ea8834-ac86-4346-8a33-228a782c2dd0
</pre>
</div>
</content>
</entry>
<entry>
<title>Slight performance optimisation for r9624 refs #54265</title>
<updated>2010-02-01T22:14:04+00:00</updated>
<author>
<name>Chris Smith</name>
<email>toonarmy@phpbb.com</email>
</author>
<published>2010-02-01T22:14:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=6b519c8bdfc5338f71967ee6cbdc53262afc3396'/>
<id>6b519c8bdfc5338f71967ee6cbdc53262afc3396</id>
<content type='text'>
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10470 89ea8834-ac86-4346-8a33-228a782c2dd0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10470 89ea8834-ac86-4346-8a33-228a782c2dd0
</pre>
</div>
</content>
</entry>
</feed>
