| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
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
|
|\ \
| | |
| | | |
fix icons license and general copyright information
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* fugue icons (http://p.yusukekamiyamane.com/) CC-BY-SA license
* ornimental bookend (https://openclipart.org/detail/19869/ornimental-bookend---left-by-j4p4n) Public domain license
* Paper_texture_v5_by_bashcorpo_w1000.jpg source found at http://bashcorpo.deviantart.com/art/Grungy-paper-texture-v-5-22966998 under Public Domain license
* linecons (https://www.iconfinder.com/iconsets/linecons-free-vector-icons-pack) CC-BY license
* add credits to COPYING, (get list of committers with git shortlog -sne, and previous contributors from the author's website)
* Fixes https://github.com/shaarli/Shaarli/issues/10
* Fixes https://github.com/sebsauvage/Shaarli/issues/8
|
|\ \
| | |
| | | |
bookmarklet: use selected text as description when adding a new link
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Based on romnGit's work at https://github.com/sebsauvage/Shaarli/pull/104
* Fixes https://github.com/shaarli/Shaarli/issues/18
* Closes https://github.com/sebsauvage/Shaarli/pull/104
* Fixes https://github.com/sebsauvage/Shaarli/issues/53
* Fixes https://github.com/sebsauvage/Shaarli/issues/129
* Fixes https://github.com/sebsauvage/Shaarli/issues/33
|
|\ \ \
| | | |
| | | | |
Fix grammar, punctuation, spelling, trailing whitepaces and newlines; Fix typo in css
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
typo in css
Based on respencer's work at https://github.com/respencer/Shaarli/
Closes https://github.com/sebsauvage/Shaarli/pull/103
|
|\ \ \
| |/ /
|/| | |
|
| | |
| | |
| | |
| | | |
I also removed the previously created placeholders, which after all, have no more utility.
|
| | |
| | |
| | |
| | | |
They are still in .gitignore because their future content will still be ignored.
|
| | |
| | |
| | |
| | | |
The same test is already on line 93
|
|/ /
| |
| |
| |
| |
| | |
The path for templates and temporary files are now part of the configuration.
For a custom install, it's possible to put these writable directories elsewhere than in the read-only source code.
|