Ecosyste.ms: OpenCollective

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

github.com/phpbb/phpbb-app

[READ-ONLY] The phpBB forum software application. A subtree split of the phpBB folder from the phpbb repository that doesn't contain build scripts, tests, and other metadata and tools.
https://github.com/phpbb/phpbb-app

[ticket/15687] Fix incorrect variable names thanks to copy & paste

PHPBB3-15687

ce146b016face973539d29273345a6831b19602c authored over 1 year ago by Marc Alexander <[email protected]>
[ticket/15687] Add attachment filename to attachment URL

This will also fix the invalid requirements for the file parameter of the URL.

PHPBB3-15687

30588ff434f8f9d1fe78914f114d3e64b20b70ec authored over 1 year ago by Marc Alexander <[email protected]>
[ticket/17140] Add missing parameter phpbb_root_path

PHPBB3-17140

f0aae27304c519fa0f5ee434b9813898a0f6f8a7 authored over 1 year ago by Marc Alexander <[email protected]>
[ticket/17141] Remove duplicate prepending with phpbb_root_path

PHPBB3-17141

b7596fec43ec9de1a9f2218a2d99c5a85aef7ec9 authored over 1 year ago by Marc Alexander <[email protected]>
[ticket/17141] Symfony request can never be null so don't check for it

PHPBB3-17141

3eeda6a86b782f39698e2cae71d5a5cab288b9f9 authored over 1 year ago by Marc Alexander <[email protected]>
[ticket/17141] Ensure correction is newer below 0

PHPBB3-17141

0a35bd9ae9f105e506131976b876d280f06db626 authored over 1 year ago by Marc Alexander <[email protected]>
[ticket/17150] Set max width for forum-image img

PHPBB3-17150

3af953027ce290b5e8623efb0183e0535e667740 authored over 1 year ago by Marc Alexander <[email protected]>
Merge pull request #6494 from rxu/ticket/17148-master

[ticket/17148] Fix sql_table_exists() error for PostgreSQL 9.3 and earlier - master

4af9d2ed9529343408e31286783708f22f92507c authored over 1 year ago by Marc Alexander <[email protected]>
Merge pull request #6493 from rxu/ticket/17148

[ticket/17148] Fix sql_table_exists() error for PostgreSQL 9.3 and earlier - 3.3.x

4f2931b82b81562db86f014cbb9c8b04efa0b061 authored over 1 year ago by Marc Alexander <[email protected]>
Merge branch '3.3.x'

65fb293aba064d8517dba178a69e240f362f92f7 authored over 1 year ago by Marc Alexander <[email protected]>
Merge pull request #6492 from im4bb/ticket/17146

Fix 'undefined array key' php8 warning

5d52d7d611caa8a8b2631301c802caf4186e18be authored over 1 year ago by Marc Alexander <[email protected]>
[ticket/16470] Revert session_time sync back

This reverts changes made by last 2 commits as they seem to break things.

PHPBB3-16470

dcf72c6a8efe99da531e228dc3e9c10fe2108053 authored over 1 year ago by rxu <[email protected]>
[ticket/17151] Adjust form macros to adhere to coding guidelines

PHPBB3-17151

01cb1422b9d9b64ed8a9ce0d0a9be128ee303de8 authored over 1 year ago by Marc Alexander <[email protected]>
[ticket/16470] Further do not rely on session_time displaying user activity

session_time has not been updated during session_length, so relying on it last
activity data wil...

1b736768fbbd9bc848f431cc98a278390b0bf6e8 authored over 1 year ago by rxu <[email protected]>
[ticket/17146] Use empty for checking if user_jabber is not empty

PHPBB3-17146

6dc933b453685c93980af2d615f077bdf8cbe58b authored over 1 year ago by im4bb <[email protected]>
Merge branch '3.3.x'

247a70a3d55d4138b0fe137f318928e3d3069450 authored over 1 year ago by Marc Alexander <[email protected]>
Merge pull request #6491 from im4bb/ticket/17145

Change static to private variable due to php81 inheritance

085e12b16387169353394479e2bd74a4d5a29231 authored over 1 year ago by Marc Alexander <[email protected]>
[ticket/17145] Change static to private variable due to php81 inheritance

PHPBB3-17145

cbfd561f4b7f61be83acfaa2de102957d2f11c9e authored over 1 year ago by im4bb <[email protected]>
[ticket/16470] Do not sync user last visit time with expired sessions time

PHPBB3-16470
PHPBB3-14173

1abb6bc048c9f0f0299aba1cc3605518f1f1b8ff authored over 1 year ago by rxu <[email protected]>
Merge pull request #6489 from rxu/ticket/17142-master

[ticket/17142] Fix DBMS+cache related PHP warnings while installing - master

e683dce3bd5ab728c04f2ba0bbef4014fe2d509d authored over 1 year ago by Marc Alexander <[email protected]>
Merge pull request #6488 from rxu/ticket/17142

[ticket/17142] Fix DBMS+cache related PHP warnings while installing - 3.3.x

883c68a12dd92158bb1387be10680ec6344dbbd2 authored over 1 year ago by Marc Alexander <[email protected]>
[ticket/17129] Update regex and tests for changed input data to youtube cpf

PHPBB3-17129

085735a8ceb6442c4e96c2b1a2842481b335c252 authored over 1 year ago by Marc Alexander <[email protected]>
Merge branch '3.3.x'

8661e71406823e4a855ef532752ad2d17320a7f1 authored over 1 year ago by Marc Alexander <[email protected]>
[ticket/17149] Move mrgoldy to former developers

PHPBB3-17149

b389fd6532b0d7a122bea5b56a9eb647b62e8c9d authored over 1 year ago by Marc Alexander <[email protected]>
Merge pull request #6485 from rxu/ticket/17107-master

[ticket/17107] Fix viewonline page locations for posting modes - master

5c46183a13f12889a7fa58600c9c4013caec9a27 authored over 1 year ago by Marc Alexander <[email protected]>
Merge pull request #6484 from rxu/ticket/17107

[ticket/17107] Fix viewonline page locations for posting modes - 3.3.x

153b71005f71a6fb156007867ed741fb0f9cbb59 authored over 1 year ago by Marc Alexander <[email protected]>
[ticket/16470] Correctly handle user last visit update on session create

PHPBB3-16470
PHPBB3-14173

2531eb293c3ebf6a49fb4674398a9b2b604dce85 authored over 1 year ago by rxu <[email protected]>
[ticket/17148] Bump PostgreSQL minimum requirement to 9.4+

master branch uses Doctrine 3 which provides specific platform
only for PostgreSQL 9.4 and above...

e1cd18a71aba552b2731ec2cda311a127502ca23 authored over 1 year ago by rxu <[email protected]>
[ticket/17148] Fix sql_table_exists() error for PostgreSQL 9.3 and earlier

PostgreSQL 9.3 and earlier versions don't support Empty SELECT lists
(support was added since v....

436e039c7e78c24449389d9eaaf923997ff972fe authored over 1 year ago by rxu <[email protected]>
[ticket/16470] Adjust user last visit time update logic

Previous logic doesn't work correctly as session_time value got updated
in regular manner, so th...

1caec07b266ac244feaaccf12874699c2a7485a2 authored over 1 year ago by rxu <[email protected]>
[ticket/16470] Adjust method result type

PHPBB3-16470
PHPBB3-14173

e8cf7e9bbf8b459d78eb4033bec990418a626db6 authored over 1 year ago by rxu <[email protected]>
[ticket/17107] Fix PHP warning on legend output

This is a side issue revealed with the newly added viewonline functional test.
In current master...

a0f983e272189b8560e8b82c0154941b9370078e authored over 1 year ago by rxu <[email protected]>
Merge branch 'ticket/17107' into ticket/17107-master

fada5a8b80fba702362bb0ca97bc9b1841ff70d7 authored over 1 year ago by rxu <[email protected]>
[ticket/17107] Add method parameter and result type declarations

PHPBB3-17107

05b4dbb4c68428aef6bc49dbfc5d4ebb106ca775 authored over 1 year ago by rxu <[email protected]>
Merge branch '3.3.x'

7f268c2edea31885ec866f98bc00dfa19f454163 authored over 1 year ago by Marc Alexander <[email protected]>
Merge pull request #6486 from rxu/ticket/17139

[ticket/17139] Fix PHP fatal error for file transfer tool of updater

7c590a7160a47e144bbccd543d2d22f30f175360 authored over 1 year ago by Marc Alexander <[email protected]>
[ticket/16470] Add migration to update existing data

PHPBB3-16470
PHPBB3-14173

b3a8266ca3f21d0094b547d88e84ec9079752b28 authored over 1 year ago by rxu <[email protected]>
[ticket/16470] Update user last visit time on session begin

Update user last visit time on session begin same way as on session create.

PHPBB3-16470
PHPBB3...

66514e83ba8c70cf44b73138e4575f2a64302576 authored over 1 year ago by rxu <[email protected]>
Merge branch 'ticket/17142' into ticket/17142-master

c0eae9d121b6982587d1881f18ea4ad3e25c8246 authored over 1 year ago by rxu <[email protected]>
[ticket/17142] Fix class inheritance issues

PHPBB3-17142

e598f303bdad221e28e95a958e510110c8144ce2 authored over 1 year ago by rxu <[email protected]>
[ticket/17142] Fix DBMS+cache related PHP warnings while installing

PHPBB3-17142

0efd9603c6d8d7549c17d2086826c62ecee2b9d4 authored over 1 year ago by rxu <[email protected]>
Merge branch '3.3.x'

17d6de7672afbc75234f25a56cad1dce089f7191 authored over 1 year ago by Marc Alexander <[email protected]>
[ticket/17097] Fix PHP 8.2 deprecation warnings

PHPBB3-17097

2e4b6f0e3c3574a391e0be352e5187436ee6deb0 authored over 1 year ago by Micha Ober <[email protected]>
[ticket/17139] Fix more PHP fatal errors

PHPBB3-17139

ad2c0d7b7657da3308da846a484d34e39c8291cf authored over 1 year ago by rxu <[email protected]>
[ticket/17139] Fix PHP fatal error for file transfer tool of updater

Uncaught TypeError: ftp_delete(): Argument #1 ($ftp) must be of type
FTP\\Connection, bool given...

f10ad02112994203e34fdf4da65f71e2fac4136c authored over 1 year ago by rxu <[email protected]>
[ticket/17139] Fix PHP fatal error for file transfer tool of updater

PHPBB3-17139

05a7b2211268e6696a525debb8994a6a22026457 authored over 1 year ago by rxu <[email protected]>
[ticket/17107] Fix docblock issues

PHPBB3-17107

e1ceaeee7e62d6e779ce7fcf2a4f807b5fdeeb1b authored over 1 year ago by rxu <[email protected]>
Merge branch '3.3.x'

c0fcf0bf137321c804ee292ec1a062b7107796aa authored over 1 year ago by Marc Alexander <[email protected]>
Merge pull request #6469 from Crizz0/ticket/17004

[ticket/17004] Repair pagination func for global announcements in ucp front

6c0391cfe45e87faa534216b75cb43c6fc8346c8 authored over 1 year ago by Marc Alexander <[email protected]>
Merge pull request #6470 from marc1706/ticket/17100

[ticket/17100] Introduce twig macros for commonly used form elements

2883968d08f0328c3917037b7543d9095cb341fa authored over 1 year ago by Marc Alexander <[email protected]>
[ticket/17107] Fix viewonline page locations for posting modes

PHPBB3-17107

9d2398789760483b7dce1a76589854add5e9bf55 authored over 1 year ago by rxu <[email protected]>
Merge branch '3.3.x'

e0e4bc0235db1117cbe7b6744be57aa11299033c authored over 1 year ago by Marc Alexander <[email protected]>
Merge pull request #6480 from rxu/ticket/17132

[ticket/17132] Restore language entries missing in phpBB 2.0 converter

dab74ec2ecf5a69b58c25961c49e91030ea6854a authored over 1 year ago by Marc Alexander <[email protected]>
Merge branch '3.3.x'

cee5072013823722cfd9f6b81be138d48c4ebb06 authored over 1 year ago by Marc Alexander <[email protected]>
[ticket/17100] Clean up code a bit based on code reviews

PHPBB3-17100

5fdebea1a8f1bc8334049510629cc5ef4d306891 authored over 1 year ago by Marc Alexander <[email protected]>
[ticket/17100] Add back style/all folder

PHPBB3-17100

68a6f2f466717bba8c3603d6160e9cb423fdb411 authored over 1 year ago by Marc Alexander <[email protected]>
[ticket/17100] Remove reuse of template/all files in acp

PHPBB3-17100

2df517efaf5844144bbea4d7cc738bfece6ebf0f authored over 1 year ago by Marc Alexander <[email protected]>
[ticket/17100] Revert not needed twig changes

PHPBB3-17100

3f75afd1d59869f655d0f8d3187003877db08a34 authored over 1 year ago by Marc Alexander <[email protected]>
[ticket/15129] Ensure link to installation guide is correct

PHPBB3-15129

dee990c29aa203cf86358f113a5a65cd906ca649 authored over 1 year ago by Marc Alexander <[email protected]>
[ticket/17129] Update contact url template

PHPBB3-17129

285c7615a4c8601f7f7dacfd70fe2289a264fa51 authored over 1 year ago by Marc Alexander <[email protected]>
[ticket/17132] Restore language entries missing in phpBB 2.0 converter

PHPBB3-17132

2908085c6515018e3dc0bc083ae4635f5b4ac0bc authored over 1 year ago by rxu <[email protected]>
[ticket/17129] Update social media profile types to support latest URLs

PHPBB3-17129

cddf40b5a24a2db45384103fcc625afb913f1b18 authored over 1 year ago by Marc Alexander <[email protected]>
[ticket/17004] Remove not needed if and topic_count

PHPBB3-17004

858f8c962f25a2e91e636f018bfe5ac9c1bc62e7 authored over 1 year ago by Christian Schnegelberger <[email protected]>
[ticket/17129] Update youtube profile field to be up to date with migrations

PHPBB3-17129

e689bad40d889d16cfa6c79ce9df3d8bfb45d4b1 authored over 1 year ago by Marc Alexander <[email protected]>
Merge branch '3.3.x'

d1dbfb00a45cc380bfc3f732e8b1cb2df906705c authored over 1 year ago by Marc Alexander <[email protected]>
Merge pull request #6392 from lionel-rowe/ticket/8071

[ticket/8071] Add sql_last_inserted_id alias for sql_nextid

da97acf274a79cd7a08e940b464368cd5b5a6b57 authored over 1 year ago by Marc Alexander <[email protected]>
Merge branch '3.3.x'

cdea53b905580d1c723854be3d41314c5ee24e14 authored over 1 year ago by Marc Alexander <[email protected]>
[ticket/17127] Remove redundant check for changed password

user_password will have been updated if u_chgpasswd is yes and new password
has been set, no nee...

a2f97c354b0a4fc9743a9528ee63fbf4fd38271f authored over 1 year ago by Marc Alexander <[email protected]>
[ticket/17100] Move forum selects to HTML files

PHPBB3-17100

22e61caa03fdb9be03327e5822c62c4f521b0d5d authored over 1 year ago by Marc Alexander <[email protected]>
[ticket/17100] Move date format select HTML to HTML files

PHPBB3-17100

b5a850786bb5d0d720ad1f814423330b7773c1c5 authored over 1 year ago by Marc Alexander <[email protected]>
[ticket/17100] Use class members for some global vars in acp_board

PHPBB3-17100

589804fbc90ac851da2a720a1e8578c7fafa8777 authored over 1 year ago by Marc Alexander <[email protected]>
[ticket/17100] Move onchange for date select to admin ajax.js

PHPBB3-17100

34658b584842248485140ab02b4a2b039c015dc1 authored over 1 year ago by Marc Alexander <[email protected]>
[ticket/17100] Cast after using null coalescing operator

PHPBB3-17100

94b4e7feaddf5f8e4e4f497017f1233da9dece79 authored almost 2 years ago by Marc Alexander <[email protected]>
[ticket/17100] Remove no longer existing param description

PHPBB3-17100

754d3b82fc49994d71afaaf3e54e5e0ceffae539 authored almost 2 years ago by Marc Alexander <[email protected]>
[ticket/17100] Use twig functions for form elements

PHPBB3-17100

136cefd1af7c5605c24fd2dcd5edc6e5b93d3c7d authored almost 2 years ago by Marc Alexander <[email protected]>
[ticket/17100] Add missing space

PHPBB3-17100

86b6ce857bc21b2e4bf9965f8f6ed634bcbd0ec9 authored almost 2 years ago by Marc Alexander <[email protected]>
[ticket/17100] Move filesize config HTML from PHP files

PHPBB3-17100

00c7f3c81183b3763aa7a9a8a8219198e0e556c1 authored almost 2 years ago by Marc Alexander <[email protected]>
[ticket/17100] Move timezone select HTML from PHP file

PHPBB3-17100

bc8d5609df93a513419f2b241b3aee9366daad92 authored almost 2 years ago by Marc Alexander <[email protected]>
[ticket/17100] Reuse form_macros in ACP and fix tests

PHPBB3-17100

7624eb84e717fa8bc8830568fccb84f4efba2b46 authored almost 2 years ago by Marc Alexander <[email protected]>
[ticket/17100] Update styles/all macros

PHPBB3-17100

43a8545ec0237c8ae2d75d05de8ce9af86e19094 authored almost 2 years ago by Marc Alexander <[email protected]>
[ticket/17100] Move html of build_select to templates

PHPBB3-17100

148ea7521d41ed63f8c632880116b21d5cff9770 authored almost 2 years ago by Marc Alexander <[email protected]>
[ticket/17100] Improve support for selects

PHPBB3-17100

5008174239520bee17048b9db5edbd18305a9098 authored almost 2 years ago by Marc Alexander <[email protected]>
[ticket/17100] Improve output of unwrapped macros

PHPBB3-17100

4aae2f2c2be30e20170d5ab685585005596cc214 authored almost 2 years ago by Marc Alexander <[email protected]>
[ticket/17100] Move build_cfg_template parts to HTML-less function

PHPBB3-17100

9452305890fa587fa2e11f803a88a73e231373ac authored almost 2 years ago by Marc Alexander <[email protected]>
[ticket/17100] Update tests for changed build_cfg_template

PHPBB3-17100

f25e28be9df95a0af24392e32c6801313a5fade0 authored almost 2 years ago by Marc Alexander <[email protected]>
[ticket/17100] Refactor code to be more reusable

PHPBB3-17100

cb81b8a5d1e3440152e5ebcb1b6bde0d073125cd authored almost 2 years ago by Marc Alexander <[email protected]>
[ticket/17100] Move html for ext group selects from PHP files

PHPBB3-17100

52c3c407da0cd3b1ea7907708d32a7fc9e5acd1d authored almost 2 years ago by Marc Alexander <[email protected]>
[ticket/17100] Remove select html for attachments category select

PHPBB3-17100

46f4292639ff8b155c416015355873c459a6d142 authored almost 2 years ago by Marc Alexander <[email protected]>
[ticket/17100] Remove inline javascript from lang select

PHPBB3-17100

0aa41d6187ee64b0cdcdb12382ced99f499e06ec authored almost 2 years ago by Marc Alexander <[email protected]>
[ticket/17100] Move lang options HTML to template

PHPBB3-17100

41080dcc8450afb4addc9396a8454eb576cd7e2a authored almost 2 years ago by Marc Alexander <[email protected]>
[ticket/17100] Move legend generation to group helper

... and moved HTML to actual HTML files.

PHPBB3-17100

6987b6cbc15f8fd58f8aa0f5dccc29a2a0c91f94 authored almost 2 years ago by Marc Alexander <[email protected]>
[ticket/17127] Do not purge guest sessions when resetting password

PHPBB3-17127

856f95997b0a8debc20767ed1483f76b37e086b5 authored almost 2 years ago by rxu <[email protected]>
[ticket/17108] Suppress warning about less specific return type

PHPBB3-17108

1b71db3737b598ce4a6462b91fea3e2868deec25 authored almost 2 years ago by Marc Alexander <[email protected]>
[ticket/17108] Update composer dependencies and expect trigger error code

PHPBB3-17108

68cc39b748cd8f1bbaaac7ef255f065c0eaaf8ac authored almost 2 years ago by Marc Alexander <[email protected]>
[ticket/17108] Stop using backslashes for css selectors

PHPBB3-17108

cd4f69210b7c2bf85e12464939645351b045c6db authored almost 2 years ago by Marc Alexander <[email protected]>
Merge pull request #6473 from rxu/ticket/17115-master

[ticket/17115] Fix PHP warning for space+hyphen ending search query - master

81ea858c08061424f9e871f27afdeebe9b9a987c authored almost 2 years ago by Marc Alexander <[email protected]>
Merge pull request #6472 from rxu/ticket/17115

[ticket/17115] Fix PHP warning for space+hyphen ending search query - 3.3.x

b78bb2fe36fa61c7b5029a875470c3acfcdf689f authored almost 2 years ago by Marc Alexander <[email protected]>
Merge branch '3.3.x'

f6a89d60e9830c9404044de0ae7ef4e95a634346 authored almost 2 years ago by Marc Alexander <[email protected]>
[ticket/17125] Use box-sizing to fix message box

PHPBB3-17125

a8f91bc10d56df27ae51623140bbef3cd20d5f88 authored almost 2 years ago by Matt Friedman <[email protected]>
[ticket/17125] Use FlexBox for message and smileys

PHPBB3-17125

d7d84b501acb383a863a3ccee32da50d1c28202b authored almost 2 years ago by Matt Friedman <[email protected]>