| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
* Fixes #172
|
|\ |
|
| | |
|
| | |
|
|\ \ |
|
| |/
| |
| |
| | |
glass unicode symbol
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* 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
|
|\ \ \ |
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | | |
* 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
|
| | | |
|
| | | |
|
| | | |
|
|/ / |
|
|\ \
| | |
| | | |
allow 'javascript:' links sharing (bookmarklets)
|
| | | |
|
|\ \ \
| | | |
| | | | |
tools dialog: add a 'Add Note' bookmarklet to immediatly open a note (text post) compose window
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | | |
post) compose window
* Fixes https://github.com/shaarli/Shaarli/issues/142
* Fixes https://github.com/sebsauvage/Shaarli/issues/59
|
|\ \ \
| |/ /
|/| | |
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>
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Various fixes
|
| | |
| | |
| | |
| | |
| | | |
* 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
|
| | |
| | |
| | |
| | | |
* Fixes https://github.com/shaarli/Shaarli/issues/115
|
| | | |
|
| | |
| | |
| | |
| | | |
https://github.com/shaarli/Shaarli/issues/135
|
|/ /
| |
| |
| | |
* fixes https://github.com/shaarli/Shaarli/issues/134
|
|\ \
| | |
| | | |
Add URL cleaning filters + refactoring
|
| | |
| | |
| | |
| | | |
* also remove action_type_map, action_ref_map and action_object maps params used by facebook
|
| | |
| | |
| | |
| | |
| | |
| | | |
* Use regular expressions to avoid suplicating params depending on their position in the URL (¶m=,?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)
|
| | |
| | |
| | |
| | | |
* fixes https://github.com/shaarli/Shaarli/issues/133
|
| | | |
|
|\ \ \
| |/ /
|/| | |
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
|
|\ \
| | |
| | | |
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.
|
|\ \
| |/
|/| |
shaarli/Shaarli#34: Make update check optional
|
|/
|
|
|
| |
* Add a check box at installation (checked by default)
* Add a check box in configuration page
|
| |
|
|\
| |
| | |
Prevent shaarli from sending thousands of cookies.
|
| |
| |
| |
| | |
Moved login check into a function
|
|/ |
|
|\
| |
| | |
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)
|