v20201129
authorKilian Saffran <ksaffran@dks.lu>
Mon, 30 Nov 2020 05:47:19 +0000 (06:47 +0100)
committerKilian Saffran <ksaffran@dks.lu>
Mon, 30 Nov 2020 05:47:19 +0000 (06:47 +0100)
commit3d405bd86bd1666f6ff3fe1d4fbc7f4440a20eff
tree628175445ca48d69f54461c17a2a8da8e3b9f703
parent4d8d6432ff0bb36381c448aacb06f9a819af0980
v20201129
72 files changed:
.gitignore
admin/.htaccess
admin/css/theme.css
admin/db.php
admin/index.php
admin/js/dataform.js
admin/js/modules/frontpage.js [moved from admin/js/modules/websites.js with 100% similarity]
admin/js/modules/galleries.js
admin/js/modules/gallery.js
admin/js/modules/notification.js [new file with mode: 0644]
admin/js/modules/notifications.js [new file with mode: 0644]
admin/js/modules/order.js [new file with mode: 0644]
admin/js/modules/orders.js [new file with mode: 0644]
admin/js/modules/products.js [new file with mode: 0644]
admin/js/modules/rendezvous.js
admin/js/modules/rendezvous_config.js
admin/js/modules/webarticle.js [new file with mode: 0644]
admin/js/modules/webarticles.js [new file with mode: 0644]
admin/js/modules/webpage.js [new file with mode: 0644]
admin/js/modules/webpages.js [new file with mode: 0644]
admin/js/myapp.js
admin/js/request.js
admin/lib/config.php
admin/lib/database.php
admin/lib/image.php [new file with mode: 0644]
admin/lib/modules/.templates.php [moved from admin/lib/modules/templates.php with 100% similarity]
admin/lib/modules/.webmenu.php [moved from admin/lib/modules/webmenu.php with 96% similarity]
admin/lib/modules/Gallery.php
admin/lib/modules/RendezVous.php
admin/lib/modules/WebArticles.php
admin/lib/modules/orders.php [new file with mode: 0644]
admin/lib/modules/products.php [new file with mode: 0644]
admin/lib/modules/users.php [new file with mode: 0644]
admin/lib/modules/websites.php
admin/lib/session.php
admin/tmpl/elements/dialogs/dataload.html.mustache
admin/tmpl/elements/dialogs/dlgaddgalleryitem.html.mustache
admin/tmpl/elements/panels/pnl_gallery.html.mustache
admin/tmpl/elements/panels/pnl_order.html.mustache [new file with mode: 0644]
admin/tmpl/elements/panels/pnl_orders.html.mustache [new file with mode: 0644]
admin/tmpl/elements/panels/pnl_rdvcfg.html.mustache [new file with mode: 0644]
admin/tmpl/elements/panels/pnl_rendezvous.html.mustache [new file with mode: 0644]
admin/tmpl/elements/panels/pnl_webarticle.html.mustache [new file with mode: 0644]
admin/tmpl/elements/panels/pnl_webarticles.html.mustache [new file with mode: 0644]
admin/tmpl/elements/panels/pnl_webpage.html.mustache [new file with mode: 0644]
admin/tmpl/elements/panels/pnl_webpages.html.mustache [new file with mode: 0644]
admin/tmpl/index.html.mustache
admin/tmpl/pages/config/shop.html.mustache [deleted file]
admin/tmpl/pages/config/site.html.mustache [deleted file]
admin/tmpl/pages/config/template.html.mustache [deleted file]
admin/tmpl/pages/config/users.html.mustache [deleted file]
admin/tmpl/pages/frontpage.html.mustache [new file with mode: 0644]
admin/tmpl/pages/galleries.html.mustache
admin/tmpl/pages/index.html.mustache
admin/tmpl/pages/notifications.html.mustache [moved from admin/tmpl/pages/config/rendezvous.html.mustache with 100% similarity]
admin/tmpl/pages/orders.html.mustache
admin/tmpl/pages/products.html.mustache [new file with mode: 0644]
admin/tmpl/pages/rendezvous.html.mustache
admin/tmpl/pages/rendezvous_config.html.mustache [new file with mode: 0644]
admin/tmpl/pages/shop.html.mustache
admin/tmpl/pages/site.html.mustache [new file with mode: 0644]
admin/tmpl/pages/users.html.mustache [new file with mode: 0644]
admin/tmpl/pages/webarticles.html.mustache [new file with mode: 0644]
admin/tmpl/pages/webpages.html.mustache [new file with mode: 0644]
admin/tmpl/pages/websites.html.mustache [deleted file]
admin/upload.php
website/.htaccess
website/db.php
website/info.php
website/mkdir weeklysoap.txt [deleted file]
website/tmpl/index.html.mustache
website/tmpl/pages/gallery.html.mustache