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

Establish new CLI and configuration foundation #104

Merged
merged 1 commit into from
Feb 2, 2024

Conversation

AzorianMatt
Copy link
Contributor

Closes: #103

…ew approach to configuration.

Additionally, swapped the foundation with a flavor that I have been using on other projects for some time, that uses Jinja2 templates instead of Django templates.
@AzorianMatt AzorianMatt added mod / tested This has been tested mod / accepted This request has been accepted mod / reviewed This request has been reviewed feature / update Existing feature modification labels Feb 2, 2024
@AzorianMatt AzorianMatt self-assigned this Feb 2, 2024

// Inject text search inputs into the footer of each applicable column
this.find('tfoot th.search').each(function () {
$(this).html('<input class="form-control" type="text" placeholder="Search ' + $(this).text() + '" />');

Check warning

Code scanning / CodeQL

DOM text reinterpreted as HTML Medium

DOM text
is reinterpreted as HTML without escaping meta-characters.
@AzorianMatt AzorianMatt changed the title Established new foundation for the integrated CLI tool as well as a n… Establish new CLI and configuration foundation Feb 2, 2024
@AzorianMatt AzorianMatt merged commit 09447bd into dev Feb 2, 2024
5 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature / update Existing feature modification mod / accepted This request has been accepted mod / reviewed This request has been reviewed mod / tested This has been tested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant