50 most recent check-ins
2023-06-01
| ||
17:15 | UserSession: implement hasRememberMeCookie method Leaf check-in: 219a879405 user: bohwaz tags: trunk | |
2023-05-31
| ||
21:44 | Markdown: handle contenful extensions check-in: f8acad40e9 user: bohwaz tags: trunk | |
14:05 | In some rare cases, the JPEG file may be corrupted check-in: 2e2dbcdc50 user: bohwaz tags: trunk | |
13:35 | Form: fix parsing of rules check-in: 7b3650ae0c user: bohwaz tags: trunk | |
13:32 | Brindille: allow old brackets notation in assign check-in: b65c752461 user: bohwaz tags: trunk | |
2023-05-30
| ||
11:59 | Form: accept pipe as separator for backwards-compatibility check-in: 75afc4a521 user: bohwaz tags: trunk | |
09:29 | SQLite3: add new feature 'json_each_readonly' check-in: ec6b200be7 user: bohwaz tags: trunk | |
09:29 | Brindille: make all protected methods public check-in: a403b70e62 user: bohwaz tags: trunk | |
09:28 | Form: split rules arguments with ':' instead of comma check-in: 124f3131e3 user: bohwaz tags: trunk | |
09:28 | Smartyer: Create compile dir if it doesn't exist check-in: ced2691b90 user: bohwaz tags: trunk | |
2023-05-23
| ||
11:54 | Add method to get supported formats check-in: fd2085c651 user: bohwaz tags: trunk | |
11:36 | Image: Allow to specify a preferred save format, eg. webp if available check-in: 8cdf0be7d0 user: bohwaz tags: trunk | |
11:35 | Brindille: move else to a separate method check-in: 81ab1d5f60 user: bohwaz tags: trunk | |
2023-05-15
| ||
11:23 | Mail_Message: convert HTML to Markdown now check-in: 2a35507858 user: bohwaz tags: trunk | |
11:23 | Smartyer: Accept comma as separator in modifier arguments list check-in: 292dd1c813 user: bohwaz tags: trunk | |
2023-05-13
| ||
11:54 | SQL query builder: Allow to change join operator between groups (AND/OR) check-in: 9e74ef5964 user: bohwaz tags: trunk | |
2023-05-11
| ||
09:49 | Image: Fix EXIF parser check-in: a76982ac5f user: bohwaz tags: trunk | |
09:21 | Form: add a user-specific cookie for CSRF check-in: 100de0f995 user: bohwaz tags: trunk | |
09:12 | Form: don't use session_id as it can change between calls check-in: 2ebe544791 user: bohwaz tags: trunk | |
09:03 | AbstractEntity: Fix typo check-in: eb5d6ed18f user: bohwaz tags: trunk | |
2023-05-10
| ||
18:50 | UserSession: save session data from time to time check-in: 7950636c25 user: bohwaz tags: trunk | |
17:41 | AbstractEntity: Normalize line breaks to UNIX lines check-in: 99de2b85cf user: bohwaz tags: trunk | |
2023-04-17
| ||
21:00 | Markdown: Fix object handling check-in: 808aedb16b user: bohwaz tags: trunk | |
14:17 | Fix MarkDown for comments check-in: f8454f9517 user: bohwaz tags: trunk | |
00:35 | ODS Export from HTML: implement more optimizations, to get up to 40% speed gain check-in: 97d8d608ee user: bohwaz tags: trunk | |
2023-04-16
| ||
22:28 | Brindille: make variables array public check-in: 88b698b997 user: bohwaz tags: trunk | |
10:05 | CSSParser: implement caching of nodes, speeds things up to 3 times! check-in: 545a52d7de user: bohwaz tags: trunk | |
2023-04-08
| ||
13:47 | Add comment check-in: e635906ff3 user: bohwaz tags: trunk | |
13:27 | Implement TableToXLSX (doesn't support styles yet) check-in: a4f9c6aebb user: bohwaz tags: trunk | |
13:26 | TableToODS: fix bugs with 0,00 values, and use default locale than can be modified check-in: f4a1bc9853 user: bohwaz tags: trunk | |
13:26 | TableExport: implement XLSX export check-in: be28df917f user: bohwaz tags: trunk | |
2023-04-07
| ||
20:46 | TableToCSV: implement support for rowspan check-in: 28692fdaf9 user: bohwaz tags: trunk | |
20:23 | TableToODS: implement rowspan support, implement method to create tables without using DOMDocument check-in: 10d342bb98 user: bohwaz tags: trunk | |
20:22 | CSSParser: fix properties cascade was broken check-in: 8afa181580 user: bohwaz tags: trunk | |
20:21 | Set default sheet name check-in: 29e0e76a23 user: bohwaz tags: trunk | |
20:21 | ZipReader: implement extract to pointer check-in: eb370df540 user: bohwaz tags: trunk | |
2023-04-04
| ||
14:51 | Fix bug in SimpleDiff where last changes were hidden check-in: c0755356d9 user: bohwaz tags: trunk | |
2023-04-02
| ||
23:16 | Implement XLSX/PPTX/DOCX transformation to plain text check-in: a8e526d51b user: bohwaz tags: trunk | |
23:16 | Add some optimization to ZipReader check-in: 566f0bf282 user: bohwaz tags: trunk | |
18:53 | ODS ToText: support pointer or string instead of file path, decode entities correctly check-in: d9705fffc9 user: bohwaz tags: trunk | |
18:42 | Rewrite ZipReader so that it can work from an already opened stream check-in: c9b11195ea user: bohwaz tags: trunk | |
18:39 | Improve sizing of columns in ODS from HTML check-in: d853fdff81 user: bohwaz tags: trunk | |
2023-03-27
| ||
01:05 | ODS: update to ODS 1.3 check-in: 52714125dc user: bohwaz tags: trunk | |
01:04 | ZipWriter: fix warning for ODF validation check-in: b94b4c3392 user: bohwaz tags: trunk | |
2023-03-26
| ||
23:54 | Missing doc check-in: 63871b255a user: bohwaz tags: trunk | |
23:51 | Add License check-in: 8997ff4276 user: bohwaz tags: trunk | |
23:45 | Add comments check-in: c5273f5793 user: bohwaz tags: trunk | |
23:14 | Implement HTML table to CSV check-in: 4a727c85d4 user: bohwaz tags: trunk | |
22:51 | CSSParser: fix, only the last declaration was matched to node check-in: e5f50c9765 user: bohwaz tags: trunk | |
22:21 | TableToODS: Fix bugs in column width and numbers with spaces check-in: 62f0f2a08a user: bohwaz tags: trunk | |