| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Fixes #26
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
|
|/ |
|
|\
| |
| | |
uniform if syntax
|
| | |
|
|\ \
| | |
| | | |
use urlencode in tagcloud links
|
|/ /
| |
| |
| |
| |
| | |
* prevents unproper escaping of characters like '&'
* fixes https://github.com/sebsauvage/Shaarli/issues/85
* fixes https://github.com/shaarli/Shaarli/issues/48
|
|\ \
| | |
| | | |
make archive.org integration optional (ARCHIVE_ORG option, defaults to false)
|
|/ / |
|
|\ \
| | |
| | | |
Update README
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Add screenshots
* Use Mediacrush as a CDN for images to reduce load on sebsauvage.net
* Improve page layout/sections
* Reorder list of features
* Add links to wiki and bug tracker
* Add proper download links for stable/dev channels
* Improve copyright/license notice
|
|\ \ \
| | | |
| | | | |
add warning about hostname/cookie storage problems during install
|
| |/ /
| | |
| | |
| | |
| | | |
* Fixes https://github.com/sebsauvage/Shaarli/issues/196
* Fixes https://github.com/sebsauvage/Shaarli/issues/97
|
|\ \ \
| |/ /
|/| | |
Add Archive.org integration
|
|/ /
| |
| |
| | |
* adds an "archive" link next to permalinks, linking to the last version of the page on archive.org
|
|\ \
| | |
| | | |
Update shaarli_version.txt
|
|/ /
| |
| | |
La version actuelle de shaarli est la 0.042.
|
|\ \
| | |
| | | |
thumbnails: force HTTPS for youtube, imgur, vimeo
|
| | |
| | |
| | |
| | | |
* other services also provide thumbs over HTTPS, but the rewrite expression is more complex, so left out for now
|