2
0
mirror of https://github.com/koreader/koreader synced 2024-11-16 06:12:56 +00:00
koreader/frontend/ui
NiLuJe 0382e0d4c2 OTM: Handle syntax errors at *both* stages when migrating
defaults.persistent.lua

We were pcall'ing the parsing, but not the execution...
The funky Lua syntax quirks means that it is possible to pass the former
but not the latter ;).

Fix #9700, de-facto regression since #9546
2022-10-29 22:55:20 +02:00
..
data OTM: Handle syntax errors at *both* stages when migrating 2022-10-29 22:55:20 +02:00
elements USBMS: Add a human-readable log message when entering USBMS 2022-10-29 22:55:20 +02:00
message Clarify our OOP semantics across the codebase (#9586) 2022-10-06 02:14:48 +02:00
network Clarify our OOP semantics across the codebase (#9586) 2022-10-06 02:14:48 +02:00
plugin Clarify our OOP semantics across the codebase (#9586) 2022-10-06 02:14:48 +02:00
widget InputContainer: Fall cleanup ;). 2022-10-29 22:55:20 +02:00
bidi.lua Bidi: keep invert() generic, handle settings in ReaderView (#8876) 2022-03-08 21:27:11 +01:00
downloadmgr.lua CloudStorage: remove cloudmgr (#9532) 2022-09-20 11:54:57 +02:00
event.lua Cleanup various varargs shenanigans (#9624) 2022-10-12 19:59:48 +02:00
font.lua UI font fallbacks: use bold fonts if present for bold (#9621) 2022-10-25 12:18:46 +02:00
geometry.lua ImageViewer: Followup to #9529 (#9544) 2022-09-21 23:26:22 +02:00
gesturerange.lua [feat] Replace TimeVal (RIP) with time, fixed point time seconds (#8999) 2022-05-05 21:00:22 +02:00
hook_container.lua Clarify our OOP semantics across the codebase (#9586) 2022-10-06 02:14:48 +02:00
language.lua [feat] Add Thai keyboard (#9620) 2022-10-12 11:25:43 +02:00
menusorter.lua [fix] MenuSorter: use orderedPairs for orphans (#6403) 2020-07-20 20:58:01 +02:00
otamanager.lua Optimization: Use constant folding for divisions not a power of two (#9609) 2022-10-10 22:21:27 +02:00
quickstart.lua Quick start guide: fix links to images (#8072) 2021-08-14 22:53:46 +02:00
renderimage.lua Misc: Get rid of the legacy defaults.lua globals (#9546) 2022-09-28 01:10:50 +02:00
rendertext.lua Clarify our OOP semantics across the codebase (#9586) 2022-10-06 02:14:48 +02:00
screensaver.lua ScreenSaver: When adding an overlay message to a top message, position 2022-10-09 05:30:28 +02:00
size.lua [RFC] Pagination UI shenanigans (#7335) 2021-02-25 05:15:23 +01:00
time.lua time: Fix another subtle FP issue in split_s_us 2022-10-25 01:47:01 +02:00
timeval.lua TimeVal: Do a runtime check for CLOCK_BOOTTIME support (#8832) 2022-02-28 16:25:32 +01:00
translator.lua Misc: Unify error logging on network errors (#9523) 2022-09-17 00:08:00 +02:00
trapper.lua Cleanup various varargs shenanigans (#9624) 2022-10-12 19:59:48 +02:00
uimanager.lua Initial hotpluggable keyboard handling (#9540) 2022-10-29 22:46:35 +02:00
wikipedia.lua Logger: Use serpent instead of dump (#9588) 2022-10-06 02:21:03 +02:00