aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
* Fixes #497: ignore case difference between tagsArthurHoaro2016-05-314-6/+15
* Merge pull request #522 from ArthurHoaro/hotfix/readershaareVirtualTam2016-03-302-1/+38
|\
| * Refactor and rebase #380: Firefox reader view linksArthurHoaro2016-03-262-13/+36
| * Fix issue 366, Problem when shaaring a link in Reader View of Firefox.Kevin Canévet2016-03-241-1/+15
* | Remove dev cache disablingArthurHoaro2016-03-261-1/+1
* | Merge pull request #520 from ArthurHoaro/plugins/nomarkdownArthur2016-03-263-12/+89
|\ \
| * | Update markdown plugin README documentationArthurHoaro2016-03-261-11/+23
| * | Markdown: Add the 'meta-tag' `.nomarkdown` which prevent a shaare from being ...ArthurHoaro2016-03-212-1/+66
* | | Merge pull request #515 from ArthurHoaro/template-feedsArthur2016-03-2516-339/+859
|\ \ \
| * | | Refactor filter in LinkDBArthurHoaro2016-03-258-106/+158
| * | | Makes escape a recursive function which handle array of stringsArthurHoaro2016-03-251-3/+11
| * | | FeedBuilder unit testsArthurHoaro2016-03-253-15/+227
| * | | Create a FeedBuilder class which build data for both ATOM and RSS feed.ArthurHoaro2016-03-253-239/+337
| * | | Reword the ENABLE_RSS_PERMALINKS in the settings.ArthurHoaro2016-03-181-2/+5
| * | | Plugin: add render_feed hook and call it while generating ATOM and RSS feed.ArthurHoaro2016-03-182-1/+32
| * | | Refactor showRSS, and make it use the RSS templateArthurHoaro2016-03-181-53/+67
| * | | Refactor showAtom, and make it use the ATOM templateArthurHoaro2016-03-182-67/+60
| * | | Adds a route for ATOM and RSS feeds pageArthurHoaro2016-03-181-0/+12
| * | | Adds a RSS template fileArthurHoaro2016-03-181-0/+34
| * | | Create a template to handle ATOM feedArthurHoaro2016-03-181-0/+40
| * | | Add method assignAll() to pageBuilder to assign an array of dataArthurHoaro2016-03-181-0/+23
| |/ /
* | | Merge pull request #521 from ArthurHoaro/hotfix/404loginVirtualTam2016-03-241-1/+1
|\ \ \ | |_|/ |/| |
| * | Use generateLocation to set the redirection in login (and don't escape the url)ArthurHoaro2016-03-211-1/+1
| |/
* | Merge pull request #513 from ArthurHoaro/hotfix/retrieve-title-issueVirtualTam2016-03-142-1/+3
|\ \ | |/ |/|
| * Fixes #512: retrieving title didn't match the first closing tagArthurHoaro2016-03-082-1/+3
|/
* Merge pull request #509 from ArthurHoaro/v0.6.5v0.6.5Arthur2016-03-022-3/+3
|\
| * Bump version to v0.6.5ArthurHoaro2016-03-022-3/+3
|/
* Merge pull request #504 from ArthurHoaro/hotfix/http_languageArthur2016-03-011-1/+4
|\
| * Fixes #503: check that HTTP_ACCEPT_LANGUAGE is set before calling autoLocale()ArthurHoaro2016-02-281-1/+4
* | Merge pull request #506 from kalvn/masterArthur2016-03-011-1/+4
|\ \
| * | Avoids populating a markdown empty container if there's no description.kalvn2016-02-281-1/+4
| |/
* | Merge pull request #505 from ArthurHoaro/hotfix/multi-reverse-proxyArthur2016-03-012-2/+25
|\ \ | |/ |/|
| * Fixes #477: support multi reverse proxy with comma syntaxArthurHoaro2016-02-282-2/+25
|/
* Merge pull request #501 from ArthurHoaro/v0.6.4v0.6.4Arthur2016-02-282-3/+3
|\
| * Bump version to v0.6.4ArthurHoaro2016-02-282-3/+3
|/
* Merge pull request #500 from ArthurHoaro/plugin-icon-styleArthur2016-02-285-4/+9
|\
| * Fixes #411: remove hardcoded plugin icon sizeArthurHoaro2016-02-285-4/+9
* | Merge pull request #496 from ArthurHoaro/cross-searchArthur2016-02-286-65/+178
|\ \ | |/ |/|
| * Allow crossed search between terms and tagsArthurHoaro2016-02-286-65/+178
* | Merge pull request #491 from ArthurHoaro/markdown-escape2Arthur2016-02-253-16/+58
|\ \
| * | Markdown: don't escape content + sanitize sensible tagsArthurHoaro2016-02-193-16/+58
* | | Merge pull request #495 from nicolasdanelon/patch-3Arthur2016-02-242-8/+12
|\ \ \
| * | | Update shaarli.cssNicolas Danelon2016-02-231-0/+4
| * | | Fixes #494: inputs & labels with plugin nameNicolas Danelon2016-02-231-8/+8
| | |/ | |/|
* | | Merge pull request #492 from ArthurHoaro/locale-sort-fixArthur2016-02-242-25/+31
|\ \ \ | |/ / |/| |
| * | Fixes #481: tag cloud fatal errorArthurHoaro2016-02-191-4/+5
| * | Apply the locale to all categories and move autolocale to Utils.phpArthurHoaro2016-02-192-21/+26
| |/
* | Merge pull request #490 from nicolasdanelon/patch-2Arthur2016-02-191-0/+29
|\ \
| * | adding styles for code & pre tagsNicolas Danelon2016-02-191-0/+29
|/ /
* | Merge pull request #486 from virtualtam/refactor/datetimeArthur2016-02-183-43/+29
|\ \