aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | [ticket/11413] Fix test fixtures and testsNathaniel Guse2013-04-295-28/+46
* | [ticket/11413] Fix some more testsNathaniel Guse2013-04-291-4/+6
* | [ticket/11413] Fix notification testsNathaniel Guse2013-04-292-12/+104
|/
* [ticket/11335] (more tests) Make php_ext 'php' not '.php'Nathan Guse2013-04-241-3/+3
* [ticket/11474] Add test user with only global m_approve permissionsJoas Schilling2013-03-272-2/+22
* [ticket/11405] Add unit tests for post_in_queueJoas Schilling2013-03-262-0/+262
* [ticket/11405] Fix "only variables should be passed by reference"Joas Schilling2013-03-261-1/+3
* [ticket/11405] Use different fixtures so it's not a total messJoas Schilling2013-03-264-123/+319
* [ticket/11405] Add unit tests for bookmarkingJoas Schilling2013-03-262-0/+165
* [ticket/11405] Move test to submit_post_base.php and use data sets for testingJoas Schilling2013-03-263-111/+155
* [ticket/11405] Correctly prefill the tables (missed the posts and not-types)Joas Schilling2013-03-253-5/+39
* [ticket/11405] Add a base class to avoid duplicated setUp() codeJoas Schilling2013-03-253-154/+102
* [ticket/11405] Add unit tests for quoted users notificationsJoas Schilling2013-03-253-1/+279
* [ticket/11405] Fix some coding style issuesJoas Schilling2013-03-251-7/+10
* [ticket/11405] Send post notifications to forum subscribersJoas Schilling2013-03-251-23/+1
* [ticket/11405] Add some basic tests for notifications in submit_post()Joas Schilling2013-03-232-0/+327
* [ticket/11457] Remove check and include for set_var function. It's not used.Andreas Fischer2013-03-171-5/+0
* [ticket/11439] Add _test suffix to notification test filename.Andreas Fischer2013-03-151-0/+0
* [ticket/11103] Fix some various issues, better commentsNathan Guse2013-01-152-4/+5
* [ticket/11103] Remove global $db usage in testNathaniel Guse2012-12-261-6/+4
* [ticket/11103] data -> notification_dataNathan Guse2012-12-151-16/+16
* [ticket/11103] unread -> notification_readNathan Guse2012-12-151-10/+10
* [ticket/11103] time -> notification_timeNathan Guse2012-12-151-10/+10
* [ticket/11103] Use scope: prototypeNathan Guse2012-12-091-1/+1
* [ticket/11103] User loader test.batNathan Guse2012-12-081-1/+0
* [ticket/11103] Create user loader class, update for DICNathan Guse2012-11-202-53/+93
* [ticket/11103] Handle the ext notification type betterNathan Guse2012-10-291-41/+2
* [ticket/11103] Set basic notifications to be enabled by defaultNathan Guse2012-10-292-146/+5
* [ticket/11103] Correct the test caseNathan Guse2012-10-201-3/+6
* [ticket/11103] Use the full class name as the item_type/methodNathan Guse2012-10-202-163/+152
* [ticket/11103] UCP Notification ListNathan Guse2012-10-131-0/+1
* [ticket/11103] More extensive notification testsNathan Guse2012-10-052-24/+219
* [ticket/11103] Working on test caseNathan Guse2012-10-053-0/+429