75ac3e6289
Fixed typo in entry:notice:entry_saved
...
"Eintag" to "Eintrag"
2016-07-23 22:40:23 +02:00
8c7d7c0300
Merge pull request #2199 from Simounet/facto/social-links
...
Handling socials links into a config file
2016-07-21 16:17:53 +02:00
57c608fa94
php-cs-fixer pass
2016-07-20 23:08:04 +02:00
40288b7166
Chrome extension URL updated
2016-07-20 22:55:43 +02:00
0e1abf392c
FIX image inside a figure element max-width (baggy theme)
2016-07-20 20:23:55 +02:00
f64472e9f8
FIX image inside a figure element max-width
2016-07-20 19:39:24 +02:00
39f27d6370
Handling socials links into a config file
2016-07-20 19:36:01 +02:00
57b62cbf79
Fixed spelling Artúclos --> Artículos
2016-07-18 21:53:53 +02:00
8d4152f70d
Remove fr part
2016-07-02 11:56:14 +02:00
baef8ea26c
Fix 3rd-Party Apps links (Chrome & Firefox)
2016-07-02 11:50:32 +02:00
fb5c17a9ab
Merge pull request #2157 from wallabag/lower-upper-readingtime
...
Handle only upper or only lower reading filter
2016-06-23 11:38:10 +02:00
2c00dddf01
fixup! Handle only upper or only lower reading filter
2016-06-23 09:41:30 +02:00
1bdbc39f02
Handle only upper or only lower reading filter
...
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).
2016-06-23 09:41:30 +02:00
b46124cb9b
Fix a few french translations typos
2016-06-23 09:38:49 +02:00
23634d5d84
Jump to Symfony 3.1
2016-06-22 17:59:35 +02:00
ce0e9ec31b
Try to find bad redirection after delete
...
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.
2016-06-17 22:18:48 +02:00
f329e769fd
Merge pull request #2122 from wallabag/fix-tags-deletion
...
Fix the deletion of Tags/Entries relation when delete an entry
2016-05-31 11:31:16 +02:00
3be047456d
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
2016-05-31 10:01:03 +02:00
39ba51ca1a
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.
2016-05-30 14:32:43 +02:00
2c045a210a
Move fixtures to the right place
2016-05-30 14:18:47 +02:00
f41c840b8c
Fix the deletion of Tags/Entries relation when delete an entry
...
Fix #2121
2016-05-28 13:38:59 +02:00
839475776b
Merge pull request #2052 from danbartram/feature-filter-unread
...
Add unread filter to entries pages
2016-05-27 09:57:51 +02:00
8fef96ee9f
Improve English translation
2016-05-23 01:04:17 -04:00
9f95b14dec
Merge pull request #2097 from bmillemathias/issue_2045
...
Fix image path in 2-factor authentification email
2016-05-19 09:19:01 +02:00
6922168420
CS
2016-05-19 07:41:54 +02:00
e7658cb009
Merge pull request #2092 from Rurik19/issue2089
...
Starred and Archived clears if article is already exists
2016-05-19 07:39:30 +02:00
2dcb1dbf05
Forgot a double quote
2016-05-19 01:51:50 +02:00
871f667a55
Fix image path in 2-factor authentification email
...
Fix the broken url to image ressource hosted on wallabag.org
2016-05-18 21:18:41 +02:00
9b40422594
Replace vertical dots in material theme with horizontal dots
2016-05-18 14:29:41 +02:00
bba271e619
Tests for issue #2089
2016-05-18 15:37:07 +05:00
614a0bfd86
PATCH also clears starred and archived signs
2016-05-18 15:28:49 +05:00
873e380658
Starred and Archived clears if article is already exists
2016-05-18 10:30:33 +05:00
5f2971e1d4
Do not specify language in Firefox addon link
2016-05-13 11:58:10 +02:00
30334567a3
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.
2016-05-09 19:48:28 +01:00
733b2cf19b
Add unread filter to entries pages
...
Add the ability to filter for unread pages in the filters menu.
2016-05-09 14:56:52 +01:00
1221f5315d
Fix translation for validators
...
Fix #2003
2016-05-07 13:24:14 +02:00
f54de6817e
Merge pull request #2020 from wallabag/fix-number-entries-per-tag
...
Fix number of entries in tag/list
2016-05-07 11:09:37 +02:00
a0640406b4
Update messages.it.yml
...
other translations added
2016-05-05 17:32:49 +02:00
bb7a39d1ed
Update messages.it.yml
2016-05-04 11:59:07 +02:00
d9926005b1
Rename getEntriesByUser method to getEntriesByUserId
2016-05-04 11:42:52 +02:00
09e5b9391e
Add pagination bar at the bottom of the page
...
Fix #2021
2016-05-03 21:44:57 +02:00
e7cd089fa6
Fix pagination bar on small devices
...
Fix #2008
2016-05-03 21:27:07 +02:00
12c697562e
Fix number of entries in tag/list
...
Fix #2006
2016-05-03 21:12:40 +02:00
439c7e41a3
Create messages.it.yml
...
baseline for italian translations (cloned from english)
2016-05-03 18:16:36 +02:00
97c8eb3c23
Merge pull request #2013 from wallabag/fix-display-all-tags
...
Fix tags listing
2016-05-03 10:07:34 +02:00
e9023a16eb
Remove useless method
2016-05-03 09:39:34 +02:00
2142c714ef
Merge pull request #1976 from wallabag/fix-filter-readingTime
...
Fix filter reading time
2016-05-03 09:05:31 +02:00
045859a2b5
Merge pull request #2005 from wallabag/fix-readingspeed-not-defined
...
Fix reading speed not defined when user was created via config page
2016-05-03 09:04:02 +02:00
2a007fe43d
Fix tags listing
...
Fix #1994
* Remove unused method in tag repository
2016-05-02 21:32:47 +02:00
c4c062cce0
Add test to check reading time filter
2016-05-02 21:14:23 +02:00