| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
* Fixes https://github.com/shaarli/Shaarli/issues/115
|
|\
| |
| | |
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
|
| | |
|
|/
|
|
|
|
|
| |
* Remove jquery.lazyload lib
* Add blazy lib
* Add a bit of CSS animation
* Delete unused picwall2 template
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
| |
* Add a check box at installation (checked by default)
* Add a check box in configuration page
|
| |
|
|
|
|
| |
Moved login check into a function
|
|
|
|
| |
* Fixes https://github.com/shaarli/Shaarli/issues/110
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 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
|
|\ \
| | |
| | | |
daily: display link timestamps
|
| | |
| | |
| | |
| | |
| | |
| | | |
Fixes #26
Signed-off-by: VirtualTam <virtualtam@flibidi.org>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
|/
|
|
|
|
|
|
|
|
| |
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
|
|
|
| |
Fixes issue 87
|
|\
| |
| | |
improve tag cloud font size scaling
|
| |
| |
| |
| |
| | |
* use logarithmic scales
* remove bold style
|
|\ \
| | |
| | | |
Made tag/title search unicode aware, fixes #75
|
| | | |
|
| |/
|/| |
|
| | |
|
| |
| |
| |
| |
| | |
* 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
|
|/ |
|
|
|
|
| |
Fixes https://github.com/shaarli/Shaarli/issue/47
|
| |
|
| |
|
|
|
|
|
| |
* Fixes https://github.com/sebsauvage/Shaarli/issues/196
* Fixes https://github.com/sebsauvage/Shaarli/issues/97
|
|\
| |
| | |
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
|
|/
|
|
|
| |
* 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
|
|
|
|
| |
* fixes https://github.com/shaarli/Shaarli/issues/5
|
|
|
|
|
| |
* Thanks to qwertygc (https://github.com/shaarli/Shaarli/pull/23)
* Fix small typo
|
|
|
|
| |
Signed-off-by: VirtualTam <virtualtam@flibidi.org>
|
|\
| |
| | |
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.
|
|
|
|
| |
link on the title.
|
| |
|