aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix translation for validatorsNicolas Lœuillet2016-05-0722-77/+66
| | | | Fix #2003
* Merge pull request #2020 from wallabag/fix-number-entries-per-tagJeremy Benoist2016-05-073-2/+14
|\ | | | | Fix number of entries in tag/list
| * Rename getEntriesByUser method to getEntriesByUserIdNicolas Lœuillet2016-05-043-3/+3
| |
| * Fix number of entries in tag/listNicolas Lœuillet2016-05-033-2/+14
| | | | | | | | Fix #2006
* | Update messages.it.ymlDaniele Conca2016-05-051-62/+62
| | | | | | other translations added
* | Update messages.it.ymlDaniele Conca2016-05-041-131/+131
| |
* | Add pagination bar at the bottom of the pageNicolas Lœuillet2016-05-034-21/+25
| | | | | | | | Fix #2021
* | Fix pagination bar on small devicesNicolas Lœuillet2016-05-031-0/+3
|/ | | | Fix #2008
* Create messages.it.ymlDaniele Conca2016-05-031-0/+425
| | | baseline for italian translations (cloned from english)
* Merge pull request #2013 from wallabag/fix-display-all-tagsJeremy Benoist2016-05-034-36/+6
|\ | | | | Fix tags listing
| * Remove useless methodNicolas Lœuillet2016-05-031-15/+3
| |
| * Fix tags listingNicolas Lœuillet2016-05-024-21/+3
| | | | | | | | | | Fix #1994 * Remove unused method in tag repository
* | Merge pull request #1976 from wallabag/fix-filter-readingTimeJeremy Benoist2016-05-033-2/+53
|\ \ | | | | | | Fix filter reading time
| * | Add test to check reading time filterNicolas Lœuillet2016-05-021-0/+37
| | |
| * | Fix testsNicolas Lœuillet2016-04-242-2/+6
| | |
| * | Fix wrong reading time when apply filtersNicolas Lœuillet2016-04-241-0/+10
| | |
* | | Merge pull request #2005 from wallabag/fix-readingspeed-not-definedJeremy Benoist2016-05-032-0/+6
|\ \ \ | |_|/ |/| | Fix reading speed not defined when user was created via config page
| * | Add test for creation of new user in config pageNicolas Lœuillet2016-05-021-0/+5
| | |
| * | Fix reading speed not defined when user was created via config pageNicolas Lœuillet2016-04-301-0/+1
| | | | | | | | | | | | Fix #2004
* | | Set the title via POST /api/entriesNicolas Lœuillet2016-05-022-0/+7
|/ / | | | | | | Fix #2009
* | Fix indentations in ES translationJeremy Benoist2016-04-241-39/+39
| |
* | Update messages.es.ymljami72016-04-241-1/+1
| |
* | Update messages.es.ymljami72016-04-241-98/+98
|/
* Fix translation for Go to your account button after subscriptionNicolas Lœuillet2016-04-201-1/+1
| | | | Fix #1956
* Update links in documentationNicolas Lœuillet2016-04-196-14/+14
|
* Add testsNicolas Lœuillet2016-04-184-4/+305
|
* Add doctrine clear after flush, thanks to @BitOne talk at Symfony LiveNicolas Lœuillet2016-04-182-0/+2
|
* Merge pull request #1938 from wallabag/hide-paginationThomas Citharel2016-04-182-2/+2
|\ | | | | Display pagination only if we have more than one page
| * Display pagination only if we have more than one pageNicolas Lœuillet2016-04-182-2/+2
| |
* | Update messages.es.ymljami72016-04-161-24/+24
|/
* Hide pagination if we only have one entry to displayNicolas Lœuillet2016-04-162-2/+6
|
* Merge pull request #1925 from wallabag/fix-redirect-without-refererNicolas Lœuillet2016-04-155-4/+111
|\ | | | | Redirect to homepage if referer is null
| * Fix redirect when delete entryNicolas Lœuillet2016-04-151-1/+1
| |
| * Fix testsNicolas Lœuillet2016-04-152-11/+18
| |
| * Redirect to homepage if referer is nullNicolas Lœuillet2016-04-155-4/+104
| | | | | | | | Fix #1924
* | Change guid and link in RSS feeds to give original entry URLNicolas Lœuillet2016-04-152-4/+4
|/ | | | Fix #1926
* Merge pull request #1916 from wallabag/cleanupNicolas Lœuillet2016-04-1362-562/+600
|\ | | | | Convert array + phpDoc
| * Fix MySQL tests on HHVMJeremy Benoist2016-04-121-1/+1
| |
| * Convert array + phpDocJeremy Benoist2016-04-1261-561/+599
| | | | | | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* | Merge pull request #1918 from wallabag/improve-paginationJeremy Benoist2016-04-136-32/+39
|\ \ | | | | | | Improve pagination when user has lot of entries
| * | Fix indentationNicolas Lœuillet2016-04-131-4/+4
| | |
| * | Lost in translation pagerNicolas Lœuillet2016-04-123-10/+2
| | |
| * | Fix display for Next/Previous link when they are disabledNicolas Lœuillet2016-04-121-0/+5
| | |
| * | Restore old behavior for OutOfRangeCurrentPageExceptionNicolas Lœuillet2016-04-122-2/+10
| | |
| * | Fix testsNicolas Lœuillet2016-04-121-1/+1
| | |
| * | Improve pagination when user has lot of entriesNicolas Lœuillet2016-04-127-42/+44
| | | | | | | | | | | | | | | Fix #1905 * Usage of whiteoctober/WhiteOctoberPagerfantaBundle
* | | Remove useless dependancyNicolas Lœuillet2016-04-122-2/+0
|/ /
* | Merge pull request #1911 from wallabag/title-on-title-entryNicolas Lœuillet2016-04-122-2/+2
|\ \ | |/ |/| add title hover on entry titles
| * Add title hover on entry titlesThomas Citharel2016-04-122-2/+2
| |
* | Move setup config outside setupAdminJeremy Benoist2016-04-112-28/+45
|/ | | | If user doesn't want to create a new admin (even if it's recommended) the internal config weren't created resulting in error when using the interface.