aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #1750 from wallabag/v2-quickstart-documentationJeremy Benoist2016-03-042-5/+35
|\ \ | | | | | | Documentation about filters / Quickstart changes
| * | Add new links in quickstartNicolas Lœuillet2016-03-032-5/+35
| | |
* | | Merge pull request #1670 from wallabag/v2-mark-imported-articles-as-readNicolas Lœuillet2016-03-0416-8/+359
|\ \ \ | | | | | | | | Mark all imported articles as read
| * | | Adding testJeremy Benoist2016-03-0410-63/+219
| | | | | | | | | | | | | | | | Reformat json file (thanks pro.jsonlint.com)
| * | | cs & tests for wllbg v1 importThomas Citharel2016-03-037-5/+122
| | | |
| * | | french translation & pocketThomas Citharel2016-03-035-3/+54
| | | |
| * | | Mark all imported articles as readThomas Citharel2016-03-036-2/+29
| |/ /
* | | Remove 'content' from APIJeremy Benoist2016-03-042-22/+0
| | | | | | | | | | | | Waiting to find a good solution to avoid side problem since user can no define the content
* | | use booleans instead of emptyThomas Citharel2016-03-041-4/+4
| | |
* | | add more properties for entries #1634Thomas Citharel2016-03-042-0/+53
|/ /
* | Spanish translationJuanjo Benages2016-03-011-0/+3
| |
* | Spanish translationJuanjo Benages2016-03-011-131/+131
| |
* | Start of the spanish translationJuanjo Benages2016-03-011-0/+242
| |
* | Merge pull request #1738 from wallabag/v2-prepare-beta1Jeremy Benoist2016-03-011-1/+1
|\ \ | | | | | | Prepare wallabag for first beta :rocket:
| * | Prepare wallabag for first beta :rocket:Nicolas Lœuillet2016-02-291-1/+1
| |/
* / minor typofix + missing quotesgoofy-bz2016-02-291-6/+6
|/ | | Added quotes to be reviewed
* 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.
* Remove extra definitionJeremy Benoist2016-02-291-5/+0
| | | | Since Symfony 3.0.3 has been released
* 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-2618-244/+241
|
* 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-262-24/+23
| | | | So that the "article" tag is loaded before
* Add annotator in baggy themeNicolas Lœuillet2016-02-265-10/+20
| | | | + Documentation about annotations
* Comment work with annotator v2Thomas Citharel2016-02-2616-9/+821
| | | | | | - 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-257-9/+9
| | | | | | 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-197-92/+158
|\ \ | | | | | | Move assignTagsToEntry in ContentProxy helper