]> git.immae.eu Git - github/shaarli/Shaarli.git/log
github/shaarli/Shaarli.git
6 years agoMove tag renaming code to LinkDB and unit test it 887/head
ArthurHoaro [Fri, 4 Aug 2017 17:10:00 +0000 (19:10 +0200)] 
Move tag renaming code to LinkDB and unit test it

6 years agoRefactoring of CHANGETAG part to avoid duplicated code
ArthurHoaro [Wed, 31 May 2017 16:36:35 +0000 (18:36 +0200)] 
Refactoring of CHANGETAG part to avoid duplicated code

6 years agoMake sure that the tag exists before altering/removing it
ArthurHoaro [Wed, 31 May 2017 16:24:21 +0000 (18:24 +0200)] 
Make sure that the tag exists before altering/removing it

Fixes #886

6 years agoMerge pull request #882 from ArthurHoaro/feature/edit-timestamp
ArthurHoaro [Wed, 31 May 2017 15:54:46 +0000 (17:54 +0200)] 
Merge pull request #882 from ArthurHoaro/feature/edit-timestamp

Add creation date when editing a link

6 years agoMerge pull request #880 from ArthurHoaro/hotfix/allowed-protocols
ArthurHoaro [Wed, 31 May 2017 15:52:19 +0000 (17:52 +0200)] 
Merge pull request #880 from ArthurHoaro/hotfix/allowed-protocols

Add a whitelist of protocols for URLs

6 years agoAdd creation date when editing a link 882/head
ArthurHoaro [Wed, 31 May 2017 15:50:11 +0000 (17:50 +0200)] 
Add creation date when editing a link

Also, alter the title on edition

Fixes #431

6 years agoMerge pull request #884 from ArthurHoaro/hotfix/bookmarklet-url-limit
ArthurHoaro [Wed, 31 May 2017 15:44:19 +0000 (17:44 +0200)] 
Merge pull request #884 from ArthurHoaro/hotfix/bookmarklet-url-limit

Selection is now limited to 2k characters using bookmarklets

6 years agoMerge pull request #883 from ArthurHoaro/template/visited-link
ArthurHoaro [Sun, 28 May 2017 11:17:20 +0000 (13:17 +0200)] 
Merge pull request #883 from ArthurHoaro/template/visited-link

Display visited links in grey

6 years agoBookmarklet size limit: increase to 4500 chars and add an alert warning 884/head
ArthurHoaro [Sun, 28 May 2017 11:04:31 +0000 (13:04 +0200)] 
Bookmarklet size limit: increase to 4500 chars and add an alert warning

6 years agoSelection is now limited to 2k characters using bookmarklets
ArthurHoaro [Thu, 25 May 2017 14:45:08 +0000 (16:45 +0200)] 
Selection is now limited to 2k characters using bookmarklets

to avoid having too large URL

Fixes #528

6 years agoDisplay visited links in grey 883/head
ArthurHoaro [Thu, 25 May 2017 14:30:37 +0000 (16:30 +0200)] 
Display visited links in grey

Fixes #244

6 years agoMerge pull request #841 from ArthurHoaro/feature/search-no-tag
ArthurHoaro [Thu, 25 May 2017 13:54:20 +0000 (15:54 +0200)] 
Merge pull request #841 from ArthurHoaro/feature/search-no-tag

Empty tag search will look for not tagged links

6 years agoMerge pull request #881 from ArthurHoaro/feature/note-bookmarklet
ArthurHoaro [Thu, 25 May 2017 13:51:48 +0000 (15:51 +0200)] 
Merge pull request #881 from ArthurHoaro/feature/note-bookmarklet

Add Note bookmarklet #580

6 years agoEmpty tag search will look for not tagged links 841/head
ArthurHoaro [Sat, 1 Apr 2017 10:17:37 +0000 (12:17 +0200)] 
Empty tag search will look for not tagged links

Fixes #784

From now, searching for tags with an empty value will return only not tagged links,
with the search bar showing `x results [not tagged]`.

Note that using the api, the searchtags request parameter must be set to `false` to get the same result.

  - [ ] Update API doc

6 years agoAdd Note bookmarklet #580 881/head
philipp-r [Mon, 27 Mar 2017 12:01:06 +0000 (14:01 +0200)] 
Add Note bookmarklet #580

6 years agoMerge pull request #835 from ArthurHoaro/feature/tag-cloud
ArthurHoaro [Thu, 25 May 2017 13:28:26 +0000 (15:28 +0200)] 
Merge pull request #835 from ArthurHoaro/feature/tag-cloud

Adds a taglist view with edit/delete buttons

6 years agoTag list: use awesomplete for tag auto completion 835/head
ArthurHoaro [Tue, 28 Mar 2017 18:11:07 +0000 (20:11 +0200)] 
Tag list: use awesomplete for tag auto completion

6 years agoAdds a taglist view with edit/delete buttons
ArthurHoaro [Sat, 25 Mar 2017 14:59:01 +0000 (15:59 +0100)] 
Adds a taglist view with edit/delete buttons

  * The tag list can be sort alphabetically or by most used tag
  * Edit/Delete are perform using AJAX, or fallback to 'do=changetag' page
  * New features aren't backported to vintage theme

6 years agoAdd a token available everywhere
ArthurHoaro [Sat, 25 Mar 2017 14:58:30 +0000 (15:58 +0100)] 
Add a token available everywhere

6 years agoMove tagcloud template file to tag.cloud
ArthurHoaro [Sat, 25 Mar 2017 14:57:30 +0000 (15:57 +0100)] 
Move tagcloud template file to tag.cloud

6 years agoAdd an endpoint to refresh the token
ArthurHoaro [Sat, 25 Mar 2017 14:54:18 +0000 (15:54 +0100)] 
Add an endpoint to refresh the token

Useful for AJAX requests which burns the token

6 years agoMerge pull request #819 from ArthurHoaro/feature/multi-delete
ArthurHoaro [Thu, 25 May 2017 13:03:32 +0000 (15:03 +0200)] 
Merge pull request #819 from ArthurHoaro/feature/multi-delete

Bulk deletion

6 years agoAdd a whitelist of protocols for URLs 880/head
ArthurHoaro [Thu, 25 May 2017 12:52:42 +0000 (14:52 +0200)] 
Add a whitelist of protocols for URLs

 - for Shaare
 - for markdown description links and images

Not whitelisted protocols will be replaced by `http://`

6 years agoMerge pull request #878 from Lucas-C/master
ArthurHoaro [Thu, 25 May 2017 11:39:31 +0000 (13:39 +0200)] 
Merge pull request #878 from Lucas-C/master

Adding the ability to display subtags in the tagcloud

6 years agoAdding ability to display subtags in tagcloud 878/head
Lucas Cimon [Thu, 18 May 2017 18:28:11 +0000 (20:28 +0200)] 
Adding ability to display subtags in tagcloud

6 years agoMerge pull request #868 from ArthurHoaro/theme/default-as-default
ArthurHoaro [Wed, 10 May 2017 16:25:56 +0000 (18:25 +0200)] 
Merge pull request #868 from ArthurHoaro/theme/default-as-default

Use the new 'default' theme... as default

6 years agoMerge pull request #869 from ArthurHoaro/cleanup/psh-dead-code
ArthurHoaro [Wed, 10 May 2017 16:25:41 +0000 (18:25 +0200)] 
Merge pull request #869 from ArthurHoaro/cleanup/psh-dead-code

PubSubHub: remove dead code

6 years agoMerge pull request #870 from kalvn/fixusercss
ArthurHoaro [Tue, 9 May 2017 17:33:11 +0000 (19:33 +0200)] 
Merge pull request #870 from kalvn/fixusercss

Fixes file existence check for user.css

6 years agoFixes file existence check for user.css 870/head
kalvn [Tue, 9 May 2017 17:09:33 +0000 (19:09 +0200)] 
Fixes file existence check for user.css

6 years agoPubSubHub: remove dead code 869/head
ArthurHoaro [Tue, 9 May 2017 16:26:34 +0000 (18:26 +0200)] 
PubSubHub: remove dead code

6 years agoUse the new 'default' theme... as default 868/head
ArthurHoaro [Tue, 9 May 2017 16:22:31 +0000 (18:22 +0200)] 
Use the new 'default' theme... as default

Fixes #866

6 years agoBulk deletion: remove JS ES6 syntax 819/head
ArthurHoaro [Mon, 27 Mar 2017 17:14:52 +0000 (19:14 +0200)] 
Bulk deletion: remove JS ES6 syntax

6 years agoBulk deletion
ArthurHoaro [Sun, 12 Mar 2017 18:03:50 +0000 (19:03 +0100)] 
Bulk deletion

  * Add a checkboxes in linklist which display a sub-header containing action buttons
  * Strongly rely on JS
  * Requires a modern browser (ES6 syntax support)
  * Checkboxes are hidden if the browser is old or JS disabled

6 years agoUpdate Github badges
ArthurHoaro [Sun, 7 May 2017 17:02:17 +0000 (19:02 +0200)] 
Update Github badges

Signed-off-by: ArthurHoaro <arthur@hoa.ro>
6 years agoMerge pull request #863 from ArthurHoaro/v0.9.0
ArthurHoaro [Sun, 7 May 2017 16:45:02 +0000 (18:45 +0200)] 
Merge pull request #863 from ArthurHoaro/v0.9.0

Bump version to v0.9.0

6 years agoBump version to v0.9.0 863/head
ArthurHoaro [Sun, 7 May 2017 16:44:05 +0000 (18:44 +0200)] 
Bump version to v0.9.0

Signed-off-by: ArthurHoaro <arthur@hoa.ro>
6 years agoMerge pull request #859 from ArthurHoaro/changelog
ArthurHoaro [Sun, 7 May 2017 16:39:44 +0000 (18:39 +0200)] 
Merge pull request #859 from ArthurHoaro/changelog

Changelog update

6 years agoMerge pull request #862 from ArthurHoaro/theme/tags-everywhere
ArthurHoaro [Sun, 7 May 2017 16:39:25 +0000 (18:39 +0200)] 
Merge pull request #862 from ArthurHoaro/theme/tags-everywhere

Inject tag list everywhere to make autocomplete work on the fixed search bar

6 years agoMerge pull request #861 from ArthurHoaro/hotfix/import-shorturl-override
ArthurHoaro [Sun, 7 May 2017 16:38:55 +0000 (18:38 +0200)] 
Merge pull request #861 from ArthurHoaro/hotfix/import-shorturl-override

Fix a bug happening when importing links with override option

6 years agoMerge pull request #860 from ArthurHoaro/readme
ArthurHoaro [Sun, 7 May 2017 16:38:39 +0000 (18:38 +0200)] 
Merge pull request #860 from ArthurHoaro/readme

Readme: add API documentation link

6 years agoChangelog update 859/head
ArthurHoaro [Sun, 7 May 2017 15:23:36 +0000 (17:23 +0200)] 
Changelog update

6 years agoInject tag list everywhere to make autocomplete work on the fixed search bar 862/head
ArthurHoaro [Sun, 7 May 2017 16:19:09 +0000 (18:19 +0200)] 
Inject tag list everywhere to make autocomplete work on the fixed search bar

6 years agoFix a bug happening when importing links with override option 861/head
ArthurHoaro [Sun, 7 May 2017 16:02:49 +0000 (18:02 +0200)] 
Fix a bug happening when importing links with override option

The shorturl would be set to null, generating a lot of warnings and breaking permalinks

6 years agoMerge pull request #858 from ArthurHoaro/api/history-entries
ArthurHoaro [Sun, 7 May 2017 15:40:17 +0000 (17:40 +0200)] 
Merge pull request #858 from ArthurHoaro/api/history-entries

Add history entries for API endpoint

6 years agoReadme: add API documentation link 860/head
ArthurHoaro [Sun, 7 May 2017 15:33:16 +0000 (17:33 +0200)] 
Readme: add API documentation link

6 years agoAdd settings history only when they're updated 858/head
ArthurHoaro [Sun, 7 May 2017 14:58:15 +0000 (16:58 +0200)] 
Add settings history only when they're updated

6 years agoHistory: fix entries order
ArthurHoaro [Sun, 7 May 2017 14:56:20 +0000 (16:56 +0200)] 
History: fix entries order

6 years agoReset the history file due to datetime format change
ArthurHoaro [Sun, 7 May 2017 14:52:38 +0000 (16:52 +0200)] 
Reset the history file due to datetime format change

6 years agoAdd history entries for API endpoint
ArthurHoaro [Sun, 7 May 2017 14:50:20 +0000 (16:50 +0200)] 
Add history entries for API endpoint

CHANGED: datetime is now store as an object in history store file

6 years agoMerge pull request #857 from ArthurHoaro/api/history-get
ArthurHoaro [Sun, 7 May 2017 14:08:10 +0000 (16:08 +0200)] 
Merge pull request #857 from ArthurHoaro/api/history-get

API: Get History endpoint

6 years agoAPI: Get History endpoint 857/head
ArthurHoaro [Sat, 6 May 2017 17:39:39 +0000 (19:39 +0200)] 
API: Get History endpoint

See http://shaarli.github.io/api-documentation/#links-history-get

6 years agoMerge pull request #856 from ArthurHoaro/api/delete-link
ArthurHoaro [Sun, 7 May 2017 14:02:14 +0000 (16:02 +0200)] 
Merge pull request #856 from ArthurHoaro/api/delete-link

API: add DELETE endpoint

6 years agoAPI: add DELETE endpoint 856/head
ArthurHoaro [Sat, 6 May 2017 15:32:16 +0000 (17:32 +0200)] 
API: add DELETE endpoint

Based on #840

See http://shaarli.github.io/api-documentation/\#links-link-delete

6 years agoMerge pull request #840 from ArthurHoaro/api/putLink
ArthurHoaro [Sun, 7 May 2017 13:55:38 +0000 (15:55 +0200)] 
Merge pull request #840 from ArthurHoaro/api/putLink

REST API: implement PUT method

6 years agoREST API: implement PUT method 840/head
ArthurHoaro [Sat, 1 Apr 2017 09:11:25 +0000 (11:11 +0200)] 
REST API: implement PUT method

  * Related to #609
  * Documentation: http://shaarli.github.io/api-documentation/#links-link-put

6 years agoMerge pull request #855 from ArthurHoaro/theme/vintage-home-link
ArthurHoaro [Sat, 6 May 2017 17:37:38 +0000 (19:37 +0200)] 
Merge pull request #855 from ArthurHoaro/theme/vintage-home-link

Rename title link label to home link and apply it in vintage theme

6 years agoMerge pull request #764 from ArthurHoaro/feature/history
ArthurHoaro [Sat, 6 May 2017 15:12:06 +0000 (17:12 +0200)] 
Merge pull request #764 from ArthurHoaro/feature/history

History mechanism

7 years agoRename title link label to home link and apply it in vintage theme 855/head
ArthurHoaro [Wed, 3 May 2017 17:13:29 +0000 (19:13 +0200)] 
Rename title link label to home link and apply it in vintage theme

Related to #853

7 years agoMerge pull request #852 from ArthurHoaro/theme/install-password
ArthurHoaro [Tue, 25 Apr 2017 17:11:24 +0000 (19:11 +0200)] 
Merge pull request #852 from ArthurHoaro/theme/install-password

Theme: use a password type field during the install

7 years agoMerge pull request #830 from ArthurHoaro/theme/timezone
ArthurHoaro [Tue, 25 Apr 2017 17:09:13 +0000 (19:09 +0200)] 
Merge pull request #830 from ArthurHoaro/theme/timezone

Change timezone data structure send to the templates

7 years agoTheme: use a password type field during the install 852/head
ArthurHoaro [Tue, 25 Apr 2017 17:06:23 +0000 (19:06 +0200)] 
Theme: use a password type field during the install

7 years agoMerge pull request #848 from ArthurHoaro/hotfix/upload-maxsize
ArthurHoaro [Tue, 25 Apr 2017 17:03:29 +0000 (19:03 +0200)] 
Merge pull request #848 from ArthurHoaro/hotfix/upload-maxsize

Use raw bytes for upload size hidden input

7 years agoUse raw bytes for upload size hidden input 848/head
ArthurHoaro [Mon, 10 Apr 2017 18:01:10 +0000 (20:01 +0200)] 
Use raw bytes for upload size hidden input

7 years agoMerge pull request #844 from ArthurHoaro/hotfix/id-0
ArthurHoaro [Wed, 5 Apr 2017 17:38:25 +0000 (19:38 +0200)] 
Merge pull request #844 from ArthurHoaro/hotfix/id-0

Fix offset check with link ID = 0

7 years agoFix offset check with link ID = 0 844/head
ArthurHoaro [Wed, 5 Apr 2017 17:09:25 +0000 (19:09 +0200)] 
Fix offset check with link ID = 0

7 years agoApply the new timezone template variables to the vintage theme 830/head
ArthurHoaro [Mon, 3 Apr 2017 17:23:30 +0000 (19:23 +0200)] 
Apply the new timezone template variables to the vintage theme

7 years agoApply the new timezone template variables to the default theme
ArthurHoaro [Wed, 22 Mar 2017 18:29:02 +0000 (19:29 +0100)] 
Apply the new timezone template variables to the default theme

7 years agoChange timezone data structure send to the templates
ArthurHoaro [Wed, 22 Mar 2017 18:16:35 +0000 (19:16 +0100)] 
Change timezone data structure send to the templates

The goal of this is to be able to adapt the timezone form
in template without hacking the HTML already rendered.

  * there are two arrays available:
    * `continents` which contains only a list of available continents
    * `cities` which contains a list of available timezone cities, associated with their continent

Note: there are two distinct array because RainTPL doesn't support nested loop very well.

7 years agoMerge pull request #800 from ArthurHoaro/hotfix/get-bytes-warning
ArthurHoaro [Mon, 3 Apr 2017 17:02:33 +0000 (19:02 +0200)] 
Merge pull request #800 from ArthurHoaro/hotfix/get-bytes-warning

Fix a warning generated in return_bytes function and refactor it

7 years agoUtilsTest: PHP 5.5 compatibility 800/head
ArthurHoaro [Mon, 3 Apr 2017 16:53:17 +0000 (18:53 +0200)] 
UtilsTest: PHP 5.5 compatibility

7 years agoFix a warning generated in return_bytes function and refactor it
ArthurHoaro [Fri, 10 Mar 2017 19:06:01 +0000 (20:06 +0100)] 
Fix a warning generated in return_bytes function and refactor it

It was multiplying a string containing a letter.

Moved function to Utils.php and display a human readable limit size

7 years agoMerge pull request #842 from ArthurHoaro/cleanup/remove-riy-plugin
ArthurHoaro [Mon, 3 Apr 2017 16:41:02 +0000 (18:41 +0200)] 
Merge pull request #842 from ArthurHoaro/cleanup/remove-riy-plugin

Remove readityourself plugin

7 years agoRemove readityourself plugin 842/head
ArthurHoaro [Sat, 1 Apr 2017 10:26:31 +0000 (12:26 +0200)] 
Remove readityourself plugin

Fixes #818

7 years agoMerge pull request #742 from ArthurHoaro/api/postLink
ArthurHoaro [Sat, 1 Apr 2017 08:02:03 +0000 (10:02 +0200)] 
Merge pull request #742 from ArthurHoaro/api/postLink

REST API: implement POST link service

7 years agoMerge pull request #839 from ArthurHoaro/theme/daily-page-title
ArthurHoaro [Wed, 29 Mar 2017 16:38:52 +0000 (18:38 +0200)] 
Merge pull request #839 from ArthurHoaro/theme/daily-page-title

Display daily date in the page title (browser title)

7 years agoMerge pull request #838 from ArthurHoaro/theme/daily-date-format
ArthurHoaro [Wed, 29 Mar 2017 16:38:40 +0000 (18:38 +0200)] 
Merge pull request #838 from ArthurHoaro/theme/daily-date-format

Theme: use format_date function for daily date

7 years agoDisplay daily date in the page title (browser title) 839/head
ArthurHoaro [Tue, 28 Mar 2017 18:51:11 +0000 (20:51 +0200)] 
Display daily date in the page title (browser title)

Fixes #211
Depends on #838

7 years agoTheme: use format_date function for daily date 838/head
ArthurHoaro [Tue, 28 Mar 2017 18:40:14 +0000 (20:40 +0200)] 
Theme: use format_date function for daily date

7 years agoMerge pull request #837 from ArthurHoaro/theme/js-edit-linklist-margin
ArthurHoaro [Mon, 27 Mar 2017 17:23:54 +0000 (19:23 +0200)] 
Merge pull request #837 from ArthurHoaro/theme/js-edit-linklist-margin

Theme: JS - Fix a bug preventing edit margin suppression to work

7 years agoTheme: JS - Fix a bug preventing edit margin suppression to work 837/head
ArthurHoaro [Mon, 27 Mar 2017 17:15:48 +0000 (19:15 +0200)] 
Theme: JS - Fix a bug preventing edit margin suppression to work

Explanation: an ID with a leading digit isn't a valid CSS selector

7 years agoREST API: implement POST link service 742/head
ArthurHoaro [Thu, 5 Jan 2017 14:58:24 +0000 (15:58 +0100)] 
REST API: implement POST link service

7 years agoMerge pull request #832 from ArthurHoaro/theme/font
ArthurHoaro [Mon, 27 Mar 2017 16:35:33 +0000 (18:35 +0200)] 
Merge pull request #832 from ArthurHoaro/theme/font

Theme: change global font to Roboto and include bold variant

7 years agoMerge pull request #834 from philipp-r/issue-833
ArthurHoaro [Sat, 25 Mar 2017 19:54:48 +0000 (20:54 +0100)] 
Merge pull request #834 from philipp-r/issue-833

Tags parameter for redirects

7 years agoTags parameter for redirects #833 834/head
philipp-r [Sat, 25 Mar 2017 18:41:01 +0000 (19:41 +0100)] 
Tags parameter for redirects #833

7 years agoTheme: change global font to Roboto and include bold variant 832/head
ArthurHoaro [Fri, 24 Mar 2017 17:42:55 +0000 (18:42 +0100)] 
Theme: change global font to Roboto and include bold variant

Fixes #822

7 years agoMerge pull request #831 from ArthurHoaro/theme/install-api-enable
ArthurHoaro [Thu, 23 Mar 2017 17:32:26 +0000 (18:32 +0100)] 
Merge pull request #831 from ArthurHoaro/theme/install-api-enable

Add API setting in the new theme during the installation

7 years agoMerge pull request #829 from ArthurHoaro/hotfix/id-0
ArthurHoaro [Thu, 23 Mar 2017 17:31:40 +0000 (18:31 +0100)] 
Merge pull request #829 from ArthurHoaro/hotfix/id-0

Fixes a bug preventing to edit link with ID 0

7 years agoAdd API setting in the new theme during the installation 831/head
ArthurHoaro [Wed, 22 Mar 2017 18:58:22 +0000 (19:58 +0100)] 
Add API setting in the new theme during the installation

Also use the same variable name across template files

7 years agoFixes a bug preventing to edit link with ID 0 829/head
ArthurHoaro [Wed, 22 Mar 2017 18:08:17 +0000 (19:08 +0100)] 
Fixes a bug preventing to edit link with ID 0

Fixes #814

7 years agoMerge pull request #828 from ArthurHoaro/project/master-version
ArthurHoaro [Wed, 22 Mar 2017 17:59:40 +0000 (18:59 +0100)] 
Merge pull request #828 from ArthurHoaro/project/master-version

Fix version check branch for UT

7 years agoFix version check branch for UT 828/head
ArthurHoaro [Wed, 22 Mar 2017 17:55:09 +0000 (18:55 +0100)] 
Fix version check branch for UT

7 years agoMerge pull request #798 from ArthurHoaro/feature/composer-lock
ArthurHoaro [Wed, 22 Mar 2017 17:51:20 +0000 (18:51 +0100)] 
Merge pull request #798 from ArthurHoaro/feature/composer-lock

Include composer.lock in git files

7 years agoMerge pull request #816 from ArthurHoaro/project/master-version
ArthurHoaro [Wed, 22 Mar 2017 17:50:33 +0000 (18:50 +0100)] 
Merge pull request #816 from ArthurHoaro/project/master-version

Use 'dev' version on the master branch

7 years agoMerge pull request #826 from virtualtam/readme/badges
VirtualTam [Tue, 21 Mar 2017 20:57:17 +0000 (21:57 +0100)] 
Merge pull request #826 from virtualtam/readme/badges

README: use explicit version badges

7 years agoHistory: lazy loading for the history file 764/head
ArthurHoaro [Mon, 16 Jan 2017 11:50:36 +0000 (12:50 +0100)] 
History: lazy loading for the history file

Only read it when it's necessary

7 years agoHistory mechanism
ArthurHoaro [Mon, 16 Jan 2017 11:31:08 +0000 (12:31 +0100)] 
History mechanism

Use case: rest API service

  * saved by default in data/history
  * same format as datastore.php
  * traced events:
     * save/edit/delete link
     * change settings or plugins settings
     * rename tag

7 years agoMove database read/write to FileUtils class + additional unit tests
ArthurHoaro [Mon, 16 Jan 2017 11:30:18 +0000 (12:30 +0100)] 
Move database read/write to FileUtils class + additional unit tests

7 years agoInclude composer.lock in git files 798/head
ArthurHoaro [Thu, 9 Mar 2017 19:00:07 +0000 (20:00 +0100)] 
Include composer.lock in git files

7 years agoMerge pull request #804 from ArthurHoaro/feature/atom-default
ArthurHoaro [Tue, 21 Mar 2017 19:10:49 +0000 (20:10 +0100)] 
Merge pull request #804 from ArthurHoaro/feature/atom-default

Fixes #304: use atom feed as default

7 years agoSet Shaarli's version only in shaarli_version.php file 816/head
ArthurHoaro [Tue, 21 Mar 2017 19:08:40 +0000 (20:08 +0100)] 
Set Shaarli's version only in shaarli_version.php file