aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle
Commit message (Collapse)AuthorAgeFilesLines
* add testsNicolas Lœuillet2016-02-295-0/+179
|
* Enhance documentation and create a form to create a new clientNicolas Lœuillet2016-02-298-45/+267
|
* API: rename application to clientNicolas Lœuillet2016-02-292-7/+6
|
* Added developer documentationNicolas Lœuillet2016-02-295-3/+131
|
* Fix #1597: first draft to create new client for the APINicolas Lœuillet2016-02-294-0/+57
|
* Skipping all Posgres test for wallabag:installJeremy Benoist2016-02-292-21/+19
| | | | | | | | | | | | | | We already faced this problem but we are facing it again. https://github.com/wallabag/wallabag/commit/d502762598db68ec822078642df8f6a8214202f7 It seems we can drop a database properly using wallabag:install. The server log keep saying: ERROR: source database "template1" is being accessed by other users DETAIL: There is 1 other session using the database. STATEMENT: CREATE DATABASE "wallabag_test" Which means, it can't remove the database wallabag_test because one other person is using it.
* added newlineMorten Juhl-Johansen Zölde-Fejér2016-02-271-1/+2
|
* Adding Danish translations to Wallabag v2Morten Juhl-Johansen Zölde-Fejér2016-02-272-0/+132
|
* Regenerate Annotator with idAnnotation instead of idCommentNicolas Lœuillet2016-02-261-17/+15
|
* Rename CommentBundle with AnnotationBundleNicolas Lœuillet2016-02-264-18/+18
|
* changed french translation from commentaire to annotationThomas Citharel2016-02-261-1/+1
|
* display how much comments there are for an entryThomas Citharel2016-02-263-1/+5
|
* Move annotatorjs to the bottom of the bodyThomas Citharel2016-02-261-22/+23
| | | | So that the "article" tag is loaded before
* Add annotator in baggy themeNicolas Lœuillet2016-02-262-3/+20
| | | | + Documentation about annotations
* Comment work with annotator v2Thomas Citharel2016-02-264-9/+62
| | | | | | - add missing annotator.js file and fix typo - edit & delete routes, started tests - basic tests
* Change remove tag icon in entry view with material themeNicolas Lœuillet2016-02-261-1/+1
|
* Make English welcome message more naturalOlivier Mehani2016-02-254-6/+6
| | | | | | sed -i "s/Welcome on wallabag/Welcome to wallabag/" Signed-off-by: Olivier Mehani <shtrom@ssji.net>
* Fix wrong variable nameJeremy Benoist2016-02-241-1/+1
| | | | > The variable $requirement does not exist.
* Merge pull request #1716 from wallabag/v2-enhance-requirements-installationJeremy Benoist2016-02-241-12/+25
|\ | | | | Fix #1603: Enhance requirements in InstallCommand
| * remove unused functions & clean composer.jsonThomas Citharel2016-02-231-2/+0
| |
| * add composer extensions check & function_exists checksThomas Citharel2016-02-231-7/+23
| |
| * Enhance requirements in InstallCommandNicolas Lœuillet2016-02-231-20/+19
| |
* | Merge pull request #1710 from wallabag/v2-message-graby-failsJeremy Benoist2016-02-241-1/+1
|\ \ | | | | | | Fix #811: Display a human message when graby fails to fetch articles
| * | changed error messageNicolas Lœuillet2016-02-221-1/+1
| | |
| * | Display a human message when graby fails to fetch articlesNicolas Lœuillet2016-02-221-1/+1
| | |
* | | replace contributors with a link to githubNicolas Lœuillet2016-02-232-127/+2
| | |
* | | Add contributors and 3rd party librariesNicolas Lœuillet2016-02-233-1/+388
| |/ |/|
* | Change wording for create a new userJeremy Benoist2016-02-231-1/+1
| |
* | Add testsJeremy Benoist2016-02-222-9/+35
| |
* | Add translationJeremy Benoist2016-02-221-0/+1
| |
* | Use internal config instead for demoJeremy Benoist2016-02-223-1/+21
| |
* | add a username for demonstration modeNicolas Lœuillet2016-02-221-6/+6
| |
* | typoNicolas Lœuillet2016-02-221-1/+1
| |
* | Demonstration mode to prevent password changesNicolas Lœuillet2016-02-221-7/+14
|/
* Merge pull request #1702 from wallabag/v2-piwikJeremy Benoist2016-02-223-0/+34
|\ | | | | Added Piwik implementation
| * Use a different way to use piwikJeremy Benoist2016-02-222-15/+4
| |
| * Fix #1137: implemented PiwikNicolas Lœuillet2016-02-194-0/+45
| |
* | Merge pull request #1699 from wallabag/v2-assign-tagNicolas Lœuillet2016-02-193-5/+142
|\ \ | | | | | | Move assignTagsToEntry in ContentProxy helper
| * | Move assignTagsToEntry in ContentProxy helperJeremy Benoist2016-02-193-5/+142
| |/
* / Fix #1551 - Redirect to the last page when current page is out of rangeMaxime LECLERCQ2016-02-192-1/+19
|/
* Merge pull request #1696 from wallabag/v2-french-translations-missingJeremy Benoist2016-02-181-0/+2
|\ | | | | Add some missing french translations
| * Add some missing french translationsNicolas Lœuillet2016-02-181-0/+2
| |
* | Merge pull request #1688 from mruminski/patch-1Nicolas Lœuillet2016-02-181-0/+129
|\ \ | |/ |/| Create messages.pl.yml
| * Update messages.pl.ymlmruminski2016-02-181-1/+1
| | | | | | change ' to ""
| * Update messages.pl.ymlmruminski2016-02-181-4/+4
| | | | | | fix some mistakes in translation
| * Create messages.pl.ymlmruminski2016-02-171-0/+129
| | | | | | Polish translation
* | translate estimated time minutesThomas Citharel2016-02-183-5/+17
| |
* | Merge pull request #1689 from mruminski/patch-2Jeremy Benoist2016-02-181-0/+3
|\ \ | | | | | | Create validators.pl.yml
| * | Create validators.pl.ymlmruminski2016-02-171-0/+3
| |/ | | | | Polish translation
* | Merge pull request #1687 from 0wnrepo/v2Jeremy Benoist2016-02-181-0/+3
|\ \ | |/ |/| Translated another two files into romanian.