<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forums/phpBB/includes/ucp/ucp_zebra.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/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>[ticket/13454] Remove unused variables</title>
<updated>2016-01-06T12:51:19+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2015-12-03T16:50:29+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=73e6e5b77faadbb7676961bf38122d669de111db'/>
<id>73e6e5b77faadbb7676961bf38122d669de111db</id>
<content type='text'>
This is the first part of the changes. More to come.

PHPBB3-13454
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the first part of the changes. More to come.

PHPBB3-13454
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/13455] Update calls to `request_var()`</title>
<updated>2015-02-03T19:50:40+00:00</updated>
<author>
<name>Gaëtan Muller</name>
<email>m.gaetan89@gmail.com</email>
</author>
<published>2015-01-04T19:41:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=f6e06da4c68917dafb057bf7fe19f884a3e148c2'/>
<id>f6e06da4c68917dafb057bf7fe19f884a3e148c2</id>
<content type='text'>
PHPBB3-13455
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-13455
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12594] Remove @package tags and update file headers</title>
<updated>2014-05-27T18:51:13+00:00</updated>
<author>
<name>Yuriy Rusko</name>
<email>github@rusko.net</email>
</author>
<published>2014-05-27T18:18:06+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=a759704b39fc1c1353f865a633759b1369589b67'/>
<id>a759704b39fc1c1353f865a633759b1369589b67</id>
<content type='text'>
PHPBB3-12594
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12594
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'github-nickvergessen/ticket/12273' into develop-ascraeus</title>
<updated>2014-05-02T10:22:05+00:00</updated>
<author>
<name>Nils Adermann</name>
<email>naderman@naderman.de</email>
</author>
<published>2014-05-02T10:22:05+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=7c2239e75c2afd46396e12fa82a5dc5ef5f806bd'/>
<id>7c2239e75c2afd46396e12fa82a5dc5ef5f806bd</id>
<content type='text'>
* github-nickvergessen/ticket/12273: (55 commits)
  [ticket/12273] Move $extension to constructor so the path is always set
  [ticket/12273] Find events.md relative from the path not the phpbb root
  [ticket/12273] Do not look in extensions docs/ and tests/ directory
  [ticket/12273] Also check file for adm "Location:" events
  [ticket/12273] Do not allow template events in non-html files
  [ticket/12273] Fix return description
  [ticket/12273] Update exporter to allow specifying an extension
  [ticket/12273] Allow to filter events for extensions
  [ticket/12273] Remove old parameter from function call
  [ticket/12273] Fix table header for adm events
  [ticket/12273] Add root path to recursive_event_filter_iterator
  [ticket/12273] Fix missing classes in export_events_for_wiki.php
  [ticket/12273] Use RecursiveDirectoryIterator with filter in php_exporter
  [ticket/12273] Use RecursiveDirectoryIterator in md_exporter
  [ticket/12273] Fix doc blocks
  [ticket/12273] Do not allow 3.1-A1 for template events
  [ticket/12273] Sort arguments alphabetically before exporting
  [ticket/12273] Do not allow 3.1-A1 version
  [ticket/12273] Update since version to 3.1.0-a* style
  [ticket/12273] Update existing events
  ...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* github-nickvergessen/ticket/12273: (55 commits)
  [ticket/12273] Move $extension to constructor so the path is always set
  [ticket/12273] Find events.md relative from the path not the phpbb root
  [ticket/12273] Do not look in extensions docs/ and tests/ directory
  [ticket/12273] Also check file for adm "Location:" events
  [ticket/12273] Do not allow template events in non-html files
  [ticket/12273] Fix return description
  [ticket/12273] Update exporter to allow specifying an extension
  [ticket/12273] Allow to filter events for extensions
  [ticket/12273] Remove old parameter from function call
  [ticket/12273] Fix table header for adm events
  [ticket/12273] Add root path to recursive_event_filter_iterator
  [ticket/12273] Fix missing classes in export_events_for_wiki.php
  [ticket/12273] Use RecursiveDirectoryIterator with filter in php_exporter
  [ticket/12273] Use RecursiveDirectoryIterator in md_exporter
  [ticket/12273] Fix doc blocks
  [ticket/12273] Do not allow 3.1-A1 for template events
  [ticket/12273] Sort arguments alphabetically before exporting
  [ticket/12273] Do not allow 3.1-A1 version
  [ticket/12273] Update since version to 3.1.0-a* style
  [ticket/12273] Update existing events
  ...
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.</title>
<updated>2014-04-29T15:51:21+00:00</updated>
<author>
<name>Andreas Fischer</name>
<email>bantu@phpbb.com</email>
</author>
<published>2014-04-29T15:51:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=89391dec089e8085f486b768ad7654f62166f4a2'/>
<id>89391dec089e8085f486b768ad7654f62166f4a2</id>
<content type='text'>
* There MUST NOT be trailing whitespace at the end of lines.
* There MUST NOT be whitespace before the first content of a file.
* There MUST NOT be whitespace after the last content of a file.
* Functions MUST NOT contain multiple empty lines in a row.

PHPBB3-12458
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* There MUST NOT be trailing whitespace at the end of lines.
* There MUST NOT be whitespace before the first content of a file.
* There MUST NOT be whitespace after the last content of a file.
* Functions MUST NOT contain multiple empty lines in a row.

PHPBB3-12458
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12273] Update since version to 3.1.0-a* style</title>
<updated>2014-04-25T10:15:44+00:00</updated>
<author>
<name>Joas Schilling</name>
<email>nickvergessen@gmx.de</email>
</author>
<published>2014-04-25T10:15:44+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=b32895308d13d5d9b0cd954fd8ce871a1fa073da'/>
<id>b32895308d13d5d9b0cd954fd8ce871a1fa073da</id>
<content type='text'>
PHPBB3-12273
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12273
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11924] Fix some minor issues with the php event docs</title>
<updated>2013-10-16T14:32:40+00:00</updated>
<author>
<name>Joas Schilling</name>
<email>nickvergessen@gmx.de</email>
</author>
<published>2013-10-16T14:32:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=3c9a8a3788f4dda1ef16430f16d6392a9e6f8dad'/>
<id>3c9a8a3788f4dda1ef16430f16d6392a9e6f8dad</id>
<content type='text'>
PHPBB3-11924
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11924
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11700] Move all recent code to namespaces</title>
<updated>2013-09-15T22:25:27+00:00</updated>
<author>
<name>Nils Adermann</name>
<email>naderman@naderman.de</email>
</author>
<published>2013-09-10T12:01:09+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=b95fdacdd378877d277e261465da73deb06e50da'/>
<id>b95fdacdd378877d277e261465da73deb06e50da</id>
<content type='text'>
PHPBB3-11700
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11700
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature/php-events] Fix naming and doc of core.ucp_add_zebra</title>
<updated>2012-08-04T15:50:16+00:00</updated>
<author>
<name>Joas Schilling</name>
<email>nickvergessen@gmx.de</email>
</author>
<published>2012-08-04T15:50:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=4eefba9b3f59618f78f338aa40a05f39ef8214e9'/>
<id>4eefba9b3f59618f78f338aa40a05f39ef8214e9</id>
<content type='text'>
PHPBB3-9550
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-9550
</pre>
</div>
</content>
</entry>
</feed>
