<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forums/phpBB/adm/swatch.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/10810] Remove obsolete swatch code.</title>
<updated>2013-11-13T09:27:24+00:00</updated>
<author>
<name>Cesar G</name>
<email>prototech91@gmail.com</email>
</author>
<published>2013-11-13T09:27:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=97915b467ed2a0f15805b43155eb24ac8b326c35'/>
<id>97915b467ed2a0f15805b43155eb24ac8b326c35</id>
<content type='text'>
PHPBB3-10810
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-10810
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11791] Load adm/ events from styles/adm/event/</title>
<updated>2013-09-02T20:51:20+00:00</updated>
<author>
<name>Nathan Guse</name>
<email>nathaniel.guse@gmail.com</email>
</author>
<published>2013-08-28T18:40:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=8ee86b75908141c28aa4d92ba93921337cde30c3'/>
<id>8ee86b75908141c28aa4d92ba93921337cde30c3</id>
<content type='text'>
PHPBB3-11791
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11791
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11628] Remove template_path option on set_custom_style</title>
<updated>2013-07-24T18:25:20+00:00</updated>
<author>
<name>Nathaniel Guse</name>
<email>nathaniel.guse@gmail.com</email>
</author>
<published>2013-07-24T18:25:20+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=12c22585069066957cc3211136ebd480295d4758'/>
<id>12c22585069066957cc3211136ebd480295d4758</id>
<content type='text'>
This was set to default 'template/' to append template/ to all the paths,
but every location was actually just setting it to '' to not append anything.
So removed the option entirely (additional paths can be appended to the paths
being sent to the function already)

PHPBB3-11628
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was set to default 'template/' to append template/ to all the paths,
but every location was actually just setting it to '' to not append anything.
So removed the option entirely (additional paths can be appended to the paths
being sent to the function already)

PHPBB3-11628
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11628] Remove third parameter ($names) from set_custom_style</title>
<updated>2013-07-24T17:56:39+00:00</updated>
<author>
<name>Nathaniel Guse</name>
<email>nathaniel.guse@gmail.com</email>
</author>
<published>2013-07-24T17:55:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=4b761f65758c40db4851983fa3a08d354da3323d'/>
<id>4b761f65758c40db4851983fa3a08d354da3323d</id>
<content type='text'>
This was basically duplicating functionality. $names would be used if not
empty, else array($name) would be used. Merged functionality into the first
argument

PHPBB3-11628
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was basically duplicating functionality. $names would be used if not
empty, else array($name) would be used. Merged functionality into the first
argument

PHPBB3-11628
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11628] Remove phpbb_style (move methods to phpbb_template)</title>
<updated>2013-07-24T17:24:35+00:00</updated>
<author>
<name>Nathaniel Guse</name>
<email>nathaniel.guse@gmail.com</email>
</author>
<published>2013-07-24T17:24:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=5d1afb453211d42a8deacb66684c136385918192'/>
<id>5d1afb453211d42a8deacb66684c136385918192</id>
<content type='text'>
PHPBB3-11628
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11628
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge PR #1130 branch 'EXreaction/ticket/11259' into develop</title>
<updated>2012-12-29T18:45:40+00:00</updated>
<author>
<name>Oleg Pudeyev</name>
<email>oleg@bsdpower.com</email>
</author>
<published>2012-12-29T18:45:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=4dcc8cabae670e0ee57a489e7e13c2f93d99753a'/>
<id>4dcc8cabae670e0ee57a489e7e13c2f93d99753a</id>
<content type='text'>
* EXreaction/ticket/11259:
  [ticket/11259] htmlspecialchars($phpbb_admin_path)
  [ticket/11259] adm_relative_path -&gt; phpbb_adm_relative_path
  [ticket/11259] Also make adm_relative_path available in the container
  [ticket/11259] Make phpbb_admin_path available everywhere

Conflicts:
	phpBB/install/index.php
	phpBB/install/install_update.php
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* EXreaction/ticket/11259:
  [ticket/11259] htmlspecialchars($phpbb_admin_path)
  [ticket/11259] adm_relative_path -&gt; phpbb_adm_relative_path
  [ticket/11259] Also make adm_relative_path available in the container
  [ticket/11259] Make phpbb_admin_path available everywhere

Conflicts:
	phpBB/install/index.php
	phpBB/install/install_update.php
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11259] Make phpbb_admin_path available everywhere</title>
<updated>2012-12-09T23:01:08+00:00</updated>
<author>
<name>Nathan Guse</name>
<email>nathaniel.guse@gmail.com</email>
</author>
<published>2012-12-09T23:01:08+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=6dee2539419ba2c050830b7677294603a63b559a'/>
<id>6dee2539419ba2c050830b7677294603a63b559a</id>
<content type='text'>
PHPBB3-11259
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11259
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature/template-events] Convert a single style name to array of them.</title>
<updated>2012-11-17T21:42:40+00:00</updated>
<author>
<name>Oleg Pudeyev</name>
<email>oleg@bsdpower.com</email>
</author>
<published>2012-11-08T17:21:06+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=44d6dc4c4ccf969fd3d84f3b39bfd24ecd3a3f9d'/>
<id>44d6dc4c4ccf969fd3d84f3b39bfd24ecd3a3f9d</id>
<content type='text'>
This allows template code to know the entire style hierarchy for
templates being rendered.

PHPBB3-9550
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows template code to know the entire style hierarchy for
templates being rendered.

PHPBB3-9550
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11139] Adding the $phpbb_admin_path variable</title>
<updated>2012-10-15T17:32:49+00:00</updated>
<author>
<name>Vinny</name>
<email>vinny@suportephpbb.com.br</email>
</author>
<published>2012-10-09T17:29:26+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=571d352eed670ad986bd653a2ac0bd81429c9cf5'/>
<id>571d352eed670ad986bd653a2ac0bd81429c9cf5</id>
<content type='text'>
PHPBB3-11139
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11139
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11139] Fix fatal error on colour swatch window</title>
<updated>2012-10-09T03:31:59+00:00</updated>
<author>
<name>Vinny</name>
<email>vinny@suportephpbb.com.br</email>
</author>
<published>2012-10-09T03:31:59+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=5db30e66fd03dacb4bb961afd9672eb9d65ba148'/>
<id>5db30e66fd03dacb4bb961afd9672eb9d65ba148</id>
<content type='text'>
PHPBB3-11139
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11139
</pre>
</div>
</content>
</entry>
</feed>
