]> git.immae.eu Git - github/shaarli/Shaarli.git/log
github/shaarli/Shaarli.git
8 years agofix login desktop 230/head
nda [Fri, 19 Jun 2015 20:42:16 +0000 (17:42 -0300)] 
fix login desktop

8 years agologin enhance for mobile
nda [Fri, 19 Jun 2015 20:37:38 +0000 (17:37 -0300)] 
login enhance for mobile

8 years agosplit annoyingpatterns list on multpile lines, add new patterns for removal:
nodiscc [Wed, 3 Jun 2015 13:54:30 +0000 (15:54 +0200)] 
split annoyingpatterns list on multpile lines, add new patterns for removal:
 * utm_content=
 * fb=
 * xtor=

closes https://github.com/shaarli/Shaarli/issues/136

8 years agoMerge branch 'really-hide' of https://github.com/pikzen/Shaarli into next
nodiscc [Fri, 22 May 2015 19:07:00 +0000 (21:07 +0200)] 
Merge branch 'really-hide' of https://github.com/pikzen/Shaarli into next

8 years agoMerge remote-tracking branch 'Marsup/firefox-social' into next
nodiscc [Fri, 22 May 2015 19:04:36 +0000 (21:04 +0200)] 
Merge remote-tracking branch 'Marsup/firefox-social' into next

8 years agoAdd Firefox Social API to the tools. Fixes #101. 213/head
Marsup [Mon, 11 May 2015 16:42:54 +0000 (16:42 +0000)] 
Add Firefox Social API to the tools. Fixes #101.

9 years agoProperly hide all links 214/head
feula [Mon, 11 May 2015 17:55:59 +0000 (19:55 +0200)] 
Properly hide all links

>searchtags

9 years agoDisplay date as today if no articles published 210/head
Jonathan Druart [Fri, 8 May 2015 10:38:01 +0000 (11:38 +0100)] 
Display date as today if no articles published

On "The Daily Shaarli" page (index.php?do=daily), the date is "Tuesday
30, November 1999" if no articles have been published/shared.

This patch checks the parameter ($linkdate) before the mktime call to
prevent and generate the "day 0" string.
mktime(0,0,0,0,0,0) returns 943916400 (hum?)

9 years agodoc: add demo to README
nodiscc [Mon, 20 Apr 2015 12:36:25 +0000 (14:36 +0200)] 
doc: add demo to README
fixes https://github.com/shaarli/Shaarli/issues/198

9 years agochange wording and variable names for "Hide public links" feature
nodiscc [Fri, 10 Apr 2015 18:52:12 +0000 (20:52 +0200)] 
change wording and variable names for "Hide public links" feature

9 years agoMerge remote-tracking branch 'pikzen/disable-public' into next
nodiscc [Fri, 10 Apr 2015 18:30:33 +0000 (20:30 +0200)] 
Merge remote-tracking branch 'pikzen/disable-public' into next

9 years agoMerge remote-tracking branch 'ArthurHoaro/localecharset' into next
nodiscc [Fri, 10 Apr 2015 18:30:15 +0000 (20:30 +0200)] 
Merge remote-tracking branch 'ArthurHoaro/localecharset' into next

9 years agoMerge branch 'pandoc' into next
nodiscc [Fri, 10 Apr 2015 18:28:51 +0000 (20:28 +0200)] 
Merge branch 'pandoc' into next

9 years agoMerge commit '326ae54' into next
nodiscc [Fri, 10 Apr 2015 18:28:24 +0000 (20:28 +0200)] 
Merge commit '326ae54' into next

9 years agoAllow disabling all public links, fixes #188 197/head
feula [Thu, 9 Apr 2015 16:13:11 +0000 (18:13 +0200)] 
Allow disabling all public links, fixes #188

9 years ago#193 add UTF8 by default to autoLocale 195/head
ArthurHoaro [Wed, 8 Apr 2015 04:53:34 +0000 (06:53 +0200)] 
#193 add UTF8 by default to autoLocale

9 years agodoc: remove old mdwiki index.html 191/head
nodiscc [Sun, 5 Apr 2015 20:41:40 +0000 (22:41 +0200)] 
doc: remove old mdwiki index.html

9 years agodoc: point footer link to local html documentation
nodiscc [Sun, 5 Apr 2015 20:39:34 +0000 (22:39 +0200)] 
doc: point footer link to local html documentation

9 years agodoc: sync doc/github-markdown.css from wiki
nodiscc [Sun, 5 Apr 2015 20:38:57 +0000 (22:38 +0200)] 
doc: sync doc/github-markdown.css from wiki

9 years agoadd local HTML documentation
nodiscc [Sun, 5 Apr 2015 20:37:15 +0000 (22:37 +0200)] 
add local HTML documentation
generated with 'make htmldoc'

9 years agouse pandoc to generate local HTML documentation
nodiscc [Sun, 5 Apr 2015 20:35:01 +0000 (22:35 +0200)] 
use pandoc to generate local HTML documentation
fixes https://github.com/shaarli/Shaarli/issues/178
run 'make htmldoc'

9 years agodoc: update documentation (sync from wiki)
nodiscc [Sun, 5 Apr 2015 20:18:04 +0000 (22:18 +0200)] 
doc: update documentation (sync from wiki)

9 years agocleanup: makefile comments
nodiscc [Sun, 5 Apr 2015 20:16:17 +0000 (22:16 +0200)] 
cleanup: makefile comments

9 years agoFixes autoLocale function by trying several way to find a correct one.
ArthurHoaro [Thu, 12 Mar 2015 20:43:21 +0000 (21:43 +0100)] 
Fixes autoLocale function by trying several way to find a correct one.
Fix https://github.com/shaarli/Shaarli/issues/184

9 years agoFix missing permalink title when logged in 190/head
dimtion [Sun, 5 Apr 2015 16:18:15 +0000 (18:18 +0200)] 
Fix missing permalink title when logged in

9 years agoMerge pull request #183 from pikzen/fix-absolute-urls
nodiscc [Wed, 1 Apr 2015 09:56:42 +0000 (11:56 +0200)] 
Merge pull request #183 from pikzen/fix-absolute-urls

Display notes as absolute URLs (for real)

9 years agoDisplay notes as absolute URLs 183/head
Florian Eula [Wed, 1 Apr 2015 09:47:04 +0000 (11:47 +0200)] 
Display notes as absolute URLs

9 years agoFix bad merge commit
ArthurHoaro [Thu, 12 Mar 2015 20:57:19 +0000 (21:57 +0100)] 
Fix bad merge commit
Define date format in templates instead of index.php.

Conflicts:
index.php
tpl/dailyrss.html

9 years agoupdate doc
nodiscc [Tue, 31 Mar 2015 18:21:21 +0000 (20:21 +0200)] 
update doc

9 years agoDisplay notes as absolute urls
pikzen [Tue, 31 Mar 2015 18:14:49 +0000 (20:14 +0200)] 
Display notes as absolute urls
Fixes https://github.com/shaarli/Shaarli/issues/177
Merge commit '3ea318dad05954e2043d5bb2f8572b103d7c3930' into notes-absolute-url
Conflicts:
index.php

9 years agoFix php error in daily RSS
nodiscc [Tue, 31 Mar 2015 18:02:50 +0000 (20:02 +0200)] 
Fix php error in daily RSS

    Use of undefined constant htmlspecialchars - assumed 'htmlspecialchars' in /var/www/links/tmp/dailyrss.*
    Thanks @alexisju in https://github.com/shaarli/Shaarli/commit/bec18701801cc140d760c261dd115fda1507a0dd

9 years agoFixes autoLocale function by trying several way to find a correct one.
ArthurHoaro [Thu, 12 Mar 2015 20:43:21 +0000 (21:43 +0100)] 
Fixes autoLocale function by trying several way to find a correct one.

9 years agoDefine date format in templates instead of index.php.
ArthurHoaro [Thu, 12 Mar 2015 20:57:19 +0000 (21:57 +0100)] 
Define date format in templates instead of index.php.

9 years agoDisplay notes as absolute urls. 180/head
feula [Sun, 29 Mar 2015 15:31:34 +0000 (17:31 +0200)] 
Display notes as absolute urls.

The deletion is related to Windows not handling quotes in filenames, see
 #179. It shouldn't delete the real file. Probably. Check it out.

9 years agobump version to 0.0.45beta v0.0.45beta
nodiscc [Mon, 16 Mar 2015 15:17:31 +0000 (16:17 +0100)] 
bump version to 0.0.45beta

9 years agorestore normal font size for the "Add link" input field
nodiscc [Mon, 16 Mar 2015 15:16:03 +0000 (16:16 +0100)] 
restore normal font size for the "Add link" input field
 * Fixes second part of #172

9 years agoRevert to non-unicode characters for search buttons
nodiscc [Mon, 16 Mar 2015 15:13:04 +0000 (16:13 +0100)] 
Revert to non-unicode characters for search buttons
 * Fixes #172

9 years agoMerge branch 'picwall-direct-link' into next v0.0.44beta
nodiscc [Sun, 15 Mar 2015 13:24:51 +0000 (14:24 +0100)] 
Merge branch 'picwall-direct-link' into next

9 years agobump version to 0.0.44beta
nodiscc [Sun, 15 Mar 2015 13:23:25 +0000 (14:23 +0100)] 
bump version to 0.0.44beta

9 years agoMerge branch 'cleaner-searchfields' into next
nodiscc [Sun, 15 Mar 2015 13:22:14 +0000 (14:22 +0100)] 
Merge branch 'cleaner-searchfields' into next

9 years agoMerge remote-tracking branch 'ArthurHoaro/autocomplete' into next
nodiscc [Sun, 15 Mar 2015 13:21:59 +0000 (14:21 +0100)] 
Merge remote-tracking branch 'ArthurHoaro/autocomplete' into next

9 years agoMerge branch 'include-doc' into next
nodiscc [Sun, 15 Mar 2015 13:21:33 +0000 (14:21 +0100)] 
Merge branch 'include-doc' into next

9 years agoInclude documentation/wiki locally: 152/head
nodiscc [Sat, 7 Mar 2015 13:50:31 +0000 (14:50 +0100)] 
Include documentation/wiki locally:
 * sync current wiki (https://github.com/shaarli/Shaarli/wiki) to the doc/ directory
 * fix missing logo in README
 * add link to local documentation in the page footer
 * add Makefile targets for doc generation by @virtualtam

9 years agoadd placeholder text for search fields, change button text to magnifying glass unicod... 167/head
nodiscc [Thu, 12 Mar 2015 14:27:55 +0000 (15:27 +0100)] 
add placeholder text for search fields, change button text to magnifying glass unicode symbol

9 years agoUse awesomplete as autocomplete lib and remove jQuery - shaarli/Shaarli#148 165/head
ArthurHoaro [Fri, 6 Mar 2015 20:29:56 +0000 (21:29 +0100)] 
Use awesomplete as autocomplete lib and remove jQuery - shaarli/Shaarli#148

  * Add awesomplete dependancy (source + min + CSS)
  * Remove jQuery and jQuery-UI dependancy
  * Few CSS ajustements
  * Use tags complete list as RainTPL var (and display it as HTML)
  * Remove "disable jQuery" feature
  * Remove tag list web service

9 years agotheme: decrease border-radius to 3px everywhere 162/head
nodiscc [Thu, 12 Mar 2015 13:38:08 +0000 (14:38 +0100)] 
theme: decrease border-radius to 3px everywhere

9 years agoupdate COPYING
nodiscc [Thu, 12 Mar 2015 12:19:03 +0000 (13:19 +0100)] 
update COPYING

9 years agopicwall: link directly to the target URL (not the permalink) 156/head
nodiscc [Sat, 7 Mar 2015 23:53:05 +0000 (00:53 +0100)] 
picwall: link directly to the target URL (not the permalink)

9 years agoadded menu div and cleaned up code
MiloÅ¡ Jovanović [Tue, 10 Mar 2015 23:13:23 +0000 (18:13 -0500)] 
added menu div and cleaned up code

9 years agoFix menu dynamic resize, padding, private icon pixelation
MiloÅ¡ Jovanović [Tue, 10 Mar 2015 19:44:51 +0000 (14:44 -0500)] 
Fix menu dynamic resize, padding, private icon pixelation

9 years agoMerge pull request #119 from ArthurHoaro/js-link
nodiscc [Wed, 11 Mar 2015 18:17:13 +0000 (19:17 +0100)] 
Merge pull request #119 from ArthurHoaro/js-link

allow 'javascript:' links sharing (bookmarklets)

9 years agoMerge pull request #151 from nodiscc/addnote-button
nodiscc [Sat, 7 Mar 2015 13:11:49 +0000 (14:11 +0100)] 
Merge pull request #151 from nodiscc/addnote-button

tools dialog: add a 'Add Note' bookmarklet to immediatly open a note (text post) compose window

9 years agotools dialog: add a 'Add Note' bookmarklet to immediatly open a note (text post)... 151/head
nodiscc [Fri, 6 Mar 2015 21:50:30 +0000 (22:50 +0100)] 
tools dialog: add a 'Add Note' bookmarklet to immediatly open a note (text post) compose window
 * Fixes https://github.com/shaarli/Shaarli/issues/142
 * Fixes https://github.com/sebsauvage/Shaarli/issues/59

9 years agoMerge pull request #124 from virtualtam/static-analysis
nodiscc [Sat, 7 Mar 2015 00:19:06 +0000 (01:19 +0100)] 
Merge pull request #124 from virtualtam/static-analysis

Code quality: Makefile to run static code checkers

9 years agoCode quality: Makefile to run static code checkers 124/head
VirtualTam [Wed, 25 Feb 2015 21:08:50 +0000 (22:08 +0100)] 
Code quality: Makefile to run static code checkers

Relates to #71
Relates to #95

Additions:
- Makefile for easy usage,
- Composer file to declare dev & test dependencies.

Features:
- PHP Copy/Paste Detect: detect duplicate code;
- PHP Code Sniffer: static analysis, syntax checking,
- PHP Mess Detector: static analysis, syntax checking.

Signed-off-by: VirtualTam <virtualtam@flibidi.org>
9 years agofix broken URL for user.css
nodiscc [Thu, 5 Mar 2015 17:14:25 +0000 (18:14 +0100)] 
fix broken URL for user.css

9 years agofix broken CSS file URL introduced in 1f7f8ce067b278a4837364191513d04f7548cef9
nodiscc [Thu, 5 Mar 2015 12:54:00 +0000 (13:54 +0100)] 
fix broken CSS file URL introduced in 1f7f8ce067b278a4837364191513d04f7548cef9

9 years agoMerge pull request #140 from nodiscc/master
nodiscc [Thu, 5 Mar 2015 12:44:40 +0000 (13:44 +0100)] 
Merge pull request #140 from nodiscc/master

Various fixes

9 years agoadd bountysource.com badge 140/head
nodiscc [Wed, 4 Mar 2015 21:46:57 +0000 (22:46 +0100)] 
add bountysource.com badge
 * Bountysource is the funding platform for open-source software. Users can improve the open-source projects they love by creating/collecting bounties and pledging to fundraisers.
 * https://github.com/bountysource/frontend/wiki/Frequently-Asked-Questions

9 years agoRedirect to homepage after adding a link via "Add Link" dialog
nodiscc [Wed, 4 Mar 2015 18:09:01 +0000 (19:09 +0100)] 
Redirect to homepage after adding a link via "Add Link" dialog
 * Fixes https://github.com/shaarli/Shaarli/issues/115

9 years agoupdate README: add note about php-gd and git-based upgrade
nodiscc [Wed, 4 Mar 2015 18:08:02 +0000 (19:08 +0100)] 
update README: add note about php-gd and git-based upgrade

9 years agoremove duplicate license information, fixes https://github.com/shaarli/Shaarli/issues/135
nodiscc [Wed, 4 Mar 2015 07:39:22 +0000 (08:39 +0100)] 
remove duplicate license information, fixes https://github.com/shaarli/Shaarli/issues/135

9 years agocleanup: remove version number from CSS links
nodiscc [Tue, 3 Mar 2015 22:09:13 +0000 (23:09 +0100)] 
cleanup: remove version number from CSS links
 * fixes https://github.com/shaarli/Shaarli/issues/134

9 years agoMerge pull request #141 from nodiscc/cleanurl-filters
nodiscc [Thu, 5 Mar 2015 12:42:38 +0000 (13:42 +0100)] 
Merge pull request #141 from nodiscc/cleanurl-filters

Add URL cleaning filters + refactoring

9 years agoImprove URL cleaning: 141/head
nodiscc [Thu, 5 Mar 2015 12:40:43 +0000 (13:40 +0100)] 
Improve URL cleaning:
 * also remove action_type_map, action_ref_map and action_object maps params used by facebook

9 years agoImprove annoying URL parameters cleaning:
nodiscc [Thu, 5 Mar 2015 12:33:30 +0000 (13:33 +0100)] 
Improve annoying URL parameters cleaning:
 * Use regular expressions to avoid suplicating params depending on their position in the URL (&param=,?param=)
 * Only remove the relevant URL pattern and don't remove following params, fixes https://github.com/shaarli/Shaarli/issues/136
 * Credits to Marcus Rohrmoser (https://github.com/mro)

9 years agoMerge pull request #132 from ArthurHoaro/picwall
nodiscc [Wed, 4 Mar 2015 22:27:28 +0000 (23:27 +0100)] 
Merge pull request #132 from ArthurHoaro/picwall

Lazy load images with the light lib bLazy.js instead of jQuery

9 years agocleanup: refactor annoying URL patterns in a single loop
nodiscc [Wed, 4 Mar 2015 18:52:24 +0000 (19:52 +0100)] 
cleanup: refactor annoying URL patterns in a single loop
 * fixes https://github.com/shaarli/Shaarli/issues/133

9 years agoAdd some filters to clean URLs
Alexis J [Wed, 4 Mar 2015 17:02:47 +0000 (18:02 +0100)] 
Add some filters to clean URLs

9 years agoLazy load images with the light lib bLazy.js instead of jQuery: 132/head
ArthurHoaro [Sun, 1 Mar 2015 09:47:01 +0000 (10:47 +0100)] 
Lazy load images with the light lib bLazy.js instead of jQuery:

  * Remove jquery.lazyload lib
  * Add blazy lib
  * Add a bit of CSS animation
  * Delete unused picwall2 template

9 years agoMerge pull request #123 from nodiscc/dont-disclose-version
Emilien Klein [Wed, 25 Feb 2015 20:41:56 +0000 (21:41 +0100)] 
Merge pull request #123 from nodiscc/dont-disclose-version

Prevent visitors from reading shaarli version

9 years agoPrevent visitors from reading shaarli version 123/head
nodiscc [Wed, 25 Feb 2015 12:25:45 +0000 (13:25 +0100)] 
Prevent visitors from reading shaarli version
 * fixes https://github.com/shaarli/Shaarli/issues/122
 * the shaarli version is now in a php comment block, which prevents
   visitors from reading it when it is place on a PHP-enabled server, but
   still allows the update mechanism to read it from the source on github.

9 years agoMerge pull request #120 from ArthurHoaro/optionalupdate
Emilien Klein [Sat, 21 Feb 2015 13:45:48 +0000 (14:45 +0100)] 
Merge pull request #120 from ArthurHoaro/optionalupdate

shaarli/Shaarli#34: Make update check optional

9 years agoshaarli/Shaarli#34: Make update check optional 120/head
ArthurHoaro [Fri, 20 Feb 2015 21:28:10 +0000 (22:28 +0100)] 
shaarli/Shaarli#34: Make update check optional
  * Add a check box at installation (checked by default)
  * Add a check box in configuration page

9 years agoFixes shaarli/Shaarli#46: allow 'javascript:' links sharing 119/head
ArthurHoaro [Fri, 20 Feb 2015 20:46:21 +0000 (21:46 +0100)] 
Fixes shaarli/Shaarli#46: allow 'javascript:' links sharing

9 years agobump version to 0.0.43beta v0.0.43beta
nodiscc [Fri, 20 Feb 2015 18:41:53 +0000 (19:41 +0100)] 
bump version to 0.0.43beta

9 years agoMerge pull request #86 from pikzen/fix-cookies
nodiscc [Thu, 19 Feb 2015 15:23:43 +0000 (16:23 +0100)] 
Merge pull request #86 from pikzen/fix-cookies

Prevent shaarli from sending thousands of cookies.

9 years agoAdded Gitter badge (Fixes #116)
Emilien Klein [Thu, 19 Feb 2015 11:05:18 +0000 (12:05 +0100)] 
Added Gitter badge (Fixes #116)

9 years agoOnly verify login state at the beginning of the request. 86/head
Florian Eula [Thu, 25 Dec 2014 13:00:50 +0000 (14:00 +0100)] 
Only verify login state at the beginning of the request.

Moved login check into a function

9 years agoMerge pull request #114 from nodiscc/redirect-previous-search
nodiscc [Tue, 17 Feb 2015 20:13:35 +0000 (21:13 +0100)] 
Merge pull request #114 from nodiscc/redirect-previous-search

redirect to previous search (if any) when deleting a link

9 years agoredirect to previous search (if any) when deleting a link 114/head
feula [Sun, 15 Feb 2015 01:24:26 +0000 (02:24 +0100)] 
redirect to previous search (if any) when deleting a link
 * Fixes https://github.com/shaarli/Shaarli/issues/110

9 years agofix broken reset.css URL introduced in a6e0134
nodiscc [Tue, 17 Feb 2015 19:58:11 +0000 (20:58 +0100)] 
fix broken reset.css URL introduced in a6e0134

9 years agoMerge pull request #109 from nodiscc/version-check
nodiscc [Sat, 14 Feb 2015 12:49:36 +0000 (13:49 +0100)] 
Merge pull request #109 from nodiscc/version-check

Update README and Shaarli's footer

9 years agoFix missing authors and licenses in COPYING 109/head
nodiscc [Sat, 7 Feb 2015 19:19:27 +0000 (20:19 +0100)] 
Fix missing authors and licenses in COPYING
 * add idleman for original CSS
 * add yahoo inc. for CSS reset
 * split the main css code and the yahoo reset CSS in 2 files
 * add copyright information for RainTPL, add LGPL license

9 years agoUpdate README and Shaarli's footer
nodiscc [Wed, 17 Dec 2014 06:47:43 +0000 (07:47 +0100)] 
Update README and Shaarli's footer
 * remove version number display from main page
 * update project URL in footer, fixes https://github.com/shaarli/Shaarli/issues/89
 * update copyright notice in the footer
 * mention origins of the fork in README, fixes https://github.com/shaarli/Shaarli/issues/105
 * update License section in the README
 * remove screenshots as mediacru.sh is down

9 years agoMerge pull request #63 from pikzen/permaoptions
nodiscc [Sat, 7 Feb 2015 18:50:27 +0000 (19:50 +0100)] 
Merge pull request #63 from pikzen/permaoptions

New option ENABLE_RSS_PERMALINKS: choose whether the RSS item title link points directly to the link, or to the entry on Shaarli (permalink)

9 years agoFeature: enable/disable permalinks for RSS 63/head
Florian Eula [Fri, 21 Nov 2014 20:31:21 +0000 (21:31 +0100)] 
Feature: enable/disable permalinks for RSS
The option to see the shortlinks or permalinks has been added to the configuration panel. It is a simple checkbox
This option is disabled by default (meaning that shortlinks are the default)
Updated writeConfig() to save this option
Also fixed a slight typo in config.html.

Removed useless CSS & fixed a comment

Enabled permalinks for the ATOM feed and fixed the isPermaLink attribute for the <guid> tag

Reverted to default behavior and clarified its meaning
EnableRssPermalinks is an oddly behaving option: when enabled, it shows a
permalink in the description and a full link in the element title, and
swaps it around when disabled. This clarifies the option for end-users
Also, moved enable_rss_permalinks to $GLOBALS['config'] because it is a
config option.

fix indent

9 years agoMerge pull request #107 from pikzen/fix-copying
nodiscc [Tue, 27 Jan 2015 12:22:28 +0000 (13:22 +0100)] 
Merge pull request #107 from pikzen/fix-copying

Fix license info: reverted qr.js to GPL, add full GPLv3 and CC-BY licenses

9 years agoFixed license info, reverted qr.js to GPL 107/head
Florian Eula [Tue, 27 Jan 2015 11:17:56 +0000 (12:17 +0100)] 
Fixed license info, reverted qr.js to GPL

Added full GPLv3 and CC-BY license

I also accidentally declared qr.js as MIT and CC-BY, when it was GPLv3.
I don't even.

9 years agoMerge pull request #98 from ArthurHoaro/port
nodiscc [Mon, 26 Jan 2015 13:49:56 +0000 (14:49 +0100)] 
Merge pull request #98 from ArthurHoaro/port

Fix port/server config problems by using php SERVER_NAME instead of HTTP_HOST

9 years agoMerge pull request #99 from pikzen/license-version
nodiscc [Mon, 26 Jan 2015 12:41:06 +0000 (13:41 +0100)] 
Merge pull request #99 from pikzen/license-version

Versioned JS files & centralized licenses

9 years agoMerge pull request #100 from virtualtam/daily-timestamp
nodiscc [Mon, 26 Jan 2015 12:40:37 +0000 (13:40 +0100)] 
Merge pull request #100 from virtualtam/daily-timestamp

daily: display link timestamps

9 years agoMerge pull request #103 from virtualtam/fix-w3c
nodiscc [Mon, 26 Jan 2015 12:40:14 +0000 (13:40 +0100)] 
Merge pull request #103 from virtualtam/fix-w3c

w3c: fix HTML syntax errors

9 years agoVersioned JS files & centralized licenses 99/head
feula [Fri, 9 Jan 2015 11:41:52 +0000 (12:41 +0100)] 
Versioned JS files & centralized licenses

Updated libraries
Updated copyright dates and the list of contributors.

Added unminified sources for GPL compliance

9 years agow3c: fix HTML syntax errors 103/head
VirtualTam [Tue, 20 Jan 2015 01:35:52 +0000 (02:35 +0100)] 
w3c: fix HTML syntax errors

Fixes #64

All pages:
- add `urlencode` when passing the version to a custom stylesheet;
- set meaningful values of `alt` and `title` for QR-Code images.

Install page:
- the form's `action` attribute must be non-empty;
- the `valign` attribute is deprecated.

Signed-off-by: VirtualTam <virtualtam@flibidi.org>
9 years agodaily: display link timestamps 100/head
VirtualTam [Wed, 14 Jan 2015 23:05:26 +0000 (00:05 +0100)] 
daily: display link timestamps

Fixes #26

Signed-off-by: VirtualTam <virtualtam@flibidi.org>
9 years agoMerge pull request #93 from ArthurHoaro/scripttag
nodiscc [Sun, 11 Jan 2015 13:56:22 +0000 (14:56 +0100)] 
Merge pull request #93 from ArthurHoaro/scripttag

Remove language attribute on script tag and improve QRCode JS

9 years agoFixes Port/server config problems - see: https://github.com/shaarli/Shaarli/issues/17 98/head
ArthurHoaro [Fri, 9 Jan 2015 10:46:25 +0000 (11:46 +0100)] 
Fixes Port/server config problems - see: https://github.com/shaarli/Shaarli/issues/17
  * Use SERVER_NAME instead of HTTP_HOST to define current URL (in serverUrl()
  * Use SERVER_NAME instead of HTTP_HOST while setting up cookies

9 years ago* removed the language attribute on the script element since it is obsolete and we... 93/head
ArthurHoaro [Thu, 8 Jan 2015 14:09:46 +0000 (15:09 +0100)] 
* removed the language attribute on the script element since it is obsolete and we can safely omit it.
* make QRCode JS works with IE :
  * behave as a normal link if canvas aren't supported (<=IE8)
  * default parameter values in JS aren't widely supported (see: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Default_parameters ), use this method instead: http://stackoverflow.com/a/148918/1484919
  * dataset isn't supported in IE9 use getAttribute instead
  * addEventListener works with IE9+ and other browsers

9 years agoMerge pull request #77 from ArthurHoaro/w3c
nodiscc [Fri, 9 Jan 2015 01:34:00 +0000 (02:34 +0100)] 
Merge pull request #77 from ArthurHoaro/w3c

Make Shaarli's template W3C compliant #64