Move the resource models/collections into js/resources/.
Review Request #4299 — Created July 6, 2013 and submitted
Move the resource models/collections into js/resources/. As part of an attempt at reorganization before moving to require.js, I've moved all the resource models and collections into a js/resources/ directory. There are no code changes, aside from changing the descriptive name of each unit test suite to have "resources/" prefixed.
Unit tests pass. Tested the dashboard, review request pages, screenshots, file attachments, and the diff viewer.
-
This is a review from Review Bot. Tool: Pyflakes Processed Files: reviewboard/settings.py Ignored Files: reviewboard/static/rb/js/resources/models/reviewGroupModel.js reviewboard/static/rb/js/resources/models/diffCommentReplyModel.js reviewboard/static/rb/js/resources/models/fileDiffModel.js reviewboard/static/rb/js/resources/models/draftResourceModelMixin.js reviewboard/static/rb/js/resources/models/baseCommentModel.js reviewboard/static/rb/js/resources/models/screenshotCommentReplyModel.js reviewboard/static/rb/js/resources/models/tests/screenshotModelTests.js reviewboard/static/rb/js/resources/models/tests/baseResourceModelTests.js reviewboard/static/rb/js/resources/models/tests/draftReviewModelTests.js reviewboard/static/rb/js/resources/models/fileAttachmentModel.js reviewboard/static/rb/js/resources/models/tests/fileAttachmentModelTests.js reviewboard/static/rb/js/resources/models/diffModel.js reviewboard/static/rb/js/resources/models/tests/reviewReplyModelTests.js reviewboard/static/rb/js/resources/models/baseResourceModel.js reviewboard/static/rb/js/resources/models/tests/reviewModelTests.js reviewboard/static/rb/js/resources/models/draftReviewModel.js reviewboard/static/rb/js/resources/models/tests/reviewRequestModelTests.js reviewboard/static/rb/js/resources/collections/resourceCollection.js reviewboard/static/rb/js/resources/models/tests/reviewGroupModelTests.js reviewboard/static/rb/js/resources/models/tests/fileDiffModelTests.js reviewboard/static/rb/js/resources/models/screenshotCommentModel.js reviewboard/static/rb/js/resources/models/fileAttachmentCommentReplyModel.js reviewboard/static/rb/js/resources/models/diffCommentModel.js reviewboard/static/rb/js/resources/models/tests/fileAttachmentCommentModelTests.js reviewboard/static/rb/js/resources/models/fileAttachmentCommentModel.js reviewboard/static/rb/js/resources/models/draftReviewRequestModel.js reviewboard/static/rb/js/resources/models/tests/baseCommentModelTests.js reviewboard/static/rb/js/resources/models/baseCommentReplyModel.js reviewboard/static/rb/js/resources/models/reviewModel.js reviewboard/static/rb/js/resources/models/tests/draftReviewRequestModelTests.js reviewboard/static/rb/js/resources/models/reviewReplyModel.js reviewboard/static/rb/js/resources/models/tests/screenshotCommentModelTests.js reviewboard/static/rb/js/resources/collections/tests/resourceCollectionTests.js reviewboard/static/rb/js/resources/models/reviewRequestModel.js reviewboard/static/rb/js/resources/models/screenshotModel.js reviewboard/static/rb/js/resources/models/tests/baseCommentReplyModelTests.js reviewboard/static/rb/js/resources/models/tests/diffCommentModelTests.js