phpbb/phpBB
Tristan Darricau ff872a7970 [ticket/12963] Don't use static var in \extension\base\get_migration_file_list
The static var was global to all instance of \phpbb\base and so if two
different instances (for two different extensions) were created by the
same script they shared the same migrations list.

PHPBB3-12963
2014-09-10 19:21:55 +02:00
..
adm [ticket/12822] Remove "None" option from avatar select boxes 2014-08-07 17:28:21 +02:00
assets [ticket/12856] Remove images from assets/plupload/img/ 2014-08-13 23:20:43 +02:00
bin [ticket/12663] Have cli.php language file at top level; unrelated to ACP. 2014-07-17 16:54:42 +02:00
cache [ticket/11700] Add back accidently deleted file in cache dir 2013-09-17 16:18:04 +02:00
config [ticket/12975] Fix the construction of phpbb\auth\provider\db for Oauth 2014-08-12 23:12:57 +02:00
develop [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_exts 2014-06-26 21:09:19 +02:00
docs Merge pull request #2868 from rxu/ticket/12969 2014-09-05 21:05:33 +02:00
download [ticket/12964] Correct use of undefined $row variable. 2014-08-10 15:54:56 +02:00
ext [ticket/11163] Add ext/index.htm 2014-05-15 14:11:11 +02:00
files
images
includes Merge pull request #2918 from marc1706/ticket/13031 2014-09-06 13:53:43 +02:00
install [ticket/12963] Fix the list of migrations in database_update.php 2014-09-10 12:01:01 +02:00
language [ticket/13003] Add missing language keys 2014-08-21 19:37:03 +02:00
phpbb [ticket/12963] Don't use static var in \extension\base\get_migration_file_list 2014-09-10 19:21:55 +02:00
store
styles Merge pull request #2868 from rxu/ticket/12969 2014-09-05 21:05:33 +02:00
.htaccess Merge branch 'develop-olympus' into develop-ascraeus 2014-05-03 00:37:28 +02:00
app.php [ticket/12594] Remove @package tags and update file headers 2014-05-27 20:51:13 +02:00
common.php [ticket/12775] Update doc blocks 2014-07-07 01:02:37 +02:00
composer.json [ticket/13032] Also update symfony/css-selector and pin it down. 2014-09-03 21:47:41 +02:00
composer.lock [ticket/13032] Also update symfony/css-selector and pin it down. 2014-09-03 21:47:41 +02:00
cron.php [ticket/12898] Call garbage_collection() at the end of cron.php 2014-07-28 14:45:39 +02:00
faq.php [ticket/12594] Remove @package tags and update file headers 2014-05-27 20:51:13 +02:00
feed.php [ticket/12594] Remove @package tags and update file headers 2014-05-27 20:51:13 +02:00
index.php [ticket/12594] Remove @package tags and update file headers 2014-05-27 20:51:13 +02:00
mcp.php [ticket/12612] Prefix get_*_data() with phpbb_ and delete unused global 2014-06-23 22:58:41 +02:00
memberlist.php [ticket/12804] Disable jabber from memberlist sort options 2014-07-08 00:42:01 +02:00
posting.php [ticket/11854] Rename captchas.factory service to captcha.factory 2014-08-11 01:16:22 +02:00
report.php [ticket/12990] Use the full services name for the notification's types 2014-08-16 21:46:03 +02:00
search.php [ticket/12986] Fix detection of common words in search 2014-08-17 00:35:12 +08:00
ucp.php [ticket/12612] Move function from ucp.php to functions_user.php 2014-06-18 16:57:13 +02:00
viewforum.php [ticket/12966] Sort by post_time and post_id where applicable 2014-08-23 16:36:39 +02:00
viewonline.php [ticket/12837] Use else if instead of elseif 2014-07-16 11:19:28 +02:00
viewtopic.php Merge pull request #2865 from marc1706/ticket/12966 2014-08-29 20:44:01 +05:30
web.config