aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources
Commit message (Collapse)AuthorAgeFilesLines
* minor ui fixesThomas Citharel2016-06-231-5/+2
|
* fix typo on iconsThomas Citharel2016-06-231-2/+2
|
* Add tags on entries viewThomas Citharel2016-06-233-0/+21
| | | | Should be tested on old browsers
* Merge branch 'master' into 2.1Jeremy Benoist2016-06-231-4/+4
|\
| * Fix a few french translations typosThomas Citharel2016-06-231-4/+4
| |
| * Merge pull request #2122 from wallabag/fix-tags-deletionNicolas Lœuillet2016-05-3111-22/+33
| |\ | | | | | | Fix the deletion of Tags/Entries relation when delete an entry
| | * Display a message when saving an entry failedJeremy Benoist2016-05-3011-22/+33
| | | | | | | | | | | | | | | When saving an entry fail because of database error we previously just returned `false`. Now we got an error in the log and the displayed notice to the user is updated too.
| * | Merge pull request #2052 from danbartram/feature-filter-unreadJeremy Benoist2016-05-2712-0/+20
| |\ \ | | |/ | |/| Add unread filter to entries pages
| | * Add unread filter to entries pagesDaniel Bartram2016-05-0912-0/+20
| | | | | | | | | | | | Add the ability to filter for unread pages in the filters menu.
| * | Improve English translationPoorchop2016-05-231-11/+11
| | |
* | | remove block added twiceThomas Citharel2016-06-091-85/+0
| | |
* | | manage assets through npmThomas Citharel2016-06-09107-19143/+242
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first draft remote assetic totally work nearly there use at least nodejs > 0.12 use proper version of grunt bump nodejs version for travis update npm workaround for materialize install node 5.0 add grunt-cli baggy theme & cache node modules cache bower & npm make travis build assets on php7 only exclude installing node & npm if not needed & use bash clean & try to make icomoon work on baggy ready config for travis rebase make travis work more travis work impove travis & update deps add missing pixrem deps add module through oddly lost ui updates install latest nodejs add install_dev.sh, link local binaries for npm/bower/grunt ui improvements (mostly baggy) fix travis build no need to install on travis Add unread filter to entries pages Add the ability to filter for unread pages in the filters menu. Add unread filter test to EntryControllerTest Add a new test to the EntryControllerTest collection which checks that only entries which have not been archived (and are treated as "unread") are retrieved. Improve English translation Update FAQ -Fix grammar -Add notes about MTA, firewall, and SELinux Update installation instructions -Fix grammar -Add SELinux section add screenshots of android docu in English Fix the deletion of Tags/Entries relation when delete an entry Fix #2121 Move fixtures to the right place Display a message when saving an entry failed When saving an entry fail because of database error we previously just returned `false`. Now we got an error in the log and the displayed notice to the user is updated too. Change ManyToMany between entry & tag Following https://gist.github.com/Ocramius/3121916 Be sure to remove the related entity when removing an entity. Let say you have Entry -> EntryTag -> Tag. If you remove the entry: - before that commit, the EntryTag will stay (at least using SQLite). - with that commit, the related entity is removed Prepare wallabag 2.0.5 enforce older materialize version
* | Replace vertical dots in material theme with horizontal dotsNicolas Lœuillet2016-05-181-1/+1
| |
* | Do not specify language in Firefox addon linkMerouane Atig2016-05-131-1/+1
|/
* 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-072-2/+2
|\ | | | | Fix number of entries in tag/list
| * Rename getEntriesByUser method to getEntriesByUserIdNicolas Lœuillet2016-05-042-2/+2
| |
| * Fix number of entries in tag/listNicolas Lœuillet2016-05-032-2/+2
| | | | | | | | 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)
* Fix tags listingNicolas Lœuillet2016-05-022-2/+2
| | | | | Fix #1994 * Remove unused method in tag repository
* 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
|
* Update links in documentationNicolas Lœuillet2016-04-196-14/+14
|
* 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-151-0/+5
|\ | | | | Redirect to homepage if referer is null
| * Redirect to homepage if referer is nullNicolas Lœuillet2016-04-151-0/+5
| | | | | | | | 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 #1918 from wallabag/improve-paginationJeremy Benoist2016-04-135-31/+38
|\ | | | | 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
| |
| * Improve pagination when user has lot of entriesNicolas Lœuillet2016-04-125-32/+42
| | | | | | | | | | Fix #1905 * Usage of whiteoctober/WhiteOctoberPagerfantaBundle
* | Remove useless dependancyNicolas Lœuillet2016-04-122-2/+0
|/
* Add title hover on entry titlesThomas Citharel2016-04-122-2/+2
|
* 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
| |
* | 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 #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