Ecosyste.ms: OpenCollective

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

phpBB

The phpBB Collective collects funds to support development related expenses for the phpBB project, like server or code hosting bills, as well as expenses for in-person events like team meetings or conference attendance cost for phpBB Team members.
Collective - Host: opensource - https://opencollective.com/phpbb - Website: https://www.phpbb.com - Code: https://github.com/phpbb

[ticket/12846] SQLite3 bug in profilefield_base_migration.php

Using profilefield_base_migration.php to create a custom profile
field with SQlite3 DBMS returns...

github.com/phpbb/phpbb-core - f97e22ff3d2211fc1a06dc8f2bb3598259b2b97d authored over 10 years ago
[ticket/12685] Add space after foreach

PHPBB3-12685

github.com/phpbb/phpbb-core - 6d260104f7e034f34f335d3355618678a10e0a88 authored over 10 years ago
[ticket/12685] Add console collection and fixing CLI

Added a commands service collection and removed CLI container

PHPBB3-12685

github.com/phpbb/phpbb-core - 3f38888eace9d61832252c4e61f83f80c79e07ac authored over 10 years ago
Merge pull request #4 from phpbb/release-phpbb-3.1.0-RC2

Release phpBB 3.1.0-RC2

github.com/phpbb/versioncheck - 4c546d0eb553de236520b9d52598dd7e1e1b55a2 authored over 10 years ago
Merge pull request #11 from phpbb/release-3.1.0-RC2

Releasing 3.1.0-RC2

github.com/phpbb/area51 - aa4a3067c26733e75d7b16385566b3d538e2f539 authored over 10 years ago
Release phpBB 3.1.0-RC2

github.com/phpbb/versioncheck - b7b562687b2a680a7a23fa921dd5fb99a641b441 authored over 10 years ago
Releasing 3.1.0-RC2

github.com/phpbb/area51 - 331c87f03c0b2fe988287e3913799e326630c8c5 authored over 10 years ago
[prep-release-3.1.0-RC2] Add migration for 3.1.0-RC2

github.com/phpbb/phpbb-core - f58f22f7eae01d68db5964f5dddf727425edc6a9 authored over 10 years ago
Merge pull request #2671 from Nicofuma/ticket/12775

[ticket/12775] Replace functions_container with a container_builder class.

* Nicofuma/ticket/12...

github.com/phpbb/phpbb-core - 8b9b2673686d19ee14df4514af2319f2033ddc4a authored over 10 years ago
Merge pull request #2711 from n-aleha/ticket/12829

[ticket/12829] Remove check for pgsql 8.3/8.2

* n-aleha/ticket/12829:
[ticket/12829] Remove c...

github.com/phpbb/phpbb-core - af9377921eec6a47965fca712285fdc159b471c3 authored over 10 years ago
[ticket/12838] Allow for extra columns in cache obtain_ranks()

PHPBB3-12838

github.com/phpbb/phpbb-core - 6b251384421227082801c8cf1b87a29cf05879d6 authored over 10 years ago
[ticket/12793] Changing get_profile_contact_value to get_profile_value_raw

Changing the return to get_profile_value_raw

PHPBB3-12793

github.com/phpbb/phpbb-core - 40e89fc1723b4e703d68193a70ec040d3e64ae6c authored over 10 years ago
[ticket/12793] String '0' does not display for string profile fields

See https://github.com/phpbb/phpbb/pull/2647#discussion_r14503051

PHPBB3-12793

github.com/phpbb/phpbb-core - d670cff207df294e8a2eccd8944ce8305d0a865c authored over 10 years ago
[ticket/12791] Changed the if check

Removed unneeded variable

PHPBB3-12791

github.com/phpbb/phpbb-core - 76639ff59e61f0ca5208a21d32b3f6c421ccb938 authored over 10 years ago
[ticket/12791] String profile fields do not use links ...

smilies and line breaks in memberlist

The value is overwritten with the contact value
Added adi...

github.com/phpbb/phpbb-core - 58a18411cc639bd71ad95d47a4f02a34431ab1a5 authored over 10 years ago
Merge pull request #2675 from lucifer4o/ticket/12786

[ticket/12786] Extend profilefield_base_migration.php class

* lucifer4o/ticket/12786:
[ticket...

github.com/phpbb/phpbb-core - f704941278766c5bff52682e56c2d8cb38dee9f4 authored over 10 years ago
[ticket/12786] Correcting some tabs

Some tabs needed corection

PHPBB3-12786

github.com/phpbb/phpbb-core - 625de36380ba231948c8cc781151b1ffd22ff7dc authored over 10 years ago
Merge remote-tracking branch 'nickvergessen/ticket/12834' into develop-ascraeus

github.com/phpbb/phpbb-core - bc083c67c5e6d96c454ade478d7f9e8e6f9428f1 authored over 10 years ago
Merge pull request #2676 from Nicofuma/ticket/12787

[ticket/12787] Allow the route to say that the referer has to be used.

* Nicofuma/ticket/12787:...

github.com/phpbb/phpbb-core - a6cb11aba81821de8fb88762b01f0416c4286796 authored over 10 years ago
[ticket/12834] Correctly match directories in session page

Also clean path before working with it

PHPBB3-12834

github.com/phpbb/phpbb-core - 8ed4457ed1f6831d5bdaf77a0e8f257834e800b4 authored over 10 years ago
Merge pull request #2695 from VSEphpbb/ticket/12812

[ticket/12812] Add a migrator tool for config_text database changes

* VSEphpbb/ticket/12812:
...

github.com/phpbb/phpbb-core - 305ff7cf16e7e0477a42c534dd9720b5b1600f5a authored over 10 years ago
[ticket/12787] Add controller_helper::get_current_url()

PHPBB3-12787

github.com/phpbb/phpbb-core - d1a779c73e7bed4a297742cc427a6eea558b75ca authored over 10 years ago
[ticket/12829] Remove check for pgsql 8.3/8.2

Remove check for pgsql 8.3/8.2 and set multi_insert to true.

PHPBB3-12829

github.com/phpbb/phpbb-core - 85461c2caaf116aea67fec69c0d9c539aab67209 authored over 10 years ago
Merge pull request #2690 from Noxwizard/ticket/12802

[ticket/12802] Properly handle connection failures in SQLite3

* Noxwizard/ticket/12802:
[tick...

github.com/phpbb/phpbb-core - b6c43abcbb938212871da673d04772725965c289 authored over 10 years ago
Merge pull request #13 from nickvergessen/travis/sniff

Sniff the php files on travis

github.com/phpbb/phpbb-ext-acme-demo - c068ebd6f3a8167df2afc07df7343d1744d6e66e authored over 10 years ago
Fix lowercase null

github.com/phpbb/phpbb-ext-acme-demo - 96912b39af6d6798ad9355c5a3baffdca831267d authored over 10 years ago
Sniff the php files on travis

github.com/phpbb/phpbb-ext-acme-demo - 1031c6325a9d557532aa8f922fcd96c4fc705d2f authored over 10 years ago
Merge pull request #2672 from Nicofuma/ticket/12782

[ticket/12782] Use an interface for the phpbb event_dispatcher

* Nicofuma/ticket/12782:
[tick...

github.com/phpbb/phpbb-core - 07bc9a2390ded6738694da368d37bc19e4144bf5 authored over 10 years ago
[ticket/12775] Add the definition of dbal.conn in fixtures/config/services.yml

PHPBB3-12775

github.com/phpbb/phpbb-core - daf1c798a6377d60a98f110a6348f38df28c79c7 authored over 10 years ago
[ticket/12775] Inject the connection when created in the container

PHPBB3-12775

github.com/phpbb/phpbb-core - c8818b2296bf207b54aac117ec782bd71c3fadb1 authored over 10 years ago
[ticket/12775] Rename config_php_handler to config_php_file container_builder

PHPBB3-12775

github.com/phpbb/phpbb-core - 27a6c8958e9d608f01c55d545622beff6bd99828 authored over 10 years ago
[ticket/12775] Set defined_vars as a property of config_php_file

PHPBB3-12775

github.com/phpbb/phpbb-core - 15db26ec2e3c6198dbf7c05fdfb0685d38b7c534 authored over 10 years ago
[ticket/12775] Fix doc blocks in the container builder

PHPBB3-12775

github.com/phpbb/phpbb-core - 501c62c99d211b29d58efff19a9d4a7f24eab58e authored over 10 years ago
[ticket/12775] Move phpbb_convert_30_dbms_to_31 into the config file class

PHPBB3-12775

github.com/phpbb/phpbb-core - 57f5b7db2cf8d24a9c7a0c61d8f7b23096b72bfc authored over 10 years ago
[ticket/12775] Fix comments

PHPBB3-12775

github.com/phpbb/phpbb-core - 0a5dc1c4a8b7012c9915dd60f4886ebe114a8580 authored over 10 years ago
[ticket/12775] Update doc blocks

PHPBB3-12775

github.com/phpbb/phpbb-core - 7e5d769adf330212b3e9738da4c6dd06eae8921f authored over 10 years ago
[ticket/12775] Fix container_builder

PHPBB3-12775

github.com/phpbb/phpbb-core - 0ffc0747b45eaab3a9f0f43786fb10dc548b7895 authored over 10 years ago
[ticket/12775] Rename config_php to config_php_file

PHPBB3-12775

github.com/phpbb/phpbb-core - 3382ffbdcb1f9c0e72122a89533b28b0717cf709 authored over 10 years ago
[ticket/12775] Renamed to \phpbb\di\container_builder

PHPBB3-12775

github.com/phpbb/phpbb-core - 5b458bb332ab9c8e48986f07d555bf765cc9ebe7 authored over 10 years ago
[ticket/12775] Add tests for the container factory

PHPBB3-12775

github.com/phpbb/phpbb-core - eae1b65d8fc3458defe3b0ff8275fa9277486c42 authored over 10 years ago
[ticket/12775] Use a field instead of a local var in load_config_var()

PHPBB3-12775

github.com/phpbb/phpbb-core - b945f9b95458a1e9514543a6737d4c6032603817 authored over 10 years ago
[ticket/12775] Update phpBB/install/index.php

PHPBB3-12775

github.com/phpbb/phpbb-core - 67b7677b9278ab99e814033ea247cb8cfdf1ed37 authored over 10 years ago
[ticket/12775] Update phpBB/install/database_update.php

PHPBB3-12775

github.com/phpbb/phpbb-core - 7dfc9ab0ae3c38079bf2d8bf64bb87432571dc01 authored over 10 years ago
[ticket/12775] Update phpBB/bin/phpbbcli.php

PHPBB3-12775

github.com/phpbb/phpbb-core - 9c00728366292f81785d5ee0f0b0778b903c4847 authored over 10 years ago
[ticket/12775] Fix config_php::load_config_file()

PHPBB3-12775

github.com/phpbb/phpbb-core - b57d46e66267cbe9067096ff1ebd424eee26ca80 authored over 10 years ago
[ticket/12775] Use the config.php handler in \phpbb\config_php

PHPBB3-12775

github.com/phpbb/phpbb-core - c877b0aed2653b48b8e09a3e827ecd411e884a7b authored over 10 years ago
[ticket/12775] Add get() and get_all() into config_php

PHPBB3-12775

github.com/phpbb/phpbb-core - 5dfe9ecf9bcb556a38fa93b542ade63b949358ff authored over 10 years ago
[ticket/12775] Add a config.php class (and service)

PHPBB3-12775

github.com/phpbb/phpbb-core - fb969fab1e08313c183c7bddb5838c5bb52be790 authored over 10 years ago
[ticket/12775] Don't assign $container to null

PHPBB3-12775

github.com/phpbb/phpbb-core - 222e43d3736e3e301a7a739f11524734d95dcf56 authored over 10 years ago
[ticket/12775] Add customs parameters

PHPBB3-12775

github.com/phpbb/phpbb-core - 1ca72fef7f82db54048213556f1c75dad773becb authored over 10 years ago
[ticket/12775] Add a conter_factory class and remove functions_container

PHPBB3-12775

github.com/phpbb/phpbb-core - 54851792dcb8f95a55d0f0aa4e787531caac0e5c authored over 10 years ago
[ticket/12515] Remove check for PostgreSQL 8.3+

PHPBB3-12515

github.com/phpbb/phpbb-core - eff41b6c10b875a0c5b98952394076a5ebc0a465 authored over 10 years ago
Remove rightside class from header link

github.com/phpbb/phpbb-ext-acme-demo - 82b554aa0cc39a04c5ad33b94e94c4660eca95ee authored over 10 years ago
[ticket/12787] Remove one app.php when it's both in $path and $web_root_path

PHPBB3-12787

github.com/phpbb/phpbb-core - 9663dad182fcd9e6211873a11ffe566a49d89669 authored over 10 years ago
[ticket/12812] Add a migrator tool for config_text database changes

PHPBB3-12812

github.com/phpbb/phpbb-core - 6646d5cfb1cb735fd882935fff1df6db07f216c3 authored over 10 years ago
Merge remote-tracking branch 'github-nicofuma/ticket/12446' into develop-ascraeus

* github-nicofuma/ticket/12446:
[ticket/12446] Unnecessary db connect inphpbb_bootstrap_enable...

github.com/phpbb/phpbb-core - 2f485e1b49b53e9c3001e6b05d3f2319ae0e3952 authored over 10 years ago
ext.php is no longer required. Use instead composer.json to detect the root directory.

github.com/phpbb/epv - 3e509c0da93bd8df5aed8448c4738a530f5a8f00 authored over 10 years ago
[ticket/12786] Array_merge instead copy array parts

nickvergessen proposed this

PHPBB3-12786

github.com/phpbb/phpbb-core - 3abd9892d32820567d737cce79e5f16871360941 authored over 10 years ago
[ticket/12802] Properly handle connection failures in SQLite3

PHPBB3-12802

github.com/phpbb/phpbb-core - c4734dd9b596e39d973dce204baf8486afe23f83 authored over 10 years ago
[ticket/12786] Some changes of the comments.

Comments and quotes

PHPBB3-12786

[ticket/12786]

PHPBB3-12786

Revert "[ticket/12786]"

This r...

github.com/phpbb/phpbb-core - ad6932a6646dd4d3eb5f40cbe810b8e6fa34b5de authored over 10 years ago
Move phpbb/phpbb require version to extra section

github.com/phpbb/phpbb-ext-acme-demo - d4610acabc8afd2756eb2f1c450d580f20a9fd7f authored over 10 years ago
Merge pull request #2673 from nickvergessen/ticket/12783

Ticket/12783 Move require:phpbb/phpbb to extra:phpbb/phpbb in Extensions composer.json files

* ...

github.com/phpbb/phpbb-core - 30bfd8bf9c1481792cbce879fc4381a259bcce38 authored over 10 years ago
Merge pull request #2670 from Nicofuma/ticket/12781

[ticket/12781] Template regex for IF catch too many things

* Nicofuma/ticket/12781:
[ticket/1...

github.com/phpbb/phpbb-core - b1644f07ea65a8de8141a82dd4cff38c57350465 authored over 10 years ago
Merge pull request #2578 from marc1706/ticket/9801

[ticket/9801] Allow display of page outside board directory on viewonline

* marc1706/ticket/980...

github.com/phpbb/phpbb-core - cc0f5214f5b70858ae116ff9f4b12b11e525a928 authored over 10 years ago
Merge pull request #2647 from Dragooon/ticket/12334

[ticket/12334] Add PROFILE_FIELD_VALUE_RAW template var

* Dragooon/ticket/12334:
[ticket/1233...

github.com/phpbb/phpbb-core - bef29887d7fc1189314eb1b6bd16c54fb124683b authored over 10 years ago
[ticket/12783] Move phpbb requirement to extra->soft-require

PHPBB3-12783

github.com/phpbb/phpbb-core - 728a5f7dc1ae30f2c6e86502140c294723aa0ef8 authored over 10 years ago
Merge pull request #2681 from Nicofuma/ticket/12790

[ticket/12790] Use \phpbb\db\driver\driver_interface in prune_shadow_topics

* Nicofuma/ticket/1...

github.com/phpbb/phpbb-core - 585be62e6b37e693054bb23859fbc3b032e0bc91 authored over 10 years ago
[ticket/12790] Use \phpbb\db\driver\driver_interface in prune_shadow_topics

PHPBB3-12790

github.com/phpbb/phpbb-core - b7e70a76de45a3cc9d6b6cfb37e5970a270ba285 authored over 10 years ago
[ticket/9801] Use empty instead of sizeof

PHPBB3-9801

github.com/phpbb/phpbb-core - 5b7ba85abf0e27dd6c645f8b949001fa34e0ba3d authored over 10 years ago
Merge pull request #2669 from Nicofuma/ticket/12777

[ticket/12777] Rename extension status functions and add is_configured()

* Nicofuma/ticket/1277...

github.com/phpbb/phpbb-core - a293569ee3d1a74642c5c09178ff0f83d02677f0 authored over 10 years ago
[ticket/12787] Fix the absolute board url

PHPBB3-12787

github.com/phpbb/phpbb-core - be9ffa8987360129d4a0c0bc33221d08373e7863 authored over 10 years ago
[ticket/12786] Dixing a typo

Typos fixed

PHPBB3-12786

github.com/phpbb/phpbb-core - 4765ba1bed409ef4c9bd5c00b7745aada54a8a29 authored over 10 years ago
[ticket/12786] Some minor fixes of comments and function naming

PHPBB3-12786

github.com/phpbb/phpbb-core - 94e8ae61a2bf49dacb74f8bb7e29265b90c1f123 authored over 10 years ago
[ticket/12787] Use a parameter (_referer) instead of the Referer header

PHPBB3-12787

github.com/phpbb/phpbb-core - eab90d333413744792ff3e67ea3a20612ea8cb37 authored over 10 years ago
[ticket/12099] Remove config again

PHPBB3-12099

github.com/phpbb/phpbb-core - 76640d595031175e997d68ba71df6f71f9334af8 authored over 10 years ago
[ticket/12099] Correctly fix the path when performing AJAX requests

If the current request is a AJAX we need to fix the paths.
We need to get the root path based on...

github.com/phpbb/phpbb-core - 61e4882a19b4ea35a8d8b8b0288b9b701428ed7d authored over 10 years ago
[ticket/12099] Add request argument to path_helper service

PHPBB3-12099

github.com/phpbb/phpbb-core - 7e5b8e627af8f8f67c6779df7947e2b7abb2d9e1 authored over 10 years ago
[ticket/12786] Add clean_cpf_db_entries

Add function to clean the cpf fields entries

PHPBB3-12786

github.com/phpbb/phpbb-core - 20f41b42532ab93007577e027a348903514bbb42 authored over 10 years ago
[ticket/12786] White spaces found

Removed some white spaces

PHPBB3-12786

github.com/phpbb/phpbb-core - 5934338091073eb5d5a615c8be188f8f8285b8c4 authored over 10 years ago
[ticket/12786] Add create_language_entries

Add function to create entries in PROFILE_FIELDS_LANG_TABLE

PHPBB3-12786

github.com/phpbb/phpbb-core - 5ca03e178d529e4a3f76b46ee62c9926808b8f24 authored over 10 years ago
[ticket/12786] Add get_custom_field_id

Adding function to get CPFs ID

PHPBB3-12786

github.com/phpbb/phpbb-core - 56fc6b53bd1e75049504d33c66ee2e81e8127966 authored over 10 years ago
[ticket/12786] Extend profilefield_base_migration.php class

If extensions authors will use profilefield_base_migration.php
class as base class for creation ...

github.com/phpbb/phpbb-core - 5ee0e88b65ddfbb0805bb7c8b437fd27e85cc762 authored over 10 years ago
[ticket/12782] Add doc block

PHPBB3-12782

github.com/phpbb/phpbb-core - 1d89ef47a154ae9ff6d2709f82109599f2666f7d authored over 10 years ago
[ticket/12782] Use an interface for the phpbb event_dispatcher

PHPBB3-12782

github.com/phpbb/phpbb-core - 2d9016192bf6c219b4d072f2f535382084f4b86d authored over 10 years ago
[ticket/12783] Move phpbb/phpbb require version to extra

PHPBB3-12783

github.com/phpbb/phpbb-core - b1bdada40f0bd71f289ca1316f160b11344359a3 authored over 10 years ago
Remove invalid attribute username from author section

github.com/phpbb/phpbb-ext-acme-demo - 19e3d70a472ba2feb6803ec7b7d64c6af4d46d60 authored over 10 years ago
Merge pull request #16 from nickvergessen/css-file-validation

Add minimum validation of CSS files

github.com/phpbb/phpbb-translation-validator - 263e8c0d129826f7fc2a10da0f6a9b7edc5f5f9e authored over 10 years ago
Add minimum validation of CSS files

github.com/phpbb/phpbb-translation-validator - 6836780267abbc301dea4c46459d961d4210adba authored over 10 years ago
[ticket/12781] Template regex for IF catch too many things

PHPBB3-12781

github.com/phpbb/phpbb-core - 5a457b11fa4d2ca2abf9c219efc2f4927da7e6e8 authored over 10 years ago
Merge pull request #2598 from Nicofuma/ticket/12716

[ticket/12716] Add the missing parameters in the call of clearToken

* Nicofuma/ticket/12716:
...

github.com/phpbb/phpbb-core - 9f7f7c51425ac23b7c74a85e5e69b87a0867c384 authored over 10 years ago
Merge pull request #2660 from marc1706/ticket/12764

[ticket/12764] Properly handle errors upon connecting to MySQLi database

* marc1706/ticket/1276...

github.com/phpbb/phpbb-core - 3d2b6913021c759493ae2d1520ea03eefaa9d52f authored over 10 years ago
Merge pull request #2658 from lucifer4o/ticket/12771

[ticket/12771] Bug in profilefield_base_migration when used in ext

* lucifer4o/ticket/12771:
...

github.com/phpbb/phpbb-core - 73739692ffb95d5c67dc0c40427a70b84b0f130d authored over 10 years ago
[ticket/12759] Fix type_bool and type_dropdown's UCP fields

PHPBB3-12759

github.com/phpbb/phpbb-core - 155a1a12e8166e10d7c334e56588c683a06e2dde authored over 10 years ago
[ticket/12759] Cache all lang_options in lang_helper instead

PHPBB3-12759

github.com/phpbb/phpbb-core - 5ce7ed82055d12a28ced60d837a91e390dc8eb37 authored over 10 years ago
[ticket/12759] Remove lang_helper from profilefields_manager

No longer required

PHPBB3-12759

github.com/phpbb/phpbb-core - 835f077382d27c0094641ebc63bc458557186b3d authored over 10 years ago
[ticket/12759] Extra line in profilefields_manager

PHPBB3-12759

github.com/phpbb/phpbb-core - 3d2e23ff6753389e800d69bb71566073fcfbc391 authored over 10 years ago
[ticket/12759] Allow multiple fields to be loaded via get_option_lang

PHPBB3-12759

github.com/phpbb/phpbb-core - e5c9923bf7bc517795ad55a4d2378ae90d895886 authored over 10 years ago
[ticket/12759] Little code cleanup

PHPBB3-12759

github.com/phpbb/phpbb-core - edf34a7d8a0684031c05fe8cec2dbae8a6769918 authored over 10 years ago
[ticket/12759] Add phpDoc comments to explain get_option_lang

PHPBB3-12759

github.com/phpbb/phpbb-core - 2a496627df9f014b2781f92867f44c7e58dd8845 authored over 10 years ago