This repository has been archived by the owner on Dec 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 48
Update gsoc-SplitImage to MVC architecture #359
Merged
smcgregor
merged 328 commits into
privly:gsoc-SplitImage
from
smcgregor:gsoc-SplitImage
Feb 26, 2016
Merged
Update gsoc-SplitImage to MVC architecture #359
smcgregor
merged 328 commits into
privly:gsoc-SplitImage
from
smcgregor:gsoc-SplitImage
Feb 26, 2016
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added travis variables for jatindhankhar
…pplications into zombie-issue-43-tooltip Conflicts: shared/javascripts/tooltip.js
Improve first-run registration
Add basic typography for injected view
Added test for set and remove Objects from localStorage.
Added safari browser to tests on SauceLabs
…fferent browsers on SauceLabs using command line argument Change the filesToTest variable based on basePath Changed basePath to current working directory Made similar changes to work on SauceLabs Run SauceLabs tests on specific browsers based on command line argument Default browser for Karma is Firefox. Additional browsers can be set Improved whitespace Use BROWSERS_TO_TEST environment variable only when it is set Used === for string comparison and removed semicolon for var object
Add Safari to Unit Tests
Conflicts: test/karma.conf-ci.js test/karma.conf.js
Update chrome testing
Switched coverage reporter to coveralls
…tions into MaxBorsch-develop Conflicts: shared/css/top/top.css templates/show.html.template
Rails 4.2 Support
…ests updated selenium tests to ruby2
Fix download message for hosted platform
Added Promise polyfill for IE
Added .codeclimate.yml to stop Code climate from tracking tests, ZeroBin scripts and vendor scripts.
Add .codeclimate.yml
Fixed Typo
Conflicts: Message/show.html PlainPost/show.html templates/show.html.template
…ns into gsoc-SplitImage Conflicts: SplitImage/js/new.js SplitImage/js/show.js test/run_each.sh
…tions into gsoc-SplitImage
smcgregor
added a commit
that referenced
this pull request
Feb 26, 2016
Update gsoc-SplitImage to MVC architecture
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request brings the SplitImage app up to date with the newer MVC architecture. See issue #160 for more details.