Conflicts:
	.gitignore
	conlite/plugins/.gitignore
	data/config/.gitignore
Dieser Commit ist enthalten in:
o.pinke 2021-04-26 13:33:24 +02:00
Commit 0942f07f06
5 geänderte Dateien mit 28 neuen und 17 gelöschten Zeilen

5
.gitignore vendored
Datei anzeigen

@ -7,3 +7,8 @@
/cl-releasetool /cl-releasetool
/data/config/production/config.local.php /data/config/production/config.local.php
/cms/data/modules/up-download/ /cms/data/modules/up-download/
/cms/captcha/
!/cms/data/modules/
/cms/data/modules/*
!/cms/data/layouts/
/cms/data/layouts/*

Datei anzeigen

@ -57,21 +57,25 @@ FS#25 - Collision with pre-installed AMR after Migration
** History / Changelog ** ** History / Changelog **
ConLite 2.1.0
ConLite 2.0
ConLite 1.0 ConLite 1.0
CONTENIDO 4.8.16 CL CONTENIDO 4.8.16 CL
20 Bug Report genericdb: urlencode() expects parameter 1 to be string ... * 20 Bug Report genericdb: urlencode() expects parameter 1 to be string ...
16 Enhancement RSS-Reader austauschen/überarbeiten * 16 Enhancement RSS-Reader austauschen/überarbeiten
31 Optimization Test CL installation with newest PHP and SQL on XAMPP * 31 Optimization Test CL installation with newest PHP and SQL on XAMPP
3 Bug Report Genericdb caching not working * 3 Bug Report Genericdb caching not working
37 Bug Report Upgrade: valid_from and valid_to fields are set to NULL * 37 Bug Report Upgrade: valid_from and valid_to fields are set to NULL
33 Bug Report Missing include.subnav_blank.php * 33 Bug Report Missing include.subnav_blank.php
22 Bug Report Modul xhtml which is not choosable in modularea * 22 Bug Report Modul xhtml which is not choosable in modularea
10 Optimization Generate API-Doc * 10 Optimization Generate API-Doc
34 Bug Report Error when searching article with no criteria * 34 Bug Report Error when searching article with no criteria
24 Bug Report No reset of subnavigation if a layout is deleted * 24 Bug Report No reset of subnavigation if a layout is deleted
15 Optimization Add CL readme file * 15 Optimization Add CL readme file
13 Bug Report FEUser-Plugins valide_to and valide_from saving wrong t ... * 13 Bug Report FEUser-Plugins valide_to and valide_from saving wrong t ...
9 Enhancement Check all translations (i18n) * 9 Enhancement Check all translations (i18n)
8 Bug Report adapt genericdb from 4.8.17 CL * 8 Bug Report adapt genericdb from 4.8.17 CL
5 Bug Report Buttontranslations missing or wrong * 5 Bug Report Buttontranslations missing or wrong

2
cms/data/config/.gitignore vendored Normale Datei
Datei anzeigen

@ -0,0 +1,2 @@
/local
/localhost

Datei anzeigen

@ -4,4 +4,4 @@
/cl-workflow /cl-workflow
/org.conlite.twig /org.conlite.twig
/smarty /smarty
/phpbo.cookie_consent /phpbo.cookie_consent

Datei anzeigen

@ -3,4 +3,4 @@
# Except this file # Except this file
!.gitignore !.gitignore
!index.php !index.php
!/production !/production