<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forums/phpBB/phpbb/search/fulltext_postgres.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/15424] Multiple typo fixes in docs &amp; comments</title>
<updated>2019-05-08T20:20:56+00:00</updated>
<author>
<name>luzpaz</name>
<email>luzpaz@@users.noreply.github.com</email>
</author>
<published>2017-08-15T19:00:12+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=a9a28859d4852be72ce782d079ee3183c4d54852'/>
<id>a9a28859d4852be72ce782d079ee3183c4d54852</id>
<content type='text'>
Fixed typos in some docs, guidelines, some non-user-facing files.

PHPBB3-15424
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed typos in some docs, guidelines, some non-user-facing files.

PHPBB3-15424
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5131 from kasimi/ticket/15561</title>
<updated>2018-02-22T19:34:24+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2018-02-22T19:34:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=50cf6443b981c6072f5a42c60b8dea3d548345c8'/>
<id>50cf6443b981c6072f5a42c60b8dea3d548345c8</id>
<content type='text'>
[ticket/15561] Add events for adding columns to search index
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ticket/15561] Add events for adding columns to search index
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/15561] Add events for adding columns to search index</title>
<updated>2018-02-16T20:40:18+00:00</updated>
<author>
<name>kasimi</name>
<email>mail@kasimi.net</email>
</author>
<published>2018-02-16T20:31:36+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=a6dc32b381dea235c979d089fc7897dd7e213011'/>
<id>a6dc32b381dea235c979d089fc7897dd7e213011</id>
<content type='text'>
PHPBB3-15561
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-15561
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/15537] Add core.search_(native|mysql|postgres|sphinx)_index_before</title>
<updated>2018-01-28T15:14:29+00:00</updated>
<author>
<name>kasimi</name>
<email>mail@kasimi.net</email>
</author>
<published>2018-01-28T15:14:29+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=013f9819b00bb941faee9c0578bd6fb2f3378a72'/>
<id>013f9819b00bb941faee9c0578bd6fb2f3378a72</id>
<content type='text'>
PHPBB3-15537
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-15537
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5076 from marc1706/ticket/15496</title>
<updated>2018-01-07T10:06:09+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2018-01-07T10:06:09+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=f26b2c00de5702403e3c5983dedf99ac6dc06d8c'/>
<id>f26b2c00de5702403e3c5983dedf99ac6dc06d8c</id>
<content type='text'>
[ticket/15496] Add sort key to SELECT in fulltext_postgres
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ticket/15496] Add sort key to SELECT in fulltext_postgres
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/15496] Add sort key to SELECT in fulltext_postgres</title>
<updated>2018-01-06T15:06:59+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2018-01-06T15:06:59+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=d05c7fd34288375683c5b0467930748b1457ac75'/>
<id>d05c7fd34288375683c5b0467930748b1457ac75</id>
<content type='text'>
Postgres requires that the column being ordered also appears in the
SELECT part of the query.

PHPBB3-15496
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Postgres requires that the column being ordered also appears in the
SELECT part of the query.

PHPBB3-15496
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/14972] replace all occurrences of sizeof() with the count()</title>
<updated>2018-01-01T12:56:04+00:00</updated>
<author>
<name>rxu</name>
<email>rxu@mail.ru</email>
</author>
<published>2017-06-27T17:58:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=f8fbe3793680af1dae2db2829cfc84068831c52f'/>
<id>f8fbe3793680af1dae2db2829cfc84068831c52f</id>
<content type='text'>
PHPBB3-14972
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-14972
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/ticket/14272' into ticket/14272-3.2.x</title>
<updated>2016-03-27T07:59:25+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2016-03-27T07:59:25+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=1600d82b772f419aca8b35d9d404440fecc7a483'/>
<id>1600d82b772f419aca8b35d9d404440fecc7a483</id>
<content type='text'>
Conflicts:
	phpBB/adm/style/acp_icons.html
	phpBB/includes/acp/acp_groups.php
	phpBB/includes/acp/acp_users.php
	phpBB/includes/functions_acp.php
	phpBB/includes/ucp/ucp_groups.php
	phpBB/styles/prosilver/template/ucp_avatar_options_gravatar.html
	phpBB/styles/prosilver/template/ucp_avatar_options_remote.html
	phpBB/styles/subsilver2/template/mcp_topic.html
	phpBB/styles/subsilver2/template/posting_attach_body.html
	phpBB/styles/subsilver2/template/posting_body.html
	phpBB/styles/subsilver2/template/posting_poll_body.html
	phpBB/styles/subsilver2/template/ucp_avatar_options_gravatar.html
	phpBB/styles/subsilver2/template/ucp_avatar_options_remote.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	phpBB/adm/style/acp_icons.html
	phpBB/includes/acp/acp_groups.php
	phpBB/includes/acp/acp_users.php
	phpBB/includes/functions_acp.php
	phpBB/includes/ucp/ucp_groups.php
	phpBB/styles/prosilver/template/ucp_avatar_options_gravatar.html
	phpBB/styles/prosilver/template/ucp_avatar_options_remote.html
	phpBB/styles/subsilver2/template/mcp_topic.html
	phpBB/styles/subsilver2/template/posting_attach_body.html
	phpBB/styles/subsilver2/template/posting_body.html
	phpBB/styles/subsilver2/template/posting_poll_body.html
	phpBB/styles/subsilver2/template/ucp_avatar_options_gravatar.html
	phpBB/styles/subsilver2/template/ucp_avatar_options_remote.html
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/13454] Remove unused variables</title>
<updated>2016-01-06T12:52:11+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2015-12-04T10:50:39+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=266576c6a4224f4b803040c678020e825a1510b5'/>
<id>266576c6a4224f4b803040c678020e825a1510b5</id>
<content type='text'>
Part 4

PHPBB3-13454
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Part 4

PHPBB3-13454
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/14272] Only use maxlength and size for allowed input elements</title>
<updated>2015-11-06T09:20:05+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2015-11-06T09:20:05+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=aca6e64669079abc385f3094d8b6c186d9b46082'/>
<id>aca6e64669079abc385f3094d8b6c186d9b46082</id>
<content type='text'>
PHPBB3-14272
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-14272
</pre>
</div>
</content>
</entry>
</feed>
