aboutsummaryrefslogtreecommitdiffstats
path: root/tests/notification
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14237] Use $language class for notificationsMatt Friedman2015-10-134-5/+14
| | | | PHPBB3-14237
* [ticket/12143] Fix tests after rebaseOliver Schramm2015-08-051-0/+3
| | | | PHPBB3-12143
* [ticket/12143] Fix those testsOliver Schramm2015-08-051-0/+5
| | | | | | I always have to fix them.. :( PHPBB3-12143
* [ticket/11444] Update tests and cleanup types/methodsTristan Darricau2015-07-136-107/+130
| | | | PHPBB3-11444
* [ticket/11444] Moving the in-board notifications to a method classNicofuma2015-07-1311-78/+134
| | | | | | | | | | | | | | Currently the in-board method for the notifications is hardcoded and cannot be disabled. This method should be in his own class extending `phpbb\notification\method\method_interface`. It also add the possibility, for each method, to be enabled by default (ie: no entry in the DB => notification enabled). https://tracker.phpbb.com/browse/PHPBB3-11444 https://tracker.phpbb.com/browse/PHPBB3-11967 PHPBB3-11444
* Merge pull request #3586 from s9e/ticket/13680Nicofuma2015-05-204-19/+38
|\ | | | | | | [ticket/13680] Updated quote notifications
| * [ticket/13680] Updated quote notificationsJoshyPHP2015-05-154-19/+38
| | | | | | | | | | | | | | Added get_quote_authors() to text_formatter.utils service to retrieve the names used in first-level quotes PHPBB3-13680
* | [ticket/13828] Renamed testing doubles to avoid PHP7 keywordsJoshyPHP2015-05-101-1/+1
|/ | | | PHPBB3-13828
* [ticket/13782] Rename null log to dummy for PHP7 compatibilityMarc Alexander2015-05-041-1/+1
| | | | PHPBB3-13782
* [ticket/13782] Rename null driver to dummy for PHP7 compatibilityMarc Alexander2015-05-043-3/+3
| | | | PHPBB3-13782
* [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-023-9/+17
| | | | PHPBB3-13762
* [ticket/11768] This commit integrates s9e\TextFormatters9e2015-04-021-0/+1
| | | | | | | This commit integrates s9e\TextFormatter as outlined in http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=44467 PHPBB3-11768
* [ticket/10748] Replace direct creations of tools();Joas Schilling2015-02-071-1/+2
| | | | PHPBB3-10748
* [ticket/13496] Update calls to `set_config_count()`Gaëtan Muller2015-02-022-2/+0
| | | | PHPBB3-13496
* [ticket/13494] Update calls to `set_config()`Gaëtan Muller2015-02-023-4/+0
| | | | PHPBB3-13494
* Merge branch 'develop-ascraeus' into developJoas Schilling2015-01-132-1/+4
|\
| * Merge pull request #3234 from brunoais/ticket/13154Joas Schilling2015-01-132-1/+4
| |\ | | | | | | | | | [ticket/13154] Event to edit user list for notification in notifications
| | * [ticket/13154] Don't assign dispatcher to a variable. Just the obj param.brunoais2015-01-101-1/+1
| | | | | | | | | | | | PHPBB3-13154
| | * [ticket/13154] Fix submit_post_test() test groupbrunoais2014-12-181-1/+1
| | | | | | | | | | | | PHPBB3-13154
| | * [ticket/13154] Adjusting phpBB tests for the dispatcherbrunoais2014-12-171-0/+3
| | | | | | | | | | | | PHPBB3-13154
* | | Merge branch 'develop-ascraeus' into developJoas Schilling2015-01-101-1/+2
|\ \ \ | |/ /
| * | [ticket/13146] Even more missing phpbb_mock_event_dispatcher()brunoais2015-01-101-1/+2
| |/ | | | | | | PHPBB3-13146
* | [ticket/13421] Move tools to subdirectoryJoas Schilling2014-12-061-1/+1
|/ | | | PHPBB3-13421
* [ticket/13338] Add include statements for dependencies.Andreas Fischer2014-11-171-0/+1
| | | | PHPBB3-13338
* [ticket/12990] Fix unit testsTristan Darricau2014-08-1714-83/+85
| | | | PHPBB3-12990
* [ticket/12932] Fix tests and calls to create_datetimeMarc Alexander2014-08-103-3/+3
| | | | PHPBB3-12932
* Merge pull request #2623 from dhruvgoel92/ticket/12738Tristan Darricau2014-08-071-1/+1
|\ | | | | | | | | | | | | | | | | | | | | [ticket/12738] Move related code from functions_posting to function * dhruvgoel92/ticket/12738: [ticket/12738] Update constructor docblock [ticket/12738] Add $config to constructor in notification test [ticket/12738] Fix tests with new config object injection [ticket/12738] Inject config object into content_visibility class [ticket/11528] Move related code from functions_posting to function
| * [ticket/12738] Add $config to constructor in notification testDhruv2014-06-201-1/+1
| | | | | | | | PHPBB3-12738
* | [ticket/12662] Update tests that utilize get_username_stringPayBas2014-06-251-4/+4
| | | | | | | | PHPBB3-12662
* | [ticket/12608] Updated testsPayBas2014-06-151-5/+5
|/ | | | PHPBB3-12608
* [ticket/11445] Improve unit tests for get_global_subscriptionsDhruv2014-06-011-0/+21
| | | | PHPBB3-11445
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-2713-40/+91
| | | | PHPBB3-12594
* [ticket/12371] We do not group quote notifications anymoreJoas Schilling2014-04-251-1/+2
| | | | PHPBB3-12371
* [ticket/12370] Add unit tests for topic notificationsJoas Schilling2014-04-073-1/+284
| | | | PHPBB3-12370
* Merge remote-tracking branch 'prototech/ticket/11959' into develop-ascraeusJoas Schilling2014-03-292-0/+190
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * prototech/ticket/11959: [ticket/11959] Move phpbb_generate_string_list() to functions_content.php. [ticket/11959] Add unit tests. [ticket/11959] Remove use of plurals and make it possible to use Oxford comma. [ticket/11959] Rename phpbb_gen_string_list() & fix incorrect var name. [ticket/11959] Simplify how the users are trimmed. [ticket/11959] Add function to create a string list. [ticket/11959] Add samples for the untrimmed strings. [ticket/11959] List the last user with "and" instead of a comma. [ticket/11959] Use the plurals system for the untrimmed language strings. [ticket/11959] Fix the NOTIFICATION_QUOTE_TRIMMED text. [ticket/11959] Use plurals for the language strings.
| * [ticket/11959] Add unit tests.Cesar G2014-03-192-0/+190
| | | | | | | | PHPBB3-11959
* | [ticket/12317] Fix notification tests for DBMSes returning integers as int.Andreas Fischer2014-03-283-3/+3
| | | | | | | | PHPBB3-12317
* | [ticket/12317] Do not repeat SQL query in notification_submit_post_base.Andreas Fischer2014-03-281-6/+1
|/ | | | PHPBB3-12317
* [ticket/12115] Also port user interests to profile fieldsJoas Schilling2014-02-066-80/+0
| | | | PHPBB3-12115
* [ticket/12050] Make phpbb_notification_submit_post_base abstract.Andreas Fischer2013-12-011-1/+1
| | | | PHPBB3-12050
* [ticket/12008] Update the run time value for the prune notifications cron taskCesar G2013-11-142-1/+2
| | | | PHPBB3-12008
* [ticket/11691] Fix conversion testJoas Schilling2013-10-011-1/+1
| | | | PHPBB3-11691
* [ticket/11700] Fix tests after merging new develop codeNils Adermann2013-09-162-9/+9
| | | | PHPBB3-11700
* Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-164-247/+390
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * github-phpbb/develop: (586 commits) [ticket/11735] Display disabled checkbox in subsilver for read notifications [ticket/11735] Display disabled checkbox when notification is already read [ticket/11844] update acp/authentication language var [ticket/11795] Remove PM popup [ticket/11795] Remove outdated comment from forum_fn.js [ticket/11795] Move find user JS to forum_fn [ticket/11795] Replace TWIG with phpBB syntax in ACP [ticket/11795] Move MSN scripts to forum_fn.js [ticket/11795] Use phpBB template syntax instead of TWIG [ticket/11795] Move PM popup JS to forum_fn.js [ticket/11795] Get rid of pagination JS variables [ticket/11795] Get rid of onload_functions [ticket/11795] Use data-reset-on-edit attr to reset elements [ticket/11795] Redo form elements auto-focus [ticket/11811] Remove outline on :focus [ticket/11836] Fix subsilver fatal error [ticket/11837] Replace escaped single quote with utf-8 single quote [ticket/11836] Fix fatal error on unsupported provider for auth link [ticket/11837] Translate UCP_AUTH_LINK_NOT_SUPPORTED [ticket/11809] Ensure code.js is first script included after jQuery ... Conflicts: phpBB/config/services.yml phpBB/develop/create_schema_files.php phpBB/develop/mysql_upgrader.php phpBB/download/file.php phpBB/includes/bbcode.php phpBB/includes/functions_container.php phpBB/install/database_update.php phpBB/install/index.php phpBB/phpbb/controller/helper.php phpBB/phpbb/controller/resolver.php phpBB/phpbb/request/request_interface.php phpBB/phpbb/session.php phpBB/phpbb/style/extension_path_provider.php phpBB/phpbb/style/path_provider.php phpBB/phpbb/style/path_provider_interface.php phpBB/phpbb/style/resource_locator.php phpBB/phpbb/style/style.php phpBB/phpbb/template/locator.php phpBB/phpbb/template/template.php phpBB/phpbb/template/twig/node/includeasset.php phpBB/phpbb/template/twig/node/includecss.php phpBB/phpbb/template/twig/node/includejs.php phpBB/phpbb/template/twig/twig.php tests/controller/helper_url_test.php tests/di/create_container_test.php tests/extension/style_path_provider_test.php tests/notification/notification_test.php tests/session/continue_test.php tests/session/creation_test.php tests/template/template_events_test.php tests/template/template_test_case.php tests/template/template_test_case_with_tree.php tests/test_framework/phpbb_functional_test_case.php
| * [ticket/11745] Add test for group request approvedNathan Guse2013-07-271-0/+29
| | | | | | | | PHPBB3-11745
| * [ticket/11744] Helper function to assert notifications in base testNathan Guse2013-07-273-168/+145
| | | | | | | | | | | | This also fixes tests PHPBB3-11744
| * [ticket/11744] Copyright yearNathan Guse2013-07-271-1/+1
| | | | | | | | PHPBB3-11744
| * [ticket/11744] Fix tests for postgresqlNathaniel Guse2013-07-263-50/+31
| | | | | | | | PHPBB3-11744
| * [ticket/11744] Empty notifications tables after testing themNathaniel Guse2013-07-261-0/+9
| | | | | | | | PHPBB3-11744
| * [ticket/11744] Tables are not truncated in some dbms during testsNathaniel Guse2013-07-262-11/+8
| | | | | | | | PHPBB3-11744