Commit Graph

30 Commits

Author SHA1 Message Date
f88d984b19 add gunicorn as a requirement 2021-08-03 16:25:04 -04:00
437566c82a add setup and dev instructions 2021-08-03 16:23:50 -04:00
6f23e77cd4 fix indentation in dbsetup.py 2020-06-14 21:45:33 -04:00
89401a7189 refactor error handling, create voting macro 2020-06-14 19:54:41 -04:00
21a8681d2d use RANDOM() sqlite command instead of extra db lookup 2020-06-14 13:52:42 -04:00
d86fb9d54c fix after update trigger 2020-06-14 13:44:39 -04:00
48849a6499 add full text search 2020-06-14 13:34:28 -04:00
d33852143b Sort top quotes by score, and then by ID
so, for instance, if quotes 1 and 2 both have 69 points, then 2 will show up before 1
2020-04-27 07:13:52 -04:00
dfcaaacce8
fix pagination for /top 2019-09-29 22:50:38 -04:00
8e0672f8ab Add README.md 2018-11-18 03:14:53 -05:00
tilde services
07cd2db9f6 add line wrap for pre 2018-09-05 13:02:53 -04:00
1269053f0f ran black code formatter 2018-08-20 14:02:40 -04:00
b9635e5d97
add responsive headers 2018-08-19 16:16:57 -04:00
e7057173c6
add responsive headers 2018-08-19 16:16:02 -04:00
dea4ae48a7
pagination works! 2018-08-19 16:07:42 -04:00
228fd6512f
show previous link if available 2018-08-19 14:00:54 -04:00
84f9f2048d Fix app 2018-08-19 09:10:16 -04:00
d25986b8c8 Add pagination (thanks ben) 2018-08-19 06:58:31 -04:00
163a5b74e4
pagination 2018-08-18 19:35:11 -04:00
87b36e3f15
start pagination 2018-08-18 19:34:01 -04:00
b103b50fca
load all quotes on the homepage in most-recent order 2018-07-20 17:57:40 -04:00
3b8243a382 Allow voting from listings pages 2018-06-20 20:45:57 -04:00
3b244b8517 Move cur.execute calls to descriptive functions 2018-06-20 20:45:42 -04:00
9a33bcb27c Merge branch 'recent-top-quotes' of meta/quotes into master 2018-06-20 20:39:03 -04:00
6b3d540b6e add recent quotes on /, top on /top, and fix some spacing 2018-06-20 20:35:58 -04:00
61f1a9b493 add link back to ~chat 2018-06-20 18:12:24 -04:00
04deaf1f04 Remove quote database and add .gitignore 2018-06-20 17:59:09 -04:00
45d46e328f Fix templates 2018-06-20 17:57:37 -04:00
5e36b03017 style forms for /quotes/submit 2018-06-20 10:59:52 -04:00
382d77e53c Initial code commit 2018-06-20 09:54:12 -04:00