Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #942 from thewilli/fix-wiki-links | VirtualTam | 2017-08-27 | 10 | -14/+14 |
|\ | | | | | migrated Github wiki links to readthedocs | ||||
| * | migrated Github wiki links to readthedocs | Willi Eggeling | 2017-08-26 | 10 | -14/+14 |
| | | |||||
* | | Merge pull request #946 from thewilli/clean | VirtualTam | 2017-08-27 | 2 | -54/+43 |
|\ \ | |/ |/| | small code cleanup | ||||
| * | code clean: cookie expiration | Willi Eggeling | 2017-08-26 | 1 | -42/+43 |
| | | | | | | | | | | | | - unified code style (spaces around operators) - prevented expiration time to be calculated twice - replaced tabs with spaces | ||||
| * | removed doc and code references to magic quotes | Willi Eggeling | 2017-08-26 | 2 | -12/+0 |
|/ | | | | | | - removed all references to magic quotes - magic quotes are not supported on PHP >= 5.4 (https://secure.php.net/manual/en/security.magicquotes.php) - Shaarli does not support PHP < 5.5 | ||||
* | Merge pull request #938 from ArthurHoaro/hotfix/tagcloud-order | ArthurHoaro | 2017-08-25 | 1 | -1/+1 |
|\ | | | | | Sort tag cloud in alphabetical order | ||||
| * | Sort tag cloud in alphabetical order | ArthurHoaro | 2017-08-25 | 1 | -1/+1 |
| | | | | | | | | Fixes #932 | ||||
* | | Merge pull request #934 from thewilli/fix-note-bookmarklet | ArthurHoaro | 2017-08-25 | 1 | -1/+1 |
|\ \ | |/ |/| | fixed note bookmarklet | ||||
| * | fixed note bookmarklet | Willi Eggeling | 2017-08-24 | 1 | -1/+1 |
|/ | | | | - the double quotes used in the alert() call of the note bookmarklet in the default template collided with the ones of the href tag - replaced the double quotes with single ones (just like the link bookmarklet) | ||||
* | Merge pull request #928 from virtualtam/documentation/v0.9.1 | VirtualTam | 2017-08-23 | 3 | -7/+7 |
|\ | | | | | documentation: update installation instructions for 0.9.1 | ||||
| * | documentation: update installation instructions for 0.9.1 | VirtualTam | 2017-08-23 | 3 | -7/+7 |
|/ | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | Merge pull request #927 from virtualtam/changelog | VirtualTam | 2017-08-23 | 2 | -0/+52 |
|\ | | | | | Update Changelog for 0.9.1 | ||||
| * | Update CHANGELOG.md for 0.9.1 | VirtualTam | 2017-08-23 | 1 | -0/+51 |
| | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
| * | documentation: fix list formatting | VirtualTam | 2017-08-23 | 1 | -0/+1 |
|/ | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | Merge pull request #925 from ArthurHoaro/theme/remove-2nd-sort-by | ArthurHoaro | 2017-08-19 | 1 | -2/+0 |
|\ | | | | | Remove the 2nd green 'sort by' row in link list | ||||
| * | Remove the 2nd green 'sort by' row in link list | ArthurHoaro | 2017-08-19 | 1 | -2/+0 |
| | | | | | | | | It isn't really useful and doesn't look good if there isn't enough tags | ||||
* | | Merge pull request #924 from ArthurHoaro/feature/hide-list-search | ArthurHoaro | 2017-08-19 | 1 | -3/+5 |
|\ \ | | | | | | | Hide the search link if no tag has been searched in tag list | ||||
| * | | Hide the search link if no tag has been searched in tag list | ArthurHoaro | 2017-08-19 | 1 | -3/+5 |
| |/ | |||||
* | | Merge pull request #923 from ArthurHoaro/hotfix/untagged | ArthurHoaro | 2017-08-19 | 1 | -1/+1 |
|\ \ | |/ |/| | Fix untagged only button | ||||
| * | Fix untagged only button | ArthurHoaro | 2017-08-19 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #920 from virtualtam/documentation/rest-3rd | VirtualTam | 2017-08-08 | 2 | -18/+30 |
|\ | | | | | documentation: update 3rd-party resources | ||||
| * | documentation: update 3rd-party resources | VirtualTam | 2017-08-08 | 2 | -18/+30 |
|/ | | | | | | Relates to https://github.com/shaarli/Shaarli/issues/915 Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | Merge pull request #918 from Lucas-C/master | VirtualTam | 2017-08-07 | 1 | -1/+1 |
|\ | | | | | Adding missing empty() as spotted in #889 code review | ||||
| * | Adding missing empty() as spotted in #889 code review | Lucas Cimon | 2017-08-06 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #917 from virtualtam/documentation/fixes+improvements | VirtualTam | 2017-08-06 | 30 | -378/+445 |
|\ | | | | | Documentation fixes, improvements and additions | ||||
| * | documentation: elaborate on REST API server & client prerequisites | VirtualTam | 2017-08-05 | 2 | -4/+19 |
| | | | | | | | | | | | | | | Relates to https://github.com/shaarli/Shaarli/issues/903 Relates to https://github.com/shaarli/Shaarli/issues/905 Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
| * | documentation: remove obsolete doc release instructions | VirtualTam | 2017-08-05 | 1 | -20/+1 |
| | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
| * | documentation: add links to example REST API clients | VirtualTam | 2017-08-05 | 1 | -1/+14 |
| | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
| * | documentation: rewrite the REST API PHP client example | VirtualTam | 2017-08-05 | 1 | -20/+37 |
| | | | | | | | | | | | | | | | | Closes https://github.com/shaarli/Shaarli/issues/905 Relates to https://github.com/shaarli/Shaarli/pull/751 See https://shaarli.github.io/api-documentation/ Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
| * | documentation: update release download and usage information | VirtualTam | 2017-08-05 | 2 | -6/+4 |
| | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
| * | documentation: remove duplicate "Coding guidelines" page | VirtualTam | 2017-08-05 | 2 | -7/+0 |
| | | | | | | | | | | | | The information is already present under "Static analysis" Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
| * | documentation: fix rendering and internal references | VirtualTam | 2017-08-05 | 29 | -323/+373 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is mainly cleanup after switching from Github-flavoured Markdown rendered by Github Pages, to standard Markdown rendered by MkDocs. Changed: - rephrase some section titles Fixed: - list rendering (items, sub-items)) - code rendering - quotes - dead links Removed: - extraneous navigational elements Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | | Merge pull request #916 from ArthurHoaro/hotfix/fix-composer-php-version | ArthurHoaro | 2017-08-05 | 2 | -94/+119 |
|\ \ | |/ |/| | Fix PHP version configuration in composer.json | ||||
| * | Fix PHP version configuration in composer.json | ArthurHoaro | 2017-08-05 | 2 | -94/+119 |
| | | | | | | | | | | Without this setting, composer would download dependencies depending on the PHP version installed on the system. E.G. I was getting doctrine/instantiator 1.1, which requires at least PHP 7.1. | ||||
* | | Merge pull request #910 from virtualtam/documentation/improvements | VirtualTam | 2017-08-05 | 71 | -19938/+10 |
|\ \ | | | | | | | Include generated doc in release archives, remove HTML from SCM | ||||
| * | | documentation: include generated HTML in release archives | VirtualTam | 2017-08-02 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | | | | | | Closes https://github.com/shaarli/Shaarli/issues/908 Relates to https://github.com/shaarli/Shaarli/pull/772 Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
| * | | documentation: set edit_uri | VirtualTam | 2017-08-02 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
| * | | documentation: remove uneeded resources | VirtualTam | 2017-08-02 | 3 | -294/+0 |
| | | | | | | | | | | | | | | | | | | | | | Relates to https://github.com/shaarli/Shaarli/issues/312 Relates to https://github.com/shaarli/Shaarli/pull/772 Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
| * | | documentation: remove generated HTML from SCM | VirtualTam | 2017-08-02 | 66 | -19640/+3 |
| | | | | | | | | | | | | | | | | | | Relates to https://github.com/shaarli/Shaarli/issues/908 Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | | | Merge pull request #887 from ArthurHoaro/hotfix/dash-tag-rename | ArthurHoaro | 2017-08-05 | 3 | -40/+106 |
|\ \ \ | | | | | | | | | Make sure that the tag exists before altering/removing it | ||||
| * | | | Move tag renaming code to LinkDB and unit test it | ArthurHoaro | 2017-08-05 | 3 | -36/+102 |
| | | | | |||||
| * | | | Refactoring of CHANGETAG part to avoid duplicated code | ArthurHoaro | 2017-05-31 | 1 | -34/+27 |
| | | | | |||||
| * | | | Make sure that the tag exists before altering/removing it | ArthurHoaro | 2017-05-31 | 1 | -10/+17 |
| | | | | | | | | | | | | | | | | Fixes #886 | ||||
* | | | | Merge pull request #889 from Lucas-C/master | VirtualTam | 2017-08-03 | 9 | -102/+111 |
|\ \ \ \ | | | | | | | | | | | Using only one form in linklist.html - fix #885 | ||||
| * | | | | Using only one form in linklist.html + adding untaggedonly filter - fix #885 | Lucas Cimon | 2017-07-30 | 9 | -102/+111 |
| | | | | | |||||
* | | | | | Merge pull request #913 from virtualtam/fix/readme | VirtualTam | 2017-08-02 | 1 | -1/+1 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | readme: fix logo uri | ||||
| * | | | | readme: fix logo uri | VirtualTam | 2017-08-02 | 1 | -1/+1 |
|/ / / / | | | | | | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | | | | Merge pull request #911 from virtualtam/fix/release/composer | VirtualTam | 2017-08-02 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | fix: use pinned dependency revisions when generating release archives | ||||
| * | | | | fix: use pinned dependency revisions when generating release archives | VirtualTam | 2017-08-02 | 1 | -1/+1 |
|/ / / / | | | | | | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | | | | Merge pull request #912 from virtualtam/travis/precise | VirtualTam | 2017-08-02 | 1 | -0/+1 |
|\ \ \ \ | |_|_|/ |/| | | | travis: explicitly set the build dist to `precise` |