Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed typo in entry:notice:entry_saved | charno6 | 2016-07-23 | 1 | -1/+1 |
| | | | "Eintag" to "Eintrag" | ||||
* | Merge pull request #2199 from Simounet/facto/social-links | Jeremy Benoist | 2016-07-21 | 8 | -52/+95 |
|\ | | | | | Handling socials links into a config file | ||||
| * | php-cs-fixer pass | Simounet | 2016-07-20 | 2 | -2/+4 |
| | | |||||
| * | Chrome extension URL updated | Simounet | 2016-07-20 | 1 | -1/+1 |
| | | |||||
| * | Handling socials links into a config file | Simounet | 2016-07-20 | 8 | -52/+93 |
| | | |||||
* | | FIX image inside a figure element max-width (baggy theme) | Simounet | 2016-07-20 | 1 | -1/+1 |
| | | |||||
* | | FIX image inside a figure element max-width | Simounet | 2016-07-20 | 1 | -1/+2 |
|/ | |||||
* | Fixed spelling Artúclos --> Artículos | benages | 2016-07-18 | 1 | -1/+1 |
| | |||||
* | Remove fr part | Thomas Citharel | 2016-07-02 | 1 | -1/+1 |
| | |||||
* | Fix 3rd-Party Apps links (Chrome & Firefox) | Thomas Citharel | 2016-07-02 | 1 | -2/+2 |
| | |||||
* | Merge pull request #2157 from wallabag/lower-upper-readingtime | Jeremy Benoist | 2016-06-23 | 1 | -7/+16 |
|\ | | | | | Handle only upper or only lower reading filter | ||||
| * | fixup! Handle only upper or only lower reading filter | Jeremy Benoist | 2016-06-23 | 1 | -2/+2 |
| | | |||||
| * | Handle only upper or only lower reading filter | Jeremy Benoist | 2016-06-23 | 1 | -7/+16 |
| | | | | | | | | When we select only one value in the reading time filter, we need to perform a query with only one value (greater than OR lower than). | ||||
* | | Fix a few french translations typos | Thomas Citharel | 2016-06-23 | 1 | -4/+4 |
|/ | |||||
* | Jump to Symfony 3.1 | Jeremy Benoist | 2016-06-22 | 45 | -6058/+0 |
| | |||||
* | Try to find bad redirection after delete | Jeremy Benoist | 2016-06-17 | 1 | -3/+4 |
| | | | | | Instead of checking for the whole absolute url, we just check with the relative url. If the referer ends with the relative url of the deleted entry, don't redirect to the referer. | ||||
* | Merge pull request #2122 from wallabag/fix-tags-deletion | Nicolas Lœuillet | 2016-05-31 | 17 | -41/+122 |
|\ | | | | | Fix the deletion of Tags/Entries relation when delete an entry | ||||
| * | Change ManyToMany between entry & tag | Jeremy Benoist | 2016-05-31 | 4 | -7/+68 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Display a message when saving an entry failed | Jeremy Benoist | 2016-05-30 | 12 | -27/+45 |
| | | | | | | | | | | 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. | ||||
| * | Move fixtures to the right place | Jeremy Benoist | 2016-05-30 | 2 | -6/+8 |
| | | |||||
| * | Fix the deletion of Tags/Entries relation when delete an entry | Nicolas Lœuillet | 2016-05-28 | 1 | -1/+1 |
| | | | | | | | | Fix #2121 | ||||
* | | Merge pull request #2052 from danbartram/feature-filter-unread | Jeremy Benoist | 2016-05-27 | 14 | -0/+50 |
|\ \ | |/ |/| | Add unread filter to entries pages | ||||
| * | Add unread filter test to EntryControllerTest | Daniel Bartram | 2016-05-09 | 1 | -0/+18 |
| | | | | | | | | | | | | 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. | ||||
| * | Add unread filter to entries pages | Daniel Bartram | 2016-05-09 | 13 | -0/+32 |
| | | | | | | | | Add the ability to filter for unread pages in the filters menu. | ||||
* | | Improve English translation | Poorchop | 2016-05-23 | 1 | -11/+11 |
| | | |||||
* | | Merge pull request #2097 from bmillemathias/issue_2045 | Nicolas Lœuillet | 2016-05-19 | 1 | -1/+1 |
|\ \ | | | | | | | Fix image path in 2-factor authentification email | ||||
| * | | Forgot a double quote | Baptiste Mille-Mathias | 2016-05-19 | 1 | -1/+1 |
| | | | |||||
| * | | Fix image path in 2-factor authentification email | Baptiste Mille-Mathias | 2016-05-18 | 1 | -1/+1 |
| | | | | | | | | | | | | Fix the broken url to image ressource hosted on wallabag.org | ||||
* | | | CS | Jeremy Benoist | 2016-05-19 | 1 | -4/+3 |
| | | | |||||
* | | | Merge pull request #2092 from Rurik19/issue2089 | Jeremy Benoist | 2016-05-19 | 2 | -4/+92 |
|\ \ \ | |/ / |/| | | Starred and Archived clears if article is already exists | ||||
| * | | Tests for issue #2089 | Yuriy Evdokimov | 2016-05-18 | 1 | -0/+88 |
| | | | |||||
| * | | PATCH also clears starred and archived signs | Yuriy Evdokimov | 2016-05-18 | 1 | -2/+2 |
| | | | |||||
| * | | Starred and Archived clears if article is already exists | Yuriy Evdokimov | 2016-05-18 | 1 | -2/+2 |
| | | | |||||
* | | | Replace vertical dots in material theme with horizontal dots | Nicolas Lœuillet | 2016-05-18 | 1 | -1/+1 |
|/ / | |||||
* / | Do not specify language in Firefox addon link | Merouane Atig | 2016-05-13 | 1 | -1/+1 |
|/ | |||||
* | Fix translation for validators | Nicolas Lœuillet | 2016-05-07 | 22 | -77/+66 |
| | | | | Fix #2003 | ||||
* | Merge pull request #2020 from wallabag/fix-number-entries-per-tag | Jeremy Benoist | 2016-05-07 | 3 | -2/+14 |
|\ | | | | | Fix number of entries in tag/list | ||||
| * | Rename getEntriesByUser method to getEntriesByUserId | Nicolas Lœuillet | 2016-05-04 | 3 | -3/+3 |
| | | |||||
| * | Fix number of entries in tag/list | Nicolas Lœuillet | 2016-05-03 | 3 | -2/+14 |
| | | | | | | | | Fix #2006 | ||||
* | | Update messages.it.yml | Daniele Conca | 2016-05-05 | 1 | -62/+62 |
| | | | | | | other translations added | ||||
* | | Update messages.it.yml | Daniele Conca | 2016-05-04 | 1 | -131/+131 |
| | | |||||
* | | Add pagination bar at the bottom of the page | Nicolas Lœuillet | 2016-05-03 | 4 | -21/+25 |
| | | | | | | | | Fix #2021 | ||||
* | | Fix pagination bar on small devices | Nicolas Lœuillet | 2016-05-03 | 1 | -0/+3 |
|/ | | | | Fix #2008 | ||||
* | Create messages.it.yml | Daniele Conca | 2016-05-03 | 1 | -0/+425 |
| | | | baseline for italian translations (cloned from english) | ||||
* | Merge pull request #2013 from wallabag/fix-display-all-tags | Jeremy Benoist | 2016-05-03 | 4 | -36/+6 |
|\ | | | | | Fix tags listing | ||||
| * | Remove useless method | Nicolas Lœuillet | 2016-05-03 | 1 | -15/+3 |
| | | |||||
| * | Fix tags listing | Nicolas Lœuillet | 2016-05-02 | 4 | -21/+3 |
| | | | | | | | | | | Fix #1994 * Remove unused method in tag repository | ||||
* | | Merge pull request #1976 from wallabag/fix-filter-readingTime | Jeremy Benoist | 2016-05-03 | 3 | -2/+53 |
|\ \ | | | | | | | Fix filter reading time | ||||
| * | | Add test to check reading time filter | Nicolas Lœuillet | 2016-05-02 | 1 | -0/+37 |
| | | | |||||
| * | | Fix tests | Nicolas Lœuillet | 2016-04-24 | 2 | -2/+6 |
| | | |