wvengen
wvengen
- return status code for rendered html pages too (now 404 pages look like they exist, e.g. to search engines) - expose `@error` as class variable for use in layout
The Roundcube install documentation recommends to install a cronjob to keep the database clean, see [here](https://github.com/roundcube/roundcubemail/blob/master/INSTALL#L148). I didn't see this in the [roundcube Docker directory](https://github.com/Mailu/Mailu/tree/master/webmails/roundcube), but perhaps I'm missing something....
Currently it does not seem to be able to order categories. This can be quite confusing; the "Other" category, for example, would be placed best at the end; or cheese...
With Ruby 2.6 recently [gone EOL](https://www.ruby-lang.org/en/downloads/branches/), we better move to 2.7 (or later). Did a quick check, using 2.7 doesn't break the specs. Then do a release, finally!
As talked about in #572, there is a need for a RESTful API which allows access to all relevant models, for both 'member' and 'admin' tasks. Right now the PRs...
There are several places where `GroupOrderArticle`s are created and/or updated. This happens in different ways. It would be healthy to consolidate that, if possible. Let's investigate a bit and then...
1. Go to _Articles_ > _Stock_ 2. From _New delivery_, choose a supplier 3. Try to add a new article, there's just an empty box under _1. Select stock articles_....
The user pressed the submit button twice on the group_order page. This is the corresponding log entry ``` Failed to update order: validation failed: Ordergroup is already taken ``` The...
On a Linux system, when you install spoon, it raises a `PermissionError` on the logfile on loading. 1. `pip3 install spoonproxy` 2. any code loading e.g. the _Manager_ will raise...
Python 3
Let's move to Python 3. I hope to publish a PR for that (I've got it running, but want to do more testing).