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

[ticket/14277] Use user_id if available

PHPBB3-14277

d94fc1e7f0a5ca6225e3d184f615af75a201c67c authored about 9 years ago
[ticket/14277] Fix undefined index error in migrations

PHPBB3-14277

abc615da0e1db7984c1dfc5ae5f13256e7daaf11 authored about 9 years ago
[ticket/14270] Purge cache when the installer is finished

PHPBB3-14270

c94a9a47d30c6c5764ec1c924446ba2b10b8ddb3 authored about 9 years ago
[ticket/14257] Fix CLI reparser and set cron interval

PHPBB3-14257

7cb477b75d62c2cff6577954fb36dd8eb1659f85 authored about 9 years ago
Merge pull request #4019 from prototech/ticket/14273

[ticket/14273] Remove unused core.root_path dependency in files.upload service

7a148603522ab63690efc8380181b6598690db3d authored about 9 years ago
[ticket/14272] Fix invalid or missing min/max settings

PHPBB3-14272

e22342f6767347361850a58a2f18b281d6f241af authored about 9 years ago
[ticket/14272] Only use maxlength and size for allowed input elements

PHPBB3-14272

e27bc87c464e7ef127d90e3f4df0ca251ae3fe6f authored about 9 years ago
[ticket/14274] Include user functions during installer

PHPBB3-14274

1b85f8c6e83f8f71687714ba12968b94b61c369d authored about 9 years ago
[ticket/14273] Remove unused core.root_path dependency in files.upload service

PHPBB3-14273

a5993349f008c3f576196908743563b6a5b74134 authored about 9 years ago
Merge pull request #4010 from Elsensee/ticket/14264

[ticket/14264] Don't use constants as return values

9d3cdd315d48d8539485957e1b42d87d780c1b50 authored about 9 years ago
Merge pull request #3995 from CHItA/ticket/14044

[ticket/14044] Deduplicate the installers

* CHItA/ticket/14044:
[ticket/14044] Add config as ...

2a577254e7d8fc7eb8b47c8e8efb298a553cee88 authored over 9 years ago
[ticket/14264] Don't use constants as return values

This will prevent BC breaking in the future if we decide to
get rid of constants.

PHPBB3-14264

c1767554522a26192f4535b890c6502334716eac authored over 9 years ago
[ticket/14044] Add config as global in notify user

PHPBB3-14044

815a5f59da293b32d108126e9f4d588868300918 authored over 9 years ago
[ticket/14044] Fix language selection data loss

PHPBB3-14044

70a359abfdffc485a054b2ec152ba3e29433bf62 authored over 9 years ago
[ticket/14044] Patch language::set_fallback_array()

PHPBB3-14044

e2eeae606841b5a256337ce688a309ee0ea3ebc8 authored over 9 years ago
Merge pull request #3971 from VSEphpbb/ticket/14237

[ticket/14237] Use $language class for notifications

8d2118e283c4abbc3dc50c53e918a37c45d55ce4 authored over 9 years ago
[ticket/14044] Fix wrong descriptions in install

PHPBB3-14044

41ba0c900639f99e031052d22990d54529549621 authored over 9 years ago
[ticket/14044] Solve missing email template error

PHPBB3-14044

517d7f8025f7c5be48008e570dde1f976ebd88c1 authored over 9 years ago
[ticket/14261] Fix tests by removing old code.

This will obselete GH-4007

PHPBB3-14261
PHPBB3-13202

56385c1f3e7fc75b798e0f611741652a10918086 authored over 9 years ago
[ticket/14044] global $table_prefix in constants.php

PHPBB3-14044

b0d1127f795640f57c9f31f20bd98f1b535e9db6 authored over 9 years ago
[ticket/14044] Try to fix missing table prefix

PHPBB3-14044

a72edb2cee5392eb4b93491232849a594ce1f621 authored over 9 years ago
[ticket/14261] Move the update of session informations to page_footer()

Currently, the unique way to disable the update of session_page is to pass
"false" to the parame...

4937489ac5173773aa73a937543985052e463113 authored over 9 years ago
[ticket/14257] Fix phpdoc in CLI command

PHPBB3-14257

7729fa870a8631770546ba127324ff2351f92ffa authored over 9 years ago
[ticket/14257] Add text_reparser manager

PHPBB3-14257

3c798c52b0c9c247964e82b07711e363a38f4038 authored over 9 years ago
[ticket/14257] Use migrations instead of cron job for some reparsers

PHPBB3-14257

e44c9085d6d735540a37b228ccccb17893eac238 authored over 9 years ago
[ticket/14257] Fix lock acquire in CLI command

PHPBB3-14257

d78a6a95da1482223c9beee61f5253bfc162ca48 authored over 9 years ago
[ticket/14257] Fix if condition

PHPBB3-14257

3eb7d4dd6922dd30d217a178082584a1a3adff80 authored over 9 years ago
[ticket/14257] Add reparse_lock to CLI command

PHPBB3-14257

0f2bd64bd4cf2e4743c85b418bbb2787cc05f2b0 authored over 9 years ago
[ticket/14257] Add cron tasks for reparsing text

PHPBB3-14257

461dec8a52c54c5cd18fbc7786eed2f8493155fe authored over 9 years ago
Merge branch '3.1.x'

a33383c3f6f02d391b3df0bfcbe8ed6b18515d16 authored over 9 years ago
[ticket/14258] Add event into auth::login before session creation

Fix typo

PHPBB3-14258

2002f64d084027a1923a95a196e4faf81191e6d7 authored over 9 years ago
[ticket/14258] Add event into auth::login before session creation

Update comments regarding variables.

PHPBB3-14258

e71c7644de7629fcdfc876ae328f60b35cb1ed6f authored over 9 years ago
[ticket/14258] Add event into auth::login before session creation

Add a new event in the login method just before the session create,
so extensions can do some ad...

7219be227486e17f2f7e8ae6e4f219df7320a2c0 authored over 9 years ago
[ticket/14044] Automatically trigger rollback on insert in transaction

This will cause the sqlite3 driver to automatically rollback transactions
if an insert fails dur...

488c0dc77b9255cdaac3a06ad6db4a7dcac893a3 authored over 9 years ago
[ticket/14044] Use empty instead of !count

PHPBB3-14044

83c38169507797728d67b4e61fa2415ee2eebecf authored over 9 years ago
[ticket/14044] Fix Sqlite error in tests

PHPBB3-14044

c875346cf58ddcef635fa2725ebc2f0fb9b82f15 authored over 9 years ago
[ticket/14044] Deduplicate the installers

PHPBB3-14044

95ef3df5194eeded18d13bf6ec19c8b03300ef60 authored over 9 years ago
Merge branch '3.1.x'

* 3.1.x:
[ticket/13976] Fix comment typo in salted_md5.php

439f3eb01bdcecd0e717bdfe25393dfb17a37adf authored over 9 years ago
Merge pull request #3997 from CHItA/ticket/13976

[ticket/13976] Fix comment typo in salted_md5.php

7fd511761fab61e1b23dedfda1dafb6ef9b857c0 authored over 9 years ago
[ticket/13976] Fix comment typo in salted_md5.php

PHPBB3-13976

3fa9766b7c138acaa9a32b43e91202dfc2ce1fbc authored over 9 years ago
Merge pull request #3794 from CHItA/ticket/14039

[ticket/14039] Refactoring the updater

* CHItA/ticket/14039:
[ticket/14039] Use update helper...

06946377d4a5ff008d44c64b09baa8aeac7bc710 authored over 9 years ago
Merge branch '3.1.x'

* 3.1.x:
[ticket/13799] Split lines in HTML files for better readability
[ticket/13799] Add ...

62cc59b81f0f42cfb5ed08d7938e9344f69f3fb4 authored over 9 years ago
Merge pull request #3647 from marc1706/ticket/13799

[ticket/13799] Do not rawurlencode category in gallery avatar

* marc1706/ticket/13799:
[ticke...

20d9da66c18c37dd95eb647e619438a9d8aa21ff authored over 9 years ago
[ticket/14039] Use update helper to include files in container factory

PHPBB3-14039

b5fc8e6e59b6b431b093dcbdc1775347dc18b40b authored over 9 years ago
[ticket/14039] Fix inclusion logic in update helper

PHPBB3-14039

2f0dbccbe95b3a9dd2c02aef77428466b11c4668 authored over 9 years ago
[ticket/14039] Fix folder creation and deleted binary file issue

PHPBB3-14039

d84d2da4bb9c4734e1cfe24c14270fd6fa35e9b7 authored over 9 years ago
[ticket/14039] Fix file check for deleted files

PHPBB3-14039

1b70968908905d2eb9cc54cd0ec02d25e067d0e0 authored over 9 years ago
[ticket/14039] Fix acp link

PHPBB3-14039

a5a872d440d8d89fe339c7f327a45778aff38fe5 authored over 9 years ago
[ticket/14039] Fix ACP link generation

PHPBB3-14039

840b09fff8c4b861a90a88ebaea987d8177f6681 authored over 9 years ago
[ticket/14039] Fix constants for the updater

PHPBB3-14039

b3cfcaa250c94690f9158d7dcaf0d6d4e5032f64 authored over 9 years ago
[ticket/14039] Fix migrator's language calls

PHPBB3-14039

b84053d86e81a531c11ba34201bd8c8da7c8b2a3 authored over 9 years ago
[ticket/14039] Fix misunderstandable comment in the archive file updater

PHPBB3-14039

33ae751811bce28937016de4a7629867e2da39e6 authored over 9 years ago
[ticket/14039] Use shared language service in the container factory

PHPBB3-14039

ed4c3d356a34656e54ed651c48a7e28874aa4fe2 authored over 9 years ago
[ticket/14039] Fix filesystem file updater's mkdir usage

PHPBB3-14039

e3496b1d7b1fd5e29495d73f4d1aa17055e0b438 authored over 9 years ago
[ticket/14039] Use compatibility globals from the update package

PHPBB3-14039

741a7d9adbaf854c90932cb97f0132e3b3da83f6 authored over 9 years ago
[ticket/14039] Use http_exception instead of die()

PHPBB3-14039

b1f54938e09b41685873bd91a3543eea7d7df3e9 authored over 9 years ago
[ticket/14039] Fix T_TEMPLATE_PATH constant

PHPBB3-14039

035300bfe029639efe0fb42efcf814f4fa1cb72c authored over 9 years ago
[ticket/14039] Fix language constants and comments

PHPBB3-14039

a5be3bec7ed6f72d45ecd1f8fae112a4c8673cb8 authored over 9 years ago
[ticket/14039] Revamp updater

PHPBB3-14039

93834d730aa78fb6f975ada04c5da0c4a5134327 authored over 9 years ago
Merge branch '3.1.x'

Conflicts:
phpBB/phpbb/notification/type/bookmark.php
phpBB/phpbb/notification/type/post.php
...

a0478f8c9109641af9d5cc78c8c048a409640412 authored over 9 years ago
[ticket/13892] Replace other uses of self with static.

PHPBB3-13892

c06e00e189813cce71942607e8c42425f7cd448e authored over 9 years ago
[ticket/13892] Respect "Someone reports a post" notification setting.

report_post inherits from post_in_queue, therefore using self:: instead of
static:: results in t...

47f5ecf74dc1fec3eda75f207749e3092ed15858 authored over 9 years ago
[ticket/13789] Upgrade reCaptcha plugin to 2.0 API.

PHPBB3-13789

cdd47cea4139e5f4ffd3ef2e796b5262fe8e0e18 authored over 9 years ago
[ticket/13652] Fix coding style

PHPBB3-13652

e24904ce589d9895a6f9a437e02e23f90742a75b authored over 9 years ago
Merge pull request #3441 from brunoais/feature/sql-bool-builder

[feature/sql-bool-builder] Extending DBAL query builder for boolean generation

* brunoais/featu...

f8abec571552067571f7d73eedfa2eebf660d410 authored over 9 years ago
[ticket/14237] Consistent references to classes in docblocks

PHPBB3-14237

f52daee21dcdcfa9dc5547eac0e66b91adcde76f authored over 9 years ago
[ticket/14237] Use $language class for notifications

PHPBB3-14237

fea8b90c30ecb692858e6434feb1715d9c167840 authored over 9 years ago
Merge pull request #3913 from marc1706/ticket/14168

[ticket/14168] Refactor attachment management functions into classes

* marc1706/ticket/14168: (...

16dcb30e3c06a77a00c6bd24c97057999cc147c1 authored over 9 years ago
Merge branch '3.1.x'

* 3.1.x:
[ticket/13835] Normalize filename for attachments uploaded in chunks.

b58e7589ea2c1405230cd6dd655cb304e4ef29d8 authored over 9 years ago
[ticket/13835] Normalize filename for attachments uploaded in chunks.

PHPBB3-13835

b4e61464e56399d7915875fc08227c434eb2bab2 authored over 9 years ago
Merge pull request #3830 from rxu/ticket/14098

[ticket/14098] Add core events to the search backends

* rxu/ticket/14098:
[ticket/14098] Add ...

492952722db6c7f931bfe67f580fad7e4e6c4d41 authored over 9 years ago
Merge branch '3.1.x'

* 3.1.x:
[ticket/14098] Add core events to the search backends

9e5debf0baa43b0580944157c178839bb8048375 authored over 9 years ago
[ticket/14168] Correctly state return type of upload and upload_attachment

PHPBB3-14168

fabb8c7ac9a7990c7a4c66f8dbb039d688ea8ecd authored over 9 years ago
Merge branch '3.1.x'

* 3.1.x:
[ticket/14191] Add core.get_gravatar_url_after event

7e4a9d8246f1e56964a7f710cd9541a72eec8cfb authored over 9 years ago
Merge pull request #3925 from Senky/ticket/14191

[ticket/14191] Add core.get_gravatar_url_after event

* Senky/ticket/14191:
[ticket/14191] Add...

9f48daa7982d18eefb553bdf7d68dddee84004e9 authored over 9 years ago
Merge branch '3.1.x'

b298dbf4350e8d3f722c49a4cbff818a244ce4fb authored over 9 years ago
Merge pull request #3864 from Zoddo/ticket/8920

[ticket/8920] Add a MCP PM reports view permission

835a4f2383b98598cb601c3a676dbee287df4078 authored over 9 years ago
Merge pull request #3903 from Zoddo/ticket/13101

[ticket/13101] Remove MSN/WLM custom profile field

e549ae071dc8e4571a47089fe7f9f7d735528cc5 authored over 9 years ago
Merge pull request #3896 from Zoddo/ticket/14157

[ticket/14157] Allow to set the alt/title attribute on post icons

5cdfb84f2f103871d4dadbfddf3fde0e2a38d77d authored over 9 years ago
[ticket/14157] Allow to set the alt/title attribute on post icons

PHPBB3-14157

b1bc46c35e162ce208e1b10f44a0fded9b660667 authored over 9 years ago
[ticket/13101] Remove existing MSN/WLM custom profile field

PHPBB3-13101

319a02ab89684f54890b4b47de80c838395dc765 authored over 9 years ago
[ticket/14098] Add core events to the search backends

PHPBB3-14098

9106720f7995588ae761e5818c3c82835d5cf7b3 authored over 9 years ago
[ticket/14168] Fix docblock in manager

PHPBB3-14168

2c73f26683f970fd4028437433b3f14f6b066e82 authored over 9 years ago
[ticket/14168] Fix tabs in manager and add test file

PHPBB3-14168

0eaec9bea4b983ee1fb6cdbc96ed902f32f137fa authored over 9 years ago
[ticket/14168] Add attachment manager service

PHPBB3-14168

31fe65bf510ba8bf8f9e39f36c050e2f220613f5 authored over 9 years ago
[ticket/14168] Use correct docblock

PHPBB3-14168

66d110335dae762c186bfef93a7ce015fd9b3318 authored over 9 years ago
[ticket/14168] Minor coding style fixes

PHPBB3-14168

336bf11c2072927e04540221deb620b21e7a1026 authored over 9 years ago
[ticket/14168] Move image check and don't use trigger_error()

PHPBB3-14168

a618aa5e60d14a929b73a428b667f803a0836935 authored over 9 years ago
[ticket/14168] Move phpbb_unlink() into attachment delete class

PHPBB3-14168

0540ee00cb8c46e4661c15c37c1f822ecb12dd11 authored over 9 years ago
[ticket/14168] Coding guidelines fixes

PHPBB3-14168

1d9ba62a24f162381a04d80e2d58d1128e71f18d authored over 9 years ago
[ticket/14168] Add tests for attachment resync class

PHPBB3-14168

a546ab2ead2968eb0fac7e8584a36e22f9b1c1bd authored over 9 years ago
[ticket/14168] Add tests for attachment delete class

PHPBB3-14168

e437a96f13124963ff123eab81e12b6be241c85a authored over 9 years ago
[ticket/14168] Minor coding style fixes

PHPBB3-14168

e645f085b527b2f5ce69b4e122ad9e3bf8ec9344 authored over 9 years ago
[ticket/14168] Add attachment resync class

PHPBB3-14168

afe2c3e681b8008358c7a65638f9f9f177df75aa authored over 9 years ago
[ticket/14168] Further split up attachment delete class

PHPBB3-14168

c4c67a8407df346e1853ee37f13b9bc601c34b06 authored over 9 years ago
[ticket/14168] Move function for attachment deletion into class

PHPBB3-14168

3c2c360f56e656697041051f0591e6594457e0bd authored over 9 years ago
[ticket/14168] Use language class and fix incorrect docblock

PHPBB3-14168

db240b5540ebc59909fc4b1c49032387ce15b6f9 authored over 9 years ago
[ticket/14168] Add attachment upload class

PHPBB3-14168

17a2d06facaaaaf454927bcbe3f99df1171b0871 authored over 9 years ago
[ticket/14168] Split thumbnail creation to separate method

PHPBB3-14168

ffe874065090eee485d671e1ba2bc38599fd899e authored over 9 years ago
[ticket/14168] Further split up attachment upload class

PHPBB3-14168

a3a0e17472243a92e1bb6344776522ee66ea1735 authored over 9 years ago