<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forums/phpBB/includes/db/db_tools.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/11696] Rename db_tools.php so it can be autoloaded</title>
<updated>2013-07-14T14:10:05+00:00</updated>
<author>
<name>Joas Schilling</name>
<email>nickvergessen@gmx.de</email>
</author>
<published>2013-07-14T04:56:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=057d860d07fe829104aa938338830787415bc1c6'/>
<id>057d860d07fe829104aa938338830787415bc1c6</id>
<content type='text'>
PHPBB3-11696
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11696
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'exreaction/ticket/11350' into develop</title>
<updated>2013-02-06T23:56:31+00:00</updated>
<author>
<name>Igor Wiedler</name>
<email>igor@wiedler.ch</email>
</author>
<published>2013-02-06T23:56:31+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=fa33eae556c248ef6b2d41d9c9203b29e23dfb3a'/>
<id>fa33eae556c248ef6b2d41d9c9203b29e23dfb3a</id>
<content type='text'>
* exreaction/ticket/11350:
  [ticket/11350] Do not pass $db by reference; typehint phpbb_db_driver
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* exreaction/ticket/11350:
  [ticket/11350] Do not pass $db by reference; typehint phpbb_db_driver
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11350] Do not pass $db by reference; typehint phpbb_db_driver</title>
<updated>2013-02-06T19:08:35+00:00</updated>
<author>
<name>Nathaniel Guse</name>
<email>nathaniel.guse@gmail.com</email>
</author>
<published>2013-02-06T19:08:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=daf243026a1c6bcd369381433b556732674c41f6'/>
<id>daf243026a1c6bcd369381433b556732674c41f6</id>
<content type='text'>
PHPBB3-11350
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11350
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'EXreaction/feature/migrations' into develop</title>
<updated>2013-02-06T17:25:13+00:00</updated>
<author>
<name>David King</name>
<email>imkingdavid@gmail.com</email>
</author>
<published>2013-02-06T17:25:13+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=effaef6bddf49b9016d66bd64706392fcdb452b3'/>
<id>effaef6bddf49b9016d66bd64706392fcdb452b3</id>
<content type='text'>
* EXreaction/feature/migrations: (48 commits)
  [feature/migrations] Remove default values from necessary parameters
  [feature/migrations] Revert unrelated changes to functions.php
  [ticket/9737] Fix some comments
  [ticket/9737] Fix a few minor things in migrations
  [feature/migrations] Make sure migration data not done before running data step
  [feature/migrations] Function to populate the migrations table (for install)
  [feature/migrations] Function effectively_installed() in migrations
  [feature/migrations] Make load_migrations recursive (optionally)
  [feature/migrations] Make the test depends_on methods static
  [feature/migrations] Make depends_on static to call it without dependencies
  [feature/migrations] install/database_update_migrations.php
  [feature/migrations] Move test.php -&gt; install/database_update_migrations.php
  [feature/migrations] Store depends on in the database (serialized)
  [feature/migrations] Revert method completed
  [feature/migrations] Basic reverting test
  [feature/migrations] Test for calling a step multiple times
  [feature/migrations] Creating revert method to attempt reverting a migration
  [feature/migrations] Some comments in db_tools
  [feature/migrations] Reverse data functionality
  [feature/migrations] Comment
  ...

Conflicts:
	phpBB/install/schemas/firebird_schema.sql
	phpBB/install/schemas/mssql_schema.sql
	phpBB/install/schemas/mysql_40_schema.sql
	phpBB/install/schemas/mysql_41_schema.sql
	phpBB/install/schemas/oracle_schema.sql
	phpBB/install/schemas/postgres_schema.sql
	phpBB/install/schemas/sqlite_schema.sql
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* EXreaction/feature/migrations: (48 commits)
  [feature/migrations] Remove default values from necessary parameters
  [feature/migrations] Revert unrelated changes to functions.php
  [ticket/9737] Fix some comments
  [ticket/9737] Fix a few minor things in migrations
  [feature/migrations] Make sure migration data not done before running data step
  [feature/migrations] Function to populate the migrations table (for install)
  [feature/migrations] Function effectively_installed() in migrations
  [feature/migrations] Make load_migrations recursive (optionally)
  [feature/migrations] Make the test depends_on methods static
  [feature/migrations] Make depends_on static to call it without dependencies
  [feature/migrations] install/database_update_migrations.php
  [feature/migrations] Move test.php -&gt; install/database_update_migrations.php
  [feature/migrations] Store depends on in the database (serialized)
  [feature/migrations] Revert method completed
  [feature/migrations] Basic reverting test
  [feature/migrations] Test for calling a step multiple times
  [feature/migrations] Creating revert method to attempt reverting a migration
  [feature/migrations] Some comments in db_tools
  [feature/migrations] Reverse data functionality
  [feature/migrations] Comment
  ...

Conflicts:
	phpBB/install/schemas/firebird_schema.sql
	phpBB/install/schemas/mssql_schema.sql
	phpBB/install/schemas/mysql_40_schema.sql
	phpBB/install/schemas/mysql_41_schema.sql
	phpBB/install/schemas/oracle_schema.sql
	phpBB/install/schemas/postgres_schema.sql
	phpBB/install/schemas/sqlite_schema.sql
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'remotes/Sajaki/ticket/10854' into develop</title>
<updated>2013-01-16T04:22:06+00:00</updated>
<author>
<name>Nathan Guse</name>
<email>nathaniel.guse@gmail.com</email>
</author>
<published>2013-01-16T04:22:06+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=28e0520fe4af03d3378010f1ef62b6f03c61532d'/>
<id>28e0520fe4af03d3378010f1ef62b6f03c61532d</id>
<content type='text'>
# By Sajaki
# Via Sajaki
* remotes/Sajaki/ticket/10854:
  [ticket/10854] sql server drop default constraint when dropping column
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# By Sajaki
# Via Sajaki
* remotes/Sajaki/ticket/10854:
  [ticket/10854] sql server drop default constraint when dropping column
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature/migrations] Some comments in db_tools</title>
<updated>2013-01-10T00:55:55+00:00</updated>
<author>
<name>Nathan Guse</name>
<email>nathaniel.guse@gmail.com</email>
</author>
<published>2013-01-10T00:55:55+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=595246f9bf17f1bef69c285ba8e78534cd91054a'/>
<id>595246f9bf17f1bef69c285ba8e78534cd91054a</id>
<content type='text'>
PHPBB3-9737
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-9737
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature/migrations] Fixing returns of callables and handling data state</title>
<updated>2013-01-09T22:44:08+00:00</updated>
<author>
<name>Nathan Guse</name>
<email>nathaniel.guse@gmail.com</email>
</author>
<published>2013-01-09T20:27:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=e3737978f76a962385a26de910959607d0ae0d30'/>
<id>e3737978f76a962385a26de910959607d0ae0d30</id>
<content type='text'>
Lots of comments and some other miscellaneous fixes.

PHPBB3-9737
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Lots of comments and some other miscellaneous fixes.

PHPBB3-9737
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature/migrations] Move migrator to service container</title>
<updated>2013-01-09T22:44:05+00:00</updated>
<author>
<name>Nathan Guse</name>
<email>nathaniel.guse@gmail.com</email>
</author>
<published>2013-01-09T04:07:26+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=6c44dadecbf50d6550f98dd1e1694519f39be680'/>
<id>6c44dadecbf50d6550f98dd1e1694519f39be680</id>
<content type='text'>
Version numbers

3.1 updates

Restore database_update.php file to what it was in develop

Get first forum to place global announcements in

PHPBB3-9737
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Version numbers

3.1 updates

Restore database_update.php file to what it was in develop

Get first forum to place global announcements in

PHPBB3-9737
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11015] Change more docblocks.</title>
<updated>2012-12-04T09:29:31+00:00</updated>
<author>
<name>Oleg Pudeyev</name>
<email>oleg@bsdpower.com</email>
</author>
<published>2012-12-04T09:29:31+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=3687febdacc9b1629fd6f09e15305d61eacc9b78'/>
<id>3687febdacc9b1629fd6f09e15305d61eacc9b78</id>
<content type='text'>
PHPBB3-11015
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11015
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature/sphinx-fulltext-search] remove note from db_tools</title>
<updated>2012-07-21T08:44:19+00:00</updated>
<author>
<name>Dhruv</name>
<email>dhruv.goel92@gmail.com</email>
</author>
<published>2012-07-21T08:44:19+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=3ecc81f853bb1ec6262fc0615bb0ab8704616db9'/>
<id>3ecc81f853bb1ec6262fc0615bb0ab8704616db9</id>
<content type='text'>
Note saying db_tools not being used currently is remove from db_tools.php
We utilize db_tools in sphinx search.

PHPBB3-10946
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note saying db_tools not being used currently is remove from db_tools.php
We utilize db_tools in sphinx search.

PHPBB3-10946
</pre>
</div>
</content>
</entry>
</feed>
