50 most recent check-ins
2023-01-26
| ||
23:47 | OK I committed a test code string by mistake, removing it. That's what happens when you're doing 2 things at the same time. Leaf check-in: 1f07804f91 user: bohwaz tags: trunk | |
23:15 | Revert commit [f63f831d30] by @alinaar, as this breaks services with no fees check-in: d6a24fc785 user: bohwaz tags: trunk | |
18:29 | Fix Error display while trying to subscribe a member to a service without any fee corresponding to the current accounting year check-in: f63f831d30 user: alinaar tags: trunk | |
15:18 | Fix Form token error exception-ized to allow error sourcing and logging check-in: c6ca249370 user: alinaar tags: trunk | |
14:44 | Fix Installation with already existing empty config.local.php (e.g., "touch config.local.php" to set writing permissions to config file only and not to entire src directory) check-in: 47f2de2286 user: alinaar tags: trunk | |
2023-01-25
| ||
16:56 | Move install disabling after reset code check-in: 51362382d4 user: bohwaz tags: trunk, stable | |
11:56 | Allow to disable install form check-in: ce8e656353 user: bohwaz tags: trunk, stable | |
02:14 | Use new export menu for export from user/accounting search, also allow everyone to export Leaf check-in: 7d4d36dcb2 user: bohwaz tags: dev | |
01:29 | Show schema as tables, not raw SQL, in SQL search, also give access to more tables for user search, like in trunk check-in: 5a288b21b9 user: bohwaz tags: dev | |
01:26 | If the saved search allows access to all tables, then people who can't create unprotected search queries shouldn't see the SQL query textarea check-in: 56aada911f user: bohwaz tags: trunk, stable | |
2023-01-24
| ||
22:30 | Fix Advanced user search manual SQL query recording check-in: 7dde1969ce user: alinaar tags: dev | |
22:22 | Fix Advanced user search using manual SQL queries check-in: 48cac88d42 user: alinaar tags: dev | |
00:04 | Cosmetic: isset already checks for NULL check-in: 3c2dac3664 user: bohwaz tags: dev | |
2023-01-23
| ||
23:42 | Make Skriv extensions available inline in Markdown as well, fix [4f1f1e55a031f065] check-in: 6fd3d98573 user: bohwaz tags: trunk, stable | |
21:16 | Fix Manual SQL input's error handling check-in: ef3dd08370 user: alinaar tags: dev | |
20:57 | Fix "www" folder permission check during installation check-in: 41adeca95b user: alinaar tags: dev | |
17:04 | Fix Folder/file permission check during installation check-in: c95ff0b091 user: alinaar tags: dev | |
2023-01-22
| ||
21:11 | Update homepage with illustration check-in: 8e3d11e780 user: bohwaz tags: trunk | |
20:12 | Fix: allow to change transaction status, even if it is part of a closed year or validated check-in: c086330c45 user: bohwaz tags: trunk, stable | |
19:00 | Display todays date when generating an accounting report, not the closing date, it may be misleading check-in: 4220d4a1a7 user: bohwaz tags: trunk, stable | |
18:20 | Improve SQL introspection by providing a clear list of a table columns, indexes and foreign keys check-in: 935206e956 user: bohwaz tags: dev | |
18:16 | Fix SQL schema: there's a missing foreign key column check-in: 3364656fe4 user: bohwaz tags: dev | |
14:45 | Add SVG icons to modules check-in: b486cf5ab5 user: bohwaz tags: dev | |
14:11 | Check and alert if the same account is listed twice in a transaction check-in: 9f32cf302a user: bohwaz tags: trunk, stable | |
13:52 | List pending debts and credits from closed years, and alert about them check-in: 6566b208d0 user: bohwaz tags: trunk, stable | |
12:51 | Allow read-only users to do SQL queries, extend SQL queries for users to services tables check-in: be29a73150 user: bohwaz tags: trunk, stable | |
11:38 | Fix error when label is empty check-in: 72d0207213 user: bohwaz tags: trunk, stable | |
2023-01-21
| ||
22:31 | Expose account journal in API check-in: c191ba6e28 user: bohwaz tags: trunk, stable | |
21:56 | Do not double-encode URLs in local Skriv/Markdown links check-in: 6fe6f9d03e user: bohwaz tags: trunk, stable | |
21:53 | Improve quick query shortcuts to pre-fill transaction form check-in: e551ceae2f user: bohwaz tags: trunk, stable | |
21:07 | Suggest to bookmark the login page, if that may help finding it again check-in: 087269192d user: bohwaz tags: trunk, stable | |
15:22 | Brindille 'debug' function: allow to stop all processing to see what's going on check-in: 17288941c2 user: bohwaz tags: dev | |
15:21 | Implement new Brindille modifiers: implode, quote_sql_identifier, and base64_encode check-in: 09523bad62 user: bohwaz tags: dev | |
13:07 | Integrate pagination to DynamicList check-in: 0ff585d289 user: bohwaz tags: dev | |
00:56 | Use new Search object to do SQL queries from SQL advanced page check-in: c5912d7a2c user: bohwaz tags: dev | |
2023-01-20
| ||
16:09 | Fix [b0c54e38b036bd865df548ec2769702a71c839c1]: handle when number field is empty check-in: fefc4e672e user: bohwaz tags: dev | |
16:09 | Rename 'value' column as 'document' in modules (in #load section) check-in: 38631db632 user: bohwaz tags: dev | |
16:08 | Rename 'value' column as 'document' in modules check-in: 748e558ddb user: bohwaz tags: dev | |
15:47 | Modules: automatically create indexes on json_extract expressions, add parameter shortcut $.name="value" check-in: 02537b9c49 user: bohwaz tags: dev | |
14:33 | Use same return type for both config and custom table check-in: dde29f34a7 user: bohwaz tags: dev | |
13:47 | Only display tabs for import when user has access and year is not closed check-in: e1626f1839 user: bohwaz tags: trunk, stable | |
13:46 | Allow export of accounting for everyone with access to accounting check-in: c6b069470a user: bohwaz tags: trunk, stable | |
11:01 | Quotation record implemented to invoice module Leaf check-in: 806f2a8d34 user: alinaar tags: invoice_module | |
10:24 | Merge dev branch check-in: bfde055198 user: alinaar tags: invoice_module | |
09:59 | Module configuration from file (module.json) implemented check-in: 09b52087f2 user: alinaar tags: invoice_module | |
09:42 | Fix Module data storing check-in: 1bcf77a0ca user: alinaar tags: dev | |
2023-01-19
| ||
22:11 | Make sure the category is set when creating a user entity check-in: a623fa51f5 user: bohwaz tags: dev | |
22:04 | Fix [887f51799c53bbf9a3b8806ea5eb45ffec9e073b] category was not set correctly when creating a new user check-in: 2ac5f08f32 user: bohwaz tags: dev | |
21:08 | Skeleton: Fix include when the file name is invalid check-in: 78c9aaa9e7 user: bohwaz tags: trunk, stable | |
19:35 | Module data storing fix check-in: 7c2598f8d4 user: alinaar tags: dev | |