]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Feature: add weekly and monthly view/RSS feed for daily page
authorArthurHoaro <arthur@hoa.ro>
Fri, 16 Oct 2020 09:50:53 +0000 (11:50 +0200)
committerArthurHoaro <arthur@hoa.ro>
Tue, 27 Oct 2020 18:45:02 +0000 (19:45 +0100)
commit36e6d88dbfd753665224664d5214f39ccfbbf6a5
tree7a4a8a7ec50d571d0de554cd80bb74750ae24569
parentc2cd15dac2bfaebe6d32f7649fbdedc07400fa08
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
application/Utils.php
application/bookmark/BookmarkFileService.php
application/bookmark/BookmarkServiceInterface.php
application/front/controller/visitor/DailyController.php
application/helper/DailyPageHelper.php [new file with mode: 0644]
inc/languages/fr/LC_MESSAGES/shaarli.po
tests/bookmark/BookmarkFileServiceTest.php
tests/front/controller/visitor/DailyControllerTest.php
tests/helper/DailyPageHelperTest.php [new file with mode: 0644]
tpl/default/daily.html
tpl/default/dailyrss.html