| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
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
|
|\ \ \
| |/ /
|/| | |
Make ATOM toolbar button optional
|
|/ /
| |
| |
| |
| | |
* ATOM button display is now configurable using the SHOW_ATOM variable in index.php or data/options.php (defaults to false)
* Fixes https://github.com/shaarli/Shaarli/issues/24
|
|\ \
| | |
| | | |
Version check: check against latest version on github
|
| | |
| | |
| | |
| | | |
* fixes https://github.com/shaarli/Shaarli/issues/5
|
|/ /
| |
| |
| | |
* release process: please update this file when releasing a new version on github
|
|\ \
| | |
| | | |
add link: in case of empty URL (self-post), prepend "Note: " to the title
|
|/ /
| |
| |
| |
| | |
* Thanks to qwertygc (https://github.com/shaarli/Shaarli/pull/23)
* Fix small typo
|
|\ \
| | |
| | | |
fix: add missing slash when defining RainTPL's temp dir
|
|/ /
| |
| |
| | |
Signed-off-by: VirtualTam <virtualtam@flibidi.org>
|
| | |
|
| |
| |
| |
| | |
* fixes https://github.com/shaarli/Shaarli/issues/7
|