Michael Lenaghan
Michael Lenaghan
### Short description of the issue `$page->url()` produces incorrect URLs for some parameters ### Expected behavior See the examples below, but basically: `$page->url()` should produce the same output as `$input->url()`....
The [Download](https://processwire.com/download/core/) page says that 229 is the current master version. [Composer](https://packagist.org/packages/processwire/processwire) and [GitHub](https://github.com/processwire/processwire/tags) say that 227 is the current master version.
### What happened? Build `lua`, and run `lua` tests: ``` $ build/bootstrap/make MODE=aarch64 o/aarch64/third_party/lua/lua $ cd third_party/lua/test/ $ ape ../../../o/aarch64/third_party/lua/lua all.lua ``` A test in `files.lua` fails: ``` ***** FILE...
### What happened? Lua can be compiled with extra API-checking support. From Lua's `makefile`: ``` # The following options help detect "undefined behavior"s that seldom # create problems; some are...
Imagine a stateful Hanna Code that maintains a count, and increases the count each time it's used: ``` [[count]] [[count]] [[count]] ``` You'd expect this output: ``` 1 2 3...
### Short description of the issue I'm working on a site that has three roles: * "author"s can create stories, and only edit their own stories. They can't publish stories....
### Short description of the issue The `ProcessPageList` module allows you to hide pages "in page list(s)." It *does* hide pages in *the* page list — but it *doesn't* hide...