<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forums/tests/template/templates/define.html, 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/11943] Add test for DEFINE $VAR = false</title>
<updated>2013-11-04T18:15:02+00:00</updated>
<author>
<name>Nathan Guse</name>
<email>nathaniel.guse@gmail.com</email>
</author>
<published>2013-11-04T18:15:02+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=c609f25bae6aee2b7fab8dfeb8b3a58e2c2f396f'/>
<id>c609f25bae6aee2b7fab8dfeb8b3a58e2c2f396f</id>
<content type='text'>
PHPBB3-11943
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11943
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11816] Fix multiple parenthesis as well before $VARs in templates</title>
<updated>2013-09-19T17:40:53+00:00</updated>
<author>
<name>Nathan Guse</name>
<email>nathaniel.guse@gmail.com</email>
</author>
<published>2013-09-19T17:40:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=9152455d706adafa4e89bfdf6acc4b7c101f6f0a'/>
<id>9152455d706adafa4e89bfdf6acc4b7c101f6f0a</id>
<content type='text'>
PHPBB3-11816
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11816
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11816</title>
<updated>2013-09-13T03:56:54+00:00</updated>
<author>
<name>Nathan Guse</name>
<email>nathaniel.guse@gmail.com</email>
</author>
<published>2013-09-13T03:56:54+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=bcb1392351c2da921f477b56ab2c0777e7bbf4fc'/>
<id>bcb1392351c2da921f477b56ab2c0777e7bbf4fc</id>
<content type='text'>
# By Joseph Warner (187) and others
# Via Nathan Guse (6) and others
* 'develop' of github.com:phpbb/phpbb3: (195 commits)
  [ticket/11828] Fix greedy operators in lexer
  [ticket/11835] Fix ucp_auth_link adding in migration
  [prep-release-3.0.12] Remove changelog entry for ticket that was not resolved.
  [ticket/develop/11832] Fix path detection
  [feature/oauth] Fix tabindex
  [ticket/9550] Add the core.viewtopic_post_rowset_data event to viewtopic.php
  [ticket/11829] Use report_closed to determine status in MCP report_details
  [feature/oauth] Fix bug on ucp_auth_link related to error display
  [feature/oauth] More small fixes
  [feature/oauth] More minor changes from review
  [feature/oauth] Fix small bug introduced by update in OAuth library
  [feature/oauth] Fix small issues on ucp pages
  [feature/oauth] Fix typo in OAuth logout method
  [feature/oauth] Make token storage service ignorant
  [feature/oauth] Update oauth::logout() to use clearAllTokens()
  [feature/oauth] Update storage implementation due to inteface change
  [feature/oauth] Update lusitanian/oauth to stable branch
  [ticket/11822] Use namespace lookup order for asset loading
  [feature/oauth] Update comment on oauth service exception
  [feature/oauth] Forgot to remove placeholder comment
  ...

Conflicts:
	phpBB/phpbb/template/twig/lexer.php
	tests/template/template_test.php
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# By Joseph Warner (187) and others
# Via Nathan Guse (6) and others
* 'develop' of github.com:phpbb/phpbb3: (195 commits)
  [ticket/11828] Fix greedy operators in lexer
  [ticket/11835] Fix ucp_auth_link adding in migration
  [prep-release-3.0.12] Remove changelog entry for ticket that was not resolved.
  [ticket/develop/11832] Fix path detection
  [feature/oauth] Fix tabindex
  [ticket/9550] Add the core.viewtopic_post_rowset_data event to viewtopic.php
  [ticket/11829] Use report_closed to determine status in MCP report_details
  [feature/oauth] Fix bug on ucp_auth_link related to error display
  [feature/oauth] More small fixes
  [feature/oauth] More minor changes from review
  [feature/oauth] Fix small bug introduced by update in OAuth library
  [feature/oauth] Fix small issues on ucp pages
  [feature/oauth] Fix typo in OAuth logout method
  [feature/oauth] Make token storage service ignorant
  [feature/oauth] Update oauth::logout() to use clearAllTokens()
  [feature/oauth] Update storage implementation due to inteface change
  [feature/oauth] Update lusitanian/oauth to stable branch
  [ticket/11822] Use namespace lookup order for asset loading
  [feature/oauth] Update comment on oauth service exception
  [feature/oauth] Forgot to remove placeholder comment
  ...

Conflicts:
	phpBB/phpbb/template/twig/lexer.php
	tests/template/template_test.php
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11828] Fix greedy operators in lexer</title>
<updated>2013-09-12T19:15:41+00:00</updated>
<author>
<name>Nathan Guse</name>
<email>nathaniel.guse@gmail.com</email>
</author>
<published>2013-09-12T19:15:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=8c2f73bb09dc1fa305b59c2adabdc47fd3d5afdb'/>
<id>8c2f73bb09dc1fa305b59c2adabdc47fd3d5afdb</id>
<content type='text'>
Use lazy operators and use stricter validation

PHPBB3-11828
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use lazy operators and use stricter validation

PHPBB3-11828
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11816</title>
<updated>2013-09-06T14:08:53+00:00</updated>
<author>
<name>Nathan Guse</name>
<email>nathaniel.guse@gmail.com</email>
</author>
<published>2013-09-06T14:08:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=65f52d7575a8a7fe83cbfe7c5f35215ef8fba5b0'/>
<id>65f52d7575a8a7fe83cbfe7c5f35215ef8fba5b0</id>
<content type='text'>
# By David King (16) and others
# Via David King (13) and others
* 'develop' of github.com:phpbb/phpbb3: (67 commits)
  [ticket/11825] Move schema_data.php into includes/ instead of phpbb/
  [ticket/11215] Remove unnecessary comment
  [ticket/11755] MySQL upgrader out of date
  [prep-release-3.0.12] Update Changelog for 3.0.12-RC3 release.
  [prep-release-3.0.12] Bumping version number for 3.0.12-RC3.
  [ticket/11823] Set up nginx server to match PHP files with characters after .php
  [ticket/11812] Fix empty define
  [ticket/11818] Update Symfony dependencies to 2.3.*
  [ticket/11791] Load adm/ events from styles/adm/event/
  [ticket/11215] Fix helper_url_test.php tests
  [ticket/11215] Add newline back to .htaccess, fix wording
  [ticket/11215] Update comment in .htaccess
  [ticket/11215] Uncomment rewrite rules in .htaccess
  [ticket/11215] Make controller helper url() method use correct format
  [ticket/11215] Add commented-out URL rewrite capability to .htaccess
  [ticket/11821] Fix comma usage next to "You are receiving this notification".
  [ticket/11769] Allow using 0 as poster name
  [ticket/11769] Allow '0' as username
  [ticket/11215] Use new URL structure for controllers
  [ticket/11215] Everything appears to be working...
  ...

Conflicts:
	phpBB/phpbb/template/twig/lexer.php
	tests/template/template_test.php
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# By David King (16) and others
# Via David King (13) and others
* 'develop' of github.com:phpbb/phpbb3: (67 commits)
  [ticket/11825] Move schema_data.php into includes/ instead of phpbb/
  [ticket/11215] Remove unnecessary comment
  [ticket/11755] MySQL upgrader out of date
  [prep-release-3.0.12] Update Changelog for 3.0.12-RC3 release.
  [prep-release-3.0.12] Bumping version number for 3.0.12-RC3.
  [ticket/11823] Set up nginx server to match PHP files with characters after .php
  [ticket/11812] Fix empty define
  [ticket/11818] Update Symfony dependencies to 2.3.*
  [ticket/11791] Load adm/ events from styles/adm/event/
  [ticket/11215] Fix helper_url_test.php tests
  [ticket/11215] Add newline back to .htaccess, fix wording
  [ticket/11215] Update comment in .htaccess
  [ticket/11215] Uncomment rewrite rules in .htaccess
  [ticket/11215] Make controller helper url() method use correct format
  [ticket/11215] Add commented-out URL rewrite capability to .htaccess
  [ticket/11821] Fix comma usage next to "You are receiving this notification".
  [ticket/11769] Allow using 0 as poster name
  [ticket/11769] Allow '0' as username
  [ticket/11215] Use new URL structure for controllers
  [ticket/11215] Everything appears to be working...
  ...

Conflicts:
	phpBB/phpbb/template/twig/lexer.php
	tests/template/template_test.php
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11816] !$DOESNT_EXIST test</title>
<updated>2013-09-06T14:04:40+00:00</updated>
<author>
<name>Nathan Guse</name>
<email>nathaniel.guse@gmail.com</email>
</author>
<published>2013-09-06T14:04:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=11317ef261c7811ea137d19ee38593d289ea6150'/>
<id>11317ef261c7811ea137d19ee38593d289ea6150</id>
<content type='text'>
PHPBB3-11816
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11816
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11812] Fix empty define</title>
<updated>2013-09-02T21:35:42+00:00</updated>
<author>
<name>Nathan Guse</name>
<email>nathaniel.guse@gmail.com</email>
</author>
<published>2013-09-02T21:35:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=c8d5ec892745f9bfc784cd8f7f632fee4a371ff7'/>
<id>c8d5ec892745f9bfc784cd8f7f632fee4a371ff7</id>
<content type='text'>
PHPBB3-11812
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11812
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11816] Test !$DEFINITION</title>
<updated>2013-09-02T20:50:34+00:00</updated>
<author>
<name>Nathan Guse</name>
<email>nathaniel.guse@gmail.com</email>
</author>
<published>2013-09-02T20:50:34+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=0c5a39a3ed382bef37005e59de66120e3cf205fa'/>
<id>0c5a39a3ed382bef37005e59de66120e3cf205fa</id>
<content type='text'>
PHPBB3-11816
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11816
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11816] Fix define/loop checks in IF statements containing parenthesis</title>
<updated>2013-08-29T15:00:24+00:00</updated>
<author>
<name>Nathan Guse</name>
<email>nathaniel.guse@gmail.com</email>
</author>
<published>2013-08-29T14:19:14+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=62e81d174d9d3dbd78baea36425720ed0fdaffb1'/>
<id>62e81d174d9d3dbd78baea36425720ed0fdaffb1</id>
<content type='text'>
PHPBB3-11816
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11816
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'EXreaction/ticket/11718' into develop</title>
<updated>2013-07-23T02:24:05+00:00</updated>
<author>
<name>Andreas Fischer</name>
<email>bantu@phpbb.com</email>
</author>
<published>2013-07-23T02:24:05+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=7d8e80241c43fa7d0ade4afa2f56d7eb1aa32989'/>
<id>7d8e80241c43fa7d0ade4afa2f56d7eb1aa32989</id>
<content type='text'>
* EXreaction/ticket/11718:
  [ticket/11718] Quick test for fixes in ELSEIF
  [ticket/11718] Twig lexer only correcting statements in IF, not ELSEIF

Conflicts:
	tests/template/template_test.php
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* EXreaction/ticket/11718:
  [ticket/11718] Quick test for fixes in ELSEIF
  [ticket/11718] Twig lexer only correcting statements in IF, not ELSEIF

Conflicts:
	tests/template/template_test.php
</pre>
</div>
</content>
</entry>
</feed>
