Help prioritize core features! Votes cast here will help core developers understand what features the community would find most valuable.
- You must be logged in to vote.
- Please vote for no more than 10 new features.
- You can change your vote as often as you like.
- A list of your current votes can be found on your user profile page.
These are features that you would most like to see included in future releases of Backdrop CMS. All the issues you see here are issues tagged with the label "type - feature request" from the Backdrop CMS core issue queue.
Recent comments
Good call on the devel...it shows the filter on the date field is looking for a unix timestamp. FYI, that value corresponds to yesterday, July 13 WHERE (( (ShowsNotices.ShowDate >=...
Filter view on date
Are you able to do some debugging? Can you output the variables in views_handler_filter_date:op_simple() ? Specifically, I would enable Devel and insert something like dpm($this->...
Filter view on date
This is the filter for the field. The mysql database has ShowDate as a "date"
Filter view on date