aboutsummaryrefslogtreecommitdiffhomepage
path: root/application
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #619 from ArthurHoaro/plugins/param-descVirtualTam2016-08-132-4/+12
|\
| * Parse plugin parameters description with the PluginManagerArthurHoaro2016-08-022-4/+12
* | Fix: add missing final newlines, untabify textVirtualTam2016-08-132-2/+2
* | Fix: ensure Internet Explorer bookmark dumps can be importedVirtualTam2016-08-121-2/+1
* | Refactor bookmark import using a generic Netscape parserVirtualTam2016-08-101-0/+142
* | Merge pull request #624 from julienCXX/pr-curl-http-fetchArthur2016-08-091-10/+150
|\ \
| * | Set cURL as default in HTTP fetching, a fallback method and consistency fixup...julienCXX2016-08-081-10/+150
* | | Initialize a translation functionArthurHoaro2016-08-071-0/+21
* | | Generate a token for every pagesArthurHoaro2016-08-061-0/+1
|/ /
* | Merge pull request #621 from ArthurHoaro/hotfix/update-escape-configVirtualTam2016-08-021-2/+2
|\ \
| * | Fix update method escapeUnescapedConfigArthurHoaro2016-08-021-2/+2
| |/
* | Better whitespace handling in tagsArthurHoaro2016-08-021-1/+1
* | Better whitespace handling in tags. Fixes #571Chris Kuethe2016-08-021-2/+2
|/
* Fixes #600 - Shaarli's title is not set with the new config managerArthurHoaro2016-07-191-8/+2
* Merge pull request #558 from ArthurHoaro/hashtag4Arthur2016-07-094-56/+107
|\
| * Hashtag systemArthurHoaro2016-06-064-57/+108
* | Merge pull request #570 from ArthurHoaro/config-managerArthur2016-07-0912-311/+905
|\ \ | |/ |/|
| * Add closing PHP tags to JSON config filesArthurHoaro2016-06-201-1/+14
| * Pass the configuration manager to templatesArthurHoaro2016-06-151-0/+2
| * Rename configuration key for better sectionsArthurHoaro2016-06-115-73/+77
| * PluginManager no longer uses singleton patternArthurHoaro2016-06-111-36/+14
| * ConfigManager no longer uses singleton patternArthurHoaro2016-06-114-95/+101
| * Remove remaining settings initialization in index.phpArthurHoaro2016-06-112-51/+36
| * Rename configuration keys and fix GLOBALS in templatesArthurHoaro2016-06-116-76/+150
| * Set the default timezone in index.phpArthurHoaro2016-06-111-3/+0
| * Adds ConfigJson which handle the configuration in JSON format.ArthurHoaro2016-06-115-7/+112
| * Replace $GLOBALS configuration with the configuration manager in the whole co...ArthurHoaro2016-06-1110-275/+98
| * Introduce a configuration manager (not plugged yet)ArthurHoaro2016-06-114-0/+607
* | Merge pull request #583 from ArthurHoaro/enhance/tag-caseArthur2016-06-031-2/+9
|\ \
| * | Fixes #497: ignore case difference between tagsArthurHoaro2016-05-311-2/+9
* | | Url.php: remove unwanted ?PHPSESSID= URL parameters,nodiscc2016-05-201-0/+1
| |/ |/|
* | Merge pull request #560 from ArthurHoaro/nb-private-shaareArthur2016-05-142-0/+161
|\ \
| * | Add private link counterArthurHoaro2016-05-131-0/+16
| * | Extract PageBuilder class from index.phpArthurHoaro2016-05-131-0/+145
* | | Fix startsWith and endsWith caseArthurHoaro2016-05-103-16/+28
|/ /
* | Export: allow prepending notes with the Shaarli instance's URLVirtualTam2016-05-061-4/+11
* | typoArthurHoaro2016-05-052-3/+3
* | Merge pull request #551 from ArthurHoaro/hotfix/timezoneArthur2016-05-051-4/+0
|\ \
| * | Use correct 'UTC' timezoneArthurHoaro2016-05-031-4/+0
* | | Merge pull request #532 from ArthurHoaro/hotfix/title-retrieve-the-returnArthur2016-05-033-13/+95
|\ \ \
| * | | Fixes #531 - Title retrieving is failing with multiple use caseArthurHoaro2016-05-033-13/+95
| | |/ | |/|
* | | Fix error when filtering search tagsD Low2016-04-141-1/+1
* | | Refactor Netscape bookmark exportingVirtualTam2016-04-101-0/+47
| |/ |/|
* | Fixes #480: add an option to urlencode redirector URLArthurHoaro2016-04-091-6/+29
|/
* Merge pull request #522 from ArthurHoaro/hotfix/readershaareVirtualTam2016-03-301-1/+31
|\
| * Refactor and rebase #380: Firefox reader view linksArthurHoaro2016-03-261-13/+29
| * Fix issue 366, Problem when shaaring a link in Reader View of Firefox.Kevin Canévet2016-03-241-1/+15
* | Merge pull request #515 from ArthurHoaro/template-feedsArthur2016-03-256-12/+377
|\ \ | |/ |/|
| * Refactor filter in LinkDBArthurHoaro2016-03-254-24/+74
| * Makes escape a recursive function which handle array of stringsArthurHoaro2016-03-251-3/+11