Thanks - I've added it to my "must fix list" when upgrading...
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Jul 1 2024
Jul 1 2024
Jun 30 2024
Jun 30 2024
Jun 28 2024
Jun 28 2024
- Merge branch 'master' into dev/dav-folders-init
- Small improvements
- Fix case
- Remove unused $response variable
Jun 27 2024
Jun 27 2024
Maybe this would be better as a subtab in the finances tab, but it's a start.
Jun 26 2024
Jun 26 2024
Jun 25 2024
Jun 25 2024
Don't break all existing logic related to cost
Sum up charges and fees first, then limit by wallet balance.
Jun 24 2024
Jun 24 2024
it was a smarty version issue.
bookworm comes with smarty4.
Jun 22 2024
Jun 22 2024
Can you explain "Smarty issue fixed by hand" in detail? What's the issue and how did you fix it?
Jun 21 2024
Jun 21 2024
Addressed comments
Almost there. tests/Browser/WalletTest.php needs an update too.
mollekopf added a reviewer for D4809: Turn the Receipt download into a ReceiptList: Restricted Project.
Test, cleanup
Fixed in master
Jun 20 2024
Jun 20 2024
- Workaround KTOR client bug, add development commands to send push notifications
Jun 19 2024
Jun 19 2024
Maybe something like this:
--- a/cyruslib.py +++ b/cyruslib.py @@ -885,6 +885,7 @@ class CYRUS: annotation = annotation.strip() tokens = tokenize(annotation) folder = tokens[0] + mailbox = ensure_binary(mailbox)
mollekopf requested changes to D4800: Proposed changes for implementing tekton pipelines in Openshift.
mollekopf added a comment to D4800: Proposed changes for implementing tekton pipelines in Openshift.
I think everything besides the Docker FROM changes can be merged because it doesn't impact anything existing either way.
Jun 18 2024
Jun 18 2024
Jun 17 2024
Jun 17 2024
adomaitis retitled D4800: Proposed changes for implementing tekton pipelines in Openshift from Changing base image location
adomaitis requested review of D4800: Proposed changes for implementing tekton pipelines in Openshift.
See my take in D4794: Fold WalletCharge and WalletCheck into one
Jun 15 2024
Jun 15 2024
Jun 14 2024
Jun 14 2024
Cleanup