aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #461 from ArthurHoaro/tagcloud-sortArthur2016-02-151-3/+17
|\
| * Fixes #456: Tag cloud does not sort tags (fully) alphabeticallyArthurHoaro2016-02-051-3/+17
* | Remove first '-' char when saving tagsArthurHoaro2016-02-151-0/+2
* | Merge pull request #479 from ArthurHoaro/pluginsadmin-error-urlArthur2016-02-151-1/+1
|\ \
| * | Fixes typo in plugin admin redirection URLArthurHoaro2016-02-151-1/+1
* | | Merge pull request #460 from ArthurHoaro/440-editlink-404Arthur2016-02-151-13/+34
|\ \ \
| * | | Fixes #440 - 404 error after editing a linkArthurHoaro2016-02-041-1/+1
| * | | Code cleanup: index.php - save_editArthurHoaro2016-02-041-12/+33
| | |/ | |/|
* | | Merge pull request #442 from ArthurHoaro/updaterArthur2016-02-151-10/+23
|\ \ \ | |_|/ |/| |
| * | Introduce the Updater class whichArthurHoaro2016-02-151-10/+23
| |/
* | Common hooks: process includes before header/footerArthurHoaro2016-02-101-1/+1
* | Merge pull request #458 from ArthurHoaro/plugins-init-parametersArthur2016-02-041-1/+2
|\ \
| * | Initialize plugin parameters array to avoid unnecessary warning.ArthurHoaro2016-02-021-1/+2
| |/
* / Add a default value to ENABLE_UPDATECHECK to avoid unnecessary warning.ArthurHoaro2016-02-021-0/+3
|/
* Bump version to v0.6.3ArthurHoaro2016-01-311-2/+2
* Fixes #378 - Plugin administration UI.ArthurHoaro2016-01-311-0/+48
* Create 404 templateDimtion2016-01-201-5/+14
* Logging: move logm() from index.php to application/Utils.phpVirtualTam2016-01-161-13/+5
* Fixes #410 - Retrieve title fails in multiple casesArthurHoaro2016-01-111-50/+37
* Merge pull request #424 from ArthurHoaro/searchArthur2016-01-061-93/+117
|\
| * Fixes #426 - Do not filter with blank tags.ArthurHoaro2016-01-061-4/+6
| * Link filter refactoringArthurHoaro2016-01-061-89/+111
* | Fixes #428: validate buttons presence instead of valueArthurHoaro2016-01-031-9/+9
|/
* Bump version to v0.6.2v0.6.2VirtualTam2015-12-231-2/+2
* Merge pull request #407 from ArthurHoaro/daily-routerVirtualTam2015-12-081-6/+14
|\
| * Fixes #403: build the daily page through renderPage()ArthurHoaro2015-12-081-6/+14
* | Reset permissions on index.php (changed in 18cca483b0b51f190bd875fc4273a0fff3...ArthurHoaro2015-12-081-0/+0
* | Temporary fix for head titlesArthurHoaro2015-12-071-1/+4
|/
* Fixes #399 - show single link title as page titleArthurHoaro2015-12-051-0/+1
* fix: assign template variables to empty values so they can be evaluatedVirtualTam2015-12-031-0/+2
* Bump version to v0.6.1v0.6.1VirtualTam2015-12-011-2/+2
* application: default to the "stable" branch for update checksVirtualTam2015-11-271-13/+19
* application: refactor version checks, move to ApplicationUtilsVirtualTam2015-11-261-27/+12
* Merge pull request #355 from ArthurHoaro/redirector-urlVirtualTam2015-11-261-27/+21
|\
| * URL encode links when a redirector is set.ArthurHoaro2015-11-261-27/+21
* | Fixes incorrect call toArthurHoaro2015-11-261-1/+1
|/
* cleanup: remove json_encode() (built-in since PHP 5.2)Nicolas Danelon2015-11-251-39/+0
* application: move checkPHPVersion from Utils to ApplicationUtilsVirtualTam2015-11-241-1/+1
* install: check file/directory permissions for Shaarli resourcesVirtualTam2015-11-241-9/+27
* Merge pull request #384 from roidelapluie/masterVirtualTam2015-11-231-10/+10
|\
| * Fix authentification when Shaarli is in Open Mode.Julien Pivotto2015-11-231-10/+10
* | Merge pull request #387 from ArthurHoaro/bookmarklet-quoteVirtualTam2015-11-221-4/+4
|\ \
| * | Fixes #382: Bookmarklet can not retrieve title when there is a quotation mark...ArthurHoaro2015-11-221-4/+4
| |/
* | Merge pull request #376 from ArthurHoaro/opensearchVirtualTam2015-11-221-0/+8
|\ \
| * | Fixes #176 - Add opensearch functionalityArthurHoaro2015-11-171-0/+8
* | | Bugfix: do not store plugin errors in data.phpArthurHoaro2015-11-221-2/+2
| |/ |/|
* | Bump version to v0.6.0v0.6.0ArthurHoaro2015-11-181-2/+2
|/
* cleanup: remove the executable bit from source scriptsVirtualTam2015-11-111-0/+0
* index.php: group globals by theme, format commentsVirtualTam2015-11-111-33/+99
* Merge pull request #275 from shaarli/plugin-propositionArthur2015-11-081-85/+193
|\