szurubooru/tests/Tests/JobTests
Marcin Kurczewski c7250ae0a9 Improved thumbnail generating
- Moved thumbs folder to public_html/
- Users can supply custom thumbs of any size and the system will treat
  them like normal image
- Removed distinction between various thumb sizes in file system
- Introduced custom rewrite rule, which isn't exactly good-looking, but
  its benefits far outweigh its shortcomings
- Loading up to 75 times faster (was: 100-300ms, is: 4-10ms on my
  machine) thanks to removal of PHP proxying
2014-05-14 23:44:48 +02:00
..
AcceptUserRegistrationJobTest.php Reorganized tests file structure 2014-05-13 21:16:28 +02:00
ActivateUserEmailJobTest.php Fixed isNull in assert 2014-05-14 19:06:43 +02:00
AddCommentJobTest.php Reorganized tests file structure 2014-05-13 21:16:28 +02:00
AddPostJobTest.php Fixed isNull in assert 2014-05-14 19:06:43 +02:00
AddUserJobTest.php Fixed isNull in assert 2014-05-14 19:06:43 +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 Reorganized tests file structure 2014-05-13 21:16:28 +02:00
EditPostContentJobTest.php Reorganized tests file structure 2014-05-13 21:16:28 +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 Reorganized tests file structure 2014-05-13 21:16:28 +02:00
EditPostTagsJobTest.php Reorganized tests file structure 2014-05-13 21:16:28 +02:00
EditPostThumbJobTest.php Improved thumbnail generating 2014-05-14 23:44:48 +02:00
EditUserAccessRankJobTest.php Reorganized tests file structure 2014-05-13 21:16:28 +02:00
EditUserEmailJobTest.php Fixed isNull in assert 2014-05-14 19:06:43 +02:00
EditUserJobTest.php Reorganized tests file structure 2014-05-13 21:16:28 +02:00
EditUserNameJobTest.php Reorganized tests file structure 2014-05-13 21:16:28 +02:00
EditUserPasswordJobTest.php Reorganized tests file structure 2014-05-13 21:16:28 +02:00
EditUserSettingsJobTest.php Restored support for anonymous setting changes 2014-05-14 19:06:43 +02:00
FeaturePostJobTest.php Fixed isNull in assert 2014-05-14 19:06:43 +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 Reorganized tests file structure 2014-05-13 21:16:28 +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 Fixed thumb generating 2014-05-13 21:21:24 +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 Restored support for anonymous setting changes 2014-05-14 19:06:43 +02:00
ListCommentsJobTest.php Reorganized tests file structure 2014-05-13 21:16:28 +02:00
ListLogsJobTest.php Reorganized tests file structure 2014-05-13 21:16:28 +02:00
ListPostsJobTest.php Moved user settings to separate class 2014-05-14 19:06:43 +02:00
ListRelatedTagsJobTest.php Reorganized tests file structure 2014-05-13 21:16:28 +02:00
ListTagsJobTest.php Reorganized tests file structure 2014-05-13 21:16:28 +02:00
ListUsersJobTest.php Reorganized tests file structure 2014-05-13 21:16:28 +02:00
MergeTagsJobTest.php Reorganized tests file structure 2014-05-13 21:16:28 +02:00
PasswordResetJobTest.php Reorganized tests file structure 2014-05-13 21:16:28 +02:00
PreviewCommentJobTest.php Reorganized tests file structure 2014-05-13 21:16:28 +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