szurubooru/tests/Tests/JobTests
Marcin Kurczewski e59b7e8b7b Refactored privilege system a bit
- Jobs specify main privilege and sub privileges separately
  Rationale: increase maintenance, restrict what can be done runtime
- Renamed ChangeUser* to EditUser* (consistency with EditPost*)
- Simplified enum names and configuration reading
- IJob interface members must be explicitly implemented
  Rationale: reduce chances of forgetting something, or typos in
  inherited method names
- Invalid privileges names in configuration yield exceptions
2014-05-18 21:59:56 +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 Refactored privilege system a bit 2014-05-18 21:59:56 +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