Commit Graph

2607 Commits

Author SHA1 Message Date
73022f06dd php... 2020-10-26 23:32:56 +00:00
533ea85da9 boolinate locked 2020-10-26 23:30:52 +00:00
2c8432c643 fix 2020-10-26 23:26:49 +00:00
0977efa0d9 extra bit for pools 2020-10-26 23:24:25 +00:00
aceb3e23f3 remove redundant casts 2020-10-26 23:18:14 +00:00
56f1fac4c5 Revert "different hack for old sqlite"
This reverts commit 634124e17f.
2020-10-26 22:49:39 +00:00
634124e17f different hack for old sqlite 2020-10-26 22:43:47 +00:00
cc06df171a Argh, that doesn't work for OTHER versions of sqlite...
This reverts commit 55e3cb5d63.
2020-10-26 22:37:25 +00:00
55e3cb5d63 compatibility with out-of-date sqlite: use '(1=0)' instead of 'false' 2020-10-26 22:33:11 +00:00
e6e9d6db1c booleanise private_image 2020-10-26 21:54:43 +00:00
06cb261aa6 workaround for versions of sqlite which we don't really support 2020-10-26 21:42:06 +00:00
56f9891828 Revert "Revert "booleanise trash" - found the problem
This reverts commit e61ef97197.
2020-10-26 21:40:26 +00:00
e61ef97197 Revert "booleanise trash" - works locally, but not with github actions??
This reverts commit 164637188e.
2020-10-26 20:55:27 +00:00
164637188e booleanise trash 2020-10-26 20:23:55 +00:00
68cdfc21ee booleanise forum 2020-10-26 20:15:34 +00:00
a378f7f73b blah 2020-10-26 20:12:58 +00:00
d3dd2f7738 bump from the start 2020-10-26 19:50:28 +00:00
6599973b01 also update test 2020-10-26 19:38:51 +00:00
7820096bd9 skip to latest relationships table 2020-10-26 19:17:11 +00:00
4ed7a1d529 booleanise pools 2020-10-26 19:12:20 +00:00
19d85e415d booleanise relationships 2020-10-26 18:55:03 +00:00
ed64cea8f6 old sqlite does not define true 2020-10-26 18:30:42 +00:00
3a8817bf57 booleanise tips 2020-10-26 18:22:47 +00:00
0c8c31b6c9 booleanise blotter 2020-10-26 18:10:34 +00:00
4a5863b750 argh args 2020-10-26 17:33:40 +00:00
08a4a6d41f pm also used char for postgres 2020-10-26 17:28:21 +00:00
f91bdfac02 booleanise private_messages 2020-10-26 17:13:41 +00:00
7b3555eaa7 fff 2020-10-26 16:56:56 +00:00
89f5d5524f pg fixes 2020-10-26 16:54:08 +00:00
006c53f499 conert wiki to use native booleans 2020-10-26 16:52:48 +00:00
345c64b821 set REQUEST_URI in get-page 2020-10-26 16:26:25 +00:00
df93e2e5d5 Added support for transcoding from the PPM image format 2020-10-26 08:58:47 -05:00
cb81e46f9e Changing images to posts 2020-10-26 08:58:36 -05:00
8d34fc360c Added length search to handle #777 2020-10-26 08:58:17 -05:00
c05fb2106c Changed video background color to black 2020-10-26 07:28:15 -05:00
91ac271a2b Corrected video aspect ratio issue
Handles #781
2020-10-26 07:28:10 -05:00
45d38d8833 Added more specific upload error message that includes detected mimetype 2020-10-26 07:27:16 -05:00
ac2652e729 Revert "test removing scoresql_value_prepare now that bools are handled properly upstream"
This reverts commit 3a0f172a8c.
2020-10-26 01:33:46 +00:00
3a0f172a8c test removing scoresql_value_prepare now that bools are handled properly upstream 2020-10-26 00:33:01 +00:00
8ad783ff4c be more snake_case 2020-10-26 00:27:06 +00:00
5816aa3084 execute consistently 2020-10-25 21:34:52 +00:00
19a6b39c70 make use of str_starts_with / str_ends_with / str_contains 2020-10-25 19:31:58 +00:00
c783ff0e8d polyfills for php8's str_starts_with and str_ends_with 2020-10-25 19:15:13 +00:00
4ac9ab2ad6 round up number of comment pages instead of rounding down, fixes #755 2020-10-25 18:06:36 +00:00
723f316512 avoid repeatedly fetching the same user when viewing PM list 2020-10-25 17:05:36 +00:00
a617ed4331 newlines in tooltips 2020-10-25 13:30:00 +00:00
0dca09c230 make order querylets a first class citizen instead of a hack 2020-10-25 12:55:36 +00:00
19d5cfe8b9 make search term parse ID a standard thing 2020-10-25 12:55:36 +00:00
03dda8144c pull microcrud update to fix r__size issue 2020-10-25 10:44:30 +00:00
d19f9cb287 Rephrase ratio search so that it works across databases, fixes #759 2020-10-25 00:57:21 +01:00