aboutsummaryrefslogtreecommitdiffhomepage
path: root/shaarli.css
Commit message (Collapse)AuthorAgeFilesLines
* Version 0.0.28 beta:Seb Sauvage2011-11-171-30/+203
| | | | | | | | | | | | | | | | - Changed: New Shaarli theme and logo by Idle (http://www.idleman.fr/blog/?p=469) - Changed: In picture wall, pictures point to Shaarli permalink instead of final URL. This way, users can read the description. - Corrected: In RSS/ATOM feeds, guid and link URL of permalinks are now proper absolute URLs. - Added: In RSS/ATOM feeds, URLs are now clickable. - Changed: http_parse_headers() function renamed to http_parse_headers_shaarli() to prevent name collision with some php extensions. - Corrected: Thumbnails removed for imgur.com/a/ URLs (Thumbnails are not available for albums on imgur). - Corrected: Shaarli now correctly only tries to get thumbnails for vimeo video URLs. - Corrected: A bug in imgur.com URLs handling would cause some thumbnails not to appear. This has been corrected. You should see more thumbnails now. - Added: Thumbnail support for youtu.be URLs (YouTube short url service). - Added: PubSubHub protocol support (from http://aldarone.fr/les-flux-rss-shaarli-et-pubsubhubbub/). Warning: This was not tested. You need to set your hub $ - Corrected: The search engine would not return a result if the word to search was the first in description. - Corrected: Extracted title is now correct if the page has two title html tags. - Added: RSS and ATOM feeds now also contain tags (in category tags, as per their respective specifications).
* Version 0.0.27 beta:Seb Sauvage2011-10-181-1/+23
| | | | - Added: Picture wall (which can be filtered too: It will use the same filters (tags,text search) as current page when clicked.)
* Version 0.0.25 beta:Seb Sauvage2011-10-131-10/+27
| | | | | | | | | | | | | | - Changed: Now thumbnails generated by Shaarli are croped to a height of 120 pixels. - Changed: YouTube thumbnails now use default.jpg instead of 2.jpg (This is usually more pertinent). - Changed: As per request, configuration options (such as HIDE_TIMESTAMPS, ENABLE_THUMBNAILS, etc.) can now be put in a an external file so that you do not have to tweak them again when you upgrade Shaarli. Just add the file data/options.php. - Corrected: Shaarli now supports newlines in titles (thanks to dixy). - Changed: If a single link is displayed, the page title contains the title of the link. - Changed: Shaarli page title is clickable (and has the same link as “Home”). - Added: Better CSS for printing (thanks to jerrywham suggestion) - Changed: A few CSS tweaks (thanks to maethor for suggestion) - Added: You can now use a redirector or anonymizing proxy for links (such as http://anonym.to/? to mask you HTTP_REFERER). Just go to Tools > Configure > Redirector. (thanks to Accent Grave for the suggestion) - Added: The option ENABLE_LOCALCACHE can be set to false for those who have a limited quota on their host. This will disable the local thumbnail cache. Services which require the use of the cache will have no thumbnails (vimeo, flickr, direct link to image). Other services will still have a thumbnail (youtube,imgur.com,dailymotion,imageshack.us). - Corrected: The link to the RSS feed in page header was not correct.
* Version 0.0.24 beta:Seb Sauvage2011-10-061-1/+6
| | | | | | | | | | - Corrected: Now thumnails also work for imgur gallery links (/gallery/…) (Thanks to Accent Grave for the correction) - Corrected: Removed useless debugging information in log. - Corrected: The filter in RSS/ATOM feed now works again properly (it was broken in 0.0.17 beta) - New: As per request, you can now post an entry without a link. (You can use Shaarli as a kind of “personal twitter”). - New: Each Shaarli entry now has a short link (just click on the date of a link). Now you can send a link that points to a single entry in your Shaarli. - New: In descriptions, URLs are now clickable. - New: Thumbnails will be generated for all link pointing to .jpg/png/gif (as long as the images are less than 4 Mb and take less than 30 seconds to download).
* Version 0.0.21 beta:Seb Sauvage2011-09-271-1/+8
| | | | | - New: Thumbnails for some services (currently supports: YouTube.com, dailymotion.com, vimeo.com (slow!) and imgur.com). Thumbnails are enabled by default, but you can turn them off (set define('ENABLE_THUMBNAILS',true); to false.) - Changed: Removed the focus on the searchbox (this is cumbersome when you want to browse pages and scroll with the keyboard).
* Version 0.0.18 beta:Seb Sauvage2011-09-261-0/+2
| | | | | | | - Changed: Nicer timezone selection patch by killruana. - New: You can now configure the title of your page. - New: New screen to configure title and timezone. - Corrected: New lines now appear correctly in the RSS feed descriptions.
* Version 0.0.17 beta:Seb Sauvage2011-09-231-2/+5
| | | | | | | | | - New: Change password screen added (based on a patch by killruana). - New: Autocomplete in the tag search form. - New: You can rename or delete a tag in all links (very handy if you misspelled a tag or want to merge tags). - New: When you click the RSS feed, the feed will be filtered with the same filters as the page you were viewing. - Changed: CSS adjustments by jerrywham. - Changed: Minor corrections.
* Version 0.0.16 beta:Seb Sauvage2011-09-221-0/+3
| | | | | | | | - Replaced preg_match() with version_compare() to check php version. - Upgrade notification: If a new version of Shaarli is available, you will be notified by a discrete message in top-right corner. This message will only be visible if you are logged in, and the check will be performed at most once a day. - A static URL is available which points to the latest version: http://sebsauvage.net/files/shaarli.zip - Includes a patch by Emilien K. to mask dates if user is not logged in. The option can be activated by changing define('HIDE_TIMESTAMPS',false); to true. - Preliminary tag cloud (ugly for the moment, I need to find something better).
* Version 0.0.15 beta:Seb Sauvage2011-09-211-0/+63
- Bug corrected in import: HTML entities were not properly decoded. If you imported your Delicious/Diigo bookmarks, your should import them again an use the 'overwrite' option of the import feature. - Removed some parameters in URL added by some feed proxies (#xtor=RSS-…) - On free.fr, automatic creation of the /sessions directory. - CSS Stylesheet is now an external file (shaarli.css). This reduces page size and eases customization. - New in import: Option to overwrite existing links when importing. - Bug corrected: Prevented loop on login screen upon successful login after a failed login.