szurubooru/tests/Tests/JobTests
Marcin Kurczewski 72fef5686b Fixed user settings across sessions
When getting settings from database, running across NULL loads default
setting for given option. Becuase entity unserializer always returned
NULLs instead of FALSEs due to bug in TextHelper, it ended up always
loading default settings (but only after reloading entity, setting it in
the settings page worked correctly until relog).

This fix is closely related to fde6fc2.
2014-05-19 09:58:08 +02:00
..
AcceptUserRegistrationJobTest.php Reorganized tests file structure 2014-05-13 21:16:28 +02:00
ActivateUserEmailJobTest.php Removed legacy functions 2014-05-17 00:02:01 +02:00
AddCommentJobTest.php Enhanced support for MySQL 2014-05-17 00:02:02 +02:00
AddPostJobTest.php Fixed youtube uploads 2014-05-18 21:32:47 +02:00
AddUserJobTest.php Refactored privilege system a bit 2014-05-18 21:59:56 +02:00
DeleteCommentJobTest.php Reorganized tests file structure 2014-05-13 21:16:28 +02:00
DeletePostJobTest.php Fixed isNull in assert 2014-05-14 19:06:43 +02:00
DeleteUserJobTest.php Fixed isNull in assert 2014-05-14 19:06:43 +02:00
EditCommentJobTest.php Enhanced support for MySQL 2014-05-17 00:02:02 +02:00
EditPostContentJobTest.php Enhanced support for MySQL 2014-05-17 00:02:02 +02:00
EditPostJobTest.php Reorganized tests file structure 2014-05-13 21:16:28 +02:00
EditPostRelationsJobTest.php Reorganized tests file structure 2014-05-13 21:16:28 +02:00
EditPostSafetyJobTest.php Reorganized tests file structure 2014-05-13 21:16:28 +02:00
EditPostSourceJobTest.php Removed legacy functions 2014-05-17 00:02:01 +02:00
EditPostTagsJobTest.php Removed legacy functions 2014-05-17 00:02:01 +02:00
EditPostThumbJobTest.php Improved thumbnail generating 2014-05-14 23:44:48 +02:00
EditUserAccessRankJobTest.php Refactored privilege system a bit 2014-05-18 21:59:56 +02:00
EditUserEmailJobTest.php Refactored privilege system a bit 2014-05-18 21:59:56 +02:00
EditUserJobTest.php Refactored privilege system a bit 2014-05-18 21:59:56 +02:00
EditUserNameJobTest.php Refactored privilege system a bit 2014-05-18 21:59:56 +02:00
EditUserPasswordJobTest.php Refactored privilege system a bit 2014-05-18 21:59:56 +02:00
EditUserSettingsJobTest.php Fixed user settings across sessions 2014-05-19 09:58:08 +02:00
FeaturePostJobTest.php Fixed issues with variable types 2014-05-18 21:32:47 +02:00
FlagPostJobTest.php Reorganized tests file structure 2014-05-13 21:16:28 +02:00
FlagUserJobTest.php Reorganized tests file structure 2014-05-13 21:16:28 +02:00
GetLogJobTest.php Removed legacy functions 2014-05-17 00:02:01 +02:00
GetPostContentJobTest.php Reorganized tests file structure 2014-05-13 21:16:28 +02:00
GetPostJobTest.php Reorganized tests file structure 2014-05-13 21:16:28 +02:00
GetPostThumbJobTest.php Removed legacy functions 2014-05-17 00:02:01 +02:00
GetPropertyJobTest.php Added job for property reading 2014-05-14 19:14:16 +02:00
GetUserJobTest.php Reorganized tests file structure 2014-05-13 21:16:28 +02:00
GetUserSettingsJobTest.php Refactored privilege system a bit 2014-05-18 21:59:56 +02:00
ListCommentsJobTest.php Removed legacy functions 2014-05-17 00:02:01 +02:00
ListLogsJobTest.php Removed legacy functions 2014-05-17 00:02:01 +02:00
ListPostsJobTest.php Enhanced support for MySQL 2014-05-17 00:02:02 +02:00
ListRelatedTagsJobTest.php Removed legacy functions 2014-05-17 00:02:01 +02:00
ListTagsJobTest.php Removed legacy functions 2014-05-17 00:02:01 +02:00
ListUsersJobTest.php Removed legacy functions 2014-05-17 00:02:01 +02:00
MergeTagsJobTest.php Reorganized tests file structure 2014-05-13 21:16:28 +02:00
PasswordResetJobTest.php Removed legacy functions 2014-05-17 00:02:01 +02:00
PreviewCommentJobTest.php Removed legacy functions 2014-05-17 00:02:01 +02:00
RenameTagsJobTest.php Reorganized tests file structure 2014-05-13 21:16:28 +02:00
ScorePostJobTest.php Reorganized tests file structure 2014-05-13 21:16:28 +02:00
TogglePostFavoriteJobTest.php Reorganized tests file structure 2014-05-13 21:16:28 +02:00
TogglePostTagJobTest.php Reorganized tests file structure 2014-05-13 21:16:28 +02:00
TogglePostVisibilityJobTest.php Reorganized tests file structure 2014-05-13 21:16:28 +02:00
ToggleUserBanJobTest.php Reorganized tests file structure 2014-05-13 21:16:28 +02:00