Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ConfigManager no longer uses singleton pattern | ArthurHoaro | 2016-06-11 | 9 | -275/+342 |
| | |||||
* | Remove remaining settings initialization in index.php | ArthurHoaro | 2016-06-11 | 3 | -78/+42 |
| | | | | Except for those which require external data (timezone and $_SERVER). | ||||
* | Rename configuration keys and fix GLOBALS in templates | ArthurHoaro | 2016-06-11 | 18 | -323/+350 |
| | |||||
* | Use the configuration manager for wallabag and readityourself plugin | ArthurHoaro | 2016-06-11 | 4 | -23/+22 |
| | |||||
* | Set the default timezone in index.php | ArthurHoaro | 2016-06-11 | 2 | -3/+2 |
| | |||||
* | Adds ConfigJson which handle the configuration in JSON format. | ArthurHoaro | 2016-06-11 | 13 | -25/+462 |
| | | | | Also use the Updater to make the transition | ||||
* | Replace $GLOBALS configuration with the configuration manager in the whole ↵ | ArthurHoaro | 2016-06-11 | 23 | -856/+422 |
| | | | | code base | ||||
* | Introduce a configuration manager (not plugged yet) | ArthurHoaro | 2016-06-11 | 8 | -0/+872 |
| | |||||
* | Configuration template indenting | ArthurHoaro | 2016-06-11 | 1 | -36/+78 |
| | |||||
* | PHP endtag in shaarli_version.php | ArthurHoaro | 2016-05-14 | 1 | -1/+1 |
| | |||||
* | Merge pull request #567 from ArthurHoaro/v0.7.0v0.7.0 | Arthur | 2016-05-14 | 47 | -197/+73 |
|\ | | | | | V0.7.0 | ||||
| * | Doc update | ArthurHoaro | 2016-05-14 | 45 | -194/+70 |
| | | | | | | | | Signed-off-by: ArthurHoaro <arthur@hoa.ro> | ||||
| * | Version bump: v0.7.0 | ArthurHoaro | 2016-05-14 | 2 | -3/+3 |
|/ | | | | Signed-off-by: ArthurHoaro <arthur@hoa.ro> | ||||
* | Merge pull request #560 from ArthurHoaro/nb-private-shaare | Arthur | 2016-05-14 | 5 | -138/+177 |
|\ | | | | | Private links counter in the header | ||||
| * | Add private link counter | ArthurHoaro | 2016-05-13 | 4 | -15/+30 |
| | | |||||
| * | Extract PageBuilder class from index.php | ArthurHoaro | 2016-05-13 | 2 | -123/+147 |
| | | |||||
* | | Merge pull request #556 from ArthurHoaro/login-refill | Arthur | 2016-05-14 | 2 | -20/+33 |
|\ \ | | | | | | | Prefill the login field when the authentication has failed | ||||
| * | | Prefill the login field when the authentication has failed | ArthurHoaro | 2016-05-06 | 2 | -5/+17 |
| | | | |||||
| * | | Reindent the login template | ArthurHoaro | 2016-05-06 | 1 | -18/+19 |
| | | | |||||
* | | | Merge pull request #559 from ArthurHoaro/startsEndWithCase | Arthur | 2016-05-14 | 4 | -23/+35 |
|\ \ \ | | | | | | | | | Fix startsWith and endsWith case | ||||
| * | | | Fix startsWith and endsWith case | ArthurHoaro | 2016-05-10 | 4 | -23/+35 |
| | |/ | |/| | |||||
* | | | Merge pull request #566 from ArthurHoaro/md-inline-code | Arthur | 2016-05-13 | 1 | -0/+7 |
|\ \ \ | | | | | | | | | Markdown: inline code background color | ||||
| * | | | Markdown: inline code background color | ArthurHoaro | 2016-05-13 | 1 | -0/+7 |
| |/ / | |||||
* | | | Merge pull request #562 from ArthurHoaro/hotfix/561 | Arthur | 2016-05-13 | 1 | -6/+0 |
|\ \ \ | |/ / |/| | | Don't redirect to ?post if ?addlink is reached while logged out | ||||
| * | | Don't redirect to ?post if ?addlink is reached while logged out | ArthurHoaro | 2016-05-11 | 1 | -6/+0 |
|/ / | |||||
* | | Merge pull request #557 from ArthurHoaro/remove-delicious | Arthur | 2016-05-10 | 2 | -2/+4 |
|\ \ | | | | | | | Remove delicious from Shaarli description | ||||
| * | | Remove delicious from Shaarli description | ArthurHoaro | 2016-05-08 | 2 | -2/+4 |
| |/ | |||||
* | | Merge pull request #554 from virtualtam/fix/bookmark-export | VirtualTam | 2016-05-06 | 4 | -19/+74 |
|\ \ | |/ |/| | Export: allow prepending notes with the Shaarli instance's URL | ||||
| * | Export: allow prepending notes with the Shaarli instance's URL | VirtualTam | 2016-05-06 | 4 | -19/+74 |
|/ | | | | | | | | | | | | | | | | 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> | ||||
* | Merge pull request #552 from shaarli/readme-doc-plugins | Arthur | 2016-05-05 | 1 | -0/+1 |
|\ | | | | | add link to plugins doc | ||||
| * | add link to plugins doc | nodiscc | 2016-05-05 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #553 from ArthurHoaro/typo | Arthur | 2016-05-05 | 3 | -5/+5 |
|\ \ | | | | | | | typo | ||||
| * | | typo | ArthurHoaro | 2016-05-05 | 3 | -5/+5 |
|/ / | |||||
* | | Merge pull request #551 from ArthurHoaro/hotfix/timezone | Arthur | 2016-05-05 | 3 | -13/+13 |
|\ \ | |/ |/| | Use correct 'UTC' timezone | ||||
| * | Use correct 'UTC' timezone | ArthurHoaro | 2016-05-03 | 3 | -13/+13 |
| | | |||||
* | | Merge pull request #532 from ArthurHoaro/hotfix/title-retrieve-the-return | Arthur | 2016-05-03 | 6 | -16/+142 |
|\ \ | | | | | | | Fixes #531 - Title retrieving is failing with multiple use case | ||||
| * | | Fixes #531 - Title retrieving is failing with multiple use case | ArthurHoaro | 2016-05-03 | 6 | -16/+142 |
| | | | | | | | | | | | | see https://github.com/shaarli/Shaarli/issues/531 for details | ||||
* | | | Merge pull request #550 from kalvn/master | Arthur | 2016-05-03 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Renames Awesomeplete dollar variable to avoid conflicts with jQuery | ||||
| * | | | Renames Awesomeplete dollar variable to avoid conflicts with jQuery | kalvn | 2016-05-03 | 1 | -2/+2 |
|/ / / | |||||
* | | | Merge pull request #539 from daniellowtw/bugfix/array_filter-messes-with-keys | Arthur | 2016-04-14 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fix error when filtering search tags | ||||
| * | | | Fix error when filtering search tags | D Low | 2016-04-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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]. | ||||
* | | | | Merge pull request #540 from ArthurHoaro/doc/update20160414 | Arthur | 2016-04-14 | 61 | -626/+3433 |
|\ \ \ \ | |/ / / |/| | | | Update docs from Wiki | ||||
| * | | | Update docs from Wiki | ArthurHoaro | 2016-04-14 | 61 | -626/+3433 |
|/ / / | |||||
* | | | Merge pull request #538 from virtualtam/fix/bookmark-export | VirtualTam | 2016-04-12 | 5 | -42/+202 |
|\ \ \ | | | | | | | | | Refactor Netscape bookmark exporting | ||||
| * | | | Refactor Netscape bookmark exporting | VirtualTam | 2016-04-10 | 5 | -42/+202 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> | ||||
* | | | Merge pull request #537 from virtualtam/tests/dependencies | VirtualTam | 2016-04-10 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | Tests: update PHPUnit to 4.8.x | ||||
| * | | Tests: update PHPUnit to 4.8.x | VirtualTam | 2016-04-10 | 1 | -1/+1 |
|/ / | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | | Merge pull request #524 from ArthurHoaro/hotfix/redirectorurl | Arthur | 2016-04-09 | 3 | -25/+47 |
|\ \ | | | | | | | Fixes #480: add an option to urlencode redirector URL | ||||
| * | | Fixes #480: add an option to urlencode redirector URL | ArthurHoaro | 2016-04-09 | 3 | -25/+47 |
|/ / | | | | | | | | | | | | | | | * 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 | ||||
* | | Merge pull request #525 from ArthurHoaro/plugins/feeds-markdown2 | Arthur | 2016-04-09 | 1 | -0/+19 |
|\ \ | | | | | | | Process feeds content with Markdown |