<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forums/phpBB/phpbb/textreparser, 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/15512] Avoid reparsing non-existent polls</title>
<updated>2018-01-12T15:28:37+00:00</updated>
<author>
<name>JoshyPHP</name>
<email>s9e.dev@gmail.com</email>
</author>
<published>2018-01-12T15:28:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=5878d66ebfe6a25c6d5e495c4fd07e7d3ad634ab'/>
<id>5878d66ebfe6a25c6d5e495c4fd07e7d3ad634ab</id>
<content type='text'>
PHPBB3-15512
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-15512
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/15464] Detect BBCodes in uppercase when reparsing</title>
<updated>2017-11-23T15:25:48+00:00</updated>
<author>
<name>JoshyPHP</name>
<email>s9e.dev@gmail.com</email>
</author>
<published>2017-11-23T15:25:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=a7664811dd3696e17a78fd98fec49f9beaf4579d'/>
<id>a7664811dd3696e17a78fd98fec49f9beaf4579d</id>
<content type='text'>
PHPBB3-15464
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-15464
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/14925] Prefix modes from reparser with text_reparser</title>
<updated>2016-12-18T17:12:26+00:00</updated>
<author>
<name>Matt Friedman</name>
<email>maf675@gmail.com</email>
</author>
<published>2016-12-18T17:12:26+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=76e9f4dd2d45e8f128e59e1378dfd6778eec9d48'/>
<id>76e9f4dd2d45e8f128e59e1378dfd6778eec9d48</id>
<content type='text'>
PHPBB3-14925</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-14925</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/14925] Set reparser names in service definitions</title>
<updated>2016-12-18T09:28:51+00:00</updated>
<author>
<name>Matt Friedman</name>
<email>maf675@gmail.com</email>
</author>
<published>2016-12-18T09:28:51+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=b4748a5d1ee31084da7e78f8ffaf5b036f2e5314'/>
<id>b4748a5d1ee31084da7e78f8ffaf5b036f2e5314</id>
<content type='text'>
PHPBB3-14925
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-14925
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/14381] Set the mode in message parser to "reparse"</title>
<updated>2016-03-24T18:49:23+00:00</updated>
<author>
<name>JoshyPHP</name>
<email>s9e.dev@gmail.com</email>
</author>
<published>2016-03-24T18:49:23+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=0ff4a6b6a4151f25d94d7b4f651b069e21b036b2'/>
<id>0ff4a6b6a4151f25d94d7b4f651b069e21b036b2</id>
<content type='text'>
The default mode is "post". By setting it to something else,
all limits pertaining to posts (min/max length, etc...) should
be disabled.

PHPBB3-14381
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The default mode is "post". By setting it to something else,
all limits pertaining to posts (min/max length, etc...) should
be disabled.

PHPBB3-14381
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4005 from Elsensee/ticket/14257</title>
<updated>2015-12-05T10:21:40+00:00</updated>
<author>
<name>Tristan Darricau</name>
<email>tristan.darricau@sensiolabs.com</email>
</author>
<published>2015-12-05T10:21:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=b4bbc7056aed232dc7056103094843da8bfc2da2'/>
<id>b4bbc7056aed232dc7056103094843da8bfc2da2</id>
<content type='text'>
[ticket/14257] Reparse after update

* Elsensee/ticket/14257:
  [ticket/14257] Add tests for reparser manager
  [ticket/14257] Fix CLI reparser and set cron interval
  [ticket/14257] Fix CLI error message
  [ticket/14257] Fix phpdoc in CLI command
  [ticket/14257] Add text_reparser manager
  [ticket/14257] Use migrations instead of cron job for some reparsers
  [ticket/14257] Fix lock acquire in CLI command
  [ticket/14257] Fix if condition
  [ticket/14257] Add reparse_lock to CLI command
  [ticket/14257] Add cron tasks for reparsing text
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ticket/14257] Reparse after update

* Elsensee/ticket/14257:
  [ticket/14257] Add tests for reparser manager
  [ticket/14257] Fix CLI reparser and set cron interval
  [ticket/14257] Fix CLI error message
  [ticket/14257] Fix phpdoc in CLI command
  [ticket/14257] Add text_reparser manager
  [ticket/14257] Use migrations instead of cron job for some reparsers
  [ticket/14257] Fix lock acquire in CLI command
  [ticket/14257] Fix if condition
  [ticket/14257] Add reparse_lock to CLI command
  [ticket/14257] Add cron tasks for reparsing text
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/14257] Fix CLI reparser and set cron interval</title>
<updated>2015-11-08T02:29:37+00:00</updated>
<author>
<name>Oliver Schramm</name>
<email>oliver.schramm97@gmail.com</email>
</author>
<published>2015-11-01T02:49:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=900ccd79af816d8d54e6974e9163d9999a823513'/>
<id>900ccd79af816d8d54e6974e9163d9999a823513</id>
<content type='text'>
PHPBB3-14257
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-14257
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/14264] Don't use constants as return values</title>
<updated>2015-11-03T15:35:53+00:00</updated>
<author>
<name>Oliver Schramm</name>
<email>oliver.schramm97@gmail.com</email>
</author>
<published>2015-10-29T00:48:52+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=2016550a32168ee5fcf11bfdd367ce48fbcf88b1'/>
<id>2016550a32168ee5fcf11bfdd367ce48fbcf88b1</id>
<content type='text'>
This will prevent BC breaking in the future if we decide to
get rid of constants.

PHPBB3-14264
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will prevent BC breaking in the future if we decide to
get rid of constants.

PHPBB3-14264
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/14257] Add text_reparser manager</title>
<updated>2015-10-26T00:39:52+00:00</updated>
<author>
<name>Oliver Schramm</name>
<email>oliver.schramm97@gmail.com</email>
</author>
<published>2015-10-26T00:39:52+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=25e2b17837f5b1c2330d07a86f88b25bb55d96c1'/>
<id>25e2b17837f5b1c2330d07a86f88b25bb55d96c1</id>
<content type='text'>
PHPBB3-14257
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-14257
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/13987] Replaced optional parameter with explicit API</title>
<updated>2015-07-06T21:45:38+00:00</updated>
<author>
<name>JoshyPHP</name>
<email>s9e.dev@gmail.com</email>
</author>
<published>2015-07-05T23:57:54+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=cf4cdcda586a2371aa92ae452951f9660737ae09'/>
<id>cf4cdcda586a2371aa92ae452951f9660737ae09</id>
<content type='text'>
Added disable_save() and enable_save() to toggle a dry run

PHPBB3-13987
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added disable_save() and enable_save() to toggle a dry run

PHPBB3-13987
</pre>
</div>
</content>
</entry>
</feed>
