<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forums/tests/functions/is_absolute_test.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/13697] Moving filesystem related functions to filesystem service</title>
<updated>2015-04-16T11:24:10+00:00</updated>
<author>
<name>MateBartus</name>
<email>mate.bartus@gmail.com</email>
</author>
<published>2015-03-11T23:25:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=4bdef6fd21a5dcab455b0cd1ee2652de606929c3'/>
<id>4bdef6fd21a5dcab455b0cd1ee2652de606929c3</id>
<content type='text'>
 * Moving filesystem service to \phpbb\filesystem namespace
 * Wraping Symfony's Filesystem component
 * Moving filesystem related functions from includes/functions.php
   into \phpbb\filesystem\filesystem
   Functions moved (and deprecated):
     - phpbb_chmod
     - phpbb_is_writable
     - phpbb_is_absolute
     - phpbb_own_realpath
     - phpbb_realpath
 * Adding interface for filesystem service

PHPBB3-13697
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * Moving filesystem service to \phpbb\filesystem namespace
 * Wraping Symfony's Filesystem component
 * Moving filesystem related functions from includes/functions.php
   into \phpbb\filesystem\filesystem
   Functions moved (and deprecated):
     - phpbb_chmod
     - phpbb_is_writable
     - phpbb_is_absolute
     - phpbb_own_realpath
     - phpbb_realpath
 * Adding interface for filesystem service

PHPBB3-13697
</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 branch 'develop-olympus' into develop</title>
<updated>2013-05-16T15:46:19+00:00</updated>
<author>
<name>Andreas Fischer</name>
<email>bantu@phpbb.com</email>
</author>
<published>2013-05-16T15:46:19+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=30f7c52dbb4f6da3ef2203eb7c03d89bfd1faee0'/>
<id>30f7c52dbb4f6da3ef2203eb7c03d89bfd1faee0</id>
<content type='text'>
* develop-olympus:
  [ticket/11545] Remove DIRECTORY_SEPARATOR dependency from is_absolute
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* develop-olympus:
  [ticket/11545] Remove DIRECTORY_SEPARATOR dependency from is_absolute
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11545] Remove DIRECTORY_SEPARATOR dependency from is_absolute</title>
<updated>2013-05-16T15:30:23+00:00</updated>
<author>
<name>Joas Schilling</name>
<email>nickvergessen@gmx.de</email>
</author>
<published>2013-05-16T15:30:23+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=38dbfc17a782f72737451103b8e4067f152bd0b7'/>
<id>38dbfc17a782f72737451103b8e4067f152bd0b7</id>
<content type='text'>
The given path is an absolute path in general, just not on our current system.

PHPBB3-11545
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The given path is an absolute path in general, just not on our current system.

PHPBB3-11545
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'develop-olympus' into develop</title>
<updated>2013-05-15T12:10:51+00:00</updated>
<author>
<name>Andreas Fischer</name>
<email>bantu@phpbb.com</email>
</author>
<published>2013-05-15T12:10:51+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=44c4c3ed988b72724b3bf74d1a65166cb68eb3d5'/>
<id>44c4c3ed988b72724b3bf74d1a65166cb68eb3d5</id>
<content type='text'>
* develop-olympus:
  [ticket/11546] Fix is_absolute() throws E_NOTICE for empty string
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* develop-olympus:
  [ticket/11546] Fix is_absolute() throws E_NOTICE for empty string
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11546] Fix is_absolute() throws E_NOTICE for empty string</title>
<updated>2013-05-15T12:05:56+00:00</updated>
<author>
<name>Joas Schilling</name>
<email>nickvergessen@gmx.de</email>
</author>
<published>2013-05-15T11:55:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=06edf15ac3e63350b7973b04f07578de1c4565d0'/>
<id>06edf15ac3e63350b7973b04f07578de1c4565d0</id>
<content type='text'>
PHPBB3-11546
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11546
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11540] Add phpbb_ prefix in is_absolute_test from olympus.</title>
<updated>2013-05-15T11:52:02+00:00</updated>
<author>
<name>Andreas Fischer</name>
<email>bantu@phpbb.com</email>
</author>
<published>2013-05-15T11:52:02+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=fd3b257468042fe546916370c4610dc8238c2483'/>
<id>fd3b257468042fe546916370c4610dc8238c2483</id>
<content type='text'>
PHPBB3-11540
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11540
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11540] Add unit tests for is_absolute()</title>
<updated>2013-05-14T16:27:09+00:00</updated>
<author>
<name>Joas Schilling</name>
<email>nickvergessen@gmx.de</email>
</author>
<published>2013-05-14T13:54:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=3f75534258144dc0cdafd0e56c712b2b620b9e38'/>
<id>3f75534258144dc0cdafd0e56c712b2b620b9e38</id>
<content type='text'>
PHPBB3-11540
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11540
</pre>
</div>
</content>
</entry>
</feed>
