[Evergreen-dev] 3.13-beta released

Linda Jansová linda.jansova at gmail.com
Wed May 22 14:05:43 EDT 2024


Thank you very much, Blake!

Linda

On 5/22/24 16:45, Blake Graham-Henderson via Evergreen-dev wrote:
> Linda,
>
> Here are the blocks from eg_vhost.conf that makes the magic:
>
>     # If you enable two or more locales, then users will be able to
>     # select their preferred locale from a locale picker in the 
> Bootstrap OPAC.
>     #
>     PerlAddVar OILSWebLocale "en_us"
>     PerlAddVar OILSWebLocale 
> "/openils/var/data/locale/bootstrap-opac/messages.en.po"
>     PerlAddVar OILSWebLocale "cs_cz"
>     PerlAddVar OILSWebLocale 
> "/openils/var/data/locale/bootstrap-opac/cs-CZ.po"
>     PerlAddVar OILSWebLocale "fr_ca"
>     PerlAddVar OILSWebLocale 
> "/openils/var/data/locale/bootstrap-opac/fr-CA.po"
>
>
> and another section:
>
>
> <LocationMatch /eg/staff/>
>     Options -MultiViews
>     PerlSetVar OILSWebStopAtIndex "true"
>
>     RewriteCond %{HTTPS} off
>     RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [NE,R,L]
>
>     # sample staff-specific translation files
> PerlAddVar OILSWebLocale "fr_ca"
> PerlAddVar OILSWebLocale "/openils/var/data/locale/staff/fr-CA.po"
> PerlAddVar OILSWebLocale "cs_cz"
> PerlAddVar OILSWebLocale "/openils/var/data/locale/staff/cs-CZ.po"
> PerlAddVar OILSWebLocale "ar_jo"
> PerlAddVar OILSWebLocale "/openils/var/data/locale/staff/ar-JO.po"
> PerlAddVar OILSWebLocale "es_es"
> PerlAddVar OILSWebLocale "/openils/var/data/locale/staff/es-ES.po"
>     #PerlAddVar OILSWebLocale "en_ca"
>     #PerlAddVar OILSWebLocale "/openils/var/data/locale/staff/en-CA.po"
>     #PerlAddVar OILSWebLocale "fr_ca"
>     #PerlAddVar OILSWebLocale "/openils/var/data/locale/staff/fr-CA.po"
> </LocationMatch>
>
>
> -Blake-
> Conducting Magic
> Will consume any data format
> MOBIUS
> On 5/22/2024 6:04 AM, Cerninakova Eva via Evergreen-dev wrote:
>> *Many thanks to Blake* for getting the beta Evergreen server up (and 
>> also for having locales enabled). I'm working my way through new 
>> translation strings these days, and I can tell that having not only 
>> the source code available, but also an installation of the up-to-date 
>> Evergreen version is a huge help.  By the way, thanks to all who 
>> added comments to the translation strings, which helps a lot as well!
>>
>> I must also say I'm very happy with the localization shift that's 
>> clearly visible on Blake's test server. Although there are still a 
>> few issues that we are continually struggling with (e.g. 
>> https://bugs.launchpad.net/evergreen/+bug/2033081 or 
>> https://bugs.launchpad.net/evergreen/+bug/2042915 and some more), a 
>> really large number of issues have been solved recently, which is 
>> very optimistic and a great help for us. *A big thanks to everyone 
>> involved!
>> *
>> *
>> *
>> Eva*
>> *
>>
>> st 22. 5. 2024 v 8:36 odesílatel Linda Jansová via Evergreen-dev 
>> <evergreen-dev at list.evergreen-ils.org> napsal:
>>
>>     By the way, could you share which Apache settings you had to
>>     change to make it work as expected?
>>
>>     It could be something we might also encounter and struggle with...
>>
>>     Linda
>>
>>     On 5/22/24 06:44, Linda Jansová wrote:
>>>     Dear Blake,
>>>
>>>     It looks fine now :-)!
>>>
>>>     Thank you for figuring it out!
>>>
>>>     Linda
>>>
>>>     On 5/21/24 21:32, Blake Graham-Henderson wrote:
>>>>     Linda,
>>>>
>>>>     Sorry for the delay. I believe I found the offending apache
>>>>     settings. Please test again.
>>>>     -Blake-
>>>>     Conducting Magic
>>>>     Will consume any data format
>>>>     MOBIUS
>>>>
>>>>     On 5/18/2024 3:35 PM, Linda Jansová wrote:
>>>>>     That would of course be just fine - thank you, Blake!
>>>>>
>>>>>     Linda
>>>>>
>>>>>     On 5/18/24 21:14, Blake Graham-Henderson wrote:
>>>>>>     Linda,
>>>>>>
>>>>>>     I won't be able to look at it in-depth until Monday.
>>>>>>     -Blake-
>>>>>>     Conducting Magic
>>>>>>     Will consume any data format
>>>>>>     MOBIUS
>>>>>>
>>>>>>     On 5/18/2024 1:12 PM, Linda Jansová wrote:
>>>>>>>     Just a quick check - is everything Czech-related ;-) which
>>>>>>>     should be switched on really switched on?
>>>>>>>
>>>>>>>     The OPAC seems to be a bit undecided - it is half Czech and
>>>>>>>     half English when Czech is selected (as can be seen in the
>>>>>>>     attached screenshot).
>>>>>>>
>>>>>>>     Also, now it seems that after a couple selections are made
>>>>>>>     in the language menu (I mean in the OPAC's footer), the
>>>>>>>     language menu completely disappears and remains missing even
>>>>>>>     after a page reload.
>>>>>>>
>>>>>>>     Linda
>>>>>>>
>>>>>>>     On 5/18/24 18:59, Linda Jansová wrote:
>>>>>>>>     Thank you, Blake! We appreciate it very much!
>>>>>>>>
>>>>>>>>     Linda
>>>>>>>>
>>>>>>>>     On 5/18/24 18:26, Blake Graham-Henderson wrote:
>>>>>>>>>     Linda,
>>>>>>>>>
>>>>>>>>>     Sorry to make you ask for it every time! It's enabled now.
>>>>>>>>>     -Blake-
>>>>>>>>>     Conducting Magic
>>>>>>>>>     Will consume any data format
>>>>>>>>>     MOBIUS
>>>>>>>>>
>>>>>>>>>     On 5/18/2024 1:39 AM, Linda Jansová wrote:
>>>>>>>>>>     Hi Blake,
>>>>>>>>>>
>>>>>>>>>>     That is awesome, thank you!
>>>>>>>>>>
>>>>>>>>>>     Do you think you could also enable more languages (like
>>>>>>>>>>     Czech ;-) both in the OPAC and in the staff client?
>>>>>>>>>>
>>>>>>>>>>     It would be tremendously helpful for us to be able to
>>>>>>>>>>     compare the language versions :-)!
>>>>>>>>>>
>>>>>>>>>>     Thank you!
>>>>>>>>>>
>>>>>>>>>>     Linda
>>>>>>>>>>
>>>>>>>>>>     On 5/17/24 23:31, Blake Graham-Henderson via
>>>>>>>>>>     Evergreen-dev wrote:
>>>>>>>>>>>     All,
>>>>>>>>>>>
>>>>>>>>>>>     For a little while at least, I've setup a server running
>>>>>>>>>>>     the beta tarball:
>>>>>>>>>>>
>>>>>>>>>>>     https://bugsquash2.mobiusconsortium.org
>>>>>>>>>>>
>>>>>>>>>>>     If anyone wants to skip the setup part and test the
>>>>>>>>>>>     various things (all together now!).
>>>>>>>>>>>     -Blake-
>>>>>>>>>>>     Conducting Magic
>>>>>>>>>>>     Will consume any data format
>>>>>>>>>>>     MOBIUS
>>>>>>>>>>>
>>>>>>>>>>>     On 5/16/2024 9:45 AM, Andrea Buntz Neiman via
>>>>>>>>>>>     Evergreen-dev wrote:
>>>>>>>>>>>>     Hi all,
>>>>>>>>>>>>
>>>>>>>>>>>>     On behalf of the release team, I'm delighted to
>>>>>>>>>>>>     announce the release of 3.13-beta.
>>>>>>>>>>>>
>>>>>>>>>>>>     There are so many great features in this release,
>>>>>>>>>>>>     representing the work of dozens of community members!
>>>>>>>>>>>>
>>>>>>>>>>>>     Please see the release announcement here for more
>>>>>>>>>>>>     information:
>>>>>>>>>>>>
>>>>>>>>>>>>     https://evergreen-ils.org/evergreen-3-13-beta-released/
>>>>>>>>>>>>
>>>>>>>>>>>>     The 3.13 release team,
>>>>>>>>>>>>
>>>>>>>>>>>>     Bill Erickson (King County Library System)
>>>>>>>>>>>>     Blake Graham-Henderson (MOBIUS)
>>>>>>>>>>>>     Stephanie Leary (Equinox Open Library Initiative)
>>>>>>>>>>>>     Shula Link (Greater Clarks Hill Regional Library)
>>>>>>>>>>>>     Andrea Buntz Neiman (Equinox Open Library Initiative)
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>     -- 
>>>>>>>>>>>>     Andrea Buntz Neiman, MLS
>>>>>>>>>>>>     Project Manager for Software Development | Product
>>>>>>>>>>>>     Specialist
>>>>>>>>>>>>     Equinox Open Library Initiative
>>>>>>>>>>>>     abneiman at equinoxOLI.org <mailto:abneiman at equinoxoli.org>
>>>>>>>>>>>>     1-877-OPEN-ILS (673-6457)
>>>>>>>>>>>>     Direct: 770-709-5583
>>>>>>>>>>>>     _https://www.equinoxOLI.org/ <https://www.equinoxOLI.org/>_
>>>>>>>>>>>>
>>>>>>>>>>>>     _______________________________________________
>>>>>>>>>>>>     Evergreen-dev mailing list
>>>>>>>>>>>>     Evergreen-dev at list.evergreen-ils.org
>>>>>>>>>>>>     http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-dev
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>     _______________________________________________
>>>>>>>>>>>     Evergreen-dev mailing list
>>>>>>>>>>>     Evergreen-dev at list.evergreen-ils.org
>>>>>>>>>>>     http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-dev
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>
>>     _______________________________________________
>>     Evergreen-dev mailing list
>>     Evergreen-dev at list.evergreen-ils.org
>>     http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-dev
>>
>>
>> _______________________________________________
>> Evergreen-dev mailing list
>> Evergreen-dev at list.evergreen-ils.org
>> http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-dev
>
>
> _______________________________________________
> Evergreen-dev mailing list
> Evergreen-dev at list.evergreen-ils.org
> http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.evergreen-ils.org/pipermail/evergreen-dev/attachments/20240522/3b594e48/attachment-0001.htm>


More information about the Evergreen-dev mailing list