Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/635 #764

Draft
wants to merge 4 commits into
base: dev
Choose a base branch
from
Draft

Feature/635 #764

wants to merge 4 commits into from

Commits on Nov 16, 2020

  1. new: adding Burning Glass Javascript Include type. Resolves #635

    Added burning_glass to cu_js_includes_enabled in .install
    Added burning_glass to  array in .module file at cu_js_includes_block_options()
    Added cu_js_includes_burning_glass_form() in .forms.inc file
    Added view burning_glass js includes to cu_js_includes_secure_permissions() in .permissions.inc file
    Added  to cu_js_includes_get_include_types() in .types.inc file
    Added Add Burning GLass Include to [types] array in cu_js_includes_express_node_list_groups() in .types.inc file
    Added burning glass php template in /templates/burning_glass.php
    AlanBCole committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    3c78c1b View commit details
    Browse the repository at this point in the history
  2. fix a couple things

    - change name of template file's extension to .tpl.php
    - remove a line of code created for debugging purposes
    AlanBCole committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    e3b2281 View commit details
    Browse the repository at this point in the history
  3. code climate fixes

    AlanBCole committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    ab9cdfd View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. small fixes:

    - making sure the access_code and program_code in the burning_glass.tpl.php are output as strings
    - fixing bad reference to form fields in cu_js_includes.forms.inc -> cu_js_includes_burning_glass_form()
    AlanBCole committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    05bf2b9 View commit details
    Browse the repository at this point in the history