Ytp2022 - #1
Open
OmeletWithoutEgg wants to merge 24 commits into
Open
Conversation
Due to active Jinja whitespace handling, whitespace was removed between
consecutive {% trans %} blocks, resulting in translated sentences being
glued together. Fix this by disabling the lstrip_blocks behaviour in
relevant places.
Also add missing style for the empty print job table case. Perhaps the table may benefit from more extensive styling, like with the submission and the user test tables, but this change fixes the immediate visual problem.
If alchemy returns a weird order for the tasks, an integrity error on task.num could happen. Thanks to Romeo Rizzi for pointing this out and fixing it in master.
curses produces bytes, that should be decoded in a string before printing.
In previous psutil versions the "used" field of memory stats included also buffers and cache. However, this is no longer the case starting from psutil 4.4. Now the output matches the free(1) utility, which reports used memory without buffers and cache. Reference: giampaolo/psutil@ec7957c
With this approach, JS always sees rounded scores, whereas Python has to round.
I first reverted the `{%` -> `{%+` change as that doesn't appear to be
compatible with Babel's extracter, then ran `./setup.pt
extract_messages`.
The strings are already in .pot, so no .pot update is needed.
The only drawback is that if admins change a user's password from plaintext to hashed or vice versa that user will have to log in again. Attackers knowing hashed passwords shouldn't be a problem as the server only accepts it if it's signed (together with a recent timestamp) with its secret key. Fixes #1076.
fix: sort subtasks using index
Revert "fix: sort subtasks using index"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add bb/v1.4 features.