]> git.immae.eu Git - github/shaarli/Shaarli.git/log
github/shaarli/Shaarli.git
11 years agoAdded option to disable jQuery and heavy javascript
Sebastien SAUVAGE [Fri, 1 Mar 2013 21:21:10 +0000 (22:21 +0100)] 
Added option to disable jQuery and heavy javascript

Shaarli uses light Javascript in its normal operation, and some jQuery
for some features (autocomplete in tags, QR-Code popup...).
jQuery can be slow on small computers. An option has been added in
configuration screen to disable javascript features which are hard on
CPU.
(Note that the Picture Wall is awfully heavy *without* jQuery.)

(Side note: A *LOT* of users want Shaarli to work without javasript at
all, if possible. That's why I try to use as few javascript as possible:
It keeps Shaarli pages fast.)

11 years agoURL source in cached RSS feeds.
Sebastien SAUVAGE [Fri, 1 Mar 2013 16:43:20 +0000 (17:43 +0100)] 
URL source in cached RSS feeds.

11 years agoSort tags
Sebastien SAUVAGE [Fri, 1 Mar 2013 16:09:52 +0000 (17:09 +0100)] 
Sort tags

11 years agoCorrected: "Nothing found" when logging out when only private links were displayed.
Sebastien SAUVAGE [Fri, 1 Mar 2013 15:57:34 +0000 (16:57 +0100)] 
Corrected: "Nothing found" when logging out when only private links were displayed.

This closes the issues https://github.com/sebsauvage/Shaarli/issues/25

11 years agoRSS patch for Thunderbird (and some RSS clients).
Sébastien SAUVAGE [Thu, 28 Feb 2013 13:48:11 +0000 (14:48 +0100)] 
RSS patch for Thunderbird (and some RSS clients).

In the RSS specifications, the "link" tags contains the URL to follow,
and the "guid" contains a unique identifier (which may or may not be an
URL).
RSS clients should always use "link" to follow the link (and most do),
but Thunderbird uses the "guid" if it find a valid URL inside (and only
falls back to "link" if "guid" is not an URL).

I have patched the RSS feed so that Thunderbird ignores the URL in guid.

11 years agoCheck that sessions work before installation.
Sébastien SAUVAGE [Thu, 28 Feb 2013 09:37:43 +0000 (10:37 +0100)] 
Check that sessions work before installation.

This is necessary because some hosts do not have a properly set
session.save_path parameter in php config, or do not have write access
to the directory.

11 years agoImproved token security
Sébastien SAUVAGE [Thu, 28 Feb 2013 08:19:00 +0000 (09:19 +0100)] 
Improved token security

...by adding salt. These token are used in form which act on data to
prevent CSRF attacks.
This closes issue https://github.com/sebsauvage/Shaarli/issues/24

11 years agoCorrected thumbnail creation.
Sebastien SAUVAGE [Wed, 27 Feb 2013 20:24:41 +0000 (21:24 +0100)] 
Corrected thumbnail creation.

Because some systems do not allow file overwriting when doing a
rename().

11 years agoPueril addition of the logo in Readme for GitHub master page.
Sébastien SAUVAGE [Wed, 27 Feb 2013 17:58:26 +0000 (18:58 +0100)] 
Pueril addition of the logo in Readme for GitHub master page.

11 years agoAfter clicking save/cancel on a link, scroll to the link itself.
Sébastien SAUVAGE [Wed, 27 Feb 2013 17:24:07 +0000 (18:24 +0100)] 
After clicking save/cancel on a link, scroll to the link itself.

11 years agoEdit/delete button on the left-side of links.
Sébastien SAUVAGE [Wed, 27 Feb 2013 16:46:45 +0000 (17:46 +0100)] 
Edit/delete button on the left-side of links.

https://github.com/sebsauvage/Shaarli/issues/5

11 years agoRemove script name from URL if it's index.php
Sébastien SAUVAGE [Wed, 27 Feb 2013 15:52:32 +0000 (16:52 +0100)] 
Remove script name from URL if it's index.php

(for better looking URLs, eg. http://mysite.com/shaarli/?abcde instead
of http://mysite.com/shaarli/index.php?abcde)

11 years agoLink in description & option to invert link/permalink.
Sébastien SAUVAGE [Wed, 27 Feb 2013 15:39:16 +0000 (16:39 +0100)] 
Link in description & option to invert link/permalink.

Patch for issue https://github.com/sebsauvage/Shaarli/issues/19

Now:
* The (perma)link is added at the bottom of description.
* If "permalinks" is added in URL parameters, link/permalinks will be
swapped.

eg.
* Normal link in title + permalink in description:
http://mysite.com/shaarli/?do=rss
* Permalink in title + normal link in description :
http://mysite.com/shaarli/?do=rss&permalinks

It works for the ATOM feed too.

(Happy ?   :-D  )

11 years agoSupport for magnet links in description.
Sébastien SAUVAGE [Wed, 27 Feb 2013 14:49:32 +0000 (15:49 +0100)] 
Support for magnet links in description.

11 years agoCorrected bug in cache purge.
Sébastien SAUVAGE [Tue, 26 Feb 2013 15:03:47 +0000 (16:03 +0100)] 
Corrected bug in cache purge.

11 years agoTypo correction.
Sébastien SAUVAGE [Tue, 26 Feb 2013 14:01:15 +0000 (15:01 +0100)] 
Typo correction.

11 years agoLogin problem correction
Sébastien SAUVAGE [Tue, 26 Feb 2013 13:47:47 +0000 (14:47 +0100)] 
Login problem correction

This corrects the session problem with some browsers when Shaarli is
hosted on a sub-domain. Please tell me if this corrects login problems
if you had one.

11 years agoAdded README.md
Sébastien SAUVAGE [Tue, 26 Feb 2013 13:30:28 +0000 (14:30 +0100)] 
Added README.md

11 years agoAdded .gitignore
Sébastien SAUVAGE [Tue, 26 Feb 2013 12:23:26 +0000 (13:23 +0100)] 
Added .gitignore

11 years agoInitial commit (version 0.0.40 beta) v0.0.40beta
Sébastien SAUVAGE [Tue, 26 Feb 2013 09:09:41 +0000 (10:09 +0100)] 
Initial commit (version 0.0.40 beta)