aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle
Commit message (Collapse)AuthorAgeFilesLines
* Add translations & migrationJeremy Benoist2016-10-313-35/+7
|
* Ability to enable/disable downloading imagesJeremy Benoist2016-10-303-0/+38
| | | | | This will speed up the test suite because it won’t download everything when we add new entry… Add a custom test with downloading image enabled
* Move settings before EntryJeremy Benoist2016-10-301-1/+1
| | | | Because we need wallabag_url to be defined when we’ll insert entries
* Add instance url to the downloaded imagesJeremy Benoist2016-10-302-1/+17
|
* Fixing testsJeremy Benoist2016-10-303-17/+38
|
* Use doctrine event to download imagesJeremy Benoist2016-10-304-128/+274
|
* CleanupJeremy Benoist2016-10-301-2/+2
|
* Move related event things in Event folderJeremy Benoist2016-10-305-6/+6
|
* CSJeremy Benoist2016-10-292-37/+42
|
* WorkingThomas Citharel2016-10-291-1/+43
|
* Download pictures successfullyThomas Citharel2016-10-292-169/+156
| | | | Needs to rewrite them properly (get base url)
* first draft (from v1)Thomas Citharel2016-10-291-0/+168
|
* Update messages.pl.ymlMateusz Rumiński2016-10-241-10/+10
| | | translate reset section to polish
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-10-2422-79/+128
|\
| * Merge pull request #2481 from wallabag/some-fixesNicolas Lœuillet2016-10-2115-5/+41
| |\ | | | | | | Some fixes
| | * Update Twitter cards descriptionJeremy Benoist2016-10-211-1/+1
| | |
| | * Update translation for piwik_hostJeremy Benoist2016-10-212-2/+2
| | |
| | * Fix missing translationsJeremy Benoist2016-10-2111-0/+33
| | |
| | * Translate dateJeremy Benoist2016-10-201-1/+4
| | | | | | | | | | | | I use a kind of hacky way to convert the user locale (defined with 2 letters, like `fr`) into a local with 5 letters (like `fr_FR`). I guess it should work on most of the case..
| | * Fix french translationJeremy Benoist2016-10-201-1/+1
| | |
| * | If reload content failed, don’t update itJeremy Benoist2016-10-204-1/+13
| |/ | | | | | | In case user wants a fresh version of the current one and the website isn’t available, don’t erase it with a boring message saying wallabag wasn’t able to refresh the content.
| * Merge pull request #2455 from wallabag/fix-material-config-tabsJeremy Benoist2016-10-162-10/+10
| |\ | | | | | | Fix tabs on material
| | * Fix tabs on materialThomas Citharel2016-10-152-10/+10
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | Merge pull request #2454 from wallabag/fix-baggy-small-widthJeremy Benoist2016-10-161-14/+14
| |\ \ | | | | | | | | Fix baggy display on small screens
| | * | Fix baggy on small screensThomas Citharel2016-10-151-14/+14
| | |/
| * | Merge pull request #2459 from wallabag/improve-german-translationThomas Citharel2016-10-162-49/+49
| |\ \ | | | | | | | | German: improve existing and add missing translation
| | * | German: improve existing and add missing translationSven Fischer2016-10-162-49/+49
| | |/
| * / add link to German documentation in about pageSven Fischer2016-10-161-0/+1
| |/
* | Fix migrationsJeremy Benoist2016-10-231-1/+1
| |
* | Lowercase wallabagJeremy Benoist2016-10-221-4/+4
| |
* | Add verification check for MySQL versionJeremy Benoist2016-10-221-1/+17
| | | | | | | | Must now be >= 5.5.4
* | Use statements & update translationJeremy Benoist2016-10-224-32/+24
| |
* | CSJeremy Benoist2016-10-223-7/+8
| |
* | Add baggy reset partJeremy Benoist2016-10-221-0/+22
| |
* | Avoid orphan tagsJeremy Benoist2016-10-221-2/+14
| |
* | Cleanup subscriber / listener definitionJeremy Benoist2016-10-221-11/+0
| |
* | Add custom doctrine subscriber for SQLiteJeremy Benoist2016-10-224-11/+131
| | | | | | | | | | | | Since SQLite doesn’t handle cascade remove by default, we need to handle it manually. Also some refacto
* | Fix emoji insertion in MySQLJeremy Benoist2016-10-221-1/+1
| | | | | | | | | | Switch to utf8mb4 instead of utf8 because f*** MySQL See https://github.com/doctrine/dbal/pull/851
* | Add ability to reset some datasJeremy Benoist2016-10-2215-21/+206
| | | | | | | | | | | | - annotations - tags - entries
* | Update messages.pl.ymlMateusz Rumiński2016-10-121-4/+4
| | | | | | translate delete section to polish
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-10-1127-188/+105
|\|
| * Fixed Twitter Cards by adding a description tagNicolas Lœuillet2016-10-101-0/+1
| |
| * Added support of Twitter Cards for public articlesNicolas Lœuillet2016-10-101-3/+7
| |
| * Merge pull request #2414 from szafranek/bugfix-bookmarkletJeremy Benoist2016-10-101-1/+1
| |\ | | | | | | Remove automatic closing of the window from bookmarklet
| | * Remove automatic closing of the window from bookmarkletKrzysztof Szafranek2016-10-091-1/+1
| | |
| * | When a sub command fail, display error messageJeremy Benoist2016-10-091-7/+10
| | | | | | | | | | | | | | | | | | We often got issue with message “The command "doctrine:database:create" terminated with an error code: 1.”. Using the `BufferedOutput` we can store the output and only display it if an error occurs.
| * | Optimize the way tag list is renderedJeremy Benoist2016-10-095-11/+57
| | | | | | | | | | | | | | | | | | Instead of retrieve all informations about entries of a tag to just count them, we’ll count them before with a fastest query. Also change the layout of the tag list in material design
| * | Avoid tag duplication when tagging all articlesJeremy Benoist2016-10-091-1/+7
| | | | | | | | | | | | | | | Mostly when the tag doesn’t yet exist. It was created each time it matche the rule… glups.
| * | Add more log to tag:allJeremy Benoist2016-10-091-1/+4
| |/
| * Merge pull request #2406 from szafranek/bugfix-number-of-annotationsJeremy Benoist2016-10-0911-11/+10
| |\ | | | | | | Show number of annotations instead of nbAnnotations placeholder