summaryrefslogtreecommitdiff
path: root/app-from-scratch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'app-from-scratch.sh')
-rw-r--r--app-from-scratch.sh15
1 files changed, 12 insertions, 3 deletions
diff --git a/app-from-scratch.sh b/app-from-scratch.sh
index e06be6c..c0d9811 100644
--- a/app-from-scratch.sh
+++ b/app-from-scratch.sh
@@ -42,7 +42,7 @@ cake server -p 8080
# -> everything green except database connection
^C
-# prepare for apache2
+# prepare for apache2
ln -s ~intarnet/chd_gestion/fai_gestion /var/www/intarnet.fr/gestion
sudo chgrp -R www-data tmp/ logs/
sudo chmod -R ug=rwX,o=rX tmp/ logs/
@@ -200,7 +200,7 @@ cat ~/chd_gestion/schema/enum-tables-data-mysql.sql | sudo mariadb fai_gestion
do
[ $i -ne 254 ] && sep=',' || sep=';'
printf "('185.131.43.%i', '2a03:a0a1:1:%x::', '1')$sep\n" $i $i
- done
+ done
) | sudo mariadb fai_gestion
# Convert equipements.uplink tree to (equipement_interfaces, lien_cable, lien_radio, lien_tunnel)
@@ -346,8 +346,17 @@ git add ../app-from-scratch.sh
git commit -m "rename ippubliques -> ip_publiques, .gitignore autogenerated code for now"
# 51f0aacb4d4f2514433139552ac6ab8ab5506653
-# no 200 item limit on drop-down lists, index : better codegen
+# no 200 item limit on drop-down lists, index : better codegen
editor plugins/CustomTheme/src/Template/Bake/Element/Controller/*
git add plugins/CustomTheme/src/Template/Bake/Element/Controller/*
git add ../app-from-scratch.sh
git commit -m "no 200 item limit on drop-down lists, index : better codegen"
+# 61cad7c5f1680e3c91da16f2d5deb38ceb73fffb
+
+# bake: implement virtual entity titles
+editor plugins/CustomTheme/config/bootstrap.php plugins/CustomTheme/src/Template/Bake/Model/entity.twig
+editor config/bake_extra.php
+git add plugins/CustomTheme/config/bootstrap.php plugins/CustomTheme/src/Template/Bake/Model/entity.twig
+git add config/bake_extra.php
+git add ../app-from-scratch.sh
+git commit -m "bake: implement virtual entity titles"