aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Merge pull request #1823 from wallabag/translation-faNicolas Lœuillet2016-04-101-149/+149
|\ | | | | Translation fa
| * Fix FA translations indentationJeremy Benoist2016-04-101-43/+43
| |
| * Update messages.fa.ymlMasoud Abkenar2016-04-101-149/+149
| |
* | Merge pull request #1903 from wallabag/force-server-versionNicolas Lœuillet2016-04-101-1/+7
|\ \ | | | | | | Force server version to avoid connexion error
| * | Force server version to avoid connexion errorJeremy Benoist2016-04-101-1/+7
| |/ | | | | | | | | When installing a new project with MySQL, if the database doesn't exist before installation will fail because DBAL will try to get the server version by querying it. And since this query is done using the default database connexion and since the database doesn't exist, DBAL can't connect to the server.
* | Merge pull request #1901 from wallabag/spanishNicolas Lœuillet2016-04-101-17/+17
|\ \ | | | | | | Update Spanish translation
| * | Uncommented translated ES linesJeremy Benoist2016-04-101-9/+9
| | | | | | | | | | | | Also, turn yaml lint into a more versbose check
| * | Update messages.es.ymljami72016-04-101-6/+6
| | | | | | | | | On line 103, I'm not sure what symbol that is that looks like this (<<) but it looks smaller? Where is that? Should I just copy and paste it? And just to clarity, please look at line 101 too cause I'm not too sure if/how I change the stuff within <...> I stopped mid line in 103 just until I get clarification on this. Thanks.
| * | Update messages.es.ymljami72016-04-101-9/+9
| |/
* | Merge pull request #1887 from wallabag/v2-duplicate-bookmarkletJeremy Benoist2016-04-101-3/+17
|\ \ | | | | | | Fix duplicate article when added via the bookmarklet
| * | Change visibility of checkIfEntryAlreadyExists method to privateNicolas Lœuillet2016-04-101-1/+1
| | |
| * | Refactor EntryControllerNicolas Lœuillet2016-04-091-6/+14
| | |
| * | Fix duplicate article when added via the bookmarkletNicolas Lœuillet2016-04-081-1/+7
| | |
* | | Merge pull request #1895 from wallabag/v2-fix-entries-apiJeremy Benoist2016-04-101-3/+3
|\ \ \ | |_|/ |/| | All the entries are fetched via GET /api/entries
| * | Remove int castNicolas Lœuillet2016-04-101-2/+2
| | |
| * | All the entries are fetched via GET /api/entriesNicolas Lœuillet2016-04-091-3/+3
| |/ | | | | | | Fix #1863: only the unread entries were fetched with GET /api/entries entrypoint. Now, all the entries are fetched
* | Merge pull request #1898 from wallabag/v2-fix-readingtime-display-materialJeremy Benoist2016-04-101-2/+1
|\ \ | | | | | | Fix estimated reading time in material view
| * | Fix estimated reading time in material viewNicolas Lœuillet2016-04-101-2/+1
| |/ | | | | | | Fix #1893
* | Merge pull request #1896 from wallabag/v2-fix-internal-settingsJeremy Benoist2016-04-105-12/+13
|\ \ | | | | | | Fix internal settings
| * | Fix internal settingsNicolas Lœuillet2016-04-095-12/+13
| |/ | | | | | | Fix #1867: remove download_picture setting and manage show_printlink in material theme
* | Merge pull request #1894 from wallabag/v2-fix-doc-linkJeremy Benoist2016-04-102-2/+2
|\ \ | | | | | | Fix documentation link in developer page
| * | Fix documentation link in developer pageNicolas Lœuillet2016-04-092-2/+2
| |/
* / Fix typo on configuration pageNicolas Lœuillet2016-04-092-2/+2
|/
* Merge pull request #1879 from wallabag/v2-tag-field-positionJeremy Benoist2016-04-081-4/+4
|\ | | | | Move tag form in Material theme
| * Move tag form in Material themeNicolas Lœuillet2016-04-071-4/+4
| |