Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/phpbb/phpbb-core

[READ-ONLY] Core phpBB code library. Contains a subtree split of the phpBB/phpbb directory in the phpbb repository.
https://github.com/phpbb/phpbb-core

Merge branch '3.2.x'

49bdc3342e585156e0f049c5676e352a27d4771d authored over 8 years ago
Merge branch '3.1.x' into 3.2.x

Conflicts:
phpBB/phpbb/db/migration/tool/module.php

8bf81e5706f7c779aad3725b21bc5302b583ccfb authored over 8 years ago
Merge pull request #4377 from rxu/ticket/14703

[ticket/14703] Fix parent module selection for custom extension modules

a9ffe02d9377b098e5d4bd804252c6043053d0c5 authored over 8 years ago
[ticket/14109] Increase MySQL Version for InnoDB FULLTEXT Index to 5.6.8.

This is required for proper overall database operation. In previous versions,
InnoDB might error...

3aa9bf7d51edd491284bee5d9536106fb8f346dd authored over 8 years ago
Merge branch '3.2.x'

889f22fac75d896f065e866f2a52a3eeb78b5bde authored over 8 years ago
Merge branch '3.1.x' into 3.2.x

0b757de525739926128a88d0ef746849a3ec0b0e authored over 8 years ago
Merge pull request #3659 from Elsensee/ticket/12230

[ticket/12230] Disable newly registered group when post limit is set to 0

cdaef1a1cc52bc5e61bbac26b9e5b9a53f1935e2 authored over 8 years ago
Merge branch '3.2.x'

77ca6c2b9a4e3965c1e85b9b16308adee0895564 authored over 8 years ago
[ticket/14742] Increase user feedback by improving progress bar

We now count and display each step that was done
by increasing the task count.

PHPBB3-14742

7790a2f3b8f55dd1c0d49eb76193ad7f094d96d1 authored over 8 years ago
Merge branch 'ticket/14742' into ticket/14742-32x

Conflicts:
phpBB/phpbb/db/migrator.php

32ea481ceb8433dd4caf43e0b242ab8cae991d7e authored over 8 years ago
[ticket/14742] Reset migration_data_state before reverting

PHPBB3-14742

d066bf7e8960711b3ee4077d443e75aac63668ef authored over 8 years ago
[ticket/14742] Change constants to use Symfony values

This is to avoid errors when comparing verbosity levels
in a CLI output handler that is using Sy...

1cde8eb6e8d5d60b431978dc6db642a03e7efc89 authored over 8 years ago
[ticket/14742] Pause after each update_data step too

Rewriting process_data_step() to remove the now
useless foreach() loop.

PHPBB3-14742

81ea4ca1140c61bfee8ed1e97d5a646a8cdb52b1 authored over 8 years ago
[ticket/14742] Improve readability of the code

PHPBB3-14742

cdf00c680d92c7eaea3bbfcc53fadeaf1e2ea4ca authored over 8 years ago
[ticket/14742] Fix comments in migrator

PHPBB3-14742

f20a5cc263e69dcbb5569f250666d95415c82c6c authored over 8 years ago
Merge branch '3.2.x'

80945d40827856481c7dedc67aecfb18807a6890 authored over 8 years ago
Merge branch '3.1.x' into 3.2.x

090a48c34e7421889f54b800b58f9285443330da authored over 8 years ago
Merge pull request #4413 from wesleyfok/ticket/14745

[ticket/14745] Removed unneeded HTML ampersand

3ff210398fd2fbb5e1b4e91fa506757820799e9e authored over 8 years ago
[ticket/14745] Removed unneeded HTML ampersand

Changed the HTML ampersand entity in U_NOTIFICATION_SETTINGS into a bare
ampersand character.

P...

4e2298067ef0282c5085dae64db1cce66d32f14f authored over 8 years ago
[ticket/14573] Add FAQ breadcrumbs

PHPBB3-14573

699ddc49bbc5e7e3e9353362cda43e41482782d1 authored over 8 years ago
Merge branch '3.2.x'

0ebe395721d1534dbe4644b92bbdcbf465a78f2b authored over 8 years ago
[ticket/14742] Further improve progress bar in db updater

PHPBB3-14742

b36dc7278ab9a693b456c0b59e310d5b142372d1 authored over 8 years ago
Merge branch 'ticket/14742' into ticket/14742-32x

1e45fe5588e2655058eb98c3193a9d8480e7f7d4 authored over 8 years ago
[ticket/14742] Enhance measured time for migrations

PHPBB3-14742

606659ef2f69276b69856ef592ba457132e700f2 authored over 8 years ago
[ticket/14742] Improve verbosity of migrator output

PHPBB3-14742

4101dcd8967148088abfcc29cb46bdb18e4f5c4d authored over 8 years ago
[ticket/14742] Fix progress bar in database updater

Because of the new way, schema update steps are handled, the already
misleading progress bar was...

dc550b4b9c6eeb204ceea3f905000233570c7788 authored over 8 years ago
Merge branch 'ticket/14742' into ticket/14742-32x

2e45f422cab89dd14f8c348864b39fa767417cb6 authored over 8 years ago
[ticket/14742] Avoid loop while reverting schema

PHPBB3-14742

3008affca70a73008a2c98483bb85d3718d65165 authored over 8 years ago
[ticket/14742] Make $last_run_migration protected

PHPBB3-14742

bf2703245da9a5eff041c669381d2730c9c16254 authored over 8 years ago
[ticket/14742] Fix schema update

First make it work, then avoid a loop

PHPBB3-14742

6008ae1da715970858fcfad18fee1542fcd728fb authored over 8 years ago
[ticket/14742] Display message if reverting schema is in progress

PHPBB3-14742

2f0ad3768f0de6275d4c1d27de5d791e5d3268a6 authored over 8 years ago
Merge branch 'ticket/14742' into ticket/14742-32x

2365ffab20a4afa7daaa1d607bd98a3023017010 authored over 8 years ago
[ticket/14742] Avoid loop while reverting data

This combines reverted updata_data and revert_data into a single array.

PHPBB3-14742

31a997e489297c421df0d0610148d85ba40874a6 authored over 8 years ago
[ticket/14742] Small fixes to migrator

PHPBB3-14742

4a8631072ee0ea211c00d52c848de356c8422859 authored over 8 years ago
[ticket/14742] Pause after each schema change

It is certainly better than running them all at once

PHPBB3-14742

a6ba00f08181e5c2685fc66c09443776807931e1 authored over 8 years ago
[ticket/14581] Add core events to content_visibility

Events added for both changing the content visibility for both posts and topics,
executing right...

413b57eefbd4f6fadf6f7236b4c19d0723a12dea authored over 8 years ago
Merge pull request #4232 from CHItA/ticket/14542

[ticket/14542] Move cron to controller

166f826607e08df546e4a06b5a9028b6516da01a authored over 8 years ago
[ticket/14542] Add missing dockblocks

PHPBB3-14542

7444e0341f45c670ae9e2450a21728bfd07101d2 authored over 8 years ago
Merge pull request #4282 from CHItA/ticket/14584

[ticket/14548] Move deprecated globals and functions

ad1b23cbbcaae4eb906377aa5a6d19225dbcaa53 authored over 8 years ago
[ticket/14542] Move cron to controller

PHPBB3-14542

f0be0660709cd17ebe37cb3d4e19f53b42a5c861 authored over 8 years ago
[ticket/14734] Use SVG emoji

PHPBB3-14734

7818b4ffd7d5427348095c932076284ddc6917b3 authored over 8 years ago
[ticket/14729] Make reports take config base class

Make the report controller and helper classes accept the more generic
phpbb/config/config base c...

2293df9c999caa28a91c84a581b1d710b827e173 authored over 8 years ago
[ticket/10809] Remove MSSQL support

PHPBB3-10809

431f3b1f2816e47d95fef1441713c9a477bfbe5f authored over 8 years ago
[ticket/14633] Check for XML extension support on install

PHPBB3-14633

dc075afa82f64e0464a0ca18fd6421bfffe800be authored over 8 years ago
[ticket/14584] Change all to be removed tags to 4.0

PHPBB3-14584

99809fb300908672af60b772c627a09b4be127f3 authored over 8 years ago
[ticket/14703] Fix the docblock

PHPBB3-14703

fc7adb95d1e04800fb691c767b73e942d413ad35 authored over 8 years ago
[ticket/14703] Fix existance checking if multiple parent module_langname found

PHPBB3-14703

a5fa4b1f8f42c9a8d62109f31242e78b2a2b3f51 authored over 8 years ago
[ticket/14703] Add test for the case multiple parent module_langname found

PHPBB3-14703

ff2f0c85a309775f42f81a9eb4c2fbdab76a354a authored over 8 years ago
[ticket/14703] Select the parent module id from the several found

PHPBB3-14703

8b022dff882dcb44b22fc2361d9942a0e7c2fecd authored over 8 years ago
[ticket/14700] Prevent an exception on duplicate smilies in text_formatter

PHPBB3-14700

699cf97bd5e05d757f32cab36db6605a96169cc0 authored over 8 years ago
Merge pull request #4344 from Senky/ticket2/14586

[ticket/14586] Add OAuth1 support

5e1c1f8edc19ee4d6185f42301dc0576185bbb17 authored over 8 years ago
Merge branch '3.1.x' into 3.2.x

Conflicts:
phpBB/config/feed.yml
phpBB/feed.php
phpBB/phpbb/feed/base.php

2c6062a16701d0e885d632724eddb21ddfde43f9 authored over 8 years ago
Merge pull request #4365 from rxu/ticket/14688

[ticket/14688] Add core events to the feeds

3600cb080f878d0f1baf07233989aea2f43eca77 authored over 8 years ago
[ticket/14688] Add core events to the feeds

PHPBB3-14688

f63d90f86c458a44107a63d7a3521a338ff79824 authored over 8 years ago
Merge branch '3.1.x' into 3.2.x

7f295d7725d665920f579e3e77c455b7e66a919a authored over 8 years ago
Merge pull request #4378 from Crizz0/ticket/14704

[ticket/14704] Removes unused function and language files in base.php

12295e7661dab0eb5ef1e53e69078a88d2ec9715 authored over 8 years ago
Merge branch '3.1.x' into 3.2.x

10654f29e5c6c84966150fec97eee6caa35782d3 authored over 8 years ago
Merge pull request #4321 from Senky/ticket/14615

[ticket/14615] Fix HTML5 validation errors on avatar deletion

64eb53b6024121506066f7b393c54f731c97b1f9 authored over 8 years ago
Merge pull request #4380 from JoshyPHP/ticket/14706

[ticket/14706] Updated [list] BBCode to automatically create a list item

b5e02b0e31083b7f2e4869411515945273af36a5 authored over 8 years ago
Merge branch '3.1.x' into 3.2.x

b7d7eb956b903e9392756d78124fdd96e945f30b authored over 8 years ago
Merge pull request #4347 from Senky/ticket/14631

[ticket/14631] Load truncate_string() if needed

667433a313794c61796087e12b1c4ec589614122 authored over 8 years ago
Merge pull request #4349 from marc1706/ticket/14665

[ticket/14665] Remove invalid syntax in report_id_auto_increment migration

* marc1706/ticket/14...

a9a8983b558c262ea952333389cedb886205e7d9 authored over 8 years ago
[ticket/14703] Refine the parent module selection for custom extension modules

PHPBB3-14703

ebdebd6977a17bf6640c5c7924e22725458f5968 authored over 8 years ago
[ticket/14706] Updated [list] BBCode to automatically create a list item

Fixes issues with missing list items. Produces valid HTML.

PHPBB3-14706

3a699cb8ff72cc1a44afc833c011e85303b76496 authored over 8 years ago
Merge branch '3.1.x' into 3.2.x

Conflicts:
phpBB/install/install_install.php
phpBB/language/en/install.php

452d5e9e126d56dfd2871ab2923d91d8dd177d84 authored over 8 years ago
[ticket/14704] Removes unused function and language files in base.php

PHPBB3-14704

4c6c691def5c5f9e64fd16b79f05dce1bfb03a4d authored over 8 years ago
[ticket/14703] Fix parent module selection for custom modules removal

PHPBB3-14703

01f1204bf3b3b646534ad65fa649bb2d6cf8cd52 authored over 8 years ago
[ticket/14703] Fix parent module selection for custom extension modules

PHPBB3-14703

9fcbc0d995c95f032b03a85f13b158e7b5c40273 authored over 8 years ago
[prep-release-3.2.0-RC1] Add migration

f09379e779139fd19165881048a009da5c7a36e2 authored over 8 years ago
Merge pull request #4346 from lavigor/ticket/14661

[ticket/14661] Fix a typo in twig.php

50bf431ebebff46281c494cf7899a56964774e04 authored over 8 years ago
Merge branch '3.1.x' into 3.2.x

3edbe496e74eefa95de325090d22036e65c45610 authored over 8 years ago
[ticket/14665] Remove invalid syntax in report_id_auto_increment migration

PHPBB3-14665

960aa2915daaef06d8f7af8e4c0921efa0c347ae authored over 8 years ago
[ticket/14664] Fix PHPDoc comment in cron manager

PHPBB3-14664

f44ba1b7fc4788d0cc4eb5d507c14615db4c8c0b authored over 8 years ago
[ticket/14631] Load truncate_string() if needed

PHPBB3-14631

cd57f48ff3d2df48d040f2d68285ac36dc14afb6 authored over 8 years ago
[ticket/14661] Fix a typo in twig.php

PHPBB3-14661

34510c8668a8a9b3e265ca6ccbfc45e7aa5105d7 authored over 8 years ago
[ticket/14586] Add OAuth1 support

PHPBB3-14586

fe053073ba7e46934baf9ff85ad590ee5947ab58 authored over 8 years ago
Merge branch '3.1.x' into 3.2.x

Conflicts:
phpBB/phpbb/notification/manager.php

59a3c1b20da208076d0ccd5dc05f291823618867 authored over 8 years ago
[ticket/11446] Make get_notification_type_ids work with string too

PHPBB3-11446

ff5f7c08872d9183610e7173cd6646875060bec3 authored over 8 years ago
[ticket/14648] Remove whitespace at the end of a line

PHPBB3-14648

4479f2e391ed4c5a779479580a080ff19546f0cd authored over 8 years ago
[ticket/14648] Fix bug where default notifications stop working if another setting is set.

When a new user signs up, they have an email preference set but no board notification preference...

b9253c37dcb7aea20781c762370a112d41475d08 authored over 8 years ago
Merge pull request #4325 from DavidIQ/ticket/14591

[ticket/14591] Use the correct delimiter for MSSQL

6fd6712461daa00ab5a5d5cced38d61b0712aa8b authored over 8 years ago
[ticket/11446] Use sql_in_set properly in phpbb_notification_manager

PHPBB3-11446

766ca3f2c337a51b1c1f37d86fc1e6319e53f59d authored over 8 years ago
[ticket/14645] Language pack not reconised when using a symlink

Symfony finder does not follow symlinks by default.
With this change it does, so a user is able ...

f652bd51134913faf37efd57bf69d3129a4fc439 authored over 8 years ago
[ticket/14591] Use the correct delimiter for MSSQL

PHPBB3-14591

e4973b39cdd433a8b08f456db960d73892bf69b2 authored over 8 years ago
[ticket/12230] Remove users from new users group when post limit is 0

PHPBB3-12230

a8a953ca5c070e3937c0bfe226ddb39c4253e397 authored over 8 years ago
[ticket/14615] Fix HTML5 validation errors on avatar deletion

PHPBB3-14615

2f47ed6597d54f0d775b674e408f00cee29a8d0f authored over 8 years ago
Merge pull request #4315 from Nicofuma/ticket/14628

[ticket/14628] Supports translatable error messages in the CLI installer

5acd1221c4dce48291d79ffe4422febd587667fd authored over 8 years ago
[ticket/14595] Added smtp_port where places where smtp_host exists. PHPBB3-14595

af03caf0bf32662d0db2e887ebfc8b6b9594570a authored over 8 years ago
[ticket/14595] Added SMTP port to getConfigTreeBuilder PHPBB3-14595

8f5c4d146c6265952a4c900b009b76b163be6f01 authored over 8 years ago
Merge branch '3.1.x' into 3.2.x

321b7f633adbf8d77f9fb83628ff4d3fc4e9cae9 authored almost 9 years ago
[ticket/14610] Implement lavigor method

PHPBB3-14610

79de350b6eab5550fcd757c094e67a8ea139061b authored almost 9 years ago
[ticket/14610] Remove whitespace

PHPBB3-14610

5fdf2d72514d6e330c941bc074fca155ab75e8fd authored almost 9 years ago
[ticket/14610] Don't log an error if the Q&A captcha has been solved

https://tracker.phpbb.com/browse/PHPBB3-14610

PHPBB3-14610

d5deb3b32316a008d7e7b51bf9103baca4102365 authored almost 9 years ago
[ticket/14628] Supports translatable error messages in the CLI installer

PHPBB3-14628

c9d9ea642822fbe417a0eb73bc0eaef02c932c62 authored almost 9 years ago
[ticket/14607] Add missing auto_increment to report_id

PHPBB3-14607

5a3a65155732c584b782fbdb289af876335ef591 authored almost 9 years ago
Merge branch 'prep-release-3.2.0-b2' into 3.2.x

* prep-release-3.2.0-b2:
[prep-release-3.2.0-b2] Add schema.json
[prep-release-3.2.0-b2] Add...

3b15c4c156656e010412c3d3591b6f4aa2ca7131 authored almost 9 years ago
Merge pull request #4286 from VSEphpbb/ticket/14569

[ticket/14569] Extract CLI progress bar creation to a method

4a1603f1ed8051d3ed3312a59d9c8aab43db90a3 authored almost 9 years ago
[ticket/security-196] Escapes the exception messages before displaying them

SECURITY-196

3f95ac65b64dc7723e4e6427098a25177efb6aa5 authored almost 9 years ago
Merge branch '3.1.x' into 3.2.x

0219eaaf687cb92354dd1b4ef21fdf722a7660c2 authored almost 9 years ago
[prep-release-3.1.9] Add migration for 3.1.9

c0a68d7389e765aebc793ddb235aad1699b3d976 authored almost 9 years ago