Mark Hamstra
Mark Hamstra
Discussed at https://community.modx.com/t/tagger-not-showing-tags-or-rendering-assigned-tags-on-backend/3984 - the processor is sorting by rank but does not seem to escape the value before passing into sortby.
As discussed on the last call, I'd work on a draft for guidelines on selecting packages to include in the setup. This is the first draft of that and I'd...
This recommendation proposes an addendum to the [Recommendations Process](https://docs.google.com/document/d/16aRId889oHBxnUB4kYpToNJsA9_IJfXqvuw0hw32MIU/edit) that allows a recommendation editor to withdraw a recommendation during review or vote.
We've received several reports of this in ContentBlocks, but I've also seen it in FAQ manager a while ago while testing for something else and am under the impression this...
According to http://docs-new.slimframework.com/features/templates/ ("Register the view service"), the code to use is: ``` php // Create Slim app $app = new \Slim\App(); // Register Twig View service $app->register(new \Slim\Views\Twig('path/to/templates', [...
PHP 8 (not sure which minor exactly) introduced types to the SessionHandler/SessionHandlerInterface which is incompatible with the current implementation of this library. ``` Deprecated: Return type of PHPSecureSession\SecureHandler::open($save_path, $session_name) should...
I've not seen related discussion or anything about this repository, so if this was already discussed, sorry for bringing it up again. Why implement a different ORM rather than use...
> I decided to upload a bunch of resources with defined pub_date. Pub_dates were in unix format and were set as “future dates”. I mean I expected the resources to...
CSV is nice.. but XML and JSON offer more flexibility (and more error possibilities too!) for importing. Systems such as Wordpress allow XML exports, and it would be amazing if...
This would allow pretty granular imports and more flexibility the "default settings" tab could offer without including all possible fields there. Example: ``` pagetitle;alias;published=1;longtitle=Welcome to imported site!;richtext=0 ``` Priorities: 1:...