Klaas Freitag
Klaas Freitag
Thanks for reporting! I have no real idea how to solve this. Kraft displays some of the views as rendered from html - and has stylesheets for that. That makes...
Can you elaborate what exactly does not work any more? I am lost.
Hm, not sure yet what you intend to do, but: Please check the branch [newshared](https://github.com/dragotin/kraft/tree/newshared). It contains an implementation where documents are not longer stored in the database, but completely...
This one is hard. It would mean a kind of "simulation mode" on document level. It is an interesting idea, and can be implemented by allowing to set specific wages...
If you use `LANGUAGE=...` that in fact only changes the languages, not the other locale depending settings such as currency, date and such - see https://www.baeldung.com/linux/locale-environment-variables for details about the...
Ok, yes, your're right, that is not optimal. In fact, the database already contains fields for country and language in Kraft. ``` MariaDB [kraft_kfg]> select country, language from document where...
I agree to your statements. The mentioned patch changes the code so that the database entries for country and language for documents and archived docs allow now to reconstruct the...
That could be: From within Kraft, the user can: - Upload a document in a general `kraft/outgoing` directory and create a public link to the document that can be emailed...
Apart from your assessment on ownCloud most of what you write is valid ;-) Yes, of course we do not wanna require internet connection for Kraft - and utilizing the...