Skip to content

Commit

Permalink
Remove unused packages (#392)
Browse files Browse the repository at this point in the history
* chore: merge main into develop (#374)

* Fix/timezone fix  (#366)

* Fix timezone issue once and for all

* improved timezone testing

* Update ci.yml

set locale so that dates are formatted correctly when running tests

* Update ci.yml

trying another way

* Update ci.yml

trying for timelog tests

* Try global env

---------

Co-authored-by: Matt Bell <[email protected]>

* Fix: CI for day/month date tests (#377)

* Logging of testrun context, with explicit locale setting

* Stepwise check for yml typos

* Fix yml indent

---------

Co-authored-by: Derek Crannaford <[email protected]>

* Fix: Change to mount instead of install (#378)

* Change to mount instead of install

* Improve source code details section

* Less output from GIT log

---------

Co-authored-by: Adam Buckley <[email protected]>
Co-authored-by: Matt Bell <[email protected]>
Co-authored-by: DerekCrannaford <[email protected]>
Co-authored-by: Derek Crannaford <[email protected]>

* feat: removed old and/or unused packages (#324)

* feat: removed old and/or unused packages

* fix: missed a file in the commit

---------

Co-authored-by: iceaxeliehne <[email protected]>

---------

Co-authored-by: Adam Buckley <[email protected]>
Co-authored-by: Matt Bell <[email protected]>
Co-authored-by: DerekCrannaford <[email protected]>
Co-authored-by: Derek Crannaford <[email protected]>
  • Loading branch information
5 people authored Nov 7, 2024
1 parent dbc70b5 commit 77e163f
Show file tree
Hide file tree
Showing 707 changed files with 0 additions and 128,445 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
$w->enqueueScript(array("name" => "livevalidation.js", "uri" => "/system/templates/js/livevalidation.js", "weight" => 940));
$w->enqueueScript(array("name" => "main.js", "uri" => "/system/templates/js/main.js", "weight" => 995));
$w->enqueueScript(array("name" => "jquery.asmselect.js", "uri" => "/system/templates/js/jquery.asmselect.js", "weight" => 920));
$w->enqueueScript(array("name" => "boxover.js", "uri" => "/system/templates/js/boxover.js", "weight" => 910));
$w->enqueueScript(array("name" => "ckeditor.js", "uri" => "/system/templates/js/ckeditor/ckeditor.js", "weight" => 900));
$w->enqueueScript(array("name" => "Chart.js", "uri" => "/system/templates/js/chart-js/dist/Chart.min.js", "weight" => 890));

Expand Down
372 changes: 0 additions & 372 deletions system/templates/js/boxover.js

This file was deleted.

Loading

0 comments on commit 77e163f

Please sign in to comment.