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.1.x'

27c919cc6dbe604ee933603f68dfdbfd389b728d authored almost 10 years ago
Merge pull request #3518 from marc1706/ticket/13703

[ticket/13703] Use correct avatar path for PHPBB_USE_BOARD_URL_PATH

1a96b7f6dba0e6269d1c3ff4369234ead6424b11 authored almost 10 years ago
Merge branch '3.1.x'

ce2c8103523232a2b0ad29d76a06777ccd9647e5 authored almost 10 years ago
[ticket/13742] Use correct avatar path for local avatar

Prior to this change, the path might have been incorrect when using
PHPBB_USE_BOARD_URL_PATH.

P...

23bfeab13255099a116313299094fde076ad3316 authored almost 10 years ago
[ticket/13703] Use correct avatar path for PHPBB_USE_BOARD_URL_PATH

This change makes the uploaded avatars use the PHPBB_USE_BOARD_URL_PATH
constant, which is neede...

81cb8d3bda9d2d8eb3b4c90e1bd4e72d900ca911 authored almost 10 years ago
[ticket/11768] Renamed service vars

The name of the variable that holds the service instance is now consistent
across events.

PHPBB...

cac9c8b7e8d750b9dd0b1b5d882d7aa5fa63135e authored almost 10 years ago
[ticket/11768] Restored get_parser() / get_renderer()

PHPBB3-11768

73e053f0b888223152c9e6abb054bbdbc640a09c authored almost 10 years ago
[ticket/11768] Updated s9e\TextFormatter

PHPBB3-11768

4d230cbc34cdce1e3e66e295ad5d1da8e47ba5b0 authored almost 10 years ago
[ticket/11768] Updated utils service

Updated docblocks.
Removed remove_formatting() because it overlaps with clean_formatting()

PHPB...

00ed1dfa268be9cb1dcd0dcde896c20b88a807ca authored almost 10 years ago
[ticket/11768] Added parser events

Added core.text_formatter_s9e_parse_before and
core.text_formatter_s9e_parse_after

PHPBB3-11768

f556d0d53eceffde5bf98233ec099580daa4307f authored almost 10 years ago
[ticket/11768] Added core.text_formatter_s9e_renderer_setup event

PHPBB3-11768

27078fb976a2380ff6a762283a28079a2a68931c authored almost 10 years ago
[ticket/11768] Added core.text_formatter_s9e_parser_setup event

PHPBB3-11768

d38d89c076130ac915eb53adfeb1decb3d5f19da authored almost 10 years ago
[ticket/11768] Removed get_parser() / get_renderer() accessors

There's no need to access the s9e\TextFormatter objects outside of events.

PHPBB3-11768

5dede4fe52290867284d3641c308576d4249bb38 authored almost 10 years ago
[ticket/11768] Updated the text_formatter.s9e.utils service

Made it use s9e\TextFormatter\Utils. Refactored some tests to make
them more readable.

PHPBB3-1...

18b69ae3fb580dd401eba3e470dad8fc0caa0db0 authored almost 10 years ago
[ticket/11768] Added renderer events

Added core.text_formatter_s9e_render_before and
core.text_formatter_s9e_render_after

PHPBB3-11768

3e05f0ef734cea4675694bd60edcc48073b6a99c authored almost 10 years ago
[ticket/11768] Moved parser/renderer setup events

Moved down the setup events to make them happen after the service is
configured and ready to be ...

db9bc30b4cdfb976d74d049f90154a38e2df09a0 authored almost 10 years ago
[ticket/11768] Added some default template parameters

PHPBB3-11768

85317c8f45217702c45d28720724de4a0e52068d authored almost 10 years ago
[ticket/11768] Stylistic change. No functional change intended

PHPBB3-11768

79ad71e2818d30dcab066618fc49828b3d741dd1 authored almost 10 years ago
[ticket/11768] Moved the routine that replaces tabs with spaces

...to its own method. Also added a quick stripos() check for performance.

PHPBB3-11768

cfad4f749db08a0d4fcecf100a6d67f53a821e1b authored almost 10 years ago
[ticket/11768] Added configurator events

PHPBB3-11768

9bfb764df225b1a6717ff8affa68ca99b46b978b authored almost 10 years ago
[ticket/11768] Preserve comments in custom BBCodes

PHPBB3-11768

f374e0e2ca8d36c64ab153e64da91b4eb0bbd286 authored almost 10 years ago
[ticket/11768] Removed superfluous whitespace [ci skip]

PHPBB3-11768

1771355fd03a6e4feba9c3e4dfac25999b348e5c authored almost 10 years ago
[ticket/11768] Updated merge_templates(). No functional change intended

PHPBB3-11768

bddcc524f2a7a397cb83e6a3076b24c161d93d2a authored almost 10 years ago
[ticket/11768] Renamed utils

PHPBB3-11768

acf1df29f481e70cfe61fae7013291496fbb505a authored almost 10 years ago
[ticket/11768] Updated various annotations

PHPBB3-11768

72a17eb6a5326f4a60a6da5be911e99aada918bd authored almost 10 years ago
[ticket/11768] Updated merge_templates(). No functional change intended

PHPBB3-11768

047adce3c7c9491667cc6a58c71ebc01818b4982 authored almost 10 years ago
[ticket/11768] Replaced array access with call to $user->lang()

PHPBB3-11768

3520dfb3a19114328f26fe755d04bcf6aec7204a authored almost 10 years ago
[ticket/11768] Renamed interfaces

PHPBB3-11768

4699f4c9a20aa5ea61f378c06c8c821f06ea3c08 authored almost 10 years ago
[ticket/11768] Whitespace [ci skip]

PHPBB3-11768

4c8ca4171a938ec0809e4ee09292295c88afd85f authored almost 10 years ago
[ticket/11768] Made capturing code blocks a bit more flexible

PHPBB3-11768

2cdc13f04e367307369af79fc2fec31dc68bc383 authored almost 10 years ago
[ticket/11768] Replaced \phpbb\textformatter\parser with an interface

PHPBB3-11768

1bb53e193bb9ce86566fd7998b0aae99f6582867 authored almost 10 years ago
[ticket/11768] Renamed get_words() to get_censored_words()

PHPBB3-11768

6241d849b7f6d8ef24ac0d40f447445acd8ef7dc authored almost 10 years ago
[ticket/11768] Removed unused annotations

PHPBB3-11768

bdae6b543f5f449eae492a368f16568210eb30a7 authored almost 10 years ago
[ticket/11768] Fixed censored words being escaped twice

PHPBB3-11768

2596b7cf70df1899e7becb93aea189013ac3423d authored almost 10 years ago
[ticket/11768] Added methods to access the library's parser/renderer

PHPBB3-11768

7a20b9603174a57bfede0b0ea537df3a33c57aef authored almost 10 years ago
[ticket/11768] Allowed text in places where text is not valid HTML

PHPBB3-11768

6b1ff2bb3a598aa7f99f1f98d2d924bf2b04d3a0 authored almost 10 years ago
[ticket/11768] Removed the cached renderer

We don't need to cache an instance of the renderer, we can just instantiate
it every time we nee...

d2ee6cbfbd547bf9b30553c00b60f9c0126375a7 authored almost 10 years ago
[ticket/11768] Updated censor to apply to XML values

PHPBB3-11768

9b9a72952afbb5ffc2a01b7725e66ac5a5912349 authored almost 10 years ago
[ticket/11768] Updated renderer annotation

PHPBB3-11768

82b0e754b0852e98a3db79ecd36199a394697f0a authored almost 10 years ago
[ticket/11768] Added support for creating unsafe BBCodes

PHPBB3-11768

57411eb431720905515a8d72c360b49a83295dd1 authored almost 10 years ago
[ticket/11768] Replaced extract() calls

PHPBB3-11768

9f56e742946488eb2c57851b5af7a8afa5c4f3d7 authored almost 10 years ago
[ticket/11768] Replaced some references

PHPBB3-11768

e39929eda36d11e6a4df6dabfd5291264be318a3 authored almost 10 years ago
[ticket/11768] Replaced FQNs in annotations

PHPBB3-11768

94a340f5a8fb0347480ffdfa49f9d66249ada363 authored almost 10 years ago
[ticket/11768] Renamed property

PHPBB3-11768

8dba722f7e5f2a236050d13e9d832000aac9193c authored almost 10 years ago
[ticket/11768] Replaced class names in annotations with their FQN

PHPBB3-11768

1237cc3ac8008708a346f733b844039748f064a7 authored almost 10 years ago
[ticket/11768] Removed comments

PHPBB3-11768

064ba39907228301fef76fc74dd89e0fe69fa2b2 authored almost 10 years ago
[ticket/11768] Removed unused use statements

PHPBB3-11768

4c91143aaa4dae7cbee43a03ad80ce060e9b4ed7 authored almost 10 years ago
[ticket/11768] Added support for magic links that start with "www."

PHPBB3-11768

d217873c37c06237c321862bc2cdbff1b966d82b authored almost 10 years ago
[ticket/11768] Updated phpbb\textformatter\s9e\factory::regenerate()

Returns an associative array rather than a numerically-indexed array. Feels
cleaner and more ext...

4da2440ee2bd406124d2aeb18b615f5aa3d69ef0 authored almost 10 years ago
[ticket/11768] Added limited support for [url] in [quote] author

PHPBB3-11768

12bc602e3d3de5b36f6d3505bdeba070f67520a0 authored almost 10 years ago
[ticket/11768] Replaced the Censor plugin

...with something that is run at rendering time.

PHPBB3-11768

21b8236c5029dfdd7f5ac1e34d141d6a364d8d8a authored almost 10 years ago
[ticket/11768] Updated constructors with explicit dependencies

The trade-off is that an instance of phpbb\textformatter\s9e\factory and
phpbb\textformatter\dat...

e52d80341cbfb48326beb439382e3700b104e09a authored almost 10 years ago
[ticket/11768] This commit integrates s9e\TextFormatter

This commit integrates s9e\TextFormatter as outlined in
http://area51.phpbb.com/phpBB/viewtopic....

1b7796deeb7f9b6ad29450493c6909dbd47f461f authored almost 10 years ago
[ticket/11768] Updated annotations to pass sniff

PHPBB3-11768

a20ce5a1b74c3ac015d894bdfac4d15034701eab authored almost 10 years ago
[ticket/11768] Toggled Unicode modifier in relative URL filter

get_preg_expression('relative_url') returns an expression that requires it

PHPBB3-11768

7a9e4edfb94fee581a1100b0127fe1dcbc5c9bf8 authored almost 10 years ago
[ticket/11768] Reorganized code for readability

No functional change intended

PHPBB3-11768

74ac602f0f3b9899d3c6b977022defbc72261fc2 authored almost 10 years ago
Merge pull request #3507 from VSEphpbb/ticket/13725

[ticket/13725] Coding guidelines: static public

* VSEphpbb/ticket/13725:
[ticket/13725] Codin...

f9196460536ec9d307188cecbac8804086a3a811 authored almost 10 years ago
[ticket/13725] Coding guidelines: static public

PHPBB3-13725

21a59ac1072746fff34996ddce2bc831fef0b65f authored almost 10 years ago
[ticket/12368] Fix comment in docblock

PHPBB3-12368

3dae01d7bb8ffd96ecc6a6c784010023a850a248 authored almost 10 years ago
[ticket/13564] Allow to specify user id for retrieving auth link data

PHPBB3-13564

31752d20a0ae7285a24fc66b84a1618a942da2c8 authored almost 10 years ago
[ticket/13564] Use user_id from link_data for unlinking account in oauth

PHPBB3-13564

8ad51272f4e0d370196afea57dfbdef61f18cf79 authored almost 10 years ago
Merge remote-tracking branch 's9e/ticket/13718'

* s9e/ticket/13718:
[ticket/13718] Added missing global declaration

e5004c461aea954168efffce4d57f5615e65856d authored almost 10 years ago
[ticket/13718] Added missing global declaration

PHPBB3-13718

bfa21586974e71c7e891a386ac7cad65adfa0d68 authored almost 10 years ago
[feature/sql-bool-builder] Adding the IS operator to predicted operators

PHPBB3-13652

14d97f4e7bf2f77803dee4bbe4351c952f28594c authored almost 10 years ago
Merge branch '3.1.x'

582063d320c90643540c0d1a2db03e49e1793c0c authored almost 10 years ago
[feature/sql-bool-builder] Added LIKE and NOT_LIKE to the comparations

PHPBB3-13652

a22c94104f3e19688e053ec7372f9c011fb87eda authored almost 10 years ago
[feature/sql-bool-builder] Explain better the code in the first

Explain what that if and check is for in the first method that is called.

PHPBB3-13652

437a0eed021ea0e7a6c330f8cac52b1e0d3efd8c authored almost 10 years ago
[feature/sql-bool-builder] Also use parenthesis for the NOT operator

Be on the safe side, also use parenthesis for the NOT operator

PHPBB3-13652

fa46eaac34d6bf0b16f0f0432b0b8b36c90bfb46 authored almost 10 years ago
[feature/sql-bool-builder] AS keyword must be lowercase;

AS keyword must be lowercase; expected "as" but found "AS"

PHPBB3-13652

2b486d916b4dc469ac06ca39d5b074e96c400c28 authored almost 10 years ago
[feature/sql-bool-builder] Added code to use this feature for the WHERE clause

PHPBB3-13652

3606d2ba1f9ce817fa8a24b4a4dceb532d9e8de1 authored almost 10 years ago
[feature/sql-bool-builder] Removed non-necessary spaces

PHPBB3-13652

fe0a10f8904aac706920f1795ae8441eaee91ee0 authored almost 10 years ago
[feature/sql-bool-builder] First working version

PHPBB3-13652

866de0f7e8ad071baa46fa26935ca9247522b3b6 authored almost 10 years ago
[ticket/13550] Check that the Plupload temp directory is writable before moving

This prevents a PHP warning from being issued that results in an invalid JSON
response being ret...

7fb8273a2cfe180b301e349d770e18e7056f9698 authored almost 10 years ago
Merge branch '3.1.x'

Conflicts:
phpBB/phpbb/search/fulltext_native.php

ec6e70f4ef45fdcfab422c3e6fb5f2a7583d82f4 authored almost 10 years ago
[ticket/13694] Allow modifying the Postgres native author search query

PHPBB3-13694

62ec59db4c53b34553ec3b80e18abdf3ad9cee6e authored almost 10 years ago
[ticket/13693] Allow modifying the MySQL author search query

PHPBB3-13693

149b1bf06fb179979935fe1596a491a769d82648 authored almost 10 years ago
[ticket/13691] Allow changing query to search for posts by author in native

PHPBB3-13691

2e4b0e13742f7f140694ceb9038acadcaa02042a authored almost 10 years ago
[ticket/13689] Allow modifying the query for postgres native fulltext search

PHPBB3-13689

b173298b81bebe7887f85337641d1f98b936ee08 authored almost 10 years ago
[ticket/13686] Allow modify query used for counting in fulltext_native

PHPBB3-13686

0156f28393f9c9e914ad136284e4e088685e3664 authored almost 10 years ago
[ticket/13685] Add phpbb_dispatcher to fulltext search constructors

PHPBB3-13685

faa6f67155124ac61a935a80c496721a935466b2 authored almost 10 years ago
[ticket/13674] Missing space after "if"

PHPBB3-13674

f92597e9c117d4b883ab6839f7699830db5e2c06 authored almost 10 years ago
[ticket/13674] Change MySQL native total search results calculation

This changes how the native FULLTEXT search calculates the total
match number for MySQL.
This sh...

7c53a0dd952ba08ac2c2b423d5bfbdb2311a6a3d authored almost 10 years ago
[ticket/13132] Twig: Add loops content to the root context

PHPBB3-13132

0e2dbad74038fdd4498ae0fcebd4a390e25c9475 authored almost 10 years ago
Merge branch '3.1.x'

cd0c56a41ce59f1d9458cbbbfb6130696a703004 authored almost 10 years ago
Merge pull request #3453 from RMcGirr83/ticket/13477

[ticket/13477] Update file cache driver for extension paths

9771933ec9337012eef87d58bc08131fba0ad4a0 authored almost 10 years ago
Merge pull request #3434 from nickvergessen/ticket/13647

[ticket/13647] Move FAQ page to a controller

001a94656b24edb35df34fe7aff3661a1680cde7 authored almost 10 years ago
[ticket/13477] rename function and fix doc blocks

PHPBB3-13477

9b5818f75bfeb764a198b8c0433002246897b4a1 authored almost 10 years ago
[ticket/13477] Update file cache driver for filenames

Replace slashes on file name

PHPBB3-13477

182eb528885034ad66034238934ae956aab14fcd authored almost 10 years ago
[ticket/13661] Brackets in their own line

I didn't even notice that I used my own coding guidelines there...
Thanks to MGaetan89 for point...

c0494bfb7c6283db51ea1e27972bf1530288040c authored almost 10 years ago
[ticket/13661] Re-Fixed $log_type -> $log_time

Thanks to goof for pointing it out...

PHPBB3-13661

dd82612aeb0798fc84e0ff67dca0566ba5ba4cdb authored almost 10 years ago
[ticket/13661] Wrong event @since version

PHPBB3-13661

ea1254332b061a5a302537ce698c7b43b154fb3b authored almost 10 years ago
[ticket/13661] Removed superfluous whitespace

PHPBB3-13661

c7f48885dc516b2a1a70dc8c84513a5039b20894 authored almost 10 years ago
[ticket/13661] bugfix: The conditional is the log_time, not log_type

I mistakenly made the log_type the conditional instead of log_time.
Thankfully, the automated te...

56e19ff646a12edc2601abd234341ef21b1ace3a authored almost 10 years ago
[ticket/13661] Fixed the "FROM" in the built query.

I was doing it wrong by giving a string to the FROM clause in the built query.

PHPBB3-13661

89912456445789644b586ba3ecbc595d079a7ed6 authored almost 10 years ago
[ticket/13661] Add event to allow editing the queries used to get the logs

PHPBB3-13661

ce668ce83fbb3082bda152e9ea63f8958ee604a1 authored almost 10 years ago
[ticket/13661] Transform queries to get logs and log count into built queries

PHPBB3-13661

bcf5b0594eb0c1e550d4edc061c36c7a17374e2e authored almost 10 years ago
[ticket/13647] Use the Symfony way for redirecting

PHPBB3-13647

a7dde0b6d0262cec9c0e60bd5436df363f25ac97 authored almost 10 years ago
Merge branch '3.1.x'

Conflicts:
phpBB/phpbb/session.php

27efbb310a006eb5c6a9e943cadec25d6c22aecf authored almost 10 years ago
Merge pull request #3444 from naderman/ticket/13617-ascraeus

[ticket/13617] Enforce column size limit for session_forum_id

681612f9cd774fd75584c863a52d282bff7e2bbc authored almost 10 years ago
[ticket/12466] Move classes from acp_database.php to their own files

* Moving classes from acp_database.php to phpbb/db/extractor namespace,
also into separate f...

ff6eca8fedfa613e0e910627a2e25aacbe41438b authored almost 10 years ago