John R. D'Orazio
John R. D'Orazio
Currently, the `LitCalAllFestivities` endpoint only returns all possible liturgical events for the Universal Roman Calendar. We should allow this endoint to accept further parameters, so as to be able to...
Certain events loaded from national liturgical calendars require some logic to create the event conditionally based on whether it falls on a Sunday or Solemnity. This logic is currently hardcoded...
Perhaps we should do even more and better sanitization of GET / POST requests. For example using the [filter-input](https://www.php.net/manual/en/function.filter-input.php) function.
### What happened? Alls Souls falls on a Sunday in 2025 and takes precedence over the Thirty First Sunday of Ordinary Time. But the liturgical rank is not translated. It...
The current limit for dates within the range of the year 9999 is due to ISO8601's limit of a range between 0000-9999. However PHP does seem to have a way...
Issue #112 was taken care of by PRs #142 and #147 , and we now have full support for the different languages in a wider region. However we may need...
### Bug description When changing the icon either via the `class` or via the `data-icon` attribute on an svg, any `title` elements within the svg are lost. See also https://stackoverflow.com/questions/78459276/changing-fontawesome-icon-loses-the-title-element...
### Describe the problem Here's a use case: since starting to use machine translation with OpenAI, I have put a cap / limit on monthly usage in the OpenAI platform...
fix dynamic properties warnings for PHP >= 8.2