Commit Graph

17 Commits

Author SHA1 Message Date
08968935a4 revisiondaosqlite: fix sorting 2018-11-16 16:50:39 +01:00
22f39eb8d8 Temporarily switch to boost::regex
In combination with musl, parser crashed. glibc fine. Could not pinpoint
down the exact reason mainly due to time constraints. Strange, in both
cases actually libstdc++ is used, so this is very odd.
2018-11-11 21:37:59 +01:00
daffc61de8 updated TODO 2018-11-10 22:44:26 +01:00
d3ab505f51 optimize/improve parser regex 2018-11-10 22:44:19 +01:00
9abfa1f2b7 Parser::extractCommand: parse with string_view instead of regex to avoid inconsistent behavior in libcs 2018-11-05 22:36:18 +01:00
0bd12d1684 listen on 127.0.0.1 instead of 'localhost' 2018-11-05 22:34:59 +01:00
a7137460f0 PageDaoSqlite::find: Return empty if not page found 2018-11-05 10:48:58 +01:00
c07d0f66ef execInt: rethrow if no_rows, so callers can handle it 2018-11-05 10:48:30 +01:00
f349c7dc00 Parser: Fix segfault in command extraction 2018-11-05 10:46:06 +01:00
89c662385d revisiondaosqlite: Don't ignore page visibility setting 2018-11-04 20:08:39 +01:00
879a9f1c24 updated TODO 2018-11-04 20:07:50 +01:00
1ec7285c6e remove greensimple template and fix page_history in quitesimple template 2018-11-04 20:06:37 +01:00
10524de1c1 HandlerPageEdit: Support for renaming and visibility settings 2018-11-04 19:35:24 +01:00
6ec857cf86 Parser: Function to exstract 'commands'/attributes (e. g. visible, renaming) 2018-11-04 19:33:06 +01:00
667776e3d7 Page: add id field 2018-11-04 19:31:58 +01:00
c93893a56e parser: fix multiline and nested parsing 2018-11-04 10:19:01 +01:00
076106ecb9 Let's make (git) history! 2018-11-03 17:12:20 +01:00