aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #2566 from wallabag/add-unmarkitNicolas Lœuillet2016-11-092-0/+9
|\ \ \ | | | | | | | | Added unmark.it sharing
| * | | Added unmark.it sharingNicolas Lœuillet2016-11-092-0/+9
| | | | | | | | | | | | | | | | Fix #668
* | | | Update messages.pl.ymlMateusz Rumiński2016-11-081-5/+5
|/ / / | | | | | | translate Pinboard importer section to polish
* | | Added new tag form in mobile view for Material themeNicolas Lœuillet2016-11-0814-12/+41
| | | | | | | | | | | | Fix #2376
* | | Update messages.en.ymlStrubbl2016-11-061-1/+1
| | | | | | | | | Instapaper->Pinboard
* | | Update messages.de.ymlStrubbl2016-11-061-3/+3
| | |
* | | Add Pinboard importJeremy Benoist2016-11-0412-0/+69
| | |
* | | Merge pull request #2541 from wallabag/mruminski-patch-1Jeremy Benoist2016-11-041-5/+5
|\ \ \ | | | | | | | | Update messages.pl.yml
| * | | Update messages.pl.ymlMateusz Rumiński2016-11-041-5/+5
| | | | | | | | | | | | missing polish translation added
* | | | Update of the OC versionQuent-in2016-11-041-19/+19
|/ / /
* | | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-0318-406/+909
|\| |
| * | Merge pull request #2519 from Jibec/masterJeremy Benoist2016-11-022-368/+368
| |\ \ | | | | | | | | Translation update - French
| | * | wallabag is full lowercaseJeremy Benoist2016-11-021-7/+7
| | | |
| | * | Translation - French - tiny typoJean-Baptiste2016-10-311-1/+1
| | | |
| | * | Translation - French - tiny escape correctionJean-Baptiste2016-10-311-24/+24
| | | |
| | * | Translation - French - tiny escape correctionJean-Baptiste2016-10-311-1/+1
| | | |
| | * | Translation update - FrenchJean-Baptiste2016-10-302-367/+367
| | | |
| * | | Force user-agent for .slashdot.orgKevin Decherf2016-11-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Slashdot replaces actual content with a form regarding cookies when requests originate from France. By forcing the user-agent, the warning seems to go away. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * | | Inject parameter instead of serviceJeremy Benoist2016-10-301-1/+1
| | | | | | | | | | | | | | | | | | | | We are injecting CraueConfig service when we only need to retrieve one or two values from it. Instead I discovered we can directly inject a value from a service in the service definition!
| * | | Fixed entries export filtered with a tagNicolas Lœuillet2016-10-292-14/+22
| |/ / | | | | | | | | | Fix #2505
| * | Renamed variable for page titleNicolas Lœuillet2016-10-263-9/+9
| | |
| * | Added tag label in the page titleNicolas Lœuillet2016-10-2615-15/+23
| | | | | | | | | | | | Fix #2472
| * | Merge pull request #2473 from pmichelazzo/masterJeremy Benoist2016-10-252-0/+498
| |\ \ | | |/ | |/| Portuguese (Brazilian) translation
| | * Translated missed line 147Paulino Michelazzo2016-10-251-1/+1
| | |
| | * Fix Portuguese translationJeremy Benoist2016-10-211-2/+2
| | |
| | * Update translationPaulino Michelazzo2016-10-211-60/+60
| | |
| | * Update Portuguese translationsJeremy Benoist2016-10-201-9/+78
| | |
| | * Update validators.pt.yml filePaulino Michelazzo2016-10-201-5/+5
| | | | | | | | | Some missed strings translated.
| | * Merge remote-tracking branch 'wallabag/master'Paulino Michelazzo2016-10-18139-20270/+1542
| | |\
| | * | Portuguese (Brazilian) translationPaulino Michelazzo2016-10-182-0/+429
| | | | | | | | | | | | | | | | This the Portuguese (Brazilian) for the Wallaby v2.
* | | | Merge pull request #2180 from wallabag/download-picturesJeremy Benoist2016-11-0312-2/+87
|\ \ \ \ | | | | | | | | | | Download pictures
| * | | | Add warning message for import + download imagesJeremy Benoist2016-11-0311-0/+64
| | | | | | | | | | | | | | | | | | | | | | | | | When import isn't async and downloading images is enabled, we warn the user that import can fail. Also, added missing translations
| * | | | Use custom event instead of Doctrine onesJeremy Benoist2016-11-011-2/+4
| | | | | | | | | | | | | | | | | | | | This give us ability to use Entry ID to determine where to store images and it’s then more easy to remove them when we remove the entry.
| * | | | Use doctrine event to download imagesJeremy Benoist2016-10-301-0/+19
| | | | |
| * | | | Move related event things in Event folderJeremy Benoist2016-10-301-2/+2
| | | | |
* | | | | Fixed reviewNicolas Lœuillet2016-10-312-8/+8
| | | | |
* | | | | Added translations and baggy partNicolas Lœuillet2016-10-3113-2/+23
| | | | |
* | | | | Added QRCode and link to configure android applicationNicolas Lœuillet2016-10-311-0/+12
|/ / / /
* | | | 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-2416-76/+110
|\| | |
| * | | Merge pull request #2481 from wallabag/some-fixesNicolas Lœuillet2016-10-2112-2/+35
| |\ \ \ | | | | | | | | | | Some fixes
| | * | | Update Twitter cards descriptionJeremy Benoist2016-10-211-1/+1
| | | | |
| | * | | Fix missing translationsJeremy Benoist2016-10-2111-0/+33
| | | | |
| | * | | Fix french translationJeremy Benoist2016-10-201-1/+1
| | | |/ | | |/|
| * / | If reload content failed, don’t update itJeremy Benoist2016-10-201-1/+1
| |/ / | | | | | | | | | 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