]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Version 0.0.37 beta
authorSeb Sauvage <sebsauvage@sebsauvage.net>
Wed, 1 Feb 2012 22:07:32 +0000 (23:07 +0100)
committerEmilien Klein <emilien@klein.st>
Wed, 1 Feb 2012 22:07:32 +0000 (23:07 +0100)
commita22e60cc0abb0547af8d792dec15f59bf77b5630
tree826845d8d5d46d6a4d1096c57c2bddd07ae40071
parent96bc4efe9ea9ed513d1ec06e0823847d5eebe82f
Version 0.0.37 beta
- Added: Basic CSS for mobiles, which makes Shaarli much more usable on mobile devices.
- Added: Picture wall no more instantly kills your browser. Now it uses lazy image loading [0]: The picture are loaded only as you scroll the page. This will reduce browser memory usage (especially on mobile devices) and will reduce server load. If you have javascript disabled, the page will still work as before (all images loaded at once).
- Added: RSS feed for the “Daily” page. 1 RSS entry per day, with all links of that day. RSS feed provides the last 7 days (only non-empty days are returned).
- Added: In link list, added an icon to see only private links. Click to toggle (only private / all).

[0] http://www.appelsiini.net/projects/lazyload
12 files changed:
images/feed-icon-14x14.png [new file with mode: 0644]
images/private_16x16.png [new file with mode: 0644]
inc/jquery.lazyload.min.js [new file with mode: 0644]
inc/shaarli.css
index.php
tpl/daily.html
tpl/dailyrss.html [new file with mode: 0644]
tpl/includes.html
tpl/linklist.html
tpl/linklist.paging.html
tpl/page.header.html
tpl/picwall.html