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.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/app-from-scratch.sh b/app-from-scratch.sh
index 7d06a85..bbd0352 100644
--- a/app-from-scratch.sh
+++ b/app-from-scratch.sh
@@ -281,3 +281,10 @@ git commit -m "bake: Add configurability, generate less actions"
editor $p/Controller/controller.twig $p/Model/entity.twig $p/Model/table.twig $p/Template/index.twig $p/Template/view.twig
git add $p/Controller/controller.twig $p/Model/entity.twig $p/Model/table.twig $p/Template/index.twig $p/Template/view.twig
git commit -m "Add Copyright & GPL3+ notice to Templates"
+# 9a73d523ebd6035fac8deaa347ce41e4eda13232
+
+# Date picker in DD/MM/YYYY order
+editor src/View/AppView.php
+git add ../app-from-scratch.sh src/View/AppView.php
+git commit -m "Date picker in DD/MM/YYYY order"
+