External (3rd party) resources
Go to file
2025-04-02 13:33:51 +00:00
.github permission changes & minor bug fixes 2022-11-09 22:56:19 +01:00
chartjs bug fixes 2025-04-02 13:33:51 +00:00
d3 bug fixes 2024-05-12 00:06:29 +00:00
DeepCopy permission changes & minor bug fixes 2022-11-09 22:56:19 +01:00
Elastic perm change 2023-03-25 22:32:11 +00:00
fonts bug fixes 2025-04-02 13:33:51 +00:00
highlightjs bug fixes 2025-04-02 13:33:51 +00:00
Http perm change 2023-03-25 22:32:11 +00:00
icons/company bug fixes 2025-04-02 13:33:51 +00:00
katex bug fixes 2025-04-02 13:33:51 +00:00
Laminas/Escaper Cleanup and added missing licenses 2023-06-25 12:48:02 +00:00
mermaid more tests and some fixes 2024-04-24 03:20:47 +00:00
mozilla/Pdf Went through todos 2024-05-02 22:54:40 +00:00
Mpdf check if is file 2024-03-16 21:34:53 +00:00
MyCLabs perm change 2023-03-25 22:32:11 +00:00
OpenLayers bug fixes 2025-04-02 13:33:51 +00:00
PhpOffice bug fixes 2025-04-02 13:33:51 +00:00
Psr fix psr logger 2023-10-23 00:01:24 +00:00
setasign/Fpdi permission changes & minor bug fixes 2022-11-09 22:56:19 +01:00
Stripe inspection fixes 2024-05-17 14:15:52 +00:00
tcpdf bug fixes 2025-04-02 13:33:51 +00:00
ZipStream perm change 2023-03-25 22:32:11 +00:00
zxing bug fixes 2025-04-02 13:33:51 +00:00
.gitignore permission changes & minor bug fixes 2022-11-09 22:56:19 +01:00
README.md Cleanup and added missing licenses 2023-06-25 12:48:02 +00:00

General

This repository contains all external resources for Karaka. These resources are an important part for the organization and by using a hard copy reduces the risk of referencing invalid or incompatible resources.

flowchart TD
    CSS-->Fonts
    Fonts-->Icon
    Icon-->LineIcons
    Icon-->LinearIcons([LinearIcons])
    Icon-->FontAwesome([FontAwesome])
    Fonts-->Text
    Text-->Roboto
    JS-->Codes
    JS-->Charting
    JS-->PDF
    Codes-->CodeRecognition
    CodeRecognition-->Zbar
    PHP-->PDF
    PHP-->Office
    PHP-->Payment
    PHP-->Search
    Charting-->Chart
    Chart-->ChartJs
    Chart-->D3
    Chart-->Mermaid
    Charting-->Map
    Map-->OpenLayers
    PDF-->PDFRendering
    PDFRendering-->mozilla
    PDF-->PDFBuilding
    PDFBuilding-->Mpdf
    Mpdf-.->setasign
    Mpdf-.->MyClabs
    Mpdf-.->DeepCopy
    Mpdf-.->Http
    Mpdf-.->Psr
    PDFBuilding-->TCPDF
    Payment-->Stripe
    Payment-->PayPal
    Office-->PhpSpreadsheet
    PhpSpreadsheet-.->Psr
    PhpSpreadsheet-.->Http
    PhpSpreadsheet-.->ZipStream
    Office-->PhpPresentation
    Office-->PhpWord
    PhpWord-.->Laminas
    Search-->Elastic

mpdf

Changes

  • Replaced ../data path with /data path. The problem is that the data is outside of the namespace path which causes problems. In order to fix this the path was changed and the data directory was copied into the namespace directory.
  • Replaces ../ttfonts path with /ttfonts path. Same reason as data path.
  • Replaces ../tmp path with /tmp path. Same reason as data path.

tcpdf

Changes

  • Added global namespacing to many function calls in tcpdf.pdf
  • Simplified the constant definition and definition checks in config.php and similar files