]> git.immae.eu Git - github/shaarli/Shaarli.git/log
github/shaarli/Shaarli.git
7 years agoFix typo in test method name 603/head
julienCXX [Thu, 21 Jul 2016 17:42:26 +0000 (19:42 +0200)] 
Fix typo in test method name

7 years agoMerge pull request #596 from ArthurHoaro/hotfix/pluginmanager-tpl-var
Arthur [Sun, 10 Jul 2016 08:45:01 +0000 (10:45 +0200)] 
Merge pull request #596 from ArthurHoaro/hotfix/pluginmanager-tpl-var

Fix session_protection_disabled variable in configure.php

7 years agoFix variable in configure.php 596/head
ArthurHoaro [Sun, 10 Jul 2016 08:42:21 +0000 (10:42 +0200)] 
Fix  variable in configure.php

7 years agoMerge pull request #558 from ArthurHoaro/hashtag4
Arthur [Sat, 9 Jul 2016 05:36:23 +0000 (07:36 +0200)] 
Merge pull request #558 from ArthurHoaro/hashtag4

Hashtag system

7 years agoMerge pull request #570 from ArthurHoaro/config-manager
Arthur [Sat, 9 Jul 2016 05:19:48 +0000 (07:19 +0200)] 
Merge pull request #570 from ArthurHoaro/config-manager

Introduce a configuration manager

7 years agoAdd closing PHP tags to JSON config files 570/head
ArthurHoaro [Mon, 20 Jun 2016 16:30:37 +0000 (18:30 +0200)] 
Add closing PHP tags to JSON config files

7 years agoMerge pull request #592 from virtualtam/composer-metadata
VirtualTam [Thu, 16 Jun 2016 18:20:34 +0000 (20:20 +0200)] 
Merge pull request #592 from virtualtam/composer-metadata

Update composer metadata

7 years agoUpdate composer metadata 592/head
VirtualTam [Wed, 15 Jun 2016 19:27:45 +0000 (21:27 +0200)] 
Update composer metadata

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
7 years agoPass the configuration manager to templates
ArthurHoaro [Wed, 15 Jun 2016 16:22:19 +0000 (18:22 +0200)] 
Pass the configuration manager to templates

7 years agoFirefox Share: Use selected text as description
nodiscc [Thu, 14 Apr 2016 23:55:52 +0000 (01:55 +0200)] 
Firefox Share: Use selected text as description

https://developer.mozilla.org/en-US/docs/Mozilla/Projects/Social_API/Share

7 years agoRename configuration key for better sections
ArthurHoaro [Sat, 11 Jun 2016 07:08:02 +0000 (09:08 +0200)] 
Rename configuration key for better sections

7 years agoPluginManager no longer uses singleton pattern
ArthurHoaro [Thu, 9 Jun 2016 18:04:32 +0000 (20:04 +0200)] 
PluginManager no longer uses singleton pattern

7 years agoConfigManager no longer uses singleton pattern
ArthurHoaro [Thu, 9 Jun 2016 18:04:02 +0000 (20:04 +0200)] 
ConfigManager no longer uses singleton pattern

7 years agoRemove remaining settings initialization in index.php
ArthurHoaro [Mon, 30 May 2016 18:15:36 +0000 (20:15 +0200)] 
Remove remaining settings initialization in index.php

Except for those which require external data (timezone and $_SERVER).

7 years agoRename configuration keys and fix GLOBALS in templates
ArthurHoaro [Sun, 29 May 2016 14:10:32 +0000 (16:10 +0200)] 
Rename configuration keys and fix GLOBALS in templates

7 years agoUse the configuration manager for wallabag and readityourself plugin
ArthurHoaro [Sun, 29 May 2016 12:41:30 +0000 (14:41 +0200)] 
Use the configuration manager for wallabag and readityourself plugin

7 years agoSet the default timezone in index.php
ArthurHoaro [Sun, 29 May 2016 12:26:23 +0000 (14:26 +0200)] 
Set the default timezone in index.php

7 years agoAdds ConfigJson which handle the configuration in JSON format.
ArthurHoaro [Sun, 29 May 2016 10:32:14 +0000 (12:32 +0200)] 
Adds ConfigJson which handle the configuration in JSON format.

Also use the Updater to make the transition

7 years agoReplace $GLOBALS configuration with the configuration manager in the whole code base
ArthurHoaro [Wed, 18 May 2016 19:48:24 +0000 (21:48 +0200)] 
Replace $GLOBALS configuration with the configuration manager in the whole code base

7 years agoIntroduce a configuration manager (not plugged yet)
ArthurHoaro [Wed, 18 May 2016 19:43:59 +0000 (21:43 +0200)] 
Introduce a configuration manager (not plugged yet)

7 years agoConfiguration template indenting
ArthurHoaro [Mon, 16 May 2016 06:54:03 +0000 (08:54 +0200)] 
Configuration template indenting

7 years agoHashtag system 558/head
ArthurHoaro [Tue, 10 May 2016 21:18:04 +0000 (23:18 +0200)] 
Hashtag system

  * Hashtag are auto-linked with a filter search
  * Supports unicode
  * Compatible with markdown (excluded in code blocks)

7 years agoMerge pull request #582 from ArthurHoaro/hotfix/nomarkdown
Arthur [Mon, 6 Jun 2016 17:52:32 +0000 (19:52 +0200)] 
Merge pull request #582 from ArthurHoaro/hotfix/nomarkdown

The "nomarkdown" tag is no longer private

7 years agoMerge pull request #583 from ArthurHoaro/enhance/tag-case
Arthur [Fri, 3 Jun 2016 16:30:19 +0000 (18:30 +0200)] 
Merge pull request #583 from ArthurHoaro/enhance/tag-case

Fixes #497: ignore case difference between tags

7 years agoFixes #497: ignore case difference between tags 583/head
ArthurHoaro [Thu, 14 Apr 2016 15:59:37 +0000 (17:59 +0200)] 
Fixes #497: ignore case difference between tags

While retrieving all tags, case differences will be ignored.
This affects:

  * tag cloud
  * tag autocompletion

7 years agoThe tag is no longer private 582/head
ArthurHoaro [Mon, 30 May 2016 16:51:00 +0000 (18:51 +0200)] 
The  tag is no longer private

A private tag is never loaded for visitor, making this feature useless.

7 years agoMerge pull request #576 from virtualtam/readme/link-upgrade
VirtualTam [Fri, 20 May 2016 20:08:06 +0000 (22:08 +0200)] 
Merge pull request #576 from virtualtam/readme/link-upgrade

README: add link to the upgrade and migration wiki page

7 years agoREADME: add link to the upgrade and migration wiki page 576/head
VirtualTam [Fri, 20 May 2016 20:01:54 +0000 (22:01 +0200)] 
README: add link to the upgrade and migration wiki page

Relates to #575

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
7 years agoMerge pull request #574 from shaarli/urlparams-phpsessid
VirtualTam [Fri, 20 May 2016 11:06:45 +0000 (13:06 +0200)] 
Merge pull request #574 from shaarli/urlparams-phpsessid

Url.php: remove unwanted ?PHPSESSID= URL parameters

7 years agoUrl.php: remove unwanted ?PHPSESSID= URL parameters, 574/head
nodiscc [Fri, 20 May 2016 00:06:43 +0000 (02:06 +0200)] 
Url.php: remove unwanted ?PHPSESSID= URL parameters,
update test case

7 years agoMerge pull request #568 from ArthurHoaro/master
Arthur [Sat, 14 May 2016 10:27:18 +0000 (12:27 +0200)] 
Merge pull request #568 from ArthurHoaro/master

PHP endtag in shaarli_version.php

7 years agoPHP endtag in shaarli_version.php 568/head
ArthurHoaro [Sat, 14 May 2016 10:25:31 +0000 (12:25 +0200)] 
PHP endtag in shaarli_version.php

7 years agoMerge pull request #567 from ArthurHoaro/v0.7.0 v0.7.0
Arthur [Sat, 14 May 2016 10:11:57 +0000 (12:11 +0200)] 
Merge pull request #567 from ArthurHoaro/v0.7.0

V0.7.0

7 years agoDoc update 567/head
ArthurHoaro [Sat, 14 May 2016 09:37:28 +0000 (11:37 +0200)] 
Doc update

Signed-off-by: ArthurHoaro <arthur@hoa.ro>
7 years agoVersion bump: v0.7.0
ArthurHoaro [Sat, 14 May 2016 09:36:47 +0000 (11:36 +0200)] 
Version bump: v0.7.0

Signed-off-by: ArthurHoaro <arthur@hoa.ro>
7 years agoMerge pull request #560 from ArthurHoaro/nb-private-shaare
Arthur [Sat, 14 May 2016 09:11:11 +0000 (11:11 +0200)] 
Merge pull request #560 from ArthurHoaro/nb-private-shaare

Private links counter in the header

7 years agoMerge pull request #556 from ArthurHoaro/login-refill
Arthur [Sat, 14 May 2016 09:09:39 +0000 (11:09 +0200)] 
Merge pull request #556 from ArthurHoaro/login-refill

Prefill the login field when the authentication has failed

7 years agoMerge pull request #559 from ArthurHoaro/startsEndWithCase
Arthur [Sat, 14 May 2016 09:09:03 +0000 (11:09 +0200)] 
Merge pull request #559 from ArthurHoaro/startsEndWithCase

Fix startsWith and endsWith case

7 years agoMerge pull request #566 from ArthurHoaro/md-inline-code
Arthur [Fri, 13 May 2016 18:00:52 +0000 (20:00 +0200)] 
Merge pull request #566 from ArthurHoaro/md-inline-code

Markdown: inline code background color

7 years agoMarkdown: inline code background color 566/head
ArthurHoaro [Fri, 13 May 2016 17:57:01 +0000 (19:57 +0200)] 
Markdown: inline code background color

7 years agoAdd private link counter 560/head
ArthurHoaro [Tue, 10 May 2016 22:05:22 +0000 (00:05 +0200)] 
Add private link counter

7 years agoExtract PageBuilder class from index.php
ArthurHoaro [Tue, 10 May 2016 21:48:51 +0000 (23:48 +0200)] 
Extract PageBuilder class from index.php

7 years agoMerge pull request #562 from ArthurHoaro/hotfix/561
Arthur [Fri, 13 May 2016 06:38:30 +0000 (08:38 +0200)] 
Merge pull request #562 from ArthurHoaro/hotfix/561

Don't redirect to ?post if ?addlink is reached while logged out

8 years agoDon't redirect to ?post if ?addlink is reached while logged out 562/head
ArthurHoaro [Wed, 11 May 2016 20:10:31 +0000 (22:10 +0200)] 
Don't redirect to ?post if ?addlink is reached while logged out

8 years agoFix startsWith and endsWith case 559/head
ArthurHoaro [Tue, 10 May 2016 21:31:41 +0000 (23:31 +0200)] 
Fix startsWith and endsWith case

8 years agoMerge pull request #557 from ArthurHoaro/remove-delicious
Arthur [Tue, 10 May 2016 18:11:41 +0000 (20:11 +0200)] 
Merge pull request #557 from ArthurHoaro/remove-delicious

Remove delicious from Shaarli description

8 years agoRemove delicious from Shaarli description 557/head
ArthurHoaro [Sun, 8 May 2016 16:58:59 +0000 (18:58 +0200)] 
Remove delicious from Shaarli description

8 years agoMerge pull request #554 from virtualtam/fix/bookmark-export
VirtualTam [Fri, 6 May 2016 19:50:55 +0000 (21:50 +0200)] 
Merge pull request #554 from virtualtam/fix/bookmark-export

Export: allow prepending notes with the Shaarli instance's URL

8 years agoPrefill the login field when the authentication has failed 556/head
ArthurHoaro [Fri, 6 May 2016 18:03:10 +0000 (20:03 +0200)] 
Prefill the login field when the authentication has failed

8 years agoReindent the login template
ArthurHoaro [Fri, 6 May 2016 17:58:19 +0000 (19:58 +0200)] 
Reindent the login template

8 years agoExport: allow prepending notes with the Shaarli instance's URL 554/head
VirtualTam [Thu, 5 May 2016 17:22:06 +0000 (19:22 +0200)] 
Export: allow prepending notes with the Shaarli instance's URL

Relates to #102

Additions:
- application:
  - export: allow prepending note permalinks with the instance's URL
  - test coverage

Modifications:
- export template: switch to an HTML form
  - link selection (all/private/public)
  - prepend note permalinks with the instance's URL

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
8 years agoMerge pull request #552 from shaarli/readme-doc-plugins
Arthur [Thu, 5 May 2016 12:41:20 +0000 (14:41 +0200)] 
Merge pull request #552 from shaarli/readme-doc-plugins

add link to plugins doc

8 years agoadd link to plugins doc 552/head
nodiscc [Wed, 4 May 2016 19:27:32 +0000 (21:27 +0200)] 
add link to plugins doc

8 years agoMerge pull request #553 from ArthurHoaro/typo
Arthur [Thu, 5 May 2016 11:31:13 +0000 (13:31 +0200)] 
Merge pull request #553 from ArthurHoaro/typo

typo

8 years agotypo 553/head
ArthurHoaro [Thu, 5 May 2016 11:28:43 +0000 (13:28 +0200)] 
typo

8 years agoMerge pull request #551 from ArthurHoaro/hotfix/timezone
Arthur [Thu, 5 May 2016 11:21:36 +0000 (13:21 +0200)] 
Merge pull request #551 from ArthurHoaro/hotfix/timezone

Use correct 'UTC' timezone

8 years agoUse correct 'UTC' timezone 551/head
ArthurHoaro [Tue, 3 May 2016 18:09:24 +0000 (20:09 +0200)] 
Use correct 'UTC' timezone

8 years agoMerge pull request #532 from ArthurHoaro/hotfix/title-retrieve-the-return
Arthur [Tue, 3 May 2016 17:53:57 +0000 (19:53 +0200)] 
Merge pull request #532 from ArthurHoaro/hotfix/title-retrieve-the-return

Fixes #531 - Title retrieving is failing with multiple use case

8 years agoFixes #531 - Title retrieving is failing with multiple use case 532/head
ArthurHoaro [Wed, 6 Apr 2016 20:00:52 +0000 (22:00 +0200)] 
Fixes #531 - Title retrieving is failing with multiple use case

see https://github.com/shaarli/Shaarli/issues/531 for details

8 years agoMerge pull request #550 from kalvn/master
Arthur [Tue, 3 May 2016 17:23:15 +0000 (19:23 +0200)] 
Merge pull request #550 from kalvn/master

Renames Awesomeplete dollar variable to avoid conflicts with jQuery

8 years agoRenames Awesomeplete dollar variable to avoid conflicts with jQuery 550/head
kalvn [Tue, 3 May 2016 17:05:36 +0000 (19:05 +0200)] 
Renames Awesomeplete dollar variable to avoid conflicts with jQuery

8 years agoMerge pull request #539 from daniellowtw/bugfix/array_filter-messes-with-keys
Arthur [Thu, 14 Apr 2016 13:48:00 +0000 (14:48 +0100)] 
Merge pull request #539 from daniellowtw/bugfix/array_filter-messes-with-keys

Fix error when filtering search tags

8 years agoMerge pull request #540 from ArthurHoaro/doc/update20160414
Arthur [Thu, 14 Apr 2016 13:25:50 +0000 (14:25 +0100)] 
Merge pull request #540 from ArthurHoaro/doc/update20160414

Update docs from Wiki

8 years agoUpdate docs from Wiki 540/head
ArthurHoaro [Thu, 14 Apr 2016 12:20:23 +0000 (14:20 +0200)] 
Update docs from Wiki

8 years agoFix error when filtering search tags 539/head
D Low [Wed, 13 Apr 2016 23:04:00 +0000 (00:04 +0100)] 
Fix error when filtering search tags

Arrays are key-value maps. We should reindex the array after a filter
since we are using the key and count to do array access in filterTags.
An example would be searching for "foo, bar", after the array filter,
our array is actually (0 -> foo, 2 -> bar) which will cause an error
when trying to access $searchtags[1].

8 years agoMerge pull request #538 from virtualtam/fix/bookmark-export
VirtualTam [Tue, 12 Apr 2016 21:48:00 +0000 (23:48 +0200)] 
Merge pull request #538 from virtualtam/fix/bookmark-export

Refactor Netscape bookmark exporting

8 years agoRefactor Netscape bookmark exporting 538/head
VirtualTam [Sun, 10 Apr 2016 15:34:07 +0000 (17:34 +0200)] 
Refactor Netscape bookmark exporting

Relates to https://github.com/shaarli/netscape-bookmark-parser/issues/5

Fixes:
- respect the Netscape bookmark format "specification"

Modifications:
- [application] introduce the NetscapeBookmarkUtils class
- [template] export           - improve formatting, rename export selection parameter
- [template] export.bookmarks - template for Netscape exports
- [tests] bookmark filtering, additional field generation

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
8 years agoMerge pull request #537 from virtualtam/tests/dependencies
VirtualTam [Sat, 9 Apr 2016 23:17:43 +0000 (01:17 +0200)] 
Merge pull request #537 from virtualtam/tests/dependencies

Tests: update PHPUnit to 4.8.x

8 years agoTests: update PHPUnit to 4.8.x 537/head
VirtualTam [Sat, 9 Apr 2016 23:08:46 +0000 (01:08 +0200)] 
Tests: update PHPUnit to 4.8.x

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
8 years agoMerge pull request #524 from ArthurHoaro/hotfix/redirectorurl
Arthur [Sat, 9 Apr 2016 14:55:39 +0000 (16:55 +0200)] 
Merge pull request #524 from ArthurHoaro/hotfix/redirectorurl

Fixes #480: add an option to urlencode redirector URL

8 years agoFixes #480: add an option to urlencode redirector URL 524/head
ArthurHoaro [Thu, 24 Mar 2016 18:40:12 +0000 (19:40 +0100)] 
Fixes #480: add an option to urlencode redirector URL

  * New config: `$GLOBALS['config']['REDIRECTOR_URLENCODE']` (default `true`).
  * Parameter added to LinkDB constructor.
  * Fixes a bug with urlencode and escaped url.
  * In `index.php`, LinkDB is now instanciate once for `importFile()` and `showDaily()`.
  * TU

8 years agoMerge pull request #525 from ArthurHoaro/plugins/feeds-markdown2
Arthur [Sat, 9 Apr 2016 14:35:41 +0000 (16:35 +0200)] 
Merge pull request #525 from ArthurHoaro/plugins/feeds-markdown2

Process feeds content with Markdown

8 years agoMerge pull request #527 from ArthurHoaro/hotfix/tagcloud-size
Arthur [Sat, 9 Apr 2016 14:35:14 +0000 (16:35 +0200)] 
Merge pull request #527 from ArthurHoaro/hotfix/tagcloud-size

Fixes #526: bad font size separator in tagcloud with some locale

8 years agoFixes #526: bad font size separator in tagcloud with some locale 527/head
ArthurHoaro [Tue, 29 Mar 2016 17:30:22 +0000 (19:30 +0200)] 
Fixes #526: bad font size separator in tagcloud with some locale

      * Force the number format with number_format().
      * Reduce the size deciment number to 2.

8 years agoMerge pull request #522 from ArthurHoaro/hotfix/readershaare
VirtualTam [Wed, 30 Mar 2016 17:31:19 +0000 (19:31 +0200)] 
Merge pull request #522 from ArthurHoaro/hotfix/readershaare

Refactor and rebase #380: Firefox reader view links

8 years agoProcess feeds content with Markdown 525/head
ArthurHoaro [Sat, 12 Mar 2016 17:39:57 +0000 (18:39 +0100)] 
Process feeds content with Markdown

8 years agoRemove dev cache disabling
ArthurHoaro [Sat, 26 Mar 2016 15:59:22 +0000 (16:59 +0100)] 
Remove dev cache disabling

8 years agoMerge pull request #520 from ArthurHoaro/plugins/nomarkdown
Arthur [Sat, 26 Mar 2016 15:46:04 +0000 (16:46 +0100)] 
Merge pull request #520 from ArthurHoaro/plugins/nomarkdown

Markdown: Add the 'meta-tag' `.nomarkdown` which prevent a shaare fro…

8 years agoUpdate markdown plugin README documentation 520/head
ArthurHoaro [Sat, 26 Mar 2016 15:43:14 +0000 (16:43 +0100)] 
Update markdown plugin README documentation

  * Add the `.nomarkdown` section.
  * Update misleading statements.

8 years agoRefactor and rebase #380: Firefox reader view links 522/head
ArthurHoaro [Thu, 24 Mar 2016 18:01:40 +0000 (19:01 +0100)] 
Refactor and rebase #380: Firefox reader view links

Fixes #366
Closes #380

8 years agoMerge pull request #515 from ArthurHoaro/template-feeds
Arthur [Fri, 25 Mar 2016 18:20:55 +0000 (19:20 +0100)] 
Merge pull request #515 from ArthurHoaro/template-feeds

Refactor RSS feeds generation, and do it through templates

8 years agoRefactor filter in LinkDB 515/head
ArthurHoaro [Mon, 21 Mar 2016 20:40:49 +0000 (21:40 +0100)] 
Refactor filter in LinkDB

  * search type now carried by LinkDB in order to factorize code between different search sources.
  * LinkDB->filter split in 3 method: filterSearch, filterHash, filterDay (we know what type of filter is needed).
  * filterHash now throw a LinkNotFoundException if it doesn't exist: internal implementation choice, still displays a 404.
  * Smallhash regex has been rewritten.
  * Unit tests update

8 years agoMakes escape a recursive function which handle array of strings
ArthurHoaro [Sun, 20 Mar 2016 13:14:38 +0000 (14:14 +0100)] 
Makes escape a recursive function which handle array of strings

8 years agoFeedBuilder unit tests
ArthurHoaro [Sat, 12 Mar 2016 16:54:56 +0000 (17:54 +0100)] 
FeedBuilder unit tests

8 years agoCreate a FeedBuilder class which build data for both ATOM and RSS feed.
ArthurHoaro [Sat, 12 Mar 2016 15:08:01 +0000 (16:08 +0100)] 
Create a FeedBuilder class which build data for both ATOM and RSS feed.

8 years agoFix issue 366, Problem when shaaring a link in Reader View of Firefox.
Kevin Canévet [Sun, 8 Nov 2015 22:06:21 +0000 (23:06 +0100)] 
Fix issue 366, Problem when shaaring a link in Reader View of Firefox.

8 years agoMerge pull request #521 from ArthurHoaro/hotfix/404login
VirtualTam [Wed, 23 Mar 2016 23:27:15 +0000 (00:27 +0100)] 
Merge pull request #521 from ArthurHoaro/hotfix/404login

Use generateLocation to set the redirection in login (and don't escape the url)

8 years agoUse generateLocation to set the redirection in login (and don't escape the url) 521/head
ArthurHoaro [Mon, 21 Mar 2016 18:06:46 +0000 (19:06 +0100)] 
Use generateLocation to set the redirection in login (and don't escape the url)

8 years agoMarkdown: Add the 'meta-tag' `.nomarkdown` which prevent a shaare from being parsed...
ArthurHoaro [Mon, 21 Mar 2016 17:46:34 +0000 (18:46 +0100)] 
Markdown: Add the 'meta-tag' `.nomarkdown` which prevent a shaare from being parsed with markdown

Also add the tag in tag list in edit_link, so it will appear on autocompletion.

8 years agoReword the ENABLE_RSS_PERMALINKS in the settings.
ArthurHoaro [Sat, 12 Mar 2016 13:48:14 +0000 (14:48 +0100)] 
Reword the ENABLE_RSS_PERMALINKS in the settings.

8 years agoPlugin: add render_feed hook and call it while generating ATOM and RSS feed.
ArthurHoaro [Sat, 12 Mar 2016 13:39:06 +0000 (14:39 +0100)] 
Plugin: add render_feed hook and call it while generating ATOM and RSS feed.

Create an example of the new hook in the demo plugin.

8 years agoRefactor showRSS, and make it use the RSS template
ArthurHoaro [Sat, 12 Mar 2016 13:38:06 +0000 (14:38 +0100)] 
Refactor showRSS, and make it use the RSS template

8 years agoRefactor showAtom, and make it use the ATOM template
ArthurHoaro [Thu, 10 Mar 2016 18:01:30 +0000 (19:01 +0100)] 
Refactor showAtom, and make it use the ATOM template

Minor changes:

  * Fix the date which was in a invalid format.
  * Avoid empty categories (tags).
  * Use the locale to set the language

8 years agoAdds a route for ATOM and RSS feeds page
ArthurHoaro [Thu, 10 Mar 2016 17:48:21 +0000 (18:48 +0100)] 
Adds a route for ATOM and RSS feeds page

8 years agoAdds a RSS template file
ArthurHoaro [Sat, 12 Mar 2016 13:13:41 +0000 (14:13 +0100)] 
Adds a RSS template file

Improvements:

  * Add searchtags in categories domain URL.
  * Language is now based on the locale.
  * Add a generator tag.
  * self link is always displayed.

8 years agoCreate a template to handle ATOM feed
ArthurHoaro [Thu, 10 Mar 2016 17:46:07 +0000 (18:46 +0100)] 
Create a template to handle ATOM feed

ATOM feed improvement:

  * Adds a subtitle to match RSS feed behavior.
  * Better syntax for categories (see http://edward.oconnor.cx/2007/02/representing-tags-in-atom ).
  * Use locale to set the language

8 years agoAdd method assignAll() to pageBuilder to assign an array of data
ArthurHoaro [Thu, 10 Mar 2016 17:41:23 +0000 (18:41 +0100)] 
Add method assignAll() to pageBuilder to assign an array of data

8 years agoMerge pull request #513 from ArthurHoaro/hotfix/retrieve-title-issue
VirtualTam [Mon, 14 Mar 2016 20:29:19 +0000 (21:29 +0100)] 
Merge pull request #513 from ArthurHoaro/hotfix/retrieve-title-issue

Fixes #512: retrieving title didn't match the first closing tag

8 years agoFixes #512: retrieving title didn't match the first closing tag 513/head
ArthurHoaro [Tue, 8 Mar 2016 09:00:53 +0000 (10:00 +0100)] 
Fixes #512: retrieving title didn't match the first closing tag

8 years agoMerge pull request #509 from ArthurHoaro/v0.6.5 v0.6.5
Arthur [Wed, 2 Mar 2016 19:06:33 +0000 (20:06 +0100)] 
Merge pull request #509 from ArthurHoaro/v0.6.5

Bump version to v0.6.5