[commits] horde-installer-plugin branch master updated. caa14c7d786287f3261507785d2007e2b2e05456

lang at b1-systems.de lang at b1-systems.de
Sun Jul 4 13:18:44 UTC 2021


The branch "master" has been updated.
The following is a summary of the commits.

from: e7b6b68b2aa4a7b2df89528da51acee0ea655adc

517a12b Fix issue with smartmobile and login screen 
1e28f8b composer-plugin-api 2.0 support
d564335 Lint fixes
c8bd0c2 more fixes
afcce96 Formal refactor
5e2cd14 Try workaround for promise issue
7f0df14 Add basic themes handling
0b613d7 Need to extend string concat
d82d877 Add line break
df94574 Give up supporting composer 1 and composer 2 in the same codebase.
caa14c7 Merge branch 'FRAMEWORK_6_0' into master

Summary: https://github.com/horde/horde-installer-plugin/compare/e7b6b68b2aa4...caa14c7d7862

-----------------------------------------------------------------------

commit 517a12b1160d1aa926a6596ccc2cc30122ce8051
Author: Ralf Lang <lang at b1-systems.de>
Date:   Wed, 08 Jul 2020 07:20:33 +0200

Fix issue with smartmobile and login screen 

Due to order of process, horde['webroot'] and horde['fileroot'] may not yet be defined at the time 00-horde is loaded. This leads to the cacher not able to include jquery related js files and breaks smartmobile and login screen.

 M src/HordeInstaller.php

https://github.com/horde/horde-installer-plugin/commit/517a12b1160d1aa926a6596ccc2cc30122ce8051

-----------------------------------------------------------------------

commit 1e28f8b0cd7227388c5b9fdc97c22a284f1e4335
Author: Kieran Brahney <kieran at supportpal.com>
Date:   Thu, 29 Oct 2020 07:38:18 +0000

composer-plugin-api 2.0 support

 M composer.json
 M src/HordeInstallerPlugin.php

https://github.com/horde/horde-installer-plugin/commit/1e28f8b0cd7227388c5b9fdc97c22a284f1e4335

-----------------------------------------------------------------------

commit d5643354de3c10d6d3c8b12dba503a29cf8a59a2
Author: Kieran Brahney <kieran at supportpal.com>
Date:   Thu, 29 Oct 2020 07:38:18 +0000

Lint fixes

 M src/HordeInstaller.php

https://github.com/horde/horde-installer-plugin/commit/d5643354de3c10d6d3c8b12dba503a29cf8a59a2

-----------------------------------------------------------------------

commit c8bd0c2f98da3ab7b19823d16aef6ea25b504efe
Author: Kieran Brahney <kieran at supportpal.com>
Date:   Thu, 29 Oct 2020 07:38:18 +0000

more fixes

 M src/HordeInstaller.php

https://github.com/horde/horde-installer-plugin/commit/c8bd0c2f98da3ab7b19823d16aef6ea25b504efe

-----------------------------------------------------------------------

commit afcce9670520bf2878e2826c965d500362856ee2
Author: Ralf Lang <lang at b1-systems.de>
Date:   Mon, 15 Mar 2021 20:12:08 +0000

Formal refactor

Use strict types
add return types
add property types
add more phpdoc
simplify some string generation

 M src/HordeInstaller.php
 M src/HordeInstallerPlugin.php

https://github.com/horde/horde-installer-plugin/commit/afcce9670520bf2878e2826c965d500362856ee2

-----------------------------------------------------------------------

commit 5e2cd14db411635d7e3e9613953a58f178eac44e
Author: Ralf Lang <lang at b1-systems.de>
Date:   Mon, 15 Mar 2021 21:05:45 +0000

Try workaround for promise issue

 M src/HordeInstaller.php

https://github.com/horde/horde-installer-plugin/commit/5e2cd14db411635d7e3e9613953a58f178eac44e

-----------------------------------------------------------------------

commit 7f0df14654e69b44a1206af6b5dae7c4074a5bf6
Author: Ralf Lang <lang at b1-systems.de>
Date:   Thu, 10 Jun 2021 05:30:48 +0000

Add basic themes handling

 M src/HordeInstaller.php
 A src/ThemesCatalog.php
 A src/ThemesHandler.php

https://github.com/horde/horde-installer-plugin/commit/7f0df14654e69b44a1206af6b5dae7c4074a5bf6

-----------------------------------------------------------------------

commit 0b613d735bc506b1a0582375f8855593c4601b7f
Author: Ralf Lang <lang at b1-systems.de>
Date:   Tue, 22 Jun 2021 12:50:34 +0200

Need to extend string concat

 M src/HordeInstaller.php

https://github.com/horde/horde-installer-plugin/commit/0b613d735bc506b1a0582375f8855593c4601b7f

-----------------------------------------------------------------------

commit d82d8779d96fa762ae9e43e87cd9e3e490ee95ce
Author: Ralf Lang <lang at b1-systems.de>
Date:   Tue, 22 Jun 2021 12:57:43 +0200

Add line break

 M src/HordeInstaller.php

https://github.com/horde/horde-installer-plugin/commit/d82d8779d96fa762ae9e43e87cd9e3e490ee95ce

-----------------------------------------------------------------------

commit df94574afdb2fc4814b91fc421bf7078802f0c4c
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sun, 04 Jul 2021 13:02:43 +0000

Give up supporting composer 1 and composer 2 in the same codebase.

 M composer.json

https://github.com/horde/horde-installer-plugin/commit/df94574afdb2fc4814b91fc421bf7078802f0c4c

-----------------------------------------------------------------------

commit caa14c7d786287f3261507785d2007e2b2e05456
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sun, 04 Jul 2021 15:18:43 +0200

Merge branch 'FRAMEWORK_6_0' into master

 M composer.json
 M src/HordeInstaller.php
 M src/HordeInstallerPlugin.php
 A src/ThemesCatalog.php
 A src/ThemesHandler.php

https://github.com/horde/horde-installer-plugin/commit/caa14c7d786287f3261507785d2007e2b2e05456


More information about the commits mailing list