Commit Graph

302 Commits (759553862703adc80881305e7c60c417f73f7fea)

Author SHA1 Message Date
eric 7595538627 change to use escaping style used elsewhere in repo 2021-05-06 14:29:35 -04:00
eric 6611704389 move js inline
The js is small enough to fit inline. Although we may decide to move the code to the sitewide js, it's easier to review when it's inline.
2021-05-06 14:05:57 -04:00
Eric Hellman 7714ad9b62 Merge branch 'gutenbergtools:master' into master 2021-05-06 13:38:26 -04:00
Adam Undus 0dd563c41d
Merge pull request #2 from EbookFoundation/reading-list
Reading list
2021-04-23 15:21:43 -04:00
Eric Hellman b7ebfe3a20
Merge pull request #75 from gutenbergtools/gbnewby-patch-2
Update autocat3.service
2021-04-23 09:36:38 -04:00
Greg Newby e39d6c0dbe
Update autocat3.service
This allows the system file limit to apply to the service, rather than the per-user or shell limit.

It should fix occasional "too many open files" errors.
2021-04-22 14:20:35 -07:00
aundus 604fb66403 refactor to not need jquery and add metadata function 2021-03-05 10:42:00 -05:00
Eric Hellman c541960cf3
Merge pull request #71 from gutenbergtools/harden
Harden
2021-02-18 11:31:41 -05:00
eric 7f4d7f0066 and test for len(list) 2021-02-18 11:18:10 -05:00
eric 76b357c8e7 guard against multiple queries 2021-02-18 11:13:44 -05:00
eric e8aa14fc0d Merge branch 'master' into gutenberg2 2020-12-10 14:26:31 -05:00
eric 76920f24d0 Revert "make 2 version of html for mobile and standard"
This reverts commit b2f2303cdb.
2020-12-10 14:26:10 -05:00
eric 7ba807a71b Revert "move download title above table"
This reverts commit c02fac5a1b.
2020-12-10 14:26:06 -05:00
eric 1983313c21 Revert "avoid duplicate code for bibrec page update"
This reverts commit 18dee4c04e.
2020-12-10 14:25:57 -05:00
eric 3b178fcd03 Revert "update on bibrec page"
This reverts commit 093465a55c.
2020-12-10 14:25:48 -05:00
eric 71a0ddb667 Revert "duplicate code solution remove last col"
This reverts commit 9f40c5ad39.
2020-12-10 14:25:44 -05:00
eric cb144d9353 Revert "revert deleting col"
This reverts commit 5c70c0b565.
2020-12-10 14:25:40 -05:00
eric d0ec52a1e4 Revert "remvoe extra column"
This reverts commit b339f1dbc2.
2020-12-10 14:25:34 -05:00
Eric Hellman 3defc1bd88
Merge pull request #69 from gutenbergtools/fix-dedupe
fix dedupe
2020-12-10 10:15:29 -05:00
eric 14971e3a47 fix dedupe
generated html images were not deduped. also do dedupe if filesizes differ by 1 or 2 bits
2020-12-08 15:11:09 -05:00
Marshall b339f1dbc2 remvoe extra column 2020-12-01 17:27:59 -05:00
Marshall 5c70c0b565 revert deleting col 2020-12-01 17:25:50 -05:00
Marshall 9f40c5ad39 duplicate code solution remove last col 2020-12-01 17:23:32 -05:00
Marshall 093465a55c update on bibrec page 2020-12-01 14:04:24 -05:00
Marshall 18dee4c04e avoid duplicate code for bibrec page update 2020-12-01 13:55:44 -05:00
Marshall c02fac5a1b move download title above table 2020-11-30 14:24:18 -05:00
Marshall b2f2303cdb make 2 version of html for mobile and standard 2020-11-30 14:11:24 -05:00
aundus cc7cb81a1b link script externally 2020-11-26 12:51:08 -05:00
Haocheng Zhao 4081280bae
Merge pull request #67 from gutenbergtools/gutenberg2
threadlocal removed
2020-11-24 16:11:41 -05:00
eric a96edf9273 threadlocal removed
parameter removed in sqlalchemy 1.4
https://docs.sqlalchemy.org/en/13/core/pooling.html#sqlalchemy.pool.Pool.__init__
2020-11-24 15:57:16 -05:00
Eric Hellman d1e9c9b26c
Merge pull request #66 from gutenbergtools/gutenberg1
move footer outsite div
2020-11-11 16:02:55 -05:00
Marshall 64bd8f608d move footer outsite div 2020-11-11 15:00:52 -05:00
Eric Hellman e79ef55651
Merge pull request #65 from gutenbergtools/gutenberg1
remove duplicated next link
2020-11-10 11:58:35 -05:00
eric 4908dfac99 remove duplicated next link 2020-11-10 11:32:11 -05:00
aundus 65813e05c4 Merge branch 'master' of github.com:EbookFoundation/autocat3 into reading-list 2020-11-05 16:55:26 -05:00
Eric Hellman b56ededb88
Merge pull request #1 from gutenbergtools/master
pull from upstream
2020-11-05 15:33:28 -05:00
Eric Hellman 610bca3a21
Merge pull request #64 from gutenbergtools/gutenberg1
add header and footer to templates
2020-11-05 14:10:24 -05:00
eric 4b6e97898a Update Pipfile 2020-11-05 14:01:00 -05:00
eric d439a4f72d pipfiles 2020-10-30 17:08:09 -04:00
eric 3e0d58043d add footer and header to templates 2020-10-30 17:07:12 -04:00
aundus a58eef79cd Add reading list button 2020-10-29 10:43:47 -04:00
aundus 865dda78ae Add reading list button and script 2020-10-22 10:35:42 -04:00
Haocheng Zhao b6871ad972
Merge pull request #63 from gutenbergtools/master
Add footer
2020-10-21 12:14:30 -04:00
Eric Hellman 21fed9abea
Merge pull request #61 from gutenbergtools/fix-lastpage
fix "last" button?
2020-10-09 13:39:19 -04:00
Marshall 60c1c5ce6b Merge branch 'master' of https://github.com/gutenbergtools/autocat3 2020-10-08 17:26:15 -04:00
Marshall 85af9f23e1 include footer 2020-10-08 17:26:13 -04:00
Eric Hellman 2e69e1c9e9
Merge pull request #62 from gutenbergtools/gutenberg2
Revert to before work on "last" button
2020-10-08 17:13:38 -04:00
eric fc0fb1cf46 Revert "add last page"
This reverts commit 8cc8bc8d5a.
2020-09-22 16:19:42 -04:00
eric 4eaf9d38a6 Revert "last page label change"
This reverts commit 9bff733f31.
2020-09-22 16:19:39 -04:00
eric 84cf46c30b Revert "remove redundant py:if"
This reverts commit f83b22a5e3.
2020-09-22 16:19:34 -04:00