Andrew Embler
Andrew Embler
### Description Let's implement a comprehensive REST API in Concrete CMS 9.2.0. This API should cover * Pages * Users * Files * Sites * Express * and more.. This...
### Description Enable a Concrete site to know whether it is a development copy, a staging copy, or a live production website. ### Example We could use this information to...
This needs a little love. It works, but it needs BS3 styling, and when it is successful it needs a Page Edit Response object with the proper pages set and...
This is completely broken. 1. We should change this to use the same route as when you change the design on a page in the sitemap. This dialog is simple,...
This should go through all the files that have been added to the Conversations Incoming job that are still in the job but are at least a few hours old....
From hissy: OK, for example code: ``` $ci = new \Concrete\Core\Backup\ContentImporter; $ci->importContentString(' '); ``` results:  
Add customization settings to rich text attribute.
Born out of this issue https://github.com/concrete5/concrete5/pull/3201#issuecomment-168984221 (which was an incorrect implementation but perhaps the approach has merit). What is a good way to flush output-cached AutoNav and Page List blocks...
Right now it's just assumed that next/previous works from your current location. We should make that an option, but also give you the ability to set a custom location. This...