aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #619 from ArthurHoaro/plugins/param-descVirtualTam2016-08-133-9/+17
|\
| * Parse plugin parameters description with the PluginManagerArthurHoaro2016-08-023-9/+17
* | Fix: add missing final newlines, untabify textVirtualTam2016-08-132-2/+2
* | Fix: ensure Internet Explorer bookmark dumps can be importedVirtualTam2016-08-122-0/+37
* | Refactor bookmark import using a generic Netscape parserVirtualTam2016-08-107-2/+580
* | Initialize a translation functionArthurHoaro2016-08-071-0/+41
* | Merge pull request #621 from ArthurHoaro/hotfix/update-escape-configVirtualTam2016-08-021-0/+24
|\ \
| * | Fix update method escapeUnescapedConfigArthurHoaro2016-08-021-0/+24
| |/
* | Better whitespace handling in tagsArthurHoaro2016-08-022-27/+5
* | add unit testChris Kuethe2016-08-021-0/+26
|/
* Merge pull request #605 from ArthurHoaro/clean-phpunitArthur2016-07-232-0/+6
|\
| * Hide expected 'error_log' while running TU (clean PHPUnit log)ArthurHoaro2016-07-232-0/+6
* | Fix typo in test method namejulienCXX2016-07-211-2/+2
|/
* Merge pull request #558 from ArthurHoaro/hashtag4Arthur2016-07-095-45/+124
|\
| * Hashtag systemArthurHoaro2016-06-065-45/+124
* | Merge pull request #570 from ArthurHoaro/config-managerArthur2016-07-0916-373/+722
|\ \ | |/ |/|
| * Add closing PHP tags to JSON config filesArthurHoaro2016-06-203-1/+4
| * Rename configuration key for better sectionsArthurHoaro2016-06-114-41/+43
| * PluginManager no longer uses singleton patternArthurHoaro2016-06-113-22/+29
| * ConfigManager no longer uses singleton patternArthurHoaro2016-06-114-53/+51
| * Rename configuration keys and fix GLOBALS in templatesArthurHoaro2016-06-117-140/+93
| * Use the configuration manager for wallabag and readityourself pluginArthurHoaro2016-06-112-4/+7
| * Adds ConfigJson which handle the configuration in JSON format.ArthurHoaro2016-06-116-16/+348
| * Replace $GLOBALS configuration with the configuration manager in the whole co...ArthurHoaro2016-06-1110-332/+118
| * Introduce a configuration manager (not plugged yet)ArthurHoaro2016-06-114-0/+265
* | Merge pull request #582 from ArthurHoaro/hotfix/nomarkdownArthur2016-06-061-2/+4
|\ \
| * | The tag is no longer privateArthurHoaro2016-05-301-2/+4
| |/
* | Merge pull request #583 from ArthurHoaro/enhance/tag-caseArthur2016-06-033-4/+6
|\ \
| * | Fixes #497: ignore case difference between tagsArthurHoaro2016-05-313-4/+6
* | | Url.php: remove unwanted ?PHPSESSID= URL parameters,nodiscc2016-05-201-0/+1
| |/ |/|
* | Add private link counterArthurHoaro2016-05-131-0/+9
* | Export: allow prepending notes with the Shaarli instance's URLVirtualTam2016-05-061-4/+34
* | typoArthurHoaro2016-05-051-2/+2
* | Merge pull request #551 from ArthurHoaro/hotfix/timezoneArthur2016-05-051-1/+1
|\ \
| * | Use correct 'UTC' timezoneArthurHoaro2016-05-031-1/+1
* | | Merge pull request #532 from ArthurHoaro/hotfix/title-retrieve-the-returnArthur2016-05-032-0/+42
|\ \ \
| * | | Fixes #531 - Title retrieving is failing with multiple use caseArthurHoaro2016-05-032-0/+42
| | |/ | |/|
* | | Refactor Netscape bookmark exportingVirtualTam2016-04-101-0/+104
| |/ |/|
* | Fixes #480: add an option to urlencode redirector URLArthurHoaro2016-04-091-0/+7
|/
* Merge pull request #522 from ArthurHoaro/hotfix/readershaareVirtualTam2016-03-301-0/+7
|\
| * Refactor and rebase #380: Firefox reader view linksArthurHoaro2016-03-261-0/+7
* | Merge pull request #520 from ArthurHoaro/plugins/nomarkdownArthur2016-03-261-1/+36
|\ \
| * | Markdown: Add the 'meta-tag' `.nomarkdown` which prevent a shaare from being ...ArthurHoaro2016-03-211-1/+36
* | | Merge pull request #515 from ArthurHoaro/template-feedsArthur2016-03-255-25/+284
|\ \ \ | |_|/ |/| |
| * | Refactor filter in LinkDBArthurHoaro2016-03-253-10/+57
| * | FeedBuilder unit testsArthurHoaro2016-03-253-15/+227
| |/
* / Fixes #512: retrieving title didn't match the first closing tagArthurHoaro2016-03-081-0/+2
|/
* Fixes #477: support multi reverse proxy with comma syntaxArthurHoaro2016-02-281-0/+13
* Merge pull request #496 from ArthurHoaro/cross-searchArthur2016-02-281-1/+50
|\
| * Allow crossed search between terms and tagsArthurHoaro2016-02-281-1/+50