aboutsummaryrefslogtreecommitdiffstats
path: root/tests/notification
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| * [ticket/11744] Include onceNathaniel Guse2013-07-261-3/+3
| | | | | | | | PHPBB3-11744
| * [ticket/11744] CleanupNathaniel Guse2013-07-261-3/+2
| | | | | | | | PHPBB3-11744
| * [ticket/11744] Group request testNathaniel Guse2013-07-262-0/+127
| | | | | | | | PHPBB3-11744
| * [ticket/11744] Create base notification test class for setupNathaniel Guse2013-07-262-83/+107
| | | | | | | | PHPBB3-11744
* | [ticket/11700] Correclty use namespaces in notificationsNils Adermann2013-09-165-6/+8
| | | | | | | | PHPBB3-11700
* | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-165-20/+20
|/ | | | PHPBB3-11700
* [ticket/11696] Rename db_tools.php so it can be autoloadedJoas Schilling2013-07-141-2/+0
| | | | PHPBB3-11696
* Merge pull request #1017 from nickvergessen/feature/softdelete-1-permissionNathan Guse2013-07-131-0/+1
|\ | | | | Soft delete
| * [ticket/9657] Fix notification testsJoas Schilling2013-07-111-0/+1
| | | | | | | | PHPBB3-9657
* | Merge remote-tracking branch 'EXreaction/ticket/11420' into developJoas Schilling2013-07-132-0/+190
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | * EXreaction/ticket/11420: [ticket/11420] Fix tests [ticket/11420] Fix tests [ticket/11420] Fix tests [ticket/11420] Use !==, === when comparing strings [ticket/11420] Fix comments, license link [ticket/11420] Rename migrations file to something more helpful [ticket/11420] Forgot to include mock sql_insert_buffer [ticket/11420] Fix notification options conversion
| * [ticket/11420] Fix testsNathaniel Guse2013-07-121-0/+21
| | | | | | | | PHPBB3-11420
| * [ticket/11420] Fix testsNathaniel Guse2013-07-111-1/+1
| | | | | | | | PHPBB3-11420
| * [ticket/11420] Fix testsNathaniel Guse2013-07-111-0/+7
| | | | | | | | PHPBB3-11420
| * [ticket/11420] Use !==, === when comparing stringsNathan Guse2013-07-061-3/+3
| | | | | | | | PHPBB3-11420
| * [ticket/11420] Fix notification options conversionNathaniel Guse2013-05-022-0/+162
| | | | | | | | PHPBB3-11420
* | [ticket/11561] Specify used tables in notification fixture, so they are emptiedJoas Schilling2013-06-181-0/+8
| | | | | | | | PHPBB3-11561
* | [ticket/11413] Use phpbb_user in testNathaniel Guse2013-05-131-1/+1
| | | | | | | | PHPBB3-11413
* | [ticket/11413] Fix unit testsNathaniel Guse2013-05-131-1/+1
| | | | | | | | PHPBB3-11413
* | [ticket/11413] Remove remaining irrelevant code to this PRNathaniel Guse2013-05-033-8/+6
| | | | | | | | PHPBB3-11413
* | [ticket/11413] Remove changes for ticket 11420 from this branchNathaniel Guse2013-05-022-162/+0
| | | | | | | | PHPBB3-11413
* | [ticket/11413] Include mock classNathaniel Guse2013-04-301-0/+1
| | | | | | | | PHPBB3-11413
* | [ticket/11413] Don't use the database for the convert testNathaniel Guse2013-04-301-21/+16
| | | | | | | | | | | | | | Different databases seem to work slightly differently here and are causing errors PHPBB3-11413
* | [ticket/11413] Test get_notification_type_id and _ids functionsNathaniel Guse2013-04-301-0/+29
| | | | | | | | PHPBB3-11413
* | [ticket/11413] Create test for notification conversionNathaniel Guse2013-04-302-0/+166
| | | | | | | | PHPBB3-11413
* | [ticket/11413] Fix test fixtures and testsNathaniel Guse2013-04-295-28/+46
| | | | | | | | PHPBB3-11413
* | [ticket/11413] Fix some more testsNathaniel Guse2013-04-291-4/+6
| | | | | | | | PHPBB3-11413
* | [ticket/11413] Fix notification testsNathaniel Guse2013-04-292-12/+104
|/ | | | | | | Send types/methods the cache service, not the driver (not sure why the driver was sent before) PHPBB3-11413
* [ticket/11335] (more tests) Make php_ext 'php' not '.php'Nathan Guse2013-04-241-3/+3
| | | | PHPBB3-11335
* [ticket/11474] Add test user with only global m_approve permissionsJoas Schilling2013-03-272-2/+22
| | | | | PHPBB3-11405 PHPBB3-11474
* [ticket/11405] Add unit tests for post_in_queueJoas Schilling2013-03-262-0/+262
| | | | PHPBB3-11405
* [ticket/11405] Fix "only variables should be passed by reference"Joas Schilling2013-03-261-1/+3
| | | | PHPBB3-11405
* [ticket/11405] Use different fixtures so it's not a total messJoas Schilling2013-03-264-123/+319
| | | | PHPBB3-11405
* [ticket/11405] Add unit tests for bookmarkingJoas Schilling2013-03-262-0/+165
| | | | PHPBB3-11405
* [ticket/11405] Move test to submit_post_base.php and use data sets for testingJoas Schilling2013-03-263-111/+155
| | | | PHPBB3-11405
* [ticket/11405] Correctly prefill the tables (missed the posts and not-types)Joas Schilling2013-03-253-5/+39
| | | | PHPBB3-11405
* [ticket/11405] Add a base class to avoid duplicated setUp() codeJoas Schilling2013-03-253-154/+102
| | | | PHPBB3-11405
* [ticket/11405] Add unit tests for quoted users notificationsJoas Schilling2013-03-253-1/+279
| | | | PHPBB3-11405
* [ticket/11405] Fix some coding style issuesJoas Schilling2013-03-251-7/+10
| | | | PHPBB3-11405
* [ticket/11405] Send post notifications to forum subscribersJoas Schilling2013-03-251-23/+1
| | | | | | | Like in 3.0 we should also send notifications about new posts to users that subscribed to the forum. (Subscriptions are verbose) PHPBB3-11405
* [ticket/11405] Add some basic tests for notifications in submit_post()Joas Schilling2013-03-232-0/+327
| | | | | | | | | | | | Poster, should NOT receive a notification Topic subscribed, should receive a notification Topic subscribed, but unauthed to read, should NOT receive a notification Topic subscribed, but already notified, should NOT receive a new notification Topic and forum subscribed, should receive ONE notification Forum subscribed, should receive a notification Forum subscribed, but already notified, should NOT receive a new notification PHPBB3-11405
* [ticket/11457] Remove check and include for set_var function. It's not used.Andreas Fischer2013-03-171-5/+0
| | | | PHPBB3-11457
* [ticket/11439] Add _test suffix to notification test filename.Andreas Fischer2013-03-151-0/+0
| | | | PHPBB3-11439
* [ticket/11103] Fix some various issues, better commentsNathan Guse2013-01-152-4/+5
| | | | PHPBB3-11103