]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Version 0.0.31 beta:
authorSeb Sauvage <sebsauvage@sebsauvage.net>
Thu, 24 Nov 2011 15:10:00 +0000 (16:10 +0100)
committerEmilien Klein <emilien@klein.st>
Thu, 24 Nov 2011 15:10:00 +0000 (16:10 +0100)
commit5112a433897d4d6507982b64bb07333b774ddb3a
treefe5e7c8a94fa32eff60a8de4f2b999246576bec7
parentc4c9c4140d16e7e88ddc64c5c3b8fd6e17b74a05
Version 0.0.31 beta:
- Added: Support for TED Talks (ted.com/talks) thumbnails (patch by Emilien K.) [r26]
- Corrected: Better error handling in thumbnail generation (patch by Emilien K.) [r27]
- Added: partial patch by Idleman: Better design consistency, icon on private links. In-page popup was not included because it causes problem on some websites.
- Corrected: The top menu is no longer displayed in bookmarklet popup.
- Corrected: Bookmark which have the exact same date/time are now correctly imported. Most remaining import problem should be solved now.
- Added: Support for bookmark files without ADD_DATE attributes.
- Corrected: Comment in Shaarli export moved to beginning of file to prevent clash with last link description.
- Added: Logo is clickable.
- Added: user.css can be added to overload Shaarli base CSS.(patch by Jerrywham) Just put user.css in the same directory as shaarli.css. Example:
    #pageheader { background: blue; }
    Please note that Shaarli CSS are not stable and may completely change on each version.
- Changed: Edit and Delete buttons in link list were replaced with icons. (patch by Jerrywham)
images/delete_icon.png [new file with mode: 0644]
images/edit_icon.png [new file with mode: 0644]
images/private.png [new file with mode: 0644]
index.php
shaarli.css