camper/pkg
jordi fita mas bd124581cc Handle null strings in I18nInput.FillArray
Until now i always had the translations be empty strings if some columns
did not have the full translation, but this is going too far on the
non-NULL policy: surely they have a translations, but we do not know it
yet; this is the exact type of situations NULL values are for.

Besides the philosophical distinction, having empty strings instead of
NULLs is less practical, because i no longer can user coalesce() to
retrieve the default language text in case the translation for that
particular field is not available, even if the row for a locale exists.

In time i will change all _i18n relations, but for now only these from
campsite follow the “new policy”.
2024-01-26 22:31:11 +01:00
..
app Add “part” of the bookings’ management 2024-01-18 21:05:30 +01:00
auth Add VAT and tourist tax information 2024-01-15 01:45:58 +01:00
booking Fix SQL to get list of all accommodation options for booking form 2024-01-22 03:24:53 +01:00
build Add the application’s version to the footer 2024-01-21 20:50:16 +01:00
campsite Add public pages for each individual accommodation 2024-01-26 22:27:54 +01:00
carousel Fix translation of carousel slides when changing media ID 2024-01-22 21:03:00 +01:00
company Add VAT and tourist tax information 2024-01-15 01:45:58 +01:00
database Add public pages for each individual accommodation 2024-01-26 22:27:54 +01:00
form Handle null strings in I18nInput.FillArray 2024-01-26 22:31:11 +01:00
hex Add cover media to campsite types 2023-09-10 03:04:18 +02:00
home Make the slogan user-editable and translatable 2024-01-23 11:52:39 +01:00
http Add the language switched to the public layout 2023-08-06 05:53:52 +02:00
legal Do not translate legal to the default language 2024-01-12 19:57:11 +01:00
locale Replace L10nInput with I18nInput in service 2024-01-12 21:06:12 +01:00
location Add missing MethodPut to location/admin.gohtml’s MethodNotAllowed 2024-01-23 11:31:34 +01:00
media Allow updating images in CKEditor-“powered” textarea 2024-01-16 01:26:35 +01:00
redsys Implement Redsys request signature in PostgreSQL 2023-10-27 01:52:04 +02:00
season Remove now-unused locales field from admin handlers 2024-01-16 01:26:35 +01:00
services Add a Go function for delete_service SQL function 2024-01-16 18:12:38 +01:00
surroundings Add ad management for surroundings 2024-01-23 14:53:15 +01:00
template Add the application’s version to the footer 2024-01-21 20:50:16 +01:00
user User and login attempt pages only accept GET 2024-01-18 19:34:58 +01:00
uuid Add cover media to campsite types 2023-09-10 03:04:18 +02:00