Joas Schilling
8a94e08e30
[ticket/11405] Add unit tests for post_in_queue
...
PHPBB3-11405
2013-03-26 20:17:26 +01:00
Joas Schilling
0f204595d9
[ticket/11405] Fix "only variables should be passed by reference"
...
PHPBB3-11405
2013-03-26 20:17:24 +01:00
Joas Schilling
81cf02e057
[ticket/11405] Order users in bookmark, in order to pass postgres tests
...
PHPBB3-11405
2013-03-26 13:54:33 +01:00
Joas Schilling
e20b0a4234
[ticket/11405] Use different fixtures so it's not a total mess
...
PHPBB3-11405
2013-03-26 13:06:04 +01:00
Joas Schilling
7e2f80ec0a
[ticket/11405] Add unit tests for bookmarking
...
PHPBB3-11405
2013-03-26 12:59:35 +01:00
Joas Schilling
cdd45cb8ba
[ticket/11405] Move test to submit_post_base.php and use data sets for testing
...
PHPBB3-11405
2013-03-26 12:58:14 +01:00
Andreas Fischer
fc8bf3f3c7
[ticket/11469] Add comment about using sql_multi_insert when not buffering.
...
PHPBB3-11469
2013-03-25 17:01:44 +01:00
Joas Schilling
053c75543d
[ticket/11405] Correctly prefill the tables (missed the posts and not-types)
...
PHPBB3-11405
2013-03-25 15:34:18 +01:00
Joas Schilling
060876e627
[ticket/11405] Add a base class to avoid duplicated setUp() code
...
PHPBB3-11405
2013-03-25 15:16:29 +01:00
Joas Schilling
1259117d21
[ticket/11405] Sort $users array in order to prevent issues on postgres
...
PHPBB3-11405
2013-03-25 15:07:06 +01:00
Joas Schilling
499eded880
[ticket/11405] Add unit tests for quoted users notifications
...
PHPBB3-11405
2013-03-25 15:07:05 +01:00
Joas Schilling
7d5949ae3d
[ticket/11405] Fix some coding style issues
...
PHPBB3-11405
2013-03-25 14:37:22 +01:00
Joas Schilling
a91ffe06c7
[ticket/11405] Send post notifications to forum subscribers
...
Like in 3.0 we should also send notifications about new posts to users
that subscribed to the forum. (Subscriptions are verbose)
PHPBB3-11405
2013-03-25 09:28:53 +01:00
Andreas Fischer
d3decaeedf
[ticket/11460] Add default behaviour tests for notification and email types.
...
PHPBB3-11460
2013-03-24 23:42:13 +01:00
Joas Schilling
bc5f8e30d0
[ticket/11405] Add some basic tests for notifications in submit_post()
...
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
2013-03-23 13:20:32 +01:00
Andreas Fischer
02817158fc
[ticket/11460] Configure functional test board email using dummy SMTP data.
...
PHPBB3-11460
2013-03-22 22:42:05 +01:00
Andreas Fischer
69df6b49db
[ticket/11460] Add test for whether post_email and topic_email are checked.
...
PHPBB3-11460
2013-03-22 22:16:24 +01:00
Andreas Fischer
16a6025372
[ticket/11469] Add SQL insert buffer allowing easier handling of multi inserts.
...
1. Tries to prevent going over max packet size by flushing to the database
after a certain number of rows have been added.
2. Because of 1., it is less likely to reach a connection timeout when
inserting a huge number of rows.
3. By flushing the buffer when a certain size is reached, memory usage should
be lower compared to building the whole insert row set first.
PHPBB3-11469
2013-03-21 23:12:31 +01:00
Andreas Fischer
15aec0bbb2
[ticket/11460] Add methods for checkbox handling to phpbb_functional_test_case.
...
PHPBB3-11460
2013-03-21 03:07:50 +01:00
Oleg Pudeyev
8b464e87f0
Merge PR #1298 branch 'nickvergessen/ticket/11438' into develop
...
# By Joas Schilling
# Via Joas Schilling
* nickvergessen/ticket/11438:
[ticket/11438] Add spaces after # comment start and before \ line breaks
[ticket/11438] Add helpful comments from sample config to ACP output
[ticket/11438] Add empty sql_query_pre to delta-source
[ticket/11438] Move backslash to concatenate the query strings correctly
[ticket/11438] Update sphinx.sample.conf to one provided by config_generate()
2013-03-20 11:43:14 -04:00
Matt Friedman
3089f5d0bb
[ticket/11461] cut doc entry to 79 cols
...
PHPBB3-11461
2013-03-19 13:32:48 -07:00
Matt Friedman
578ed03b7e
[ticket/11461] Further clarify doc for viewtopic_body_footer_before
...
PHPBB3-11461
2013-03-19 13:32:48 -07:00
Matt Friedman
c9da6c5952
[ticket/11461] Add viewtopic_body_footer_before to the event docs
...
PHPBB3-11461
2013-03-19 13:32:42 -07:00
Matt Friedman
433fbfd4d9
[ticket/11461] Add template event in the footer of view topic pages
...
PHPBB3-11461
2013-03-19 13:32:17 -07:00
Andreas Fischer
1ac94699e4
[ticket/11460] Drop incorrect phpbb_notification_{type,method}_ prefix.
...
PHPBB3-11460
2013-03-19 19:25:34 +01:00
Joas Schilling
b51a66b60b
Merge remote-tracking branch 'bantu/ticket/11457' into develop
...
* bantu/ticket/11457:
[ticket/11457] Remove check and include for set_var function. It's not used.
2013-03-18 13:51:30 +01:00
Joas Schilling
99d0c7e62b
Merge remote-tracking branch 'bantu/ticket/11455' into develop
...
* bantu/ticket/11455:
[ticket/11455] Restore alphabetic order (underscore first) in config/tables.yml
2013-03-18 10:42:51 +01:00
Andreas Fischer
3c99a33e87
[ticket/11457] Remove check and include for set_var function. It's not used.
...
PHPBB3-11457
2013-03-17 18:58:43 +01:00
Andreas Fischer
76262f186f
[ticket/11455] Restore alphabetic order (underscore first) in config/tables.yml
...
PHPBB3-11455
2013-03-17 18:31:49 +01:00
Andreas Fischer
c9e7247ab4
[ticket/11445] Add abstract class phpbb_notification_method_messenger_base.
...
PHPBB3-11445
2013-03-16 21:50:30 +01:00
Andreas Fischer
51c1ba12c1
Merge remote-tracking branch 'nickvergessen/ticket/11443' into develop
...
* nickvergessen/ticket/11443:
[ticket/11443] Fix Migrator Modules Tool by creating a phpbb_log object
[ticket/11443] Add _test suffix to migration test filenames
2013-03-16 01:44:36 +01:00
Joas Schilling
4168cfd7e6
[ticket/11443] Fix Migrator Modules Tool by creating a phpbb_log object
...
PHPBB3-11443
2013-03-16 01:24:50 +01:00
Joas Schilling
c50af28077
[ticket/11438] Add spaces after # comment start and before \ line breaks
...
PHPBB3-11438
2013-03-16 01:18:15 +01:00
erangamapa
21a9462553
[ticket/11106] Added missing line breaks.
...
Added two missing line breaks into 'edited by' message.
PHPBB3-11106
2013-03-16 00:05:12 +05:30
Joas Schilling
afd3681208
Merge remote-tracking branch 'bantu/ticket/11441' into develop
...
* bantu/ticket/11441:
[ticket/11441] Split user loader tests into multiple test methods.
[ticket/11441] Use setUp() in phpbb_user_loader_test.
[ticket/11441] Update/correct copyright year of user loader test.
[ticket/11441] Correct/fix class name of user loader test.
[ticket/11441] Add _test prefix to user loader test filename.
2013-03-15 19:06:54 +01:00
Joas Schilling
02fd181198
Merge remote-tracking branch 'bantu/ticket/11439' into develop
...
* bantu/ticket/11439:
[ticket/11439] Add _test suffix to notification test filename.
2013-03-15 10:31:59 +01:00
Joas Schilling
2cd1c62403
[ticket/11443] Add _test suffix to migration test filenames
...
PHPBB3-11443
2013-03-15 10:23:14 +01:00
Andreas Fischer
15cade3dc5
[ticket/11439] Add _test suffix to notification test filename.
...
PHPBB3-11439
2013-03-15 10:21:09 +01:00
Joas Schilling
2b2bbf787c
[ticket/11438] Add helpful comments from sample config to ACP output
...
PHPBB3-11438
2013-03-15 08:23:39 +01:00
Joas Schilling
ef63c2db8b
[ticket/11438] Add empty sql_query_pre to delta-source
...
PHPBB3-11438
2013-03-15 08:19:50 +01:00
Joas Schilling
8fe776dff7
[ticket/11438] Move backslash to concatenate the query strings correctly
...
Was broken in 03d2c6413c
PHPBB3-11438
2013-03-15 08:16:37 +01:00
Joas Schilling
dc7afd05eb
[ticket/11438] Update sphinx.sample.conf to one provided by config_generate()
...
PHPBB3-11438
2013-03-15 08:06:45 +01:00
Andreas Fischer
ba460d98f1
[ticket/11441] Split user loader tests into multiple test methods.
...
PHPBB3-11441
2013-03-15 01:36:05 +01:00
Andreas Fischer
ef1caf6933
[ticket/11441] Use setUp() in phpbb_user_loader_test.
...
PHPBB3-11441
2013-03-15 01:32:33 +01:00
Andreas Fischer
e1e9138c3b
[ticket/11441] Update/correct copyright year of user loader test.
...
PHPBB3-11441
2013-03-15 01:28:27 +01:00
Andreas Fischer
3c09612d36
[ticket/11441] Correct/fix class name of user loader test.
...
PHPBB3-11441
2013-03-15 01:26:26 +01:00
Andreas Fischer
eabcbb9baf
[ticket/11441] Add _test prefix to user loader test filename.
...
PHPBB3-11441
2013-03-15 01:25:10 +01:00
Andreas Fischer
1694dc6e28
[ticket/11440] Cast values of the $user_ids array to integer before sql_in_set.
...
PHPBB3-11440
2013-03-15 01:22:00 +01:00
Andreas Fischer
b17c0aa098
[ticket/11440] Remove useless/incorrect comment.
...
PHPBB3-11440
2013-03-15 01:21:12 +01:00
Nathan Guse
d4ee7718b9
Merge remote-tracking branch 'remotes/Marc/ticket/11404' into develop
...
# By Marc Alexander
# Via Marc Alexander
* remotes/Marc/ticket/11404:
[ticket/11404] Remove version ID from manager_test.php file header
[ticket/11404] Add tests for phpbb_avatar_manager::clean_row()
[ticket/11404] Convert manager_test to UNIX line endings
[ticket/11404] Use a default data row if $row is empty in clean_row()
[ticket/11404] Return empty array of avatar data if $row is empty
2013-03-12 14:48:07 -05:00