Add option to set a maximum age of log messages to keep in the database log. This allows to keep the database log more clean.
GitHub Issue #:
2243
Add option to set a maximum age of log messages to keep in the database log. This allows to keep the database log more clean.
Posted 1 day 7 hours ago by (harpsw) in How-To and Troubleshooting
Posted 1 day 20 hours ago by (xorgev) in Other
Posted 3 days 5 hours ago by (steveb510) in How-To and Troubleshooting
Recent comments
Just FYI, for field API date fields that use ISO format (basically a string), the resulting expression produced by the date_views_filter_handler_simple handler is DATE_FORMAT(STR_TO_DATE(...
Filter view on date
I think storing as timestamps would be the simplest and best way. Thanks for the help!!
Filter view on date
Yes, what I suspected. The core views filter handler for dates (views_handler_filter_date) can only handle UNIX timestamp sql columns. You'll either need to extend that filter handler to...
Filter view on date