This repository has been archived by the owner on Jun 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Also, add width/height values to their representation. That might be removed, but it made creating the leaflet.js interface easier.
Scans are handled with leaflet.js instead of Seadragon now This substantially changes how document pages look now- there's a lot of work left to do on it still.
This, rather than starting every URL for the API at the /api/ root
So that unauthenticated users are able to view notes that are not private
All related to collapsing API and main url schemes
ValidationError wasn't being raised when there was something wrong with the nested sections
.json/.html/.api replace trailing slashes in URLs now, instead of following them
add "format" kwarg
Could be removed later if it's not appropriate
This commit adds the concept of links to resource views, and makes pagination work with them. For now, only implemented in Note list and retrieve views.
I'm not exactly sure what the deal was with this commit, it was all written several months ago. I'm pretty sure it was necessary. (sorry) Regardless, a lot of this is going to get bombed away when we take HTML rendering out of the API.
also, fix some broken URL reversals (I didn't mean to, but I accidentally amended the commit)
Also, fix a few *more* link reversals. Sorry! It's late and I'm tired.
Static files (images, css, js), templatetags, templates, requirements...
Merging this so that work can go on master. All the things I pointed out in the original comment will move to an issue/milestone |
ptgolden
added a commit
that referenced
this pull request
Jul 28, 2015
Use API for all data except auth; get rid of HTML interface (except auth)
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 PR:
TODO: