From 0bf0eb3beaf69cd7ee6f400db62cc7a0f3dcfc17 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Wed, 13 Nov 2024 17:31:42 +0100 Subject: [PATCH 1/4] New rapsys tree layout --- config/packages/rapsystree.yaml | 2 +- config/routes/rapsystree.yaml | 2 +- public/bundles/rapsystree | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/packages/rapsystree.yaml b/config/packages/rapsystree.yaml index ca1a19c..020b337 120000 --- a/config/packages/rapsystree.yaml +++ b/config/packages/rapsystree.yaml @@ -1 +1 @@ -../../vendor/rapsys/treebundle/Resources/config/packages/rapsystree.yaml \ No newline at end of file +../../vendor/rapsys/treebundle/config/packages/rapsystree.yaml \ No newline at end of file diff --git a/config/routes/rapsystree.yaml b/config/routes/rapsystree.yaml index 863b619..a854fc9 120000 --- a/config/routes/rapsystree.yaml +++ b/config/routes/rapsystree.yaml @@ -1 +1 @@ -../../vendor/rapsys/treebundle/Resources/config/routes/rapsystree.yaml \ No newline at end of file +../../vendor/rapsys/treebundle/config/routes/rapsystree.yaml \ No newline at end of file diff --git a/public/bundles/rapsystree b/public/bundles/rapsystree index ee33cda..606378d 120000 --- a/public/bundles/rapsystree +++ b/public/bundles/rapsystree @@ -1 +1 @@ -../../vendor/rapsys/treebundle/Resources/public/ \ No newline at end of file +../../vendor/rapsys/treebundle/public/ \ No newline at end of file -- 2.41.3 From 3d199a6858e98d000b24b22ad1c650811f1f78f7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Thu, 21 Nov 2024 19:08:00 +0100 Subject: [PATCH 2/4] Fix symlinks --- config/packages/rapsyspack.yaml | 2 +- config/routes/rapsyspack.yaml | 2 +- public/bundles/rapsyspack | 2 +- public/bundles/rapsystree | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/packages/rapsyspack.yaml b/config/packages/rapsyspack.yaml index 82e930e..47c1f84 120000 --- a/config/packages/rapsyspack.yaml +++ b/config/packages/rapsyspack.yaml @@ -1 +1 @@ -../../vendor/rapsys/packbundle/Resources/config/packages/rapsyspack.yaml \ No newline at end of file +../../vendor/rapsys/packbundle/config/packages/rapsyspack.yaml \ No newline at end of file diff --git a/config/routes/rapsyspack.yaml b/config/routes/rapsyspack.yaml index c3efc7b..5491ce8 120000 --- a/config/routes/rapsyspack.yaml +++ b/config/routes/rapsyspack.yaml @@ -1 +1 @@ -../../vendor/rapsys/packbundle/Resources/config/routes/rapsyspack.yaml \ No newline at end of file +../../vendor/rapsys/packbundle/config/routes/rapsyspack.yaml \ No newline at end of file diff --git a/public/bundles/rapsyspack b/public/bundles/rapsyspack index d375220..e5c3981 120000 --- a/public/bundles/rapsyspack +++ b/public/bundles/rapsyspack @@ -1 +1 @@ -../../vendor/rapsys/packbundle/Resources/public/ \ No newline at end of file +../../vendor/rapsys/packbundle/public \ No newline at end of file diff --git a/public/bundles/rapsystree b/public/bundles/rapsystree index 606378d..97a67da 120000 --- a/public/bundles/rapsystree +++ b/public/bundles/rapsystree @@ -1 +1 @@ -../../vendor/rapsys/treebundle/public/ \ No newline at end of file +../../vendor/rapsys/treebundle/public \ No newline at end of file -- 2.41.3 From d256b3a1323d1eace43536d6351942b86feaf933 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Sun, 8 Dec 2024 09:47:59 +0100 Subject: [PATCH 3/4] Update symlinks --- public/bundles/rapsyspack | 2 +- public/bundles/rapsystree | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/bundles/rapsyspack b/public/bundles/rapsyspack index e5c3981..65fccd8 120000 --- a/public/bundles/rapsyspack +++ b/public/bundles/rapsyspack @@ -1 +1 @@ -../../vendor/rapsys/packbundle/public \ No newline at end of file +../../vendor/rapsys/packbundle/public/ \ No newline at end of file diff --git a/public/bundles/rapsystree b/public/bundles/rapsystree index 97a67da..606378d 120000 --- a/public/bundles/rapsystree +++ b/public/bundles/rapsystree @@ -1 +1 @@ -../../vendor/rapsys/treebundle/public \ No newline at end of file +../../vendor/rapsys/treebundle/public/ \ No newline at end of file -- 2.41.3 From 3c6b372596cbe5b4f21cfacf31f06b7bd93abe81 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Sun, 8 Dec 2024 09:49:41 +0100 Subject: [PATCH 4/4] Move patches in backup directory --- {patch => backup/patch}/doctrineyamlnodeprecated.patch | 0 {patch => backup/patch}/worldwritabledisabled.patch | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {patch => backup/patch}/doctrineyamlnodeprecated.patch (100%) rename {patch => backup/patch}/worldwritabledisabled.patch (100%) diff --git a/patch/doctrineyamlnodeprecated.patch b/backup/patch/doctrineyamlnodeprecated.patch similarity index 100% rename from patch/doctrineyamlnodeprecated.patch rename to backup/patch/doctrineyamlnodeprecated.patch diff --git a/patch/worldwritabledisabled.patch b/backup/patch/worldwritabledisabled.patch similarity index 100% rename from patch/worldwritabledisabled.patch rename to backup/patch/worldwritabledisabled.patch -- 2.41.3