check blocked users better
merged
[#8555] debugging option within has_access
[#8555] some specific checks for blocked users, when creating new forum threads
bump Pillow package 10.2.0 -> 10.3.0
check blocked users better
[#8556] simplify more calls
[#8556] remove unnecessary extra () on has_access calls
[#8556] avoid recursive TruthyCallable
[#8555] debugging option within has_access
[#8555] some specific checks for blocked users, when creating new forum threads
deprecate and remove has_access(..)() syntax
db/8556 on allura, forgehg, and forgepastebin db/8556-breaking-removal needs to be merged later, after we do a release and give anyone a chance to update their code. You can review and test it though.
[#8556] unindent block
[#8556] remove TruthyCallable and predicate stuff used by has_access
[#8556] simplify more calls
[#8556] remove unnecessary extra () on has_access calls
[#8556] avoid recursive TruthyCallable
[#8555] debugging option within has_access
[#8555] some specific checks for blocked users, when creating new forum threads
deprecate and remove has_access(..)() syntax
db/8555 It was tempting to change this has_access code: # access is denied for this role break to be return False. That would've fixed this situation, but made several other tests fail. Instead, I decided it'd be better to change a few non-core places, and not change the core has_access logic (even if maybe it deserves a refactor some day)
check blocked users better
fix wiki page 'recent' sort
Looks good I'll merge
fix wiki page 'recent' sort
fixed on db/8540 there aren't any tests, and I didn't add any. But you can test manualyl: create just 4 or 5 wiki pages and then go Browse Pages, then click on the sort options. Then add &limit=2 to the URL to force small page sizes to see the problem & verify the fix.
[#8540] wiki pages' recent sort by mod_date; simplify code
fix wiki page 'recent' sort