- 31 Jul, 2017 3 commits
-
-
kyos authored
-
Carlos Clavero authored
Added tags metadata handler for epubs
-
kyos authored
-
- 30 Jul, 2017 11 commits
-
-
kyos authored
-
Carlos Clavero authored
-
kyos authored
-
kyos authored
-
Carlos Clavero authored
Keep fork updated
-
Carlos Clavero authored
Revert "Epub series metadata" to keep a clean clone of master
-
Carlos Clavero authored
-
OzzieIsaacs authored
-
OzzieIsaacs authored
Added unidecode to required dependencys for same behavior as calibre in generating no ascii folder names (fix for #257)
-
OzzieIsaacs authored
-
OzzieIsaacs authored
-
- 29 Jul, 2017 4 commits
-
-
Carlos Clavero authored
Epub series metadata
-
kyos authored
-
kyos authored
-
Mikhail Akushsky authored
-
- 28 Jul, 2017 1 commit
-
-
Jonathan Rehm authored
I imagine these buttons are still in use when JavaScript is disabled or not loading.
-
- 25 Jul, 2017 1 commit
-
-
Jonathan Rehm authored
-
- 23 Jul, 2017 17 commits
-
-
Jonathan Rehm authored
-
Jonathan Rehm authored
-
Jonathan Rehm authored
-
Jonathan Rehm authored
-
Jonathan Rehm authored
Also move datepicker logic into edit_books.js and edit_books.js below the datepicker file declaration(s)
-
Jonathan Rehm authored
-
Jonathan Rehm authored
-
Jonathan Rehm authored
-
Jonathan Rehm authored
If a date is not set, default to “0101-01-01”
-
Jonathan Rehm authored
-
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 3 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
-