| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Relates to #372
Relates to #390
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
|\
| |
| | |
application: refactor version checks, move to ApplicationUtils
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Relates to #372
Modifications:
- move checkUpdate() to ApplicationUtils
- reduce file I/O operations during version checks
- apply coding conventions
- add test coverage
Tools:
- create a sandbox directory for tests
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
|\
| |
| | |
URL encode links when a redirector is set
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fixes #328 - URL encode links when a redirector is set
* WARNING - template edit - new variable available : "real_url"
Contains the final real url (redirected or any other change on original URL)
* Don't redirect shaares link in RSS/Atom.
* Affects links shaared in description.
* Move text2clickable and keepMultipleSpaces to Utils.php + unit test
UPDATE:
* keepMultipleSpaces renamed to space2nbsp
* space2nbsp improved to handle single space at line beginning
* links in text description aren't 'nofollow' anymore
|
|/
|
|
| |
From 2e28269baed195d58bbe169841eed176b171db76
|
|\
| |
| | |
json_encode removed
|
|/
|
|
|
|
| |
See http://php.net/manual/en/function.json-encode.php
Legacy since php 5.2.x . If php5.3 is required for the install script
|
|\
| |
| | |
application: move checkPHPVersion from Utils to ApplicationUtils
|
|/
|
|
|
|
| |
Relates to #372
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
|\
| |
| | |
tools: check file/directory permissions for Shaarli resources
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Relates to #40
Relates to #372
Additions:
- FileUtils: IOException
- ApplicationUtils:
- check if Shaarli resources are accessible with sufficient permissions
- basic test coverage
- index.php:
- check access permissions and redirect to an error page if needed:
- before running the first installation
Modifications:
- LinkDB:
- factorize datastore write code
- check if the datastore
(exists AND is writeable) OR (doesn't exist AND its parent dir is writable)
- raise an IOException if needed
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
|\
| |
| | |
fill session info when shaarli is in open mode
|
| | |
|
|\ \
| | |
| | | |
Fixes #360 - Auto-complete more than one tag in tag filter field
|
| | |
| | |
| | |
| | |
| | |
| | | |
* Group awesomplete for multi data in a single JS file.
* Use it in editlink and linklist.
* Move awesomplete JS lib at the end of page in editlink.
|
|\ \ \
| | | |
| | | | |
Add a target to generate Doxygen documentation
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Relates to #95
Customizations for PHP/Shaarli:
- add project information
- index PHP files
- index global functions
- exclude directories
Usage
$ make doxygen
$ firefox doxygen/index.html &
Notes
- classes can be found under "Data Structures"
- global functions can be found under "Files > Globals > Functions"
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
|\ \ \
| | | |
| | | | |
Fixes #382: Bookmarklet can not retrieve title when there is a quotation mark in it
|
| | |/
| |/|
| | |
| | |
| | |
| | | |
mark in it
bookmarklet fields weren't correctly escaped
|
|\ \ \
| | | |
| | | | |
Fixes #176 - Add opensearch functionality
|
| | |/
| |/|
| | |
| | |
| | | |
* add a new page in Router: do=opensearch which displays the opensearch plugin
* using base64 compressed image to avoid issue encountered with HTTPS
|
|\ \ \
| |_|/
|/| | |
Bugfix: do not store plugin errors in data.php
|
|/ /
| |
| |
| |
| |
| | |
Before this, calling writeConfig() would have write error messages in data.php, because it uses 'plugins' array which is used for plugin configuration.
Causing the message error appear everytime.
|
|\ \
| |/
|/| |
Bump version to v0.6.0
|
|/
|
|
| |
Signed-off-by: ArthurHoaro <arthur@hoa.ro>
|
|\
| |
| | |
cleanup: remove the executable bit from source scripts
|
|/
|
|
| |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
|\
| |
| | |
index.php: group globals by theme, format comments
|
|/
|
|
| |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
|\
| |
| | |
Plugin proposition
|
| | |
|
| |\
| | |
| | | |
PLUGIN demo_plugin
|
| | |
| | |
| | |
| | |
| | | |
This plugin try to cover Shaarli's plugin API entirely.
Can be used by plugin developper to make their own.
|
| |\ \
| | | |
| | | | |
PLUGIN wallabag
|
| | | |
| | | |
| | | |
| | | |
| | | | |
+ removed exit error if the config is not found
+ coding style
|
| | |/
| | |
| | |
| | | |
Add a Wallabag icon in linklist for each link.
|
| |\ \
| | | |
| | | | |
PLUGIN readityourself
|
| | | | |
|
| | |/
| | |
| | |
| | | |
Add an icon for each link (linklist) for ReadItYourself
|
| |\ \
| | | |
| | | | |
PLUGIN: addlink_toolbar
|
| | | | |
|
| | |/
| | |
| | |
| | |
| | |
| | | |
Add a field in linklist page to paste a new link.
Displayed in fields toolbar.
|
| |\ \
| | | |
| | | | |
PLUGIN playvideos
|
| | | |
| | | |
| | | |
| | | | |
+ coding style
|
| | |/
| | |
| | |
| | | |
Display a button in buttons toolbar which allows to play all videos found.
|
| |\ \
| | | |
| | | | |
PLUGIN QRCode
|
| | | |
| | | |
| | | |
| | | | |
+ coding style
|
| | |/
| | |
| | |
| | | |
Add an icon in linklist to display links QRCode
|