stlchristian / stlchristian.edu

Join me as I venture through creating a public Drupal website with all the features we'd ever dream of. This is bound to include some highs and lows, but we'll tackle this thing head-on! This will serve as a public repository to share the development progress of our new website, built on Drupal and hosted on Pantheon.
https://stlchristian.edu
GNU General Public License v2.0
0 stars 1 forks source link

Remove PHP filter wherever it is present, replacing it with code and modules. #63

Closed ElliotFriend closed 9 years ago

ElliotFriend commented 9 years ago

We have a couple things (I think mostly in views) that are using the PHP filter. I'd love to disable that module, but can't yet. We've got to get that in order!

ElliotFriend commented 9 years ago

The two features (views) that have the PHP filter in place for breadcrumbs are:

ElliotFriend commented 9 years ago

All PHP code has been removed now. All we need is to update the associated CKEditor features, permissions, etc. Having trouble reverting, ATM.