Keith Carangelo
9d99925615
Updated to pass codesniffer
2022-03-31 16:01:55 -04:00
Keith Carangelo
6ecc4745f4
Fix Github #1844 - Monthly views previous/next month links during month
...
end. Avoid deprecated strftime function. Got tests to pass in PHP 8.1.
2022-03-31 15:42:25 -04:00
ArthurHoaro
830a73dcf6
Coding style: manually fix remaining errors in tests after PHPCBF
...
Related to #95
2021-04-05 11:00:28 +02:00
ArthurHoaro
0681511699
Coding style: Apply automatic PHPCBF to tests forlder (PSR12)
...
Related to #95
2021-04-05 09:39:34 +02:00
ArthurHoaro
f00600a283
Daily RSS Cache: invalidate cache base on the date
...
Currently the cache is only invalidated when the datastore changes, while it should rely on selected period of time.
Fixes #1659
2020-12-17 15:48:03 +01:00
ArthurHoaro
2883c6d0a7
Daily RSS - Remove relative description (today, yesterday)
...
It is not useful for the RSS feed, as every new entry will be 'yesterday', and it requires an update the next day.
2020-11-15 12:05:08 +01:00
ArthurHoaro
b862705947
UT: fix formatting issue when the current day has a single digit
2020-11-02 19:32:48 +01:00
ArthurHoaro
36e6d88dbf
Feature: add weekly and monthly view/RSS feed for daily page
...
- Heavy refactoring of DailyController
- Add a banner like in tag cloud to display monthly and weekly links
- Translations: t() now supports variables with optional first letter
uppercase
Fixes #160
2020-10-27 19:45:02 +01:00