Cliff Ingham

Results 117 comments of Cliff Ingham

In Drupal, we customized the theme to display the aggregated council calendar on the council's homepage. https://github.com/City-of-Bloomington/drupal-theme-cob/issues/152

Controllers will now need to return Views that render twig files. Previously, there was a global $template variable that all controllers shoved blocks into. Now, we need a seperate View...

We discussed this in a meeting, and decided it's not a pressing issue

Nothing prevents it. It's what I do right now. It's just that there's currently four directories to rsync. If we move those four directories into a subdirectory, then there'd only...

Because that breaks the local deployment, as it would overwrite the site_config for that server, as well as any current sessions

That a great idea. The form could certainly use some nicer display, anyway.

So, it turns out we already have a URL and a little bit of this implemented. There is already a /meetingFiles route that leats you list global meeting files by...

This is a requirement for the city website: https://github.com/City-of-Bloomington/drupal-theme-cob/issues/237

It turns out, in the database, we never kept track of the time of the meetings, only the date. This change is going to require a database schema change and...