- 29 Jul, 2017 5 commits
-
-
Jonathan Rehm authored
-
Jonathan Rehm authored
-
Jonathan Rehm authored
-
Jonathan Rehm authored
-
Jonathan Rehm authored
-
- 25 Jul, 2017 1 commit
-
-
Jonathan Rehm authored
-
- 23 Jul, 2017 7 commits
-
-
Jonathan Rehm authored
-
OzzieIsaacs authored
# Conflicts: # cps/static/js/main.js # cps/templates/detail.html
-
OzzieIsaacs authored
-
OzzieIsaacs authored
-
OzzieIsaacs authored
-
OzzieIsaacs authored
-
OzzieIsaacs authored
-
- 22 Jul, 2017 4 commits
-
-
Jonathan Rehm authored
Since this is closer to the elements, we can be more sure that we won't have events fire when we don't want them to. For example, if we're viewing the page in a modal, we don't want the event handler living longer than the content itself.
-
Jonathan Rehm authored
If the HTML that's returned from the `$.get` request contains a `<script src="..."/>` tag it loads the JavaScript file via ajax, and by default it attaches a timestamp to it to bust cache. That means the file loads every time the modal is opened, and the browser treats it as a new file each time. The result is that code fires multiple times and events listeners are added multiple times.
-
Jonathan Rehm authored
-
Jonathan Rehm authored
Gracefully fall back to standard requests if JavaScript is disabled
-
- 18 Jul, 2017 1 commit
-
-
Ozzie Isaacs authored
-
- 16 Jul, 2017 1 commit
-
-
OzzieIsaacs authored
-
- 14 Jul, 2017 3 commits
-
-
Jonathan Rehm authored
-
Jonathan Rehm authored
I've been unable to reproduce the issue on macOS with Python 2.7/3.6 and Fedora with Python 2.7, but if it happens for others, then it's worth the change.
-
Jonathan Rehm authored
-
- 13 Jul, 2017 2 commits
- 11 Jul, 2017 6 commits
-
-
Jonathan Rehm authored
-
OzzieIsaacs authored
-
OzzieIsaacs authored
-
OzzieIsaacs authored
-
Jonathan Rehm authored
When SMTP is configured to use a service that doesn't use an email address to log in – e.g. AWS SES or Postmark – the sendmail request fails saying the FROM address is invalid.
-
Ozzie Isaacs authored
-
- 10 Jul, 2017 3 commits
-
-
Jonathan Rehm authored
Event and selectors appear to have been accidentally combined. The result is that typing in any input triggers a call to the `/get_matching_tags` route. We can probably limit the selector farther to only fire when `#tags` is typed into.
-
Jonathan Rehm authored
-
Ozzie Isaacs authored
-
- 09 Jul, 2017 5 commits
-
-
OzzieIsaacs authored
-
OzzieIsaacs authored
-
OzzieIsaacs authored
-
OzzieIsaacs authored
Update epub.js lib
-
OzzieIsaacs authored
Bugfix missing divider in detail page
-
- 08 Jul, 2017 2 commits
-
-
Jonathan Rehm authored
Requires the "goodread" module (added to optional-requirements.txt) and an API key Retrieves Goodreads author information and displays their photo and "about" text
-
OzzieIsaacs authored
-