-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Update datatables, drop RequireJS, use Luxon instead of Moment, …
…resolves #358
- Loading branch information
Showing
16 changed files
with
340 additions
and
412 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
2025-01-10 Francois Suter (Idéative) <[email protected]> | ||
|
||
* Update datatables, drop RequireJS, use Luxon instead of Moment, resolves #358 | ||
|
||
2025-01-02 Francois Suter (Idéative) <[email protected]> | ||
|
||
* Drop Extbase usage for logs, resolves #362 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?php | ||
|
||
return [ | ||
'dependencies' => [ | ||
'backend', | ||
], | ||
'imports' => [ | ||
'@cobweb/externalimport/' => 'EXT:external_import/Resources/Public/JavaScript/', | ||
'@cobweb/externalimport-contribs/' => 'EXT:external_import/Resources/Public/JavaScript/Contrib/', | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# How to update datatables | ||
|
||
Go to datatables.net > Download and select the following options: | ||
|
||
- for the styling framework: Bootstrap 5 | ||
- for the packages: jQuery 3 and DataTables | ||
- no extensions | ||
|
||
Download the minified version and replace the file in this folder. |
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.