| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
redirect to previous search (if any) when deleting a link
|
|/
|
|
| |
* Fixes https://github.com/shaarli/Shaarli/issues/110
|
| |
|
|\
| |
| | |
Update README and Shaarli's footer
|
| |
| |
| |
| |
| |
| |
| | |
* 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
|
|/
|
|
|
|
|
|
|
| |
* 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
|
|\
| |
| | |
New option ENABLE_RSS_PERMALINKS: choose whether the RSS item title link points directly to the link, or to the entry on Shaarli (permalink)
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|\
| |
| | |
Fix license info: reverted qr.js to GPL, add full GPLv3 and CC-BY licenses
|
|/
|
|
|
|
|
| |
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.
|
|\
| |
| | |
Fix port/server config problems by using php SERVER_NAME instead of HTTP_HOST
|
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| | |
| | | |
Versioned JS files & centralized licenses
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Updated libraries
Updated copyright dates and the list of contributors.
Added unminified sources for GPL compliance
|
|\ \ \
| | | |
| | | | |
daily: display link timestamps
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixes #26
Signed-off-by: VirtualTam <virtualtam@flibidi.org>
|
|\ \ \ \
| |/ / /
|/| | | |
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>
|
|\ \ \
| |_|/
|/| | |
Remove language attribute on script tag and improve QRCode JS
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| | |
| | | |
Make Shaarli's template W3C compliant #64
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
https://github.com/shaarli/Shaarli/issues/64):
* fix duplicate IDs - #paging_older, #paging_newer become classes as the paging is displayed twice (top, bottom) in the linklist
* fix duplicate IDs - #paging_privatelinks and #paging_linksperpage become classes
* daily links are now valid (use &)
* name attribute is not used anymore on a tag in link list
* center tag is replaced by CSS in picwall and tag cloud
* action in form tag can't be empty, use # instead
* fixed configure table with CSS instead of cellpadding, border, and valign
* export links are now valid
* remove "size" in input tag
* Fix missing alt attributes for img elements
* tpl/daily: Use HTML entities instead of char escape codes
* tpl/export: fix missing </span> closing tag
* Remove obsolete language attribute on <script> elements
|
|\ \
| | |
| | | |
Redirect to home page after deleting a link (Fixes issue 87)
|
|/ /
| |
| | |
Fixes issue 87
|
|\ \
| | |
| | | |
improve tag cloud font size scaling
|
| | |
| | |
| | |
| | |
| | | |
* use logarithmic scales
* remove bold style
|
|\ \ \
| | | |
| | | | |
Made tag/title search unicode aware, fixes #75
|
| | | | |
|
|\ \ \ \
| |_|/ /
|/| | | |
Refactored the daily column generation (only one loop)
|
|/ / / |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Prevent full path and PHP version disclosures
|
| | | |
| | | |
| | | |
| | | |
| | | | |
* fixes https://github.com/shaarli/Shaarli/issues/78
* fixes https://github.com/sebsauvage/Shaarli/issues/214
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
error
* work on https://github.com/shaarli/Shaarli/issues/78
|
|\ \ \
| |_|/
|/| | |
bookmarklet: add ✚ sign to make it more recognizable in toolbars
|
|/ / |
|
|\ \
| | |
| | | |
CSS: remove hardcoded style from templates
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fixes shaarli/Shaarli#29
Style elements refactored as follows:
- use existing ids and classes if possible,
- else, define new ones and stick with the existing naming convention,
- remove hardcoded style attributes from RainTPL templates.
Exception:
In tpl/tagcloud.html, the display size of each tag is computed at page
generation.
Signed-off-by: VirtualTam <virtualtam@flibidi.org>
|
|\ \ \
| |/ /
|/| | |
Fix issue #66 by adding space before "selected"
|
|/ / |
|
|\ \
| |/
|/| |
Unify css
|
| |
| |
| |
| | |
Signed-off-by: VirtualTam <virtualtam@flibidi.org>
|
| |
| |
| |
| |
| |
| |
| | |
Signed-off-by: VirtualTam <virtualtam@flibidi.org>
Conflicts:
inc/shaarli.css
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Spaces:
- before an opening bracket
- before a closing bracket
- between a keyword and its value(s)
- between comma-separated selectors
Signed-off-by: VirtualTam <virtualtam@flibidi.org>
Conflicts:
inc/shaarli.css
Conflicts:
inc/shaarli.css
Conflicts:
inc/shaarli.css
|
|/
|
|
|
|
|
| |
Signed-off-by: VirtualTam <virtualtam@flibidi.org>
Conflicts:
inc/shaarli.css
|
|\
| |
| | |
Added a link to the visible URL in the link list
|
| |
| |
| |
| |
| | |
Corrected CSS to prevent a line from showing underneath
Fixes https://github.com/shaarli/Shaarli/issues/53
|
|\ \
| | |
| | |
| | |
| | | |
Prevents ?do=addlink from generating a 404 if the user is not logged in
Fixes https://github.com/sebsauvage/Shaarli/issues/141
Fixes https://github.com/shaarli/Shaarli/issues/47
|
| |/
| |
| |
| | |
Fixes https://github.com/shaarli/Shaarli/issue/47
|
|\|
| |
| |
| |
| | |
Do not add a tag to the search if it's already being searched for.
* Fixes https://github.com/shaarli/Shaarli/issues/50
* Fixes https://github.com/sebsauvage/Shaarli/issues/140
|