Joe Meyer

Results 11 comments of Joe Meyer

Got this synced back up with master so it should merge clean now.

One thought that occurs to me, we have the Page search page which has a "Last Modified" filter which sounds like a decent starting point for what you're after. Perhaps...

@aembler anything else need done with this to close it out?

oh ya you're absolutely right.... and boy does that task seem so much more daunting...

Work in progress at #2829

Looks like we have a decent number of function calls to `flock` / `file_get_contents('','', LOCK_EX)` in various vendor packages and there's quite a bit of stuff on the web indicating...

@jhartman86 I think _maybe_ this will answer your question on caching. You can switch out the cache drivers (or options) by overriding the configuration values found in the [config](https://github.com/concrete5/concrete5-5.7.0/blob/develop/web/concrete/config/concrete.php#L199-L225) So...

@jhartman86 ya if I recall there was some dependency stuff that was in place that used things like the Zend cache or doctrine cache drivers and I'm thinking that either...

Mail importers / senders seems like a useful component. I know [Swiftmail](http://swiftmailer.org/docs/overview.html) has a library that implements a few different transports, not sure what it would take to hook into...