| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Fixes typo in plugin admin redirection URL | ArthurHoaro | 2016-02-15 | 1 | -1/+1 |
* | | | Merge pull request #460 from ArthurHoaro/440-editlink-404 | Arthur | 2016-02-15 | 1 | -13/+34 |
|\ \ \ |
|
| * | | | Fixes #440 - 404 error after editing a link | ArthurHoaro | 2016-02-04 | 1 | -1/+1 |
| * | | | Code cleanup: index.php - save_edit | ArthurHoaro | 2016-02-04 | 1 | -12/+33 |
| | |/
| |/| |
|
* | | | Merge pull request #442 from ArthurHoaro/updater | Arthur | 2016-02-15 | 1 | -10/+23 |
|\ \ \
| |_|/
|/| | |
|
| * | | Introduce the Updater class which | ArthurHoaro | 2016-02-15 | 1 | -10/+23 |
| |/ |
|
* | | Common hooks: process includes before header/footer | ArthurHoaro | 2016-02-10 | 1 | -1/+1 |
* | | Merge pull request #458 from ArthurHoaro/plugins-init-parameters | Arthur | 2016-02-04 | 1 | -1/+2 |
|\ \ |
|
| * | | Initialize plugin parameters array to avoid unnecessary warning. | ArthurHoaro | 2016-02-02 | 1 | -1/+2 |
| |/ |
|
* / | Add a default value to ENABLE_UPDATECHECK to avoid unnecessary warning. | ArthurHoaro | 2016-02-02 | 1 | -0/+3 |
|/ |
|
* | Bump version to v0.6.3 | ArthurHoaro | 2016-01-31 | 1 | -2/+2 |
* | Fixes #378 - Plugin administration UI. | ArthurHoaro | 2016-01-31 | 1 | -0/+48 |
* | Create 404 template | Dimtion | 2016-01-20 | 1 | -5/+14 |
* | Logging: move logm() from index.php to application/Utils.php | VirtualTam | 2016-01-16 | 1 | -13/+5 |
* | Fixes #410 - Retrieve title fails in multiple cases | ArthurHoaro | 2016-01-11 | 1 | -50/+37 |
* | Merge pull request #424 from ArthurHoaro/search | Arthur | 2016-01-06 | 1 | -93/+117 |
|\ |
|
| * | Fixes #426 - Do not filter with blank tags. | ArthurHoaro | 2016-01-06 | 1 | -4/+6 |
| * | Link filter refactoring | ArthurHoaro | 2016-01-06 | 1 | -89/+111 |
* | | Fixes #428: validate buttons presence instead of value | ArthurHoaro | 2016-01-03 | 1 | -9/+9 |
|/ |
|
* | Bump version to v0.6.2v0.6.2 | VirtualTam | 2015-12-23 | 1 | -2/+2 |
* | Merge pull request #407 from ArthurHoaro/daily-router | VirtualTam | 2015-12-08 | 1 | -6/+14 |
|\ |
|
| * | Fixes #403: build the daily page through renderPage() | ArthurHoaro | 2015-12-08 | 1 | -6/+14 |
* | | Reset permissions on index.php (changed in 18cca483b0b51f190bd875fc4273a0fff3... | ArthurHoaro | 2015-12-08 | 1 | -0/+0 |
* | | Temporary fix for head titles | ArthurHoaro | 2015-12-07 | 1 | -1/+4 |
|/ |
|
* | Fixes #399 - show single link title as page title | ArthurHoaro | 2015-12-05 | 1 | -0/+1 |
* | fix: assign template variables to empty values so they can be evaluated | VirtualTam | 2015-12-03 | 1 | -0/+2 |
* | Bump version to v0.6.1v0.6.1 | VirtualTam | 2015-12-01 | 1 | -2/+2 |
* | application: default to the "stable" branch for update checks | VirtualTam | 2015-11-27 | 1 | -13/+19 |
* | application: refactor version checks, move to ApplicationUtils | VirtualTam | 2015-11-26 | 1 | -27/+12 |
* | Merge pull request #355 from ArthurHoaro/redirector-url | VirtualTam | 2015-11-26 | 1 | -27/+21 |
|\ |
|
| * | URL encode links when a redirector is set. | ArthurHoaro | 2015-11-26 | 1 | -27/+21 |
* | | Fixes incorrect call to | ArthurHoaro | 2015-11-26 | 1 | -1/+1 |
|/ |
|
* | cleanup: remove json_encode() (built-in since PHP 5.2) | Nicolas Danelon | 2015-11-25 | 1 | -39/+0 |
* | application: move checkPHPVersion from Utils to ApplicationUtils | VirtualTam | 2015-11-24 | 1 | -1/+1 |
* | install: check file/directory permissions for Shaarli resources | VirtualTam | 2015-11-24 | 1 | -9/+27 |
* | Merge pull request #384 from roidelapluie/master | VirtualTam | 2015-11-23 | 1 | -10/+10 |
|\ |
|
| * | Fix authentification when Shaarli is in Open Mode. | Julien Pivotto | 2015-11-23 | 1 | -10/+10 |
* | | Merge pull request #387 from ArthurHoaro/bookmarklet-quote | VirtualTam | 2015-11-22 | 1 | -4/+4 |
|\ \ |
|
| * | | Fixes #382: Bookmarklet can not retrieve title when there is a quotation mark... | ArthurHoaro | 2015-11-22 | 1 | -4/+4 |
| |/ |
|
* | | Merge pull request #376 from ArthurHoaro/opensearch | VirtualTam | 2015-11-22 | 1 | -0/+8 |
|\ \ |
|
| * | | Fixes #176 - Add opensearch functionality | ArthurHoaro | 2015-11-17 | 1 | -0/+8 |
* | | | Bugfix: do not store plugin errors in data.php | ArthurHoaro | 2015-11-22 | 1 | -2/+2 |
| |/
|/| |
|
* | | Bump version to v0.6.0v0.6.0 | ArthurHoaro | 2015-11-18 | 1 | -2/+2 |
|/ |
|
* | cleanup: remove the executable bit from source scripts | VirtualTam | 2015-11-11 | 1 | -0/+0 |
* | index.php: group globals by theme, format comments | VirtualTam | 2015-11-11 | 1 | -33/+99 |
* | Merge pull request #275 from shaarli/plugin-proposition | Arthur | 2015-11-08 | 1 | -85/+193 |
|\ |
|
| * | Handle errors raised by plugins in template. fixes #370 | ArthurHoaro | 2015-11-08 | 1 | -19/+33 |
| * | Plugin system - CORE | ArthurHoaro | 2015-11-07 | 1 | -68/+162 |
* | | Fixes #356 | ArthurHoaro | 2015-11-04 | 1 | -3/+7 |
|/ |
|
* | Bump version to 0.5.4v0.5.4 | VirtualTam | 2015-09-14 | 1 | -2/+2 |