Commit Graph

126 Commits (8168797b071f6513d2e612b7079ff51df9e63d73)

Author SHA1 Message Date
eric 8168797b07 fix thumb url at source 2019-09-10 15:31:09 -04:00
eric d674e96dd8 add slash
I am totally mystified about where e.thumb_url comes from.

Figure it out later
2019-09-10 12:23:48 -04:00
eric 74ce39baf2 fix download urls 2019-09-09 13:59:59 -04:00
eric cc50067f3b fix permissions 2019-09-09 12:58:29 -04:00
eric bbd7487556 update copyright date 2019-09-09 12:49:02 -04:00
eric 332d8210af fix 2019-09-09 12:47:46 -04:00
eric 5234dfb062 mobile, too 2019-09-09 12:47:24 -04:00
eric 1b47ca8163 remove session from display url
also used in schema.org about attribute where sessions should not be
2019-09-04 15:10:07 -04:00
eric f8a7e70c95 stop handling qioo and plucker 2019-09-03 15:30:36 -04:00
eric 2d2698598c use relative urls
and stop using protocol relative urls
2019-09-03 15:11:38 -04:00
eric a1af1bcf04 remove G+ 2019-09-03 13:25:56 -04:00
eshellman 5a524694e6
Merge pull request #32 from gutenbergtools/fix-service
mkdir -p
2019-08-20 11:04:35 -04:00
eric ebde4277c5 mkdir -p
to avoid warning when directory is already there
2019-08-20 10:50:35 -04:00
eshellman 309ab8d045
Merge pull request #31 from gutenbergtools/fix_ramsession
fix sessions.py
2019-08-19 22:26:49 -04:00
eric a9bff4a70e fix sessions.py 2019-08-19 22:26:18 -04:00
eshellman d5fd0928cf
Merge pull request #29 from gutenbergtools/fix_ramsession
improved ramsession patch
2019-08-19 12:46:26 -04:00
eshellman fabc84ab0d
Merge pull request #30 from gutenbergtools/better-twitter
Get twitter to show our covers
2019-08-19 12:46:07 -04:00
eric 7ab5206973 Twitter cards don't support relative urls 2019-08-16 14:35:22 -04:00
eric 89c8581716 Update site-layout.html
get the book covers displayed on twitter!
2019-08-16 14:25:53 -04:00
eric fdb64ca0e0 add import for log 2019-08-16 13:36:50 -04:00
eric 213b0264cc improved ramsession patch
Ref: https://github.com/cherrypy/cherrypy/pull/1804
2019-08-16 13:18:02 -04:00
eshellman fa804e5e07
Merge pull request #28 from gutenbergtools/fix_ramsession
Fix ramsession
2019-08-15 13:17:26 -04:00
eric 7c175a63bd add patch explanation 2019-08-15 13:07:03 -04:00
eric 01bfd42fed added exception handling to clean_up method
will submit a pull request to CherryPy project so we can remove this code when it gets merged
2019-08-15 13:03:51 -04:00
eshellman 82e7230eca
Merge pull request #27 from gutenbergtools/diagnostics
add thread report
2019-08-05 12:28:41 -04:00
eric a20ca93d04 https ! 2019-08-05 12:17:01 -04:00
eshellman eccd3b5a18
Merge pull request #26 from gutenbergtools/errors
404 error page, don't create sessions for 404's
2019-08-02 12:01:09 -04:00
eric 75c1f6262f javascript needed for help popup 2019-08-02 10:45:50 -04:00
eric 6943b60c0a don't save sessions for 404's 2019-08-01 19:40:23 -04:00
eric 9e116d4b20 add error page 2019-08-01 16:20:18 -04:00
eshellman 58c99d7f57
Merge pull request #25 from gutenbergtools/fix-_
copy to list before iterating
2019-07-31 14:51:32 -04:00
eric 4c1eab8ae8 copy to list before iterating 2019-07-31 14:48:49 -04:00
eshellman 30e49ff9f6
Merge pull request #24 from gutenbergtools/fix-_
fix mobile, too
2019-07-31 14:07:27 -04:00
eric 05874ab040 fix mobile, too 2019-07-31 14:06:52 -04:00
eshellman 62b30d2bac
Merge pull request #23 from gutenbergtools/fix-_
add import
2019-07-31 13:48:02 -04:00
eric 57fa986b7e add import 2019-07-31 13:47:38 -04:00
eshellman d37fb1f095
Merge pull request #22 from gutenbergtools/diagnostics
Add Diagnostics
2019-07-29 18:30:10 -04:00
eric b699f5ddfb set correct content-type header 2019-07-29 17:52:17 -04:00
eric 41aedb6010 also check size of session cache 2019-07-29 17:45:12 -04:00
eric 878865a430 Merge branch 'master' into diagnostics 2019-07-29 14:31:50 -04:00
eric f8c1099cab add diagnostics page 2019-07-29 14:31:45 -04:00
eshellman b6749d2058
Merge pull request #21 from gutenbergtools/ugettext-cleanup
still need an import
2019-07-26 14:22:47 -04:00
eric bb4a416d14 still need an import 2019-07-26 14:22:09 -04:00
eshellman b3987959c4
Merge pull request #19 from gutenbergtools/ugettext-cleanup
stop using builtins as global
2019-07-26 14:17:40 -04:00
eshellman af43e79005
Merge pull request #20 from gutenbergtools/Updated-limit-of-open-files,-to-try-to-address-periodic-"too-many-open-files"-problem
revert pull #18
2019-07-26 12:39:11 -04:00
eric 3215447429 revert 2019-07-26 12:30:32 -04:00
eric 2fe006388d stop using buitins as global 2019-07-26 11:54:24 -04:00
Greg Newby ef3153a819
More detail on restarting
It's still not restarting cleanly after a system boot. We'll try to dig into this. For now, I wanted to track the commands that were helpful in restarting by hand, after a system boot.
2019-07-20 10:40:26 -04:00
Greg Newby 415fb51401
Merge pull request #18 from gutenbergtools/Updated-limit-of-open-files,-to-try-to-address-periodic-"too-many-open-files"-problem
Update autocat3.service
2019-07-08 09:45:07 -04:00
Greg Newby e9c4703c48
Update autocat3.service 2019-07-08 09:44:07 -04:00