stable

Clone or download

Read-only

feat: Introduce Image library

The introduction of tlp tabs involves some changes in the existing templates. To not produce a too big review, this changeset only focus on introducing the new navigavtion. Part of story #38630: Export to file Change-Id: Ifc78c1d5b3f4507a3d971ffd852d721d648c4e05

Modified Files

Name
M plugins/pdftemplate/include/PdfTemplate/Admin/AdminPageRenderer.php +1 −2 Go to diff View file
M plugins/pdftemplate/include/PdfTemplate/Admin/DisplayPdfTemplateCreationOrUpdateFormPresenter.php +3 −0 Go to diff View file
A plugins/pdftemplate/include/PdfTemplate/Admin/Image/IndexImagesController.php +71 −0 Go to diff View file
A plugins/pdftemplate/include/PdfTemplate/Admin/Image/IndexImagesPresenter.php +33 −0 Go to diff View file
A plugins/pdftemplate/include/PdfTemplate/Admin/Image/index.mustache +46 −0 Go to diff View file
M plugins/pdftemplate/include/PdfTemplate/Admin/IndexPdfTemplateController.php +1 −0 Go to diff View file
M plugins/pdftemplate/include/PdfTemplate/Admin/IndexPdfTemplatePresenter.php +1 −0 Go to diff View file
A plugins/pdftemplate/include/PdfTemplate/Admin/Navigation.php +66 −0 Go to diff View file
M plugins/pdftemplate/include/PdfTemplate/Admin/create-or-update-template.mustache +53 −46 Go to diff View file
M plugins/pdftemplate/include/PdfTemplate/Admin/index.mustache +118 −111 Go to diff View file
A plugins/pdftemplate/include/PdfTemplate/Admin/navigation.mustache +9 −0 Go to diff View file
M plugins/pdftemplate/include/pdftemplatePlugin.php +13 −0 Go to diff View file
M plugins/pdftemplate/scripts/admin/src/admin.scss +4 −0 Go to diff View file
M plugins/pdftemplate/site-content/fr_FR/LC_MESSAGES/tuleap-pdftemplate.po +25 −0 Go to diff View file