[horde] New Horde Setup Tool in horde/base v6.0.0alpha15

Ralf Lang ralf.lang at gmail.com
Thu Jun 26 05:37:22 UTC 2025


Am 26.06.2025 um 00:26 schrieb Brent:
>  Ok, that seems to be working for me. I no longer need to have the 
> "if" statement when a variable was being declared twice! So, that's 
> great! I just did:
>
> $ composer update
>
> $ composer require horde/horde-installer-plugin "^3 || dev-FRAMEWORK_6_0"
>
> $ composer horde:reconfigure --force
>
> Should we be using the 3.0.3 installer or keep the 2.7 one?
>
Use 3.x unless you see any issue you don't have with 2.x.
> Two issues (have been this way for a while)
>
> 1)  I still don't know where "start_year" gets assigned? For my 
> Contacts, it only shows from current year to 10 years out (2025 to 
> 2035). I can't set anything earlier as it isn't in the dropdown. My 
> "fix" is to hack 
> <install-dir>/vendor/horde/core/lib/Horde/Core/Ui/VarRenderer/Html.php 
> and change line 579.
>
> Orig 579:
> for ($i = $var->type->getProperty('start_year'); $i <= 
> $var->type->getProperty('end_year'); $i++) { */
>
> Changed to:
> for ($i = 1900; $i <= $var->type->getProperty('end_year'); $i++) {
>
Please follow/subscribe https://github.com/horde/Core/issues/26


> 2) Also in contacts (turba), it no longer shows the Photo of the 
> person in the contact view. No errors. I DO see a tiny thumbnail in 
> the calendar app for their birthday, but I can't see the larger photo 
> any longer. This broke a few releases ago, not exactly sure when.
>
Please follow/subscribe  https://github.com/horde/turba/issues/16

Thank you for reporting.




More information about the horde mailing list